From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Subject: Re: [PATCH v5 0/2] DMM DT adaptation Date: Fri, 17 Jan 2014 13:02:36 +0530 Message-ID: <52D8DC94.6010307@ti.com> References: <1379063679-4869-1-git-send-email-archit@ti.com> <1387274542-29645-1-git-send-email-archit@ti.com> <52C6AE73.9020303@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <52C6AE73.9020303@ti.com> Sender: linux-doc-owner@vger.kernel.org To: bcousson@baylibre.com, tony@atomide.com, mark.rutland@arm.com Cc: robdclark@gmail.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, "Valkeinen, Tomi" List-Id: devicetree@vger.kernel.org Hi Mark, On Friday 03 January 2014 06:04 PM, Archit Taneja wrote: > Hullo, > > On Tuesday 17 December 2013 03:32 PM, Archit Taneja wrote: >> The DMM/Tiler block can used by omapdrm to allocate frame buffers. >> With the >> removal of address and irq data from the omap4 hwmods, the probe of >> DMM driver >> fails and omapdrm isn't able to utilize the DMM hardware. >> >> Add DMM bindings for OMAP4 and OMAP5 and DRA7x. > > Can this be pulled for 3.14? I've incorporated comments from Mark and > other folks. Can you please ack the first patch in the series? The second one is going via a pull request to the drm maintainer: https://git.kernel.org/cgit/linux/kernel/git/tomba/linux.git/commit/?id=3d232346c5656b300028b6c920ddc10b229b5264 Thanks, Archit > > Thanks, > Archit > >> >> Changes in v5: >> - Use of_match_ptr() in the dmm driver. >> - Add DT node for DRA7x as dra7.dtsi is now in mainline. >> >> Changes in v4: >> - Clean up documentation further. >> >> Changes in v3: >> - Fix mistakes in documentation and remove aliases for dmm nodes. >> >> Changes in v2: >> - No changes, split out into a separate series containing only DT >> related parts. >> >> >> Archit Taneja (2): >> arm: dts: omap4+: Add DMM bindings >> drm: omap: Enable DT support for DMM >> >> Documentation/devicetree/bindings/arm/omap/dmm.txt | 22 >> ++++++++++++++++++++++ >> arch/arm/boot/dts/dra7.dtsi | 7 +++++++ >> arch/arm/boot/dts/omap4.dtsi | 7 +++++++ >> arch/arm/boot/dts/omap5.dtsi | 7 +++++++ >> drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | 7 +++++++ >> 5 files changed, 50 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/arm/omap/dmm.txt >> > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > >