All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] clk: exynos5250: Add G2D gate clock
@ 2013-07-05  8:42 ` Sachin Kamat
  0 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-05  8:42 UTC (permalink / raw)
  To: linux-samsung-soc, linux-arm-kernel
  Cc: devicetree-discuss, kgene.kim, sachin.kamat, patches, mturquette,
	inki.dae

Adds gate clock for G2D IP for Exynos5250 SoC.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Mike Turquette <mturquette@linaro.org>
---
This patch depends on the following patch:
http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
---
 .../devicetree/bindings/clock/exynos5250-clock.txt |    1 +
 drivers/clk/samsung/clk-exynos5250.c               |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
index 1a05761..7e88242 100644
--- a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
+++ b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
@@ -155,6 +155,7 @@ clock which they consume.
   dp			342
   mixer			343
   hdmi			344
+  g2d			345
 
 Example 1: An example of a clock controller node is listed below.
 
diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
index 6f767c5..3da0bdf 100644
--- a/drivers/clk/samsung/clk-exynos5250.c
+++ b/drivers/clk/samsung/clk-exynos5250.c
@@ -62,6 +62,7 @@
 #define SRC_CDREX		0x20200
 #define PLL_DIV2_SEL		0x20a24
 #define GATE_IP_DISP1		0x10928
+#define GATE_IP_ACP		0x10000
 
 /*
  * Let each supported clock get a unique id. This id is used to lookup the clock
@@ -99,7 +100,7 @@ enum exynos5250_clks {
 	spi2, i2s1, i2s2, pcm1, pcm2, pwm, spdif, ac97, hsi2c0, hsi2c1, hsi2c2,
 	hsi2c3, chipid, sysreg, pmu, cmu_top, cmu_core, cmu_mem, tzpc0, tzpc1,
 	tzpc2, tzpc3, tzpc4, tzpc5, tzpc6, tzpc7, tzpc8, tzpc9, hdmi_cec, mct,
-	wdt, rtc, tmu, fimd1, mie1, dsim0, dp, mixer, hdmi,
+	wdt, rtc, tmu, fimd1, mie1, dsim0, dp, mixer, hdmi, g2d,
 
 	nr_clks,
 };
@@ -152,6 +153,7 @@ static __initdata unsigned long exynos5250_clk_regs[] = {
 	SRC_CDREX,
 	PLL_DIV2_SEL,
 	GATE_IP_DISP1,
+	GATE_IP_ACP,
 };
 
 /* list of all parent clock list */
@@ -463,6 +465,7 @@ struct samsung_gate_clock exynos5250_gate_clks[] __initdata = {
 	GATE(dp, "dp", "aclk200", GATE_IP_DISP1, 4, 0, 0),
 	GATE(mixer, "mixer", "aclk200", GATE_IP_DISP1, 5, 0, 0),
 	GATE(hdmi, "hdmi", "aclk200", GATE_IP_DISP1, 6, 0, 0),
+	GATE(g2d, "g2d", "aclk200", GATE_IP_ACP, 3, 0, 0),
 };
 
 static __initdata struct of_device_id ext_clk_match[] = {
-- 
1.7.9.5

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

* [PATCH 1/3] clk: exynos5250: Add G2D gate clock
@ 2013-07-05  8:42 ` Sachin Kamat
  0 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-05  8:42 UTC (permalink / raw)
  To: linux-arm-kernel

Adds gate clock for G2D IP for Exynos5250 SoC.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Mike Turquette <mturquette@linaro.org>
---
This patch depends on the following patch:
http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
---
 .../devicetree/bindings/clock/exynos5250-clock.txt |    1 +
 drivers/clk/samsung/clk-exynos5250.c               |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
index 1a05761..7e88242 100644
--- a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
+++ b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
@@ -155,6 +155,7 @@ clock which they consume.
   dp			342
   mixer			343
   hdmi			344
+  g2d			345
 
 Example 1: An example of a clock controller node is listed below.
 
diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
index 6f767c5..3da0bdf 100644
--- a/drivers/clk/samsung/clk-exynos5250.c
+++ b/drivers/clk/samsung/clk-exynos5250.c
@@ -62,6 +62,7 @@
 #define SRC_CDREX		0x20200
 #define PLL_DIV2_SEL		0x20a24
 #define GATE_IP_DISP1		0x10928
+#define GATE_IP_ACP		0x10000
 
 /*
  * Let each supported clock get a unique id. This id is used to lookup the clock
@@ -99,7 +100,7 @@ enum exynos5250_clks {
 	spi2, i2s1, i2s2, pcm1, pcm2, pwm, spdif, ac97, hsi2c0, hsi2c1, hsi2c2,
 	hsi2c3, chipid, sysreg, pmu, cmu_top, cmu_core, cmu_mem, tzpc0, tzpc1,
 	tzpc2, tzpc3, tzpc4, tzpc5, tzpc6, tzpc7, tzpc8, tzpc9, hdmi_cec, mct,
-	wdt, rtc, tmu, fimd1, mie1, dsim0, dp, mixer, hdmi,
+	wdt, rtc, tmu, fimd1, mie1, dsim0, dp, mixer, hdmi, g2d,
 
 	nr_clks,
 };
@@ -152,6 +153,7 @@ static __initdata unsigned long exynos5250_clk_regs[] = {
 	SRC_CDREX,
 	PLL_DIV2_SEL,
 	GATE_IP_DISP1,
+	GATE_IP_ACP,
 };
 
 /* list of all parent clock list */
@@ -463,6 +465,7 @@ struct samsung_gate_clock exynos5250_gate_clks[] __initdata = {
 	GATE(dp, "dp", "aclk200", GATE_IP_DISP1, 4, 0, 0),
 	GATE(mixer, "mixer", "aclk200", GATE_IP_DISP1, 5, 0, 0),
 	GATE(hdmi, "hdmi", "aclk200", GATE_IP_DISP1, 6, 0, 0),
+	GATE(g2d, "g2d", "aclk200", GATE_IP_ACP, 3, 0, 0),
 };
 
 static __initdata struct of_device_id ext_clk_match[] = {
-- 
1.7.9.5

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

* [PATCH 2/3] of/documentation: Update G2D documentation
  2013-07-05  8:42 ` Sachin Kamat
@ 2013-07-05  8:42   ` Sachin Kamat
  -1 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-05  8:42 UTC (permalink / raw)
  To: linux-samsung-soc, linux-arm-kernel
  Cc: devicetree-discuss, kgene.kim, sachin.kamat, patches, mturquette,
	inki.dae

Exynos5250 G2D IP requires only the gate clock. Update the
binding documentation accordingly.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Inki Dae <inki.dae@samsung.com>
---
 .../devicetree/bindings/gpu/samsung-g2d.txt        |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
index 3f454ff..60ca631 100644
--- a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
+++ b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
@@ -12,7 +12,9 @@ Required properties:
   - interrupts : G2D interrupt number to the CPU.
   - clocks : from common clock binding: handle to G2D clocks.
   - clock-names : from common clock binding: must contain "sclk_fimg2d" and
-		  "fimg2d", corresponding to entries in the clocks property.
+		  "fimg2d" for S5PV210 & Exynos4 based SoCs and "fimg2d" for
+		  Exynos5250 SoC, corresponding to entries in the clocks
+		  property.
 
 Example:
 	g2d@12800000 {
-- 
1.7.9.5

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

* [PATCH 2/3] of/documentation: Update G2D documentation
@ 2013-07-05  8:42   ` Sachin Kamat
  0 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-05  8:42 UTC (permalink / raw)
  To: linux-arm-kernel

Exynos5250 G2D IP requires only the gate clock. Update the
binding documentation accordingly.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Inki Dae <inki.dae@samsung.com>
---
 .../devicetree/bindings/gpu/samsung-g2d.txt        |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
index 3f454ff..60ca631 100644
--- a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
+++ b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
@@ -12,7 +12,9 @@ Required properties:
   - interrupts : G2D interrupt number to the CPU.
   - clocks : from common clock binding: handle to G2D clocks.
   - clock-names : from common clock binding: must contain "sclk_fimg2d" and
-		  "fimg2d", corresponding to entries in the clocks property.
+		  "fimg2d" for S5PV210 & Exynos4 based SoCs and "fimg2d" for
+		  Exynos5250 SoC, corresponding to entries in the clocks
+		  property.
 
 Example:
 	g2d at 12800000 {
-- 
1.7.9.5

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

* [PATCH 3/3] ARM: EXYNOS: Add G2D support to exynos5250
  2013-07-05  8:42 ` Sachin Kamat
@ 2013-07-05  8:42   ` Sachin Kamat
  -1 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-05  8:42 UTC (permalink / raw)
  To: linux-samsung-soc, linux-arm-kernel
  Cc: devicetree-discuss, kgene.kim, sachin.kamat, patches, mturquette,
	inki.dae

Adds G2D node to exynos5250 DT file.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 arch/arm/boot/dts/exynos5250.dtsi |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index ef57277..6f356ce 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -163,6 +163,14 @@
 		clock-names = "watchdog";
 	};
 
+	g2d@10850000 {
+		compatible = "samsung,exynos5250-g2d";
+		reg = <0x10850000 0x1000>;
+		interrupts = <0 91 0>;
+		clocks = <&clock 345>;
+		clock-names = "fimg2d";
+	};
+
 	codec@11000000 {
 		compatible = "samsung,mfc-v6";
 		reg = <0x11000000 0x10000>;
-- 
1.7.9.5

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

* [PATCH 3/3] ARM: EXYNOS: Add G2D support to exynos5250
@ 2013-07-05  8:42   ` Sachin Kamat
  0 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-05  8:42 UTC (permalink / raw)
  To: linux-arm-kernel

Adds G2D node to exynos5250 DT file.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 arch/arm/boot/dts/exynos5250.dtsi |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index ef57277..6f356ce 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -163,6 +163,14 @@
 		clock-names = "watchdog";
 	};
 
+	g2d at 10850000 {
+		compatible = "samsung,exynos5250-g2d";
+		reg = <0x10850000 0x1000>;
+		interrupts = <0 91 0>;
+		clocks = <&clock 345>;
+		clock-names = "fimg2d";
+	};
+
 	codec at 11000000 {
 		compatible = "samsung,mfc-v6";
 		reg = <0x11000000 0x10000>;
-- 
1.7.9.5

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

* Re: [PATCH 2/3] of/documentation: Update G2D documentation
  2013-07-05  8:42   ` Sachin Kamat
@ 2013-07-05 23:52     ` Tomasz Figa
  -1 siblings, 0 replies; 26+ messages in thread
From: Tomasz Figa @ 2013-07-05 23:52 UTC (permalink / raw)
  To: Sachin Kamat
  Cc: linux-samsung-soc, linux-arm-kernel, devicetree-discuss,
	kgene.kim, patches, mturquette, inki.dae

Hi Sachin,

On Friday 05 of July 2013 14:12:28 Sachin Kamat wrote:
> Exynos5250 G2D IP requires only the gate clock. Update the
> binding documentation accordingly.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Inki Dae <inki.dae@samsung.com>
> ---
>  .../devicetree/bindings/gpu/samsung-g2d.txt        |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
> b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt index
> 3f454ff..60ca631 100644
> --- a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
> +++ b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
> @@ -12,7 +12,9 @@ Required properties:
>    - interrupts : G2D interrupt number to the CPU.
>    - clocks : from common clock binding: handle to G2D clocks.
>    - clock-names : from common clock binding: must contain "sclk_fimg2d"
> and -		  "fimg2d", corresponding to entries in the clocks 
property. +		
>  "fimg2d" for S5PV210 & Exynos4 based SoCs and "fimg2d" for +		 
> Exynos5250 SoC, corresponding to entries in the clocks
> +		  property.

I think this needs to be rephrased, because I can't get any sense from 
this sentence.

Maybe something like:

- clock-names : names of clocks listed in clocks property, in the same 
order, depending on SoC type:
    - for S5PV210 and Exynos4 based SoCs : "fimg2d" and "sclk_fimg2d"
    - for Exynos5250 SoC : "fimg2d".

What do you think?

Best regards,
Tomasz

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

* [PATCH 2/3] of/documentation: Update G2D documentation
@ 2013-07-05 23:52     ` Tomasz Figa
  0 siblings, 0 replies; 26+ messages in thread
From: Tomasz Figa @ 2013-07-05 23:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Sachin,

On Friday 05 of July 2013 14:12:28 Sachin Kamat wrote:
> Exynos5250 G2D IP requires only the gate clock. Update the
> binding documentation accordingly.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Inki Dae <inki.dae@samsung.com>
> ---
>  .../devicetree/bindings/gpu/samsung-g2d.txt        |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
> b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt index
> 3f454ff..60ca631 100644
> --- a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
> +++ b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
> @@ -12,7 +12,9 @@ Required properties:
>    - interrupts : G2D interrupt number to the CPU.
>    - clocks : from common clock binding: handle to G2D clocks.
>    - clock-names : from common clock binding: must contain "sclk_fimg2d"
> and -		  "fimg2d", corresponding to entries in the clocks 
property. +		
>  "fimg2d" for S5PV210 & Exynos4 based SoCs and "fimg2d" for +		 
> Exynos5250 SoC, corresponding to entries in the clocks
> +		  property.

I think this needs to be rephrased, because I can't get any sense from 
this sentence.

Maybe something like:

- clock-names : names of clocks listed in clocks property, in the same 
order, depending on SoC type:
    - for S5PV210 and Exynos4 based SoCs : "fimg2d" and "sclk_fimg2d"
    - for Exynos5250 SoC : "fimg2d".

What do you think?

Best regards,
Tomasz

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

* Re: [PATCH 2/3] of/documentation: Update G2D documentation
  2013-07-05 23:52     ` Tomasz Figa
@ 2013-07-08  6:36       ` Sachin Kamat
  -1 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-08  6:36 UTC (permalink / raw)
  To: Tomasz Figa
  Cc: linux-samsung-soc, linux-arm-kernel, devicetree-discuss,
	kgene.kim, patches, mturquette, inki.dae

Hi Tomasz,

On 6 July 2013 05:22, Tomasz Figa <tomasz.figa@gmail.com> wrote:
> Hi Sachin,
>
> On Friday 05 of July 2013 14:12:28 Sachin Kamat wrote:
>> Exynos5250 G2D IP requires only the gate clock. Update the
>> binding documentation accordingly.
>>
>> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>> Cc: Inki Dae <inki.dae@samsung.com>
>> ---
>>  .../devicetree/bindings/gpu/samsung-g2d.txt        |    4 +++-
>>  1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
>> b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt index
>> 3f454ff..60ca631 100644
>> --- a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
>> +++ b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
>> @@ -12,7 +12,9 @@ Required properties:
>>    - interrupts : G2D interrupt number to the CPU.
>>    - clocks : from common clock binding: handle to G2D clocks.
>>    - clock-names : from common clock binding: must contain "sclk_fimg2d"
>> and -           "fimg2d", corresponding to entries in the clocks
> property. +
>>  "fimg2d" for S5PV210 & Exynos4 based SoCs and "fimg2d" for +
>> Exynos5250 SoC, corresponding to entries in the clocks
>> +               property.
>
> I think this needs to be rephrased, because I can't get any sense from
> this sentence.
>
> Maybe something like:
>
> - clock-names : names of clocks listed in clocks property, in the same
> order, depending on SoC type:
>     - for S5PV210 and Exynos4 based SoCs : "fimg2d" and "sclk_fimg2d"
>     - for Exynos5250 SoC : "fimg2d".
>
> What do you think?

Sure. Will update and re-send.

Thanks for the review.


-- 
With warm regards,
Sachin

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

* [PATCH 2/3] of/documentation: Update G2D documentation
@ 2013-07-08  6:36       ` Sachin Kamat
  0 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-08  6:36 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Tomasz,

On 6 July 2013 05:22, Tomasz Figa <tomasz.figa@gmail.com> wrote:
> Hi Sachin,
>
> On Friday 05 of July 2013 14:12:28 Sachin Kamat wrote:
>> Exynos5250 G2D IP requires only the gate clock. Update the
>> binding documentation accordingly.
>>
>> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>> Cc: Inki Dae <inki.dae@samsung.com>
>> ---
>>  .../devicetree/bindings/gpu/samsung-g2d.txt        |    4 +++-
>>  1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
>> b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt index
>> 3f454ff..60ca631 100644
>> --- a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
>> +++ b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
>> @@ -12,7 +12,9 @@ Required properties:
>>    - interrupts : G2D interrupt number to the CPU.
>>    - clocks : from common clock binding: handle to G2D clocks.
>>    - clock-names : from common clock binding: must contain "sclk_fimg2d"
>> and -           "fimg2d", corresponding to entries in the clocks
> property. +
>>  "fimg2d" for S5PV210 & Exynos4 based SoCs and "fimg2d" for +
>> Exynos5250 SoC, corresponding to entries in the clocks
>> +               property.
>
> I think this needs to be rephrased, because I can't get any sense from
> this sentence.
>
> Maybe something like:
>
> - clock-names : names of clocks listed in clocks property, in the same
> order, depending on SoC type:
>     - for S5PV210 and Exynos4 based SoCs : "fimg2d" and "sclk_fimg2d"
>     - for Exynos5250 SoC : "fimg2d".
>
> What do you think?

Sure. Will update and re-send.

Thanks for the review.


-- 
With warm regards,
Sachin

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

* Re: [PATCH 1/3] clk: exynos5250: Add G2D gate clock
  2013-07-05  8:42 ` Sachin Kamat
@ 2013-07-26  8:48   ` Sachin Kamat
  -1 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-26  8:48 UTC (permalink / raw)
  To: linux-samsung-soc, linux-arm-kernel
  Cc: devicetree-discuss, kgene.kim, sachin.kamat, patches, mturquette,
	inki.dae

On 5 July 2013 14:12, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> Adds gate clock for G2D IP for Exynos5250 SoC.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Mike Turquette <mturquette@linaro.org>
> ---
> This patch depends on the following patch:
> http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
> ---
>  .../devicetree/bindings/clock/exynos5250-clock.txt |    1 +
>  drivers/clk/samsung/clk-exynos5250.c               |    5 ++++-
>  2 files changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> index 1a05761..7e88242 100644
> --- a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> @@ -155,6 +155,7 @@ clock which they consume.
>    dp                   342
>    mixer                        343
>    hdmi                 344
> +  g2d                  345
>
>  Example 1: An example of a clock controller node is listed below.
>
> diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
> index 6f767c5..3da0bdf 100644
> --- a/drivers/clk/samsung/clk-exynos5250.c
> +++ b/drivers/clk/samsung/clk-exynos5250.c
> @@ -62,6 +62,7 @@
>  #define SRC_CDREX              0x20200
>  #define PLL_DIV2_SEL           0x20a24
>  #define GATE_IP_DISP1          0x10928
> +#define GATE_IP_ACP            0x10000
>
>  /*
>   * Let each supported clock get a unique id. This id is used to lookup the clock
> @@ -99,7 +100,7 @@ enum exynos5250_clks {
>         spi2, i2s1, i2s2, pcm1, pcm2, pwm, spdif, ac97, hsi2c0, hsi2c1, hsi2c2,
>         hsi2c3, chipid, sysreg, pmu, cmu_top, cmu_core, cmu_mem, tzpc0, tzpc1,
>         tzpc2, tzpc3, tzpc4, tzpc5, tzpc6, tzpc7, tzpc8, tzpc9, hdmi_cec, mct,
> -       wdt, rtc, tmu, fimd1, mie1, dsim0, dp, mixer, hdmi,
> +       wdt, rtc, tmu, fimd1, mie1, dsim0, dp, mixer, hdmi, g2d,
>
>         nr_clks,
>  };
> @@ -152,6 +153,7 @@ static __initdata unsigned long exynos5250_clk_regs[] = {
>         SRC_CDREX,
>         PLL_DIV2_SEL,
>         GATE_IP_DISP1,
> +       GATE_IP_ACP,
>  };
>
>  /* list of all parent clock list */
> @@ -463,6 +465,7 @@ struct samsung_gate_clock exynos5250_gate_clks[] __initdata = {
>         GATE(dp, "dp", "aclk200", GATE_IP_DISP1, 4, 0, 0),
>         GATE(mixer, "mixer", "aclk200", GATE_IP_DISP1, 5, 0, 0),
>         GATE(hdmi, "hdmi", "aclk200", GATE_IP_DISP1, 6, 0, 0),
> +       GATE(g2d, "g2d", "aclk200", GATE_IP_ACP, 3, 0, 0),
>  };
>
>  static __initdata struct of_device_id ext_clk_match[] = {
> --
> 1.7.9.5
>

Ping Mike.

-- 
With warm regards,
Sachin

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

* [PATCH 1/3] clk: exynos5250: Add G2D gate clock
@ 2013-07-26  8:48   ` Sachin Kamat
  0 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-26  8:48 UTC (permalink / raw)
  To: linux-arm-kernel

On 5 July 2013 14:12, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> Adds gate clock for G2D IP for Exynos5250 SoC.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Mike Turquette <mturquette@linaro.org>
> ---
> This patch depends on the following patch:
> http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
> ---
>  .../devicetree/bindings/clock/exynos5250-clock.txt |    1 +
>  drivers/clk/samsung/clk-exynos5250.c               |    5 ++++-
>  2 files changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> index 1a05761..7e88242 100644
> --- a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> @@ -155,6 +155,7 @@ clock which they consume.
>    dp                   342
>    mixer                        343
>    hdmi                 344
> +  g2d                  345
>
>  Example 1: An example of a clock controller node is listed below.
>
> diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
> index 6f767c5..3da0bdf 100644
> --- a/drivers/clk/samsung/clk-exynos5250.c
> +++ b/drivers/clk/samsung/clk-exynos5250.c
> @@ -62,6 +62,7 @@
>  #define SRC_CDREX              0x20200
>  #define PLL_DIV2_SEL           0x20a24
>  #define GATE_IP_DISP1          0x10928
> +#define GATE_IP_ACP            0x10000
>
>  /*
>   * Let each supported clock get a unique id. This id is used to lookup the clock
> @@ -99,7 +100,7 @@ enum exynos5250_clks {
>         spi2, i2s1, i2s2, pcm1, pcm2, pwm, spdif, ac97, hsi2c0, hsi2c1, hsi2c2,
>         hsi2c3, chipid, sysreg, pmu, cmu_top, cmu_core, cmu_mem, tzpc0, tzpc1,
>         tzpc2, tzpc3, tzpc4, tzpc5, tzpc6, tzpc7, tzpc8, tzpc9, hdmi_cec, mct,
> -       wdt, rtc, tmu, fimd1, mie1, dsim0, dp, mixer, hdmi,
> +       wdt, rtc, tmu, fimd1, mie1, dsim0, dp, mixer, hdmi, g2d,
>
>         nr_clks,
>  };
> @@ -152,6 +153,7 @@ static __initdata unsigned long exynos5250_clk_regs[] = {
>         SRC_CDREX,
>         PLL_DIV2_SEL,
>         GATE_IP_DISP1,
> +       GATE_IP_ACP,
>  };
>
>  /* list of all parent clock list */
> @@ -463,6 +465,7 @@ struct samsung_gate_clock exynos5250_gate_clks[] __initdata = {
>         GATE(dp, "dp", "aclk200", GATE_IP_DISP1, 4, 0, 0),
>         GATE(mixer, "mixer", "aclk200", GATE_IP_DISP1, 5, 0, 0),
>         GATE(hdmi, "hdmi", "aclk200", GATE_IP_DISP1, 6, 0, 0),
> +       GATE(g2d, "g2d", "aclk200", GATE_IP_ACP, 3, 0, 0),
>  };
>
>  static __initdata struct of_device_id ext_clk_match[] = {
> --
> 1.7.9.5
>

Ping Mike.

-- 
With warm regards,
Sachin

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

* Re: [PATCH 1/3] clk: exynos5250: Add G2D gate clock
  2013-07-05  8:42 ` Sachin Kamat
@ 2013-07-26 20:18   ` Mike Turquette
  -1 siblings, 0 replies; 26+ messages in thread
From: Mike Turquette @ 2013-07-26 20:18 UTC (permalink / raw)
  To: linux-samsung-soc, linux-arm-kernel
  Cc: devicetree-discuss, kgene.kim, sachin.kamat, patches, inki.dae

Quoting Sachin Kamat (2013-07-05 01:42:27)
> Adds gate clock for G2D IP for Exynos5250 SoC.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Mike Turquette <mturquette@linaro.org>

I've taken patch #1 into clk-next.

> ---
> This patch depends on the following patch:
> http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581

I think I've gotten all three series you sent out, can you confirm?
http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
http://comments.gmane.org/gmane.linux.kernel.samsung-soc/20829
http://comments.gmane.org/gmane.linux.kernel.samsung-soc/20582

Regards,
Mike

> ---
>  .../devicetree/bindings/clock/exynos5250-clock.txt |    1 +
>  drivers/clk/samsung/clk-exynos5250.c               |    5 ++++-
>  2 files changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> index 1a05761..7e88242 100644
> --- a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> @@ -155,6 +155,7 @@ clock which they consume.
>    dp                   342
>    mixer                        343
>    hdmi                 344
> +  g2d                  345
>  
>  Example 1: An example of a clock controller node is listed below.
>  
> diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
> index 6f767c5..3da0bdf 100644
> --- a/drivers/clk/samsung/clk-exynos5250.c
> +++ b/drivers/clk/samsung/clk-exynos5250.c
> @@ -62,6 +62,7 @@
>  #define SRC_CDREX              0x20200
>  #define PLL_DIV2_SEL           0x20a24
>  #define GATE_IP_DISP1          0x10928
> +#define GATE_IP_ACP            0x10000
>  
>  /*
>   * Let each supported clock get a unique id. This id is used to lookup the clock
> @@ -99,7 +100,7 @@ enum exynos5250_clks {
>         spi2, i2s1, i2s2, pcm1, pcm2, pwm, spdif, ac97, hsi2c0, hsi2c1, hsi2c2,
>         hsi2c3, chipid, sysreg, pmu, cmu_top, cmu_core, cmu_mem, tzpc0, tzpc1,
>         tzpc2, tzpc3, tzpc4, tzpc5, tzpc6, tzpc7, tzpc8, tzpc9, hdmi_cec, mct,
> -       wdt, rtc, tmu, fimd1, mie1, dsim0, dp, mixer, hdmi,
> +       wdt, rtc, tmu, fimd1, mie1, dsim0, dp, mixer, hdmi, g2d,
>  
>         nr_clks,
>  };
> @@ -152,6 +153,7 @@ static __initdata unsigned long exynos5250_clk_regs[] = {
>         SRC_CDREX,
>         PLL_DIV2_SEL,
>         GATE_IP_DISP1,
> +       GATE_IP_ACP,
>  };
>  
>  /* list of all parent clock list */
> @@ -463,6 +465,7 @@ struct samsung_gate_clock exynos5250_gate_clks[] __initdata = {
>         GATE(dp, "dp", "aclk200", GATE_IP_DISP1, 4, 0, 0),
>         GATE(mixer, "mixer", "aclk200", GATE_IP_DISP1, 5, 0, 0),
>         GATE(hdmi, "hdmi", "aclk200", GATE_IP_DISP1, 6, 0, 0),
> +       GATE(g2d, "g2d", "aclk200", GATE_IP_ACP, 3, 0, 0),
>  };
>  
>  static __initdata struct of_device_id ext_clk_match[] = {
> -- 
> 1.7.9.5

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

* [PATCH 1/3] clk: exynos5250: Add G2D gate clock
@ 2013-07-26 20:18   ` Mike Turquette
  0 siblings, 0 replies; 26+ messages in thread
From: Mike Turquette @ 2013-07-26 20:18 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Sachin Kamat (2013-07-05 01:42:27)
> Adds gate clock for G2D IP for Exynos5250 SoC.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Mike Turquette <mturquette@linaro.org>

I've taken patch #1 into clk-next.

> ---
> This patch depends on the following patch:
> http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581

I think I've gotten all three series you sent out, can you confirm?
http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
http://comments.gmane.org/gmane.linux.kernel.samsung-soc/20829
http://comments.gmane.org/gmane.linux.kernel.samsung-soc/20582

Regards,
Mike

> ---
>  .../devicetree/bindings/clock/exynos5250-clock.txt |    1 +
>  drivers/clk/samsung/clk-exynos5250.c               |    5 ++++-
>  2 files changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> index 1a05761..7e88242 100644
> --- a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> @@ -155,6 +155,7 @@ clock which they consume.
>    dp                   342
>    mixer                        343
>    hdmi                 344
> +  g2d                  345
>  
>  Example 1: An example of a clock controller node is listed below.
>  
> diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
> index 6f767c5..3da0bdf 100644
> --- a/drivers/clk/samsung/clk-exynos5250.c
> +++ b/drivers/clk/samsung/clk-exynos5250.c
> @@ -62,6 +62,7 @@
>  #define SRC_CDREX              0x20200
>  #define PLL_DIV2_SEL           0x20a24
>  #define GATE_IP_DISP1          0x10928
> +#define GATE_IP_ACP            0x10000
>  
>  /*
>   * Let each supported clock get a unique id. This id is used to lookup the clock
> @@ -99,7 +100,7 @@ enum exynos5250_clks {
>         spi2, i2s1, i2s2, pcm1, pcm2, pwm, spdif, ac97, hsi2c0, hsi2c1, hsi2c2,
>         hsi2c3, chipid, sysreg, pmu, cmu_top, cmu_core, cmu_mem, tzpc0, tzpc1,
>         tzpc2, tzpc3, tzpc4, tzpc5, tzpc6, tzpc7, tzpc8, tzpc9, hdmi_cec, mct,
> -       wdt, rtc, tmu, fimd1, mie1, dsim0, dp, mixer, hdmi,
> +       wdt, rtc, tmu, fimd1, mie1, dsim0, dp, mixer, hdmi, g2d,
>  
>         nr_clks,
>  };
> @@ -152,6 +153,7 @@ static __initdata unsigned long exynos5250_clk_regs[] = {
>         SRC_CDREX,
>         PLL_DIV2_SEL,
>         GATE_IP_DISP1,
> +       GATE_IP_ACP,
>  };
>  
>  /* list of all parent clock list */
> @@ -463,6 +465,7 @@ struct samsung_gate_clock exynos5250_gate_clks[] __initdata = {
>         GATE(dp, "dp", "aclk200", GATE_IP_DISP1, 4, 0, 0),
>         GATE(mixer, "mixer", "aclk200", GATE_IP_DISP1, 5, 0, 0),
>         GATE(hdmi, "hdmi", "aclk200", GATE_IP_DISP1, 6, 0, 0),
> +       GATE(g2d, "g2d", "aclk200", GATE_IP_ACP, 3, 0, 0),
>  };
>  
>  static __initdata struct of_device_id ext_clk_match[] = {
> -- 
> 1.7.9.5

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

* Re: [PATCH 1/3] clk: exynos5250: Add G2D gate clock
  2013-07-26 20:18   ` Mike Turquette
@ 2013-07-27 13:29     ` Sachin Kamat
  -1 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-27 13:29 UTC (permalink / raw)
  To: Mike Turquette
  Cc: linux-samsung-soc, linux-arm-kernel, devicetree-discuss,
	kgene.kim, patches, inki.dae

On 27 July 2013 01:48, Mike Turquette <mturquette@linaro.org> wrote:
> Quoting Sachin Kamat (2013-07-05 01:42:27)
>> Adds gate clock for G2D IP for Exynos5250 SoC.
>>
>> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>> Cc: Mike Turquette <mturquette@linaro.org>
>
> I've taken patch #1 into clk-next.

Thanks Mike.

>
>> ---
>> This patch depends on the following patch:
>> http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
>
> I think I've gotten all three series you sent out, can you confirm?

I haven't seen any update in your tree [1] since quite some time. The
last commit I see in clk-next branch is 45e3ec3784 ("clk: tegra: fix
ifdef for tegra_periph_reset_assert inline"). I hope I am looking at
the right tree?

[1] git://git.linaro.org/people/mturquette/linux.git

-- 
With warm regards,
Sachin

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

* [PATCH 1/3] clk: exynos5250: Add G2D gate clock
@ 2013-07-27 13:29     ` Sachin Kamat
  0 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-27 13:29 UTC (permalink / raw)
  To: linux-arm-kernel

On 27 July 2013 01:48, Mike Turquette <mturquette@linaro.org> wrote:
> Quoting Sachin Kamat (2013-07-05 01:42:27)
>> Adds gate clock for G2D IP for Exynos5250 SoC.
>>
>> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>> Cc: Mike Turquette <mturquette@linaro.org>
>
> I've taken patch #1 into clk-next.

Thanks Mike.

>
>> ---
>> This patch depends on the following patch:
>> http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
>
> I think I've gotten all three series you sent out, can you confirm?

I haven't seen any update in your tree [1] since quite some time. The
last commit I see in clk-next branch is 45e3ec3784 ("clk: tegra: fix
ifdef for tegra_periph_reset_assert inline"). I hope I am looking at
the right tree?

[1] git://git.linaro.org/people/mturquette/linux.git

-- 
With warm regards,
Sachin

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

* Re: [PATCH 1/3] clk: exynos5250: Add G2D gate clock
  2013-07-27 13:29     ` Sachin Kamat
@ 2013-07-30  6:48       ` Mike Turquette
  -1 siblings, 0 replies; 26+ messages in thread
From: Mike Turquette @ 2013-07-30  6:48 UTC (permalink / raw)
  To: Sachin Kamat
  Cc: kgene.kim, patches, devicetree-discuss, inki.dae,
	linux-samsung-soc, linux-arm-kernel

Quoting Sachin Kamat (2013-07-27 06:29:56)
> On 27 July 2013 01:48, Mike Turquette <mturquette@linaro.org> wrote:
> > Quoting Sachin Kamat (2013-07-05 01:42:27)
> >> Adds gate clock for G2D IP for Exynos5250 SoC.
> >>
> >> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> >> Cc: Mike Turquette <mturquette@linaro.org>
> >
> > I've taken patch #1 into clk-next.
> 
> Thanks Mike.
> 
> >
> >> ---
> >> This patch depends on the following patch:
> >> http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
> >
> > I think I've gotten all three series you sent out, can you confirm?
> 
> I haven't seen any update in your tree [1] since quite some time. The
> last commit I see in clk-next branch is 45e3ec3784 ("clk: tegra: fix
> ifdef for tegra_periph_reset_assert inline"). I hope I am looking at
> the right tree?

You are, but I had not pushed to it since the merge window closed. It is
now updated.

Regards,
Mike

> 
> [1] git://git.linaro.org/people/mturquette/linux.git
> 
> -- 
> With warm regards,
> Sachin

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

* [PATCH 1/3] clk: exynos5250: Add G2D gate clock
@ 2013-07-30  6:48       ` Mike Turquette
  0 siblings, 0 replies; 26+ messages in thread
From: Mike Turquette @ 2013-07-30  6:48 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Sachin Kamat (2013-07-27 06:29:56)
> On 27 July 2013 01:48, Mike Turquette <mturquette@linaro.org> wrote:
> > Quoting Sachin Kamat (2013-07-05 01:42:27)
> >> Adds gate clock for G2D IP for Exynos5250 SoC.
> >>
> >> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> >> Cc: Mike Turquette <mturquette@linaro.org>
> >
> > I've taken patch #1 into clk-next.
> 
> Thanks Mike.
> 
> >
> >> ---
> >> This patch depends on the following patch:
> >> http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
> >
> > I think I've gotten all three series you sent out, can you confirm?
> 
> I haven't seen any update in your tree [1] since quite some time. The
> last commit I see in clk-next branch is 45e3ec3784 ("clk: tegra: fix
> ifdef for tegra_periph_reset_assert inline"). I hope I am looking at
> the right tree?

You are, but I had not pushed to it since the merge window closed. It is
now updated.

Regards,
Mike

> 
> [1] git://git.linaro.org/people/mturquette/linux.git
> 
> -- 
> With warm regards,
> Sachin

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

* Re: [PATCH 1/3] clk: exynos5250: Add G2D gate clock
  2013-07-30  6:48       ` Mike Turquette
@ 2013-07-30  6:55         ` Sachin Kamat
  -1 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-30  6:55 UTC (permalink / raw)
  To: Mike Turquette
  Cc: linux-samsung-soc, linux-arm-kernel, devicetree-discuss,
	kgene.kim, patches, inki.dae

On 30 July 2013 12:18, Mike Turquette <mturquette@linaro.org> wrote:
> Quoting Sachin Kamat (2013-07-27 06:29:56)
>> On 27 July 2013 01:48, Mike Turquette <mturquette@linaro.org> wrote:
>> > Quoting Sachin Kamat (2013-07-05 01:42:27)
>> >> Adds gate clock for G2D IP for Exynos5250 SoC.
>> >>
>> >> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>> >> Cc: Mike Turquette <mturquette@linaro.org>
>> >
>> > I've taken patch #1 into clk-next.
>>
>> Thanks Mike.
>>
>> >
>> >> ---
>> >> This patch depends on the following patch:
>> >> http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
>> >
>> > I think I've gotten all three series you sent out, can you confirm?
>>
>> I haven't seen any update in your tree [1] since quite some time. The
>> last commit I see in clk-next branch is 45e3ec3784 ("clk: tegra: fix
>> ifdef for tegra_periph_reset_assert inline"). I hope I am looking at
>> the right tree?
>
> You are, but I had not pushed to it since the merge window closed. It is
> now updated.
>

Thanks Mike. I confirm that all the three patch series that you
mentioned are applied in your tree.
Please check the below one too.

http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg20598.html

-- 
With warm regards,
Sachin

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

* [PATCH 1/3] clk: exynos5250: Add G2D gate clock
@ 2013-07-30  6:55         ` Sachin Kamat
  0 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-30  6:55 UTC (permalink / raw)
  To: linux-arm-kernel

On 30 July 2013 12:18, Mike Turquette <mturquette@linaro.org> wrote:
> Quoting Sachin Kamat (2013-07-27 06:29:56)
>> On 27 July 2013 01:48, Mike Turquette <mturquette@linaro.org> wrote:
>> > Quoting Sachin Kamat (2013-07-05 01:42:27)
>> >> Adds gate clock for G2D IP for Exynos5250 SoC.
>> >>
>> >> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>> >> Cc: Mike Turquette <mturquette@linaro.org>
>> >
>> > I've taken patch #1 into clk-next.
>>
>> Thanks Mike.
>>
>> >
>> >> ---
>> >> This patch depends on the following patch:
>> >> http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
>> >
>> > I think I've gotten all three series you sent out, can you confirm?
>>
>> I haven't seen any update in your tree [1] since quite some time. The
>> last commit I see in clk-next branch is 45e3ec3784 ("clk: tegra: fix
>> ifdef for tegra_periph_reset_assert inline"). I hope I am looking at
>> the right tree?
>
> You are, but I had not pushed to it since the merge window closed. It is
> now updated.
>

Thanks Mike. I confirm that all the three patch series that you
mentioned are applied in your tree.
Please check the below one too.

http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg20598.html

-- 
With warm regards,
Sachin

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

* Re: [PATCH 1/3] clk: exynos5250: Add G2D gate clock
  2013-07-30  6:55         ` Sachin Kamat
@ 2013-07-31  3:42           ` Mike Turquette
  -1 siblings, 0 replies; 26+ messages in thread
From: Mike Turquette @ 2013-07-31  3:42 UTC (permalink / raw)
  To: Sachin Kamat
  Cc: kgene.kim, patches, devicetree-discuss, inki.dae,
	linux-samsung-soc, linux-arm-kernel

Quoting Sachin Kamat (2013-07-29 23:55:33)
> On 30 July 2013 12:18, Mike Turquette <mturquette@linaro.org> wrote:
> > Quoting Sachin Kamat (2013-07-27 06:29:56)
> >> On 27 July 2013 01:48, Mike Turquette <mturquette@linaro.org> wrote:
> >> > Quoting Sachin Kamat (2013-07-05 01:42:27)
> >> >> Adds gate clock for G2D IP for Exynos5250 SoC.
> >> >>
> >> >> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> >> >> Cc: Mike Turquette <mturquette@linaro.org>
> >> >
> >> > I've taken patch #1 into clk-next.
> >>
> >> Thanks Mike.
> >>
> >> >
> >> >> ---
> >> >> This patch depends on the following patch:
> >> >> http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
> >> >
> >> > I think I've gotten all three series you sent out, can you confirm?
> >>
> >> I haven't seen any update in your tree [1] since quite some time. The
> >> last commit I see in clk-next branch is 45e3ec3784 ("clk: tegra: fix
> >> ifdef for tegra_periph_reset_assert inline"). I hope I am looking at
> >> the right tree?
> >
> > You are, but I had not pushed to it since the merge window closed. It is
> > now updated.
> >
> 
> Thanks Mike. I confirm that all the three patch series that you
> mentioned are applied in your tree.
> Please check the below one too.
> 
> http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg20598.html

Ok, I picked that one up too.

Regards,
Mike

> 
> -- 
> With warm regards,
> Sachin

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

* [PATCH 1/3] clk: exynos5250: Add G2D gate clock
@ 2013-07-31  3:42           ` Mike Turquette
  0 siblings, 0 replies; 26+ messages in thread
From: Mike Turquette @ 2013-07-31  3:42 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Sachin Kamat (2013-07-29 23:55:33)
> On 30 July 2013 12:18, Mike Turquette <mturquette@linaro.org> wrote:
> > Quoting Sachin Kamat (2013-07-27 06:29:56)
> >> On 27 July 2013 01:48, Mike Turquette <mturquette@linaro.org> wrote:
> >> > Quoting Sachin Kamat (2013-07-05 01:42:27)
> >> >> Adds gate clock for G2D IP for Exynos5250 SoC.
> >> >>
> >> >> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> >> >> Cc: Mike Turquette <mturquette@linaro.org>
> >> >
> >> > I've taken patch #1 into clk-next.
> >>
> >> Thanks Mike.
> >>
> >> >
> >> >> ---
> >> >> This patch depends on the following patch:
> >> >> http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
> >> >
> >> > I think I've gotten all three series you sent out, can you confirm?
> >>
> >> I haven't seen any update in your tree [1] since quite some time. The
> >> last commit I see in clk-next branch is 45e3ec3784 ("clk: tegra: fix
> >> ifdef for tegra_periph_reset_assert inline"). I hope I am looking at
> >> the right tree?
> >
> > You are, but I had not pushed to it since the merge window closed. It is
> > now updated.
> >
> 
> Thanks Mike. I confirm that all the three patch series that you
> mentioned are applied in your tree.
> Please check the below one too.
> 
> http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg20598.html

Ok, I picked that one up too.

Regards,
Mike

> 
> -- 
> With warm regards,
> Sachin

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

* Re: [PATCH 1/3] clk: exynos5250: Add G2D gate clock
  2013-07-31  3:42           ` Mike Turquette
@ 2013-07-31  3:48             ` Sachin Kamat
  -1 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-31  3:48 UTC (permalink / raw)
  To: Mike Turquette
  Cc: linux-samsung-soc, linux-arm-kernel, devicetree-discuss,
	kgene.kim, patches, inki.dae

On 31 July 2013 09:12, Mike Turquette <mturquette@linaro.org> wrote:
> Quoting Sachin Kamat (2013-07-29 23:55:33)
>> On 30 July 2013 12:18, Mike Turquette <mturquette@linaro.org> wrote:
>> > Quoting Sachin Kamat (2013-07-27 06:29:56)
>> >> On 27 July 2013 01:48, Mike Turquette <mturquette@linaro.org> wrote:
>> >> > Quoting Sachin Kamat (2013-07-05 01:42:27)
>> >> >> Adds gate clock for G2D IP for Exynos5250 SoC.
>> >> >>
>> >> >> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>> >> >> Cc: Mike Turquette <mturquette@linaro.org>
>> >> >
>> >> > I've taken patch #1 into clk-next.
>> >>
>> >> Thanks Mike.
>> >>
>> >> >
>> >> >> ---
>> >> >> This patch depends on the following patch:
>> >> >> http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
>> >> >
>> >> > I think I've gotten all three series you sent out, can you confirm?
>> >>
>> >> I haven't seen any update in your tree [1] since quite some time. The
>> >> last commit I see in clk-next branch is 45e3ec3784 ("clk: tegra: fix
>> >> ifdef for tegra_periph_reset_assert inline"). I hope I am looking at
>> >> the right tree?
>> >
>> > You are, but I had not pushed to it since the merge window closed. It is
>> > now updated.
>> >
>>
>> Thanks Mike. I confirm that all the three patch series that you
>> mentioned are applied in your tree.
>> Please check the below one too.
>>
>> http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg20598.html
>
> Ok, I picked that one up too.

Thanks Mike.

-- 
With warm regards,
Sachin

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

* [PATCH 1/3] clk: exynos5250: Add G2D gate clock
@ 2013-07-31  3:48             ` Sachin Kamat
  0 siblings, 0 replies; 26+ messages in thread
From: Sachin Kamat @ 2013-07-31  3:48 UTC (permalink / raw)
  To: linux-arm-kernel

On 31 July 2013 09:12, Mike Turquette <mturquette@linaro.org> wrote:
> Quoting Sachin Kamat (2013-07-29 23:55:33)
>> On 30 July 2013 12:18, Mike Turquette <mturquette@linaro.org> wrote:
>> > Quoting Sachin Kamat (2013-07-27 06:29:56)
>> >> On 27 July 2013 01:48, Mike Turquette <mturquette@linaro.org> wrote:
>> >> > Quoting Sachin Kamat (2013-07-05 01:42:27)
>> >> >> Adds gate clock for G2D IP for Exynos5250 SoC.
>> >> >>
>> >> >> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>> >> >> Cc: Mike Turquette <mturquette@linaro.org>
>> >> >
>> >> > I've taken patch #1 into clk-next.
>> >>
>> >> Thanks Mike.
>> >>
>> >> >
>> >> >> ---
>> >> >> This patch depends on the following patch:
>> >> >> http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20581
>> >> >
>> >> > I think I've gotten all three series you sent out, can you confirm?
>> >>
>> >> I haven't seen any update in your tree [1] since quite some time. The
>> >> last commit I see in clk-next branch is 45e3ec3784 ("clk: tegra: fix
>> >> ifdef for tegra_periph_reset_assert inline"). I hope I am looking at
>> >> the right tree?
>> >
>> > You are, but I had not pushed to it since the merge window closed. It is
>> > now updated.
>> >
>>
>> Thanks Mike. I confirm that all the three patch series that you
>> mentioned are applied in your tree.
>> Please check the below one too.
>>
>> http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg20598.html
>
> Ok, I picked that one up too.

Thanks Mike.

-- 
With warm regards,
Sachin

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

* RE: [PATCH 3/3] ARM: EXYNOS: Add G2D support to exynos5250
  2013-07-05  8:42   ` Sachin Kamat
@ 2013-07-31  5:52     ` Kukjin Kim
  -1 siblings, 0 replies; 26+ messages in thread
From: Kukjin Kim @ 2013-07-31  5:52 UTC (permalink / raw)
  To: 'Sachin Kamat', linux-samsung-soc, linux-arm-kernel
  Cc: devicetree-discuss, patches, mturquette, inki.dae

Sachin Kamat wrote:
> 
> Adds G2D node to exynos5250 DT file.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  arch/arm/boot/dts/exynos5250.dtsi |    8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi
> b/arch/arm/boot/dts/exynos5250.dtsi
> index ef57277..6f356ce 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -163,6 +163,14 @@
>  		clock-names = "watchdog";
>  	};
> 
> +	g2d@10850000 {
> +		compatible = "samsung,exynos5250-g2d";
> +		reg = <0x10850000 0x1000>;
> +		interrupts = <0 91 0>;
> +		clocks = <&clock 345>;
> +		clock-names = "fimg2d";
> +	};
> +
>  	codec@11000000 {
>  		compatible = "samsung,mfc-v6";
>  		reg = <0x11000000 0x10000>;
> --
> 1.7.9.5

Looks ok to me, applied.

Thanks,
Kukjin

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

* [PATCH 3/3] ARM: EXYNOS: Add G2D support to exynos5250
@ 2013-07-31  5:52     ` Kukjin Kim
  0 siblings, 0 replies; 26+ messages in thread
From: Kukjin Kim @ 2013-07-31  5:52 UTC (permalink / raw)
  To: linux-arm-kernel

Sachin Kamat wrote:
> 
> Adds G2D node to exynos5250 DT file.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  arch/arm/boot/dts/exynos5250.dtsi |    8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi
> b/arch/arm/boot/dts/exynos5250.dtsi
> index ef57277..6f356ce 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -163,6 +163,14 @@
>  		clock-names = "watchdog";
>  	};
> 
> +	g2d at 10850000 {
> +		compatible = "samsung,exynos5250-g2d";
> +		reg = <0x10850000 0x1000>;
> +		interrupts = <0 91 0>;
> +		clocks = <&clock 345>;
> +		clock-names = "fimg2d";
> +	};
> +
>  	codec at 11000000 {
>  		compatible = "samsung,mfc-v6";
>  		reg = <0x11000000 0x10000>;
> --
> 1.7.9.5

Looks ok to me, applied.

Thanks,
Kukjin

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

end of thread, other threads:[~2013-07-31  5:52 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-05  8:42 [PATCH 1/3] clk: exynos5250: Add G2D gate clock Sachin Kamat
2013-07-05  8:42 ` Sachin Kamat
2013-07-05  8:42 ` [PATCH 2/3] of/documentation: Update G2D documentation Sachin Kamat
2013-07-05  8:42   ` Sachin Kamat
2013-07-05 23:52   ` Tomasz Figa
2013-07-05 23:52     ` Tomasz Figa
2013-07-08  6:36     ` Sachin Kamat
2013-07-08  6:36       ` Sachin Kamat
2013-07-05  8:42 ` [PATCH 3/3] ARM: EXYNOS: Add G2D support to exynos5250 Sachin Kamat
2013-07-05  8:42   ` Sachin Kamat
2013-07-31  5:52   ` Kukjin Kim
2013-07-31  5:52     ` Kukjin Kim
2013-07-26  8:48 ` [PATCH 1/3] clk: exynos5250: Add G2D gate clock Sachin Kamat
2013-07-26  8:48   ` Sachin Kamat
2013-07-26 20:18 ` Mike Turquette
2013-07-26 20:18   ` Mike Turquette
2013-07-27 13:29   ` Sachin Kamat
2013-07-27 13:29     ` Sachin Kamat
2013-07-30  6:48     ` Mike Turquette
2013-07-30  6:48       ` Mike Turquette
2013-07-30  6:55       ` Sachin Kamat
2013-07-30  6:55         ` Sachin Kamat
2013-07-31  3:42         ` Mike Turquette
2013-07-31  3:42           ` Mike Turquette
2013-07-31  3:48           ` Sachin Kamat
2013-07-31  3:48             ` Sachin Kamat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.