From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Subject: Re: [PATCH v5 0/2] DMM DT adaptation Date: Fri, 3 Jan 2014 18:04:59 +0530 Message-ID: <52C6AE73.9020303@ti.com> References: <1379063679-4869-1-git-send-email-archit@ti.com> <1387274542-29645-1-git-send-email-archit@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: <1387274542-29645-1-git-send-email-archit@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 List-Id: devicetree@vger.kernel.org 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. 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 >