From mboxrd@z Thu Jan 1 00:00:00 1970 From: Inki Dae Subject: Re: [PATCH Resend 1/1] Revert "of/exynos_g2d: Add Bindings for exynos G2D driver" Date: Fri, 12 Apr 2013 17:47:06 +0900 Message-ID: References: <1365745471-4853-1-git-send-email-sachin.kamat@linaro.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0522352902==" Return-path: In-Reply-To: <1365745471-4853-1-git-send-email-sachin.kamat@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Sachin Kamat Cc: "patches@linaro.org" , "devicetree-discuss@lists.ozlabs.org" , rob.herring@calxeda.com, Grant Likely , robherring2@gmail.com, DRI mailing list , Sylwester Nawrocki , "linux-media@vger.kernel.org" List-Id: devicetree@vger.kernel.org --===============0522352902== Content-Type: multipart/alternative; boundary=e89a8f3ba019a5289904da25f24b --e89a8f3ba019a5289904da25f24b Content-Type: text/plain; charset=ISO-8859-1 Applied. Thanks, Inki Dae 2013/4/12 Sachin Kamat > This reverts commit 09495dda6a62c74b13412a63528093910ef80edd. > The description is incomplete and the location of this file > is incorrect. Based on discussion with the Samsung media and DRM subsystem > maintainers, the documentaion of Samsung G2D bindings has been placed at: > Documentation/devicetree/bindings/gpu/samsung-g2d.txt > > Signed-off-by: Sachin Kamat > Cc: Inki Dae > Cc: Sylwester Nawrocki > Cc: Ajay Kumar > --- > The right documentation for G2D bindings has already been merged for > 3.10-rc > and hence we need this patch for 3.10-rc too, to avoid confusions due to > multiple documents. > --- > .../devicetree/bindings/drm/exynos/g2d.txt | 22 > -------------------- > 1 file changed, 22 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/drm/exynos/g2d.txt > > diff --git a/Documentation/devicetree/bindings/drm/exynos/g2d.txt > b/Documentation/devicetree/bindings/drm/exynos/g2d.txt > deleted file mode 100644 > index 1eb124d..0000000 > --- a/Documentation/devicetree/bindings/drm/exynos/g2d.txt > +++ /dev/null > @@ -1,22 +0,0 @@ > -Samsung 2D Graphic Accelerator using DRM frame work > - > -Samsung FIMG2D is a graphics 2D accelerator which supports Bit Block > Transfer. > -We set the drawing-context registers for configuring rendering parameters > and > -then start rendering. > -This driver is for SOCs which contain G2D IPs with version 4.1. > - > -Required properties: > - -compatible: > - should be "samsung,exynos-g2d-41". > - -reg: > - physical base address of the controller and length > - of memory mapped region. > - -interrupts: > - interrupt combiner values. > - > -Example: > - g2d { > - compatible = "samsung,exynos-g2d-41"; > - reg = <0x10850000 0x1000>; > - interrupts = <0 91 0>; > - }; > -- > 1.7.9.5 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel > --e89a8f3ba019a5289904da25f24b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Applied.

Thanks,
Inki Dae


2013/4/12 Sachin Kamat <sachin.kamat@linaro.org>
This reverts commit 09495dda6a62c74b13412a63= 528093910ef80edd.
The description is incomplete and the location of this file
is incorrect. Based on discussion with the Samsung media and DRM subsystem<= br> maintainers, the documentaion of Samsung G2D bindings has been placed at: Documentation/devicetree/bindings/gpu/samsung-g2d.txt

Signed-off-by: Sachin Kamat <= sachin.kamat@linaro.org>
Cc: Inki Dae <inki.dae@samsung.c= om>
Cc: Sylwester Nawrocki <s.nawr= ocki@samsung.com>
Cc: Ajay Kumar <ajaykumar.rs= @samsung.com>
---
The right documentation for G2D bindings has already been merged for 3.10-r= c
and hence we need this patch for 3.10-rc too, to avoid confusions due to multiple documents.
---
=A0.../devicetree/bindings/drm/exynos/g2d.txt =A0 =A0 =A0 =A0 | =A0 22 ----= ----------------
=A01 file changed, 22 deletions(-)
=A0delete mode 100644 Documentation/devicetree/bindings/drm/exynos/g2d.txt<= br>
diff --git a/Documentation/devicetree/bindings/drm/exynos/g2d.txt b/Documen= tation/devicetree/bindings/drm/exynos/g2d.txt
deleted file mode 100644
index 1eb124d..0000000
--- a/Documentation/devicetree/bindings/drm/exynos/g2d.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-Samsung 2D Graphic Accelerator using DRM frame work
-
-Samsung FIMG2D is a graphics 2D accelerator which supports Bit Block Trans= fer.
-We set the drawing-context registers for configuring rendering parameters = and
-then start rendering.
-This driver is for SOCs which contain G2D IPs with version 4.1.
-
-Required properties:
- =A0 =A0 =A0 -compatible:
- =A0 =A0 =A0 =A0 =A0 =A0 =A0 should be "samsung,exynos-g2d-41".<= br> - =A0 =A0 =A0 -reg:
- =A0 =A0 =A0 =A0 =A0 =A0 =A0 physical base address of the controller and l= ength
- =A0 =A0 =A0 =A0 =A0 =A0 =A0 of memory mapped region.
- =A0 =A0 =A0 -interrupts:
- =A0 =A0 =A0 =A0 =A0 =A0 =A0 interrupt combiner values.
-
-Example:
- =A0 =A0 =A0 g2d {
- =A0 =A0 =A0 =A0 =A0 =A0 =A0 compatible =3D "samsung,exynos-g2d-41&qu= ot;;
- =A0 =A0 =A0 =A0 =A0 =A0 =A0 reg =3D <0x10850000 0x1000>;
- =A0 =A0 =A0 =A0 =A0 =A0 =A0 interrupts =3D <0 91 0>;
- =A0 =A0 =A0 };
--
1.7.9.5

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesk= top.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

--e89a8f3ba019a5289904da25f24b-- --===============0522352902== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============0522352902==--