All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock
@ 2014-06-19  5:47 ` Rahul Sharma
  0 siblings, 0 replies; 14+ messages in thread
From: Rahul Sharma @ 2014-06-19  5:47 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree, linux-arm-kernel
  Cc: mturquette, tomasz.figa, kgene.kim, joshi, r.sh.open, Rahul Sharma

Change bit from 2 to 9 for tv (mixer) sysmmu clock.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
---
Based on Kukjin's for-next branch.

 drivers/clk/samsung/clk-exynos5250.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
index 1fad4c5..184f642 100644
--- a/drivers/clk/samsung/clk-exynos5250.c
+++ b/drivers/clk/samsung/clk-exynos5250.c
@@ -661,7 +661,7 @@ static struct samsung_gate_clock exynos5250_gate_clks[] __initdata = {
 	GATE(CLK_RTC, "rtc", "div_aclk66", GATE_IP_PERIS, 20, 0, 0),
 	GATE(CLK_TMU, "tmu", "div_aclk66", GATE_IP_PERIS, 21, 0, 0),
 	GATE(CLK_SMMU_TV, "smmu_tv", "mout_aclk200_disp1_sub",
-			GATE_IP_DISP1, 2, 0, 0),
+			GATE_IP_DISP1, 9, 0, 0),
 	GATE(CLK_SMMU_FIMD1, "smmu_fimd1", "mout_aclk200_disp1_sub",
 			GATE_IP_DISP1, 8, 0, 0),
 	GATE(CLK_SMMU_2D, "smmu_2d", "div_aclk200", GATE_IP_ACP, 7, 0, 0),
-- 
1.7.9.5

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

* [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock
@ 2014-06-19  5:47 ` Rahul Sharma
  0 siblings, 0 replies; 14+ messages in thread
From: Rahul Sharma @ 2014-06-19  5:47 UTC (permalink / raw)
  To: linux-arm-kernel

Change bit from 2 to 9 for tv (mixer) sysmmu clock.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
---
Based on Kukjin's for-next branch.

 drivers/clk/samsung/clk-exynos5250.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
index 1fad4c5..184f642 100644
--- a/drivers/clk/samsung/clk-exynos5250.c
+++ b/drivers/clk/samsung/clk-exynos5250.c
@@ -661,7 +661,7 @@ static struct samsung_gate_clock exynos5250_gate_clks[] __initdata = {
 	GATE(CLK_RTC, "rtc", "div_aclk66", GATE_IP_PERIS, 20, 0, 0),
 	GATE(CLK_TMU, "tmu", "div_aclk66", GATE_IP_PERIS, 21, 0, 0),
 	GATE(CLK_SMMU_TV, "smmu_tv", "mout_aclk200_disp1_sub",
-			GATE_IP_DISP1, 2, 0, 0),
+			GATE_IP_DISP1, 9, 0, 0),
 	GATE(CLK_SMMU_FIMD1, "smmu_fimd1", "mout_aclk200_disp1_sub",
 			GATE_IP_DISP1, 8, 0, 0),
 	GATE(CLK_SMMU_2D, "smmu_2d", "div_aclk200", GATE_IP_ACP, 7, 0, 0),
-- 
1.7.9.5

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

* Re: [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock
  2014-06-19  5:47 ` Rahul Sharma
@ 2014-06-19  6:05   ` Sachin Kamat
  -1 siblings, 0 replies; 14+ messages in thread
From: Sachin Kamat @ 2014-06-19  6:05 UTC (permalink / raw)
  To: Rahul Sharma
  Cc: linux-samsung-soc, devicetree, linux-arm-kernel, mturquette,
	Tomasz Figa, Kukjin Kim, joshi, r.sh.open

On Thu, Jun 19, 2014 at 11:17 AM, Rahul Sharma <rahul.sharma@samsung.com> wrote:
> Change bit from 2 to 9 for tv (mixer) sysmmu clock.
>
> Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
> ---
> Based on Kukjin's for-next branch.
>
>  drivers/clk/samsung/clk-exynos5250.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
> index 1fad4c5..184f642 100644
> --- a/drivers/clk/samsung/clk-exynos5250.c
> +++ b/drivers/clk/samsung/clk-exynos5250.c
> @@ -661,7 +661,7 @@ static struct samsung_gate_clock exynos5250_gate_clks[] __initdata = {
>         GATE(CLK_RTC, "rtc", "div_aclk66", GATE_IP_PERIS, 20, 0, 0),
>         GATE(CLK_TMU, "tmu", "div_aclk66", GATE_IP_PERIS, 21, 0, 0),
>         GATE(CLK_SMMU_TV, "smmu_tv", "mout_aclk200_disp1_sub",
> -                       GATE_IP_DISP1, 2, 0, 0),
> +                       GATE_IP_DISP1, 9, 0, 0),

SysMMU TV corresponds to bit 9 as per user manual of 5250.
Reviewed-by: Sachin Kamat <sachin.kamat@samsung.com>

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

* [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock
@ 2014-06-19  6:05   ` Sachin Kamat
  0 siblings, 0 replies; 14+ messages in thread
From: Sachin Kamat @ 2014-06-19  6:05 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jun 19, 2014 at 11:17 AM, Rahul Sharma <rahul.sharma@samsung.com> wrote:
> Change bit from 2 to 9 for tv (mixer) sysmmu clock.
>
> Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
> ---
> Based on Kukjin's for-next branch.
>
>  drivers/clk/samsung/clk-exynos5250.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
> index 1fad4c5..184f642 100644
> --- a/drivers/clk/samsung/clk-exynos5250.c
> +++ b/drivers/clk/samsung/clk-exynos5250.c
> @@ -661,7 +661,7 @@ static struct samsung_gate_clock exynos5250_gate_clks[] __initdata = {
>         GATE(CLK_RTC, "rtc", "div_aclk66", GATE_IP_PERIS, 20, 0, 0),
>         GATE(CLK_TMU, "tmu", "div_aclk66", GATE_IP_PERIS, 21, 0, 0),
>         GATE(CLK_SMMU_TV, "smmu_tv", "mout_aclk200_disp1_sub",
> -                       GATE_IP_DISP1, 2, 0, 0),
> +                       GATE_IP_DISP1, 9, 0, 0),

SysMMU TV corresponds to bit 9 as per user manual of 5250.
Reviewed-by: Sachin Kamat <sachin.kamat@samsung.com>

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

* Re: [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock
  2014-06-19  6:05   ` Sachin Kamat
@ 2014-06-25 11:22     ` Rahul Sharma
  -1 siblings, 0 replies; 14+ messages in thread
From: Rahul Sharma @ 2014-06-25 11:22 UTC (permalink / raw)
  To: Sachin Kamat
  Cc: linux-samsung-soc, devicetree, linux-arm-kernel, Mike Turquette,
	Tomasz Figa, Kukjin Kim, sunil joshi

Hi Kukjin,

Please take this fix in your tree.

Regards,
Rahul Sharma

On 19 June 2014 11:35, Sachin Kamat <sachin.kamat@samsung.com> wrote:
> On Thu, Jun 19, 2014 at 11:17 AM, Rahul Sharma <rahul.sharma@samsung.com> wrote:
>> Change bit from 2 to 9 for tv (mixer) sysmmu clock.
>>
>> Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
>> ---
>> Based on Kukjin's for-next branch.
>>
>>  drivers/clk/samsung/clk-exynos5250.c |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
>> index 1fad4c5..184f642 100644
>> --- a/drivers/clk/samsung/clk-exynos5250.c
>> +++ b/drivers/clk/samsung/clk-exynos5250.c
>> @@ -661,7 +661,7 @@ static struct samsung_gate_clock exynos5250_gate_clks[] __initdata = {
>>         GATE(CLK_RTC, "rtc", "div_aclk66", GATE_IP_PERIS, 20, 0, 0),
>>         GATE(CLK_TMU, "tmu", "div_aclk66", GATE_IP_PERIS, 21, 0, 0),
>>         GATE(CLK_SMMU_TV, "smmu_tv", "mout_aclk200_disp1_sub",
>> -                       GATE_IP_DISP1, 2, 0, 0),
>> +                       GATE_IP_DISP1, 9, 0, 0),
>
> SysMMU TV corresponds to bit 9 as per user manual of 5250.
> Reviewed-by: Sachin Kamat <sachin.kamat@samsung.com>

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

* [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock
@ 2014-06-25 11:22     ` Rahul Sharma
  0 siblings, 0 replies; 14+ messages in thread
From: Rahul Sharma @ 2014-06-25 11:22 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Kukjin,

Please take this fix in your tree.

Regards,
Rahul Sharma

On 19 June 2014 11:35, Sachin Kamat <sachin.kamat@samsung.com> wrote:
> On Thu, Jun 19, 2014 at 11:17 AM, Rahul Sharma <rahul.sharma@samsung.com> wrote:
>> Change bit from 2 to 9 for tv (mixer) sysmmu clock.
>>
>> Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
>> ---
>> Based on Kukjin's for-next branch.
>>
>>  drivers/clk/samsung/clk-exynos5250.c |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
>> index 1fad4c5..184f642 100644
>> --- a/drivers/clk/samsung/clk-exynos5250.c
>> +++ b/drivers/clk/samsung/clk-exynos5250.c
>> @@ -661,7 +661,7 @@ static struct samsung_gate_clock exynos5250_gate_clks[] __initdata = {
>>         GATE(CLK_RTC, "rtc", "div_aclk66", GATE_IP_PERIS, 20, 0, 0),
>>         GATE(CLK_TMU, "tmu", "div_aclk66", GATE_IP_PERIS, 21, 0, 0),
>>         GATE(CLK_SMMU_TV, "smmu_tv", "mout_aclk200_disp1_sub",
>> -                       GATE_IP_DISP1, 2, 0, 0),
>> +                       GATE_IP_DISP1, 9, 0, 0),
>
> SysMMU TV corresponds to bit 9 as per user manual of 5250.
> Reviewed-by: Sachin Kamat <sachin.kamat@samsung.com>

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

* Re: [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock
  2014-06-25 11:22     ` Rahul Sharma
@ 2014-06-25 11:24       ` Tomasz Figa
  -1 siblings, 0 replies; 14+ messages in thread
From: Tomasz Figa @ 2014-06-25 11:24 UTC (permalink / raw)
  To: Rahul Sharma, Sachin Kamat
  Cc: linux-samsung-soc, devicetree, linux-arm-kernel, Mike Turquette,
	Tomasz Figa, Kukjin Kim, sunil joshi

Hi Rahul,

On 25.06.2014 13:22, Rahul Sharma wrote:
> Hi Kukjin,
> 
> Please take this fix in your tree.

This is a patch for Samsung clock drivers, so I'll apply it when about
to send fixes pull request to Mike.

Best regards,
Tomasz

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

* [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock
@ 2014-06-25 11:24       ` Tomasz Figa
  0 siblings, 0 replies; 14+ messages in thread
From: Tomasz Figa @ 2014-06-25 11:24 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Rahul,

On 25.06.2014 13:22, Rahul Sharma wrote:
> Hi Kukjin,
> 
> Please take this fix in your tree.

This is a patch for Samsung clock drivers, so I'll apply it when about
to send fixes pull request to Mike.

Best regards,
Tomasz

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

* RE: [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock
  2014-06-25 11:24       ` Tomasz Figa
@ 2014-06-25 11:26         ` Kukjin Kim
  -1 siblings, 0 replies; 14+ messages in thread
From: Kukjin Kim @ 2014-06-25 11:26 UTC (permalink / raw)
  To: 'Tomasz Figa', 'Rahul Sharma', 'Sachin Kamat'
  Cc: 'linux-samsung-soc',
	devicetree, linux-arm-kernel, 'Mike Turquette',
	'Tomasz Figa', 'sunil joshi'

Tomasz Figa wrote:
> 
> Hi Rahul,
> 
> On 25.06.2014 13:22, Rahul Sharma wrote:
> > Hi Kukjin,
> >
> > Please take this fix in your tree.
> 
> This is a patch for Samsung clock drivers, so I'll apply it when about
> to send fixes pull request to Mike.
> 
Yes, I also checked the datasheet and this change is correct.

If you want, please add my ack on the patch.

Thanks,
Kukjin

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

* [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock
@ 2014-06-25 11:26         ` Kukjin Kim
  0 siblings, 0 replies; 14+ messages in thread
From: Kukjin Kim @ 2014-06-25 11:26 UTC (permalink / raw)
  To: linux-arm-kernel

Tomasz Figa wrote:
> 
> Hi Rahul,
> 
> On 25.06.2014 13:22, Rahul Sharma wrote:
> > Hi Kukjin,
> >
> > Please take this fix in your tree.
> 
> This is a patch for Samsung clock drivers, so I'll apply it when about
> to send fixes pull request to Mike.
> 
Yes, I also checked the datasheet and this change is correct.

If you want, please add my ack on the patch.

Thanks,
Kukjin

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

* Re: [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock
  2014-06-25 11:26         ` Kukjin Kim
@ 2014-06-25 12:57           ` Rahul Sharma
  -1 siblings, 0 replies; 14+ messages in thread
From: Rahul Sharma @ 2014-06-25 12:57 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Tomasz Figa, Sachin Kamat, devicetree, linux-samsung-soc,
	Mike Turquette, Tomasz Figa, sunil joshi, linux-arm-kernel

Sure Tomasz, Kukjin.
Thanks for the update.

Regards.

On 25 June 2014 16:56, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Tomasz Figa wrote:
>>
>> Hi Rahul,
>>
>> On 25.06.2014 13:22, Rahul Sharma wrote:
>> > Hi Kukjin,
>> >
>> > Please take this fix in your tree.
>>
>> This is a patch for Samsung clock drivers, so I'll apply it when about
>> to send fixes pull request to Mike.
>>
> Yes, I also checked the datasheet and this change is correct.
>
> If you want, please add my ack on the patch.
>
> Thanks,
> Kukjin
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock
@ 2014-06-25 12:57           ` Rahul Sharma
  0 siblings, 0 replies; 14+ messages in thread
From: Rahul Sharma @ 2014-06-25 12:57 UTC (permalink / raw)
  To: linux-arm-kernel

Sure Tomasz, Kukjin.
Thanks for the update.

Regards.

On 25 June 2014 16:56, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Tomasz Figa wrote:
>>
>> Hi Rahul,
>>
>> On 25.06.2014 13:22, Rahul Sharma wrote:
>> > Hi Kukjin,
>> >
>> > Please take this fix in your tree.
>>
>> This is a patch for Samsung clock drivers, so I'll apply it when about
>> to send fixes pull request to Mike.
>>
> Yes, I also checked the datasheet and this change is correct.
>
> If you want, please add my ack on the patch.
>
> Thanks,
> Kukjin
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock
  2014-06-19  5:47 ` Rahul Sharma
@ 2014-06-30 13:49   ` Tomasz Figa
  -1 siblings, 0 replies; 14+ messages in thread
From: Tomasz Figa @ 2014-06-30 13:49 UTC (permalink / raw)
  To: Rahul Sharma, linux-samsung-soc, devicetree, linux-arm-kernel
  Cc: mturquette, tomasz.figa, kgene.kim, joshi, r.sh.open

On 19.06.2014 07:47, Rahul Sharma wrote:
> Change bit from 2 to 9 for tv (mixer) sysmmu clock.
> 
> Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
> ---
> Based on Kukjin's for-next branch.
> 
>  drivers/clk/samsung/clk-exynos5250.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
> index 1fad4c5..184f642 100644
> --- a/drivers/clk/samsung/clk-exynos5250.c
> +++ b/drivers/clk/samsung/clk-exynos5250.c
> @@ -661,7 +661,7 @@ static struct samsung_gate_clock exynos5250_gate_clks[] __initdata = {
>  	GATE(CLK_RTC, "rtc", "div_aclk66", GATE_IP_PERIS, 20, 0, 0),
>  	GATE(CLK_TMU, "tmu", "div_aclk66", GATE_IP_PERIS, 21, 0, 0),
>  	GATE(CLK_SMMU_TV, "smmu_tv", "mout_aclk200_disp1_sub",
> -			GATE_IP_DISP1, 2, 0, 0),
> +			GATE_IP_DISP1, 9, 0, 0),
>  	GATE(CLK_SMMU_FIMD1, "smmu_fimd1", "mout_aclk200_disp1_sub",
>  			GATE_IP_DISP1, 8, 0, 0),
>  	GATE(CLK_SMMU_2D, "smmu_2d", "div_aclk200", GATE_IP_ACP, 7, 0, 0),
> 

Applied as a fix for 3.16.

Best regards,
Tomasz

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

* [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock
@ 2014-06-30 13:49   ` Tomasz Figa
  0 siblings, 0 replies; 14+ messages in thread
From: Tomasz Figa @ 2014-06-30 13:49 UTC (permalink / raw)
  To: linux-arm-kernel

On 19.06.2014 07:47, Rahul Sharma wrote:
> Change bit from 2 to 9 for tv (mixer) sysmmu clock.
> 
> Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
> ---
> Based on Kukjin's for-next branch.
> 
>  drivers/clk/samsung/clk-exynos5250.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
> index 1fad4c5..184f642 100644
> --- a/drivers/clk/samsung/clk-exynos5250.c
> +++ b/drivers/clk/samsung/clk-exynos5250.c
> @@ -661,7 +661,7 @@ static struct samsung_gate_clock exynos5250_gate_clks[] __initdata = {
>  	GATE(CLK_RTC, "rtc", "div_aclk66", GATE_IP_PERIS, 20, 0, 0),
>  	GATE(CLK_TMU, "tmu", "div_aclk66", GATE_IP_PERIS, 21, 0, 0),
>  	GATE(CLK_SMMU_TV, "smmu_tv", "mout_aclk200_disp1_sub",
> -			GATE_IP_DISP1, 2, 0, 0),
> +			GATE_IP_DISP1, 9, 0, 0),
>  	GATE(CLK_SMMU_FIMD1, "smmu_fimd1", "mout_aclk200_disp1_sub",
>  			GATE_IP_DISP1, 8, 0, 0),
>  	GATE(CLK_SMMU_2D, "smmu_2d", "div_aclk200", GATE_IP_ACP, 7, 0, 0),
> 

Applied as a fix for 3.16.

Best regards,
Tomasz

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

end of thread, other threads:[~2014-06-30 13:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-19  5:47 [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock Rahul Sharma
2014-06-19  5:47 ` Rahul Sharma
2014-06-19  6:05 ` Sachin Kamat
2014-06-19  6:05   ` Sachin Kamat
2014-06-25 11:22   ` Rahul Sharma
2014-06-25 11:22     ` Rahul Sharma
2014-06-25 11:24     ` Tomasz Figa
2014-06-25 11:24       ` Tomasz Figa
2014-06-25 11:26       ` Kukjin Kim
2014-06-25 11:26         ` Kukjin Kim
2014-06-25 12:57         ` Rahul Sharma
2014-06-25 12:57           ` Rahul Sharma
2014-06-30 13:49 ` Tomasz Figa
2014-06-30 13:49   ` Tomasz Figa

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.