linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: Add device tree node for G2D controller on Exynos5
@ 2012-11-28 14:29 Ajay Kumar
  2012-11-28 14:29 ` [PATCH 2/3] ARM: EXYNOS: Add AUXDATA for G2D controller Ajay Kumar
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ajay Kumar @ 2012-11-28 14:29 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
---
 arch/arm/boot/dts/exynos5250.dtsi |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 581e57a..6d50c15 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -613,4 +613,10 @@
 		reg = <0x14450000 0x10000>;
 		interrupts = <0 94 0>;
 	};
+
+	g2d: g2d {
+		compatible = "samsung,exynos-g2d-41";
+		reg = <0x10850000 0x1000>;
+		interrupts = <0 91 0>;
+	};
 };
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/3] ARM: EXYNOS: Add AUXDATA for G2D controller
  2012-11-28 14:29 [PATCH 1/3] ARM: dts: Add device tree node for G2D controller on Exynos5 Ajay Kumar
@ 2012-11-28 14:29 ` Ajay Kumar
  2012-12-20 12:50   ` Ajay kumar
  2012-11-28 14:29 ` [PATCH 3/3] ARM: EXYNOS: Add g2d clock support for EXYNOS5 Ajay Kumar
  2012-12-20 12:49 ` [PATCH 1/3] ARM: dts: Add device tree node for G2D controller on Exynos5 Ajay kumar
  2 siblings, 1 reply; 6+ messages in thread
From: Ajay Kumar @ 2012-11-28 14:29 UTC (permalink / raw)
  To: linux-arm-kernel

Use AUXDATA to set the device names for G2D controller instance
discovered from device tree.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
---
 arch/arm/mach-exynos/mach-exynos5-dt.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c
index 462e5ac..9eae2ce 100644
--- a/arch/arm/mach-exynos/mach-exynos5-dt.c
+++ b/arch/arm/mach-exynos/mach-exynos5-dt.c
@@ -110,6 +110,8 @@ static const struct of_dev_auxdata exynos5250_auxdata_lookup[] __initconst = {
 				"samsung-i2s.1", NULL),
 	OF_DEV_AUXDATA("samsung,samsung-i2s", 0x12D70000,
 				"samsung-i2s.2", NULL),
+	OF_DEV_AUXDATA("samsung,exynos-g2d-41", 0x10850000,
+				"s5p-g2d", NULL),
 	{},
 };
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 3/3] ARM: EXYNOS: Add g2d clock support for EXYNOS5
  2012-11-28 14:29 [PATCH 1/3] ARM: dts: Add device tree node for G2D controller on Exynos5 Ajay Kumar
  2012-11-28 14:29 ` [PATCH 2/3] ARM: EXYNOS: Add AUXDATA for G2D controller Ajay Kumar
@ 2012-11-28 14:29 ` Ajay Kumar
  2012-12-20 12:50   ` Ajay kumar
  2012-12-20 12:49 ` [PATCH 1/3] ARM: dts: Add device tree node for G2D controller on Exynos5 Ajay kumar
  2 siblings, 1 reply; 6+ messages in thread
From: Ajay Kumar @ 2012-11-28 14:29 UTC (permalink / raw)
  To: linux-arm-kernel

Add g2d clock instance for EXYNOS5 g2d controller.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
---
 arch/arm/mach-exynos/clock-exynos5.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm/mach-exynos/clock-exynos5.c
index 5c63bc7..f16b027 100644
--- a/arch/arm/mach-exynos/clock-exynos5.c
+++ b/arch/arm/mach-exynos/clock-exynos5.c
@@ -711,6 +711,10 @@ static struct clk exynos5_init_clocks_off[] = {
 		.enable		= exynos5_clk_ip_disp1_ctrl,
 		.ctrlbit	= (1 << 5),
 	}, {
+		.name		= "fimg2d",
+		.enable		= exynos5_clk_ip_acp_ctrl,
+		.ctrlbit	= (1 << 3),
+	}, {
 		.name		= "dp",
 		.devname	= "exynos-dp",
 		.enable		= exynos5_clk_ip_disp1_ctrl,
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 1/3] ARM: dts: Add device tree node for G2D controller on Exynos5
  2012-11-28 14:29 [PATCH 1/3] ARM: dts: Add device tree node for G2D controller on Exynos5 Ajay Kumar
  2012-11-28 14:29 ` [PATCH 2/3] ARM: EXYNOS: Add AUXDATA for G2D controller Ajay Kumar
  2012-11-28 14:29 ` [PATCH 3/3] ARM: EXYNOS: Add g2d clock support for EXYNOS5 Ajay Kumar
@ 2012-12-20 12:49 ` Ajay kumar
  2 siblings, 0 replies; 6+ messages in thread
From: Ajay kumar @ 2012-12-20 12:49 UTC (permalink / raw)
  To: linux-arm-kernel

ping.

On Wed, Nov 28, 2012 at 7:59 PM, Ajay Kumar <ajaykumar.rs@samsung.com> wrote:
> Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
> ---
>  arch/arm/boot/dts/exynos5250.dtsi |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
> index 581e57a..6d50c15 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -613,4 +613,10 @@
>                 reg = <0x14450000 0x10000>;
>                 interrupts = <0 94 0>;
>         };
> +
> +       g2d: g2d {
> +               compatible = "samsung,exynos-g2d-41";
> +               reg = <0x10850000 0x1000>;
> +               interrupts = <0 91 0>;
> +       };
>  };
> --
> 1.7.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 2/3] ARM: EXYNOS: Add AUXDATA for G2D controller
  2012-11-28 14:29 ` [PATCH 2/3] ARM: EXYNOS: Add AUXDATA for G2D controller Ajay Kumar
@ 2012-12-20 12:50   ` Ajay kumar
  0 siblings, 0 replies; 6+ messages in thread
From: Ajay kumar @ 2012-12-20 12:50 UTC (permalink / raw)
  To: linux-arm-kernel

ping.

On Wed, Nov 28, 2012 at 7:59 PM, Ajay Kumar <ajaykumar.rs@samsung.com> wrote:
> Use AUXDATA to set the device names for G2D controller instance
> discovered from device tree.
>
> Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
> ---
>  arch/arm/mach-exynos/mach-exynos5-dt.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c
> index 462e5ac..9eae2ce 100644
> --- a/arch/arm/mach-exynos/mach-exynos5-dt.c
> +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c
> @@ -110,6 +110,8 @@ static const struct of_dev_auxdata exynos5250_auxdata_lookup[] __initconst = {
>                                 "samsung-i2s.1", NULL),
>         OF_DEV_AUXDATA("samsung,samsung-i2s", 0x12D70000,
>                                 "samsung-i2s.2", NULL),
> +       OF_DEV_AUXDATA("samsung,exynos-g2d-41", 0x10850000,
> +                               "s5p-g2d", NULL),
>         {},
>  };
>
> --
> 1.7.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 3/3] ARM: EXYNOS: Add g2d clock support for EXYNOS5
  2012-11-28 14:29 ` [PATCH 3/3] ARM: EXYNOS: Add g2d clock support for EXYNOS5 Ajay Kumar
@ 2012-12-20 12:50   ` Ajay kumar
  0 siblings, 0 replies; 6+ messages in thread
From: Ajay kumar @ 2012-12-20 12:50 UTC (permalink / raw)
  To: linux-arm-kernel

ping.

On Wed, Nov 28, 2012 at 7:59 PM, Ajay Kumar <ajaykumar.rs@samsung.com> wrote:
> Add g2d clock instance for EXYNOS5 g2d controller.
>
> Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
> ---
>  arch/arm/mach-exynos/clock-exynos5.c |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm/mach-exynos/clock-exynos5.c
> index 5c63bc7..f16b027 100644
> --- a/arch/arm/mach-exynos/clock-exynos5.c
> +++ b/arch/arm/mach-exynos/clock-exynos5.c
> @@ -711,6 +711,10 @@ static struct clk exynos5_init_clocks_off[] = {
>                 .enable         = exynos5_clk_ip_disp1_ctrl,
>                 .ctrlbit        = (1 << 5),
>         }, {
> +               .name           = "fimg2d",
> +               .enable         = exynos5_clk_ip_acp_ctrl,
> +               .ctrlbit        = (1 << 3),
> +       }, {
>                 .name           = "dp",
>                 .devname        = "exynos-dp",
>                 .enable         = exynos5_clk_ip_disp1_ctrl,
> --
> 1.7.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-12-20 12:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28 14:29 [PATCH 1/3] ARM: dts: Add device tree node for G2D controller on Exynos5 Ajay Kumar
2012-11-28 14:29 ` [PATCH 2/3] ARM: EXYNOS: Add AUXDATA for G2D controller Ajay Kumar
2012-12-20 12:50   ` Ajay kumar
2012-11-28 14:29 ` [PATCH 3/3] ARM: EXYNOS: Add g2d clock support for EXYNOS5 Ajay Kumar
2012-12-20 12:50   ` Ajay kumar
2012-12-20 12:49 ` [PATCH 1/3] ARM: dts: Add device tree node for G2D controller on Exynos5 Ajay kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).