Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753453AbaFWLFr (ORCPT ); Mon, 23 Jun 2014 07:05:47 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:52185 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751126AbaFWLFp (ORCPT ); Mon, 23 Jun 2014 07:05:45 -0400 Message-ID: <53A809D4.90800@ti.com> Date: Mon, 23 Jun 2014 14:04:52 +0300 From: Tomi Valkeinen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Pawel Moll , Rob Herring , Mark Rutland , Ian Campbell , Kumar Gala , Jean-Christophe Plagniol-Villard , Russell King CC: , , , Subject: Re: [PATCH v7 1/2] video: ARM CLCD: Add DT support References: <1403018494-10264-1-git-send-email-pawel.moll@arm.com> In-Reply-To: <1403018494-10264-1-git-send-email-pawel.moll@arm.com> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1SNwn4VW7PTWesmxVjQhmCT7Om3mGmuTQ" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --1SNwn4VW7PTWesmxVjQhmCT7Om3mGmuTQ Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, On 17/06/14 18:21, Pawel Moll wrote: > This patch adds basic DT bindings for the PL11x CLCD cells > and make their fbdev driver use them. >=20 > Signed-off-by: Pawel Moll > --- > Changes since v6: > - replaced in-node device-timing subnode with the standard > video interface bindings (as in: ports & endpoints); only > "panel-dpi" compatible panels are supported in the driver >=20 > Changes since v5: > - realised that dma_alloc_writecombine() is a arm-specific function; > replaced with generic dma_alloc_coherent()/dma_mmap_writecombine() >=20 > Changes since v4: > - simplified the pads description property and made it optional >=20 > Changes since v3: > - changed wording and order of interrupt-names and interrupts > properties documentation > - changed wording of arm,pl11x,framebuffer-base property > documentation > - cleaned up binding documentation indentation >=20 > Changes since v2: > - replaced video-ram phandle with arm,pl11x,framebuffer-base > - replaced panel-* properties with arm,pl11x,panel-data-pads > - replaced max-framebuffer-size with max-memory-bandwidth > - modified clcdfb_of_init_tft_panel() to use the pads > data and take differences between PL110 and PL110 into > account >=20 > Changes since v1: > - minor code cleanups as suggested by Sylwester Nawrocki >=20 > .../devicetree/bindings/video/arm,pl11x.txt | 102 ++++++++ > drivers/video/fbdev/Kconfig | 1 + > drivers/video/fbdev/amba-clcd.c | 268 +++++++++++++= ++++++++ > 3 files changed, 371 insertions(+) > create mode 100644 Documentation/devicetree/bindings/video/arm,pl11x.t= xt I can queue this to fbdev tree, but how do you want to handle the second patch? I think these two patches are independent, so the second patch could go via arm-soc tree (or whichever is the normal route for those =2Edts file changes). I'd prefer that option. If these need to go together, I need acks for the second patch. Tomi --1SNwn4VW7PTWesmxVjQhmCT7Om3mGmuTQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJTqAnUAAoJEPo9qoy8lh71FjkP/RGFbrbm865tsUcsoUzk0QhL hq++Kc9jzLX6zs7w1Bfar7aUkqssqERaNEX56M57uFINt4Yc/5OjjYQsl9CjDIx8 M4ZsKmS0gBrNObzEHA+o3PMEH83FBx1RiRlZePRvEqAYCnGY+4kXGnsGnGQ11ska d6UsWc2ZPQNIVleUXMakmmaTqOooeRFabJIevjGdgeKqNVO/bffIkL0ILF8n4C4J et+2nWDIRNXeyFoodSC+EJhHgz/7gll3f9WgX+hTRNxKwG97FU4dfVYIeQitN56L 62TOTnvkbyzBwAL6cGMEQP0iwqwl9CGY5ocMAMnU9g0E8oGjO93GPKVri5rJNiwp U0gJ/Hbzl+9OHg+1iHNYLsvQYf6N58uBWqRh60mg62OA3lY7VMW57MtewxvKUc3W q1oDwBgbxX0OB2YQrWiHXumuiH4NJhYA3Qax90SMF1r7uuP5IsUJ9/RP9dkadpcn 7KwkCj4hmYNfSJsg3/3ReRmeGvx+nWFA+TvVZGXIaAKNqYe09+p5P1bo49l86fOE Pt1bbYc9lQGGXj5k/mIM9KGiw3/BLo/AlsBg+UwB3ZkkJAfgwIJquc73WnT1fwn+ mLfDXQ+GIxTcONJzi7O3B3SkAbhTJZYl3+tw3p2YVQK0Ja/zF4S9nFZjkC42Yurm 1Qn5DZX6WTBENIPVn7Yb =RGcC -----END PGP SIGNATURE----- --1SNwn4VW7PTWesmxVjQhmCT7Om3mGmuTQ-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/