[PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-25 Thread Kukjin Kim
On 06/24/13 13:28, Rahul Sharma wrote:

[...]

> I never got these patches.  I'm not subscribed to devicetree-devel or
> linux-samsung so I only got two replies to patch #0, but none of the
> code. Can you or Rajul resend?
>

 Sure mike.
>>>
>>> Acked-by: Mike Turquette
>>>
Applied with Mike's ack.

Thanks,
- Kukjin


Re: [PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-25 Thread Kukjin Kim

On 06/24/13 13:28, Rahul Sharma wrote:

[...]


I never got these patches.  I'm not subscribed to devicetree-devel or
linux-samsung so I only got two replies to patch #0, but none of the
code. Can you or Rajul resend?



Sure mike.


Acked-by: Mike Turquettemturque...@linaro.org


Applied with Mike's ack.

Thanks,
- Kukjin
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-24 Thread Rahul Sharma
Hi Mr. Kim,

v3.11-next/soc-exynos5420 seems correct branch for it, not
v3.11-next/samsung-clk. In this
case rebasing is not required. It cleanly applies there.

regards,
Rahul Sharma.

On Mon, Jun 24, 2013 at 9:33 AM, Rahul Sharma  wrote:
> Thanks Mike.
>
> I will rebase these patches to v3.11-next/samsung-clk branch and post v2.
>
> regards,
> Rahul Sharma.
>
> On Fri, Jun 21, 2013 at 10:13 PM, Mike Turquette  
> wrote:
>> Quoting Rahul Sharma (2013-06-20 21:47:35)
>>> On Fri, Jun 21, 2013 at 10:02 AM, Mike Turquette  
>>> wrote:
>>> > Quoting Kukjin Kim (2013-06-19 07:01:17)
>>> >> On 06/19/13 13:04, Rahul Sharma wrote:
>>> >> > + mike
>>> >> >
>>> >> Mike, I'm waiting for your reply on this. If you're OK, let me take this
>>> >> series on top of exynos5420 stuff in samsung tree.
>>> >>
>>> >> Of course, if any concerns, please let me know.
>>> >
>>> > I never got these patches.  I'm not subscribed to devicetree-devel or
>>> > linux-samsung so I only got two replies to patch #0, but none of the
>>> > code. Can you or Rajul resend?
>>> >
>>>
>>> Sure mike.
>>
>> Acked-by: Mike Turquette 
>>
>> Regards,
>> Mike
>>
>>>
>>> > Thanks,
>>> > Mike
>>> >
>>> >>
>>> >> Thanks,
>>> >> - Kukjin
>>> >>
>>> >> > On Tue, Jun 18, 2013 at 8:03 PM, Rahul Sharma>> >> > samsung.com>  wrote:
>>> >> >> Add clock changes for hdmi subsystem for exynos5250 SoC. These
>>> >> >> include addition of new clocks like mout_hdmi and smmu_tv, associating
>>> >> >> ID to clk_hdmiphy and some essential corrections.
>>> >> >>
>>> >> >> This set is based on kukjin's for-next branch at
>>> >> >> http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.
>>> >> >>
>>> >> >> This set dependents on the following patches which add support for 
>>> >> >> Exynos5420
>>> >> >> http://www.mail-archive.com/linux-samsung-soc at 
>>> >> >> vger.kernel.org/msg19264.html
>>> >> >>
>>> >> >> Rahul Sharma (5):
>>> >> >>clk/exynos5420: add sclk_hdmiphy to the list of special clocks
>>> >> >>clk/exynos5420: add gate clock for tv sysmmu
>>> >> >>clk/exynos5420: fix the order of parents of hdmi mux
>>> >> >>clk/exynos5420: add hdmi mux to change parents in hdmi driver
>>> >> >>clk/exynos5420: assign sclk_pixel id to pixel clock divider
>>> >> >>
>>> >> >>   .../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
>>> >> >>   drivers/clk/samsung/clk-exynos5420.c |   18 
>>> >> >> +++---
>>> >> >>   2 files changed, 18 insertions(+), 7 deletions(-)
>>> >> >>
>>> >> >> --
>>> >> >> 1.7.10.4


[PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-24 Thread Rahul Sharma
Thanks Mike.

I will rebase these patches to v3.11-next/samsung-clk branch and post v2.

regards,
Rahul Sharma.

On Fri, Jun 21, 2013 at 10:13 PM, Mike Turquette  
wrote:
> Quoting Rahul Sharma (2013-06-20 21:47:35)
>> On Fri, Jun 21, 2013 at 10:02 AM, Mike Turquette  
>> wrote:
>> > Quoting Kukjin Kim (2013-06-19 07:01:17)
>> >> On 06/19/13 13:04, Rahul Sharma wrote:
>> >> > + mike
>> >> >
>> >> Mike, I'm waiting for your reply on this. If you're OK, let me take this
>> >> series on top of exynos5420 stuff in samsung tree.
>> >>
>> >> Of course, if any concerns, please let me know.
>> >
>> > I never got these patches.  I'm not subscribed to devicetree-devel or
>> > linux-samsung so I only got two replies to patch #0, but none of the
>> > code. Can you or Rajul resend?
>> >
>>
>> Sure mike.
>
> Acked-by: Mike Turquette 
>
> Regards,
> Mike
>
>>
>> > Thanks,
>> > Mike
>> >
>> >>
>> >> Thanks,
>> >> - Kukjin
>> >>
>> >> > On Tue, Jun 18, 2013 at 8:03 PM, Rahul Sharma> >> > samsung.com>  wrote:
>> >> >> Add clock changes for hdmi subsystem for exynos5250 SoC. These
>> >> >> include addition of new clocks like mout_hdmi and smmu_tv, associating
>> >> >> ID to clk_hdmiphy and some essential corrections.
>> >> >>
>> >> >> This set is based on kukjin's for-next branch at
>> >> >> http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.
>> >> >>
>> >> >> This set dependents on the following patches which add support for 
>> >> >> Exynos5420
>> >> >> http://www.mail-archive.com/linux-samsung-soc at 
>> >> >> vger.kernel.org/msg19264.html
>> >> >>
>> >> >> Rahul Sharma (5):
>> >> >>clk/exynos5420: add sclk_hdmiphy to the list of special clocks
>> >> >>clk/exynos5420: add gate clock for tv sysmmu
>> >> >>clk/exynos5420: fix the order of parents of hdmi mux
>> >> >>clk/exynos5420: add hdmi mux to change parents in hdmi driver
>> >> >>clk/exynos5420: assign sclk_pixel id to pixel clock divider
>> >> >>
>> >> >>   .../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
>> >> >>   drivers/clk/samsung/clk-exynos5420.c |   18 
>> >> >> +++---
>> >> >>   2 files changed, 18 insertions(+), 7 deletions(-)
>> >> >>
>> >> >> --
>> >> >> 1.7.10.4


Re: [PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-23 Thread Rahul Sharma
Thanks Mike.

I will rebase these patches to v3.11-next/samsung-clk branch and post v2.

regards,
Rahul Sharma.

On Fri, Jun 21, 2013 at 10:13 PM, Mike Turquette mturque...@linaro.org wrote:
 Quoting Rahul Sharma (2013-06-20 21:47:35)
 On Fri, Jun 21, 2013 at 10:02 AM, Mike Turquette mturque...@linaro.org 
 wrote:
  Quoting Kukjin Kim (2013-06-19 07:01:17)
  On 06/19/13 13:04, Rahul Sharma wrote:
   + mike
  
  Mike, I'm waiting for your reply on this. If you're OK, let me take this
  series on top of exynos5420 stuff in samsung tree.
 
  Of course, if any concerns, please let me know.
 
  I never got these patches.  I'm not subscribed to devicetree-devel or
  linux-samsung so I only got two replies to patch #0, but none of the
  code. Can you or Rajul resend?
 

 Sure mike.

 Acked-by: Mike Turquette mturque...@linaro.org

 Regards,
 Mike


  Thanks,
  Mike
 
 
  Thanks,
  - Kukjin
 
   On Tue, Jun 18, 2013 at 8:03 PM, Rahul Sharmarahul.sha...@samsung.com 
wrote:
   Add clock changes for hdmi subsystem for exynos5250 SoC. These
   include addition of new clocks like mout_hdmi and smmu_tv, associating
   ID to clk_hdmiphy and some essential corrections.
  
   This set is based on kukjin's for-next branch at
   http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.
  
   This set dependents on the following patches which add support for 
   Exynos5420
   http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg19264.html
  
   Rahul Sharma (5):
  clk/exynos5420: add sclk_hdmiphy to the list of special clocks
  clk/exynos5420: add gate clock for tv sysmmu
  clk/exynos5420: fix the order of parents of hdmi mux
  clk/exynos5420: add hdmi mux to change parents in hdmi driver
  clk/exynos5420: assign sclk_pixel id to pixel clock divider
  
 .../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
 drivers/clk/samsung/clk-exynos5420.c |   18 
   +++---
 2 files changed, 18 insertions(+), 7 deletions(-)
  
   --
   1.7.10.4
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-23 Thread Rahul Sharma
Hi Mr. Kim,

v3.11-next/soc-exynos5420 seems correct branch for it, not
v3.11-next/samsung-clk. In this
case rebasing is not required. It cleanly applies there.

regards,
Rahul Sharma.

On Mon, Jun 24, 2013 at 9:33 AM, Rahul Sharma r.sh.o...@gmail.com wrote:
 Thanks Mike.

 I will rebase these patches to v3.11-next/samsung-clk branch and post v2.

 regards,
 Rahul Sharma.

 On Fri, Jun 21, 2013 at 10:13 PM, Mike Turquette mturque...@linaro.org 
 wrote:
 Quoting Rahul Sharma (2013-06-20 21:47:35)
 On Fri, Jun 21, 2013 at 10:02 AM, Mike Turquette mturque...@linaro.org 
 wrote:
  Quoting Kukjin Kim (2013-06-19 07:01:17)
  On 06/19/13 13:04, Rahul Sharma wrote:
   + mike
  
  Mike, I'm waiting for your reply on this. If you're OK, let me take this
  series on top of exynos5420 stuff in samsung tree.
 
  Of course, if any concerns, please let me know.
 
  I never got these patches.  I'm not subscribed to devicetree-devel or
  linux-samsung so I only got two replies to patch #0, but none of the
  code. Can you or Rajul resend?
 

 Sure mike.

 Acked-by: Mike Turquette mturque...@linaro.org

 Regards,
 Mike


  Thanks,
  Mike
 
 
  Thanks,
  - Kukjin
 
   On Tue, Jun 18, 2013 at 8:03 PM, Rahul 
   Sharmarahul.sha...@samsung.com  wrote:
   Add clock changes for hdmi subsystem for exynos5250 SoC. These
   include addition of new clocks like mout_hdmi and smmu_tv, associating
   ID to clk_hdmiphy and some essential corrections.
  
   This set is based on kukjin's for-next branch at
   http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.
  
   This set dependents on the following patches which add support for 
   Exynos5420
   http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg19264.html
  
   Rahul Sharma (5):
  clk/exynos5420: add sclk_hdmiphy to the list of special clocks
  clk/exynos5420: add gate clock for tv sysmmu
  clk/exynos5420: fix the order of parents of hdmi mux
  clk/exynos5420: add hdmi mux to change parents in hdmi driver
  clk/exynos5420: assign sclk_pixel id to pixel clock divider
  
 .../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
 drivers/clk/samsung/clk-exynos5420.c |   18 
   +++---
 2 files changed, 18 insertions(+), 7 deletions(-)
  
   --
   1.7.10.4
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-21 Thread Rahul Sharma
On Fri, Jun 21, 2013 at 10:02 AM, Mike Turquette  
wrote:
> Quoting Kukjin Kim (2013-06-19 07:01:17)
>> On 06/19/13 13:04, Rahul Sharma wrote:
>> > + mike
>> >
>> Mike, I'm waiting for your reply on this. If you're OK, let me take this
>> series on top of exynos5420 stuff in samsung tree.
>>
>> Of course, if any concerns, please let me know.
>
> I never got these patches.  I'm not subscribed to devicetree-devel or
> linux-samsung so I only got two replies to patch #0, but none of the
> code. Can you or Rajul resend?
>

Sure mike.

> Thanks,
> Mike
>
>>
>> Thanks,
>> - Kukjin
>>
>> > On Tue, Jun 18, 2013 at 8:03 PM, Rahul Sharma 
>> >  wrote:
>> >> Add clock changes for hdmi subsystem for exynos5250 SoC. These
>> >> include addition of new clocks like mout_hdmi and smmu_tv, associating
>> >> ID to clk_hdmiphy and some essential corrections.
>> >>
>> >> This set is based on kukjin's for-next branch at
>> >> http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.
>> >>
>> >> This set dependents on the following patches which add support for 
>> >> Exynos5420
>> >> http://www.mail-archive.com/linux-samsung-soc at 
>> >> vger.kernel.org/msg19264.html
>> >>
>> >> Rahul Sharma (5):
>> >>clk/exynos5420: add sclk_hdmiphy to the list of special clocks
>> >>clk/exynos5420: add gate clock for tv sysmmu
>> >>clk/exynos5420: fix the order of parents of hdmi mux
>> >>clk/exynos5420: add hdmi mux to change parents in hdmi driver
>> >>clk/exynos5420: assign sclk_pixel id to pixel clock divider
>> >>
>> >>   .../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
>> >>   drivers/clk/samsung/clk-exynos5420.c |   18 
>> >> +++---
>> >>   2 files changed, 18 insertions(+), 7 deletions(-)
>> >>
>> >> --
>> >> 1.7.10.4


[PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-21 Thread Mike Turquette
Quoting Rahul Sharma (2013-06-20 21:47:35)
> On Fri, Jun 21, 2013 at 10:02 AM, Mike Turquette  
> wrote:
> > Quoting Kukjin Kim (2013-06-19 07:01:17)
> >> On 06/19/13 13:04, Rahul Sharma wrote:
> >> > + mike
> >> >
> >> Mike, I'm waiting for your reply on this. If you're OK, let me take this
> >> series on top of exynos5420 stuff in samsung tree.
> >>
> >> Of course, if any concerns, please let me know.
> >
> > I never got these patches.  I'm not subscribed to devicetree-devel or
> > linux-samsung so I only got two replies to patch #0, but none of the
> > code. Can you or Rajul resend?
> >
> 
> Sure mike.

Acked-by: Mike Turquette 

Regards,
Mike

> 
> > Thanks,
> > Mike
> >
> >>
> >> Thanks,
> >> - Kukjin
> >>
> >> > On Tue, Jun 18, 2013 at 8:03 PM, Rahul Sharma >> > samsung.com>  wrote:
> >> >> Add clock changes for hdmi subsystem for exynos5250 SoC. These
> >> >> include addition of new clocks like mout_hdmi and smmu_tv, associating
> >> >> ID to clk_hdmiphy and some essential corrections.
> >> >>
> >> >> This set is based on kukjin's for-next branch at
> >> >> http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.
> >> >>
> >> >> This set dependents on the following patches which add support for 
> >> >> Exynos5420
> >> >> http://www.mail-archive.com/linux-samsung-soc at 
> >> >> vger.kernel.org/msg19264.html
> >> >>
> >> >> Rahul Sharma (5):
> >> >>clk/exynos5420: add sclk_hdmiphy to the list of special clocks
> >> >>clk/exynos5420: add gate clock for tv sysmmu
> >> >>clk/exynos5420: fix the order of parents of hdmi mux
> >> >>clk/exynos5420: add hdmi mux to change parents in hdmi driver
> >> >>clk/exynos5420: assign sclk_pixel id to pixel clock divider
> >> >>
> >> >>   .../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
> >> >>   drivers/clk/samsung/clk-exynos5420.c |   18 
> >> >> +++---
> >> >>   2 files changed, 18 insertions(+), 7 deletions(-)
> >> >>
> >> >> --
> >> >> 1.7.10.4


Re: [PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-21 Thread Mike Turquette
Quoting Kukjin Kim (2013-06-19 07:01:17)
 On 06/19/13 13:04, Rahul Sharma wrote:
  + mike
 
 Mike, I'm waiting for your reply on this. If you're OK, let me take this 
 series on top of exynos5420 stuff in samsung tree.
 
 Of course, if any concerns, please let me know.

I never got these patches.  I'm not subscribed to devicetree-devel or
linux-samsung so I only got two replies to patch #0, but none of the
code. Can you or Rajul resend?

Thanks,
Mike

 
 Thanks,
 - Kukjin
 
  On Tue, Jun 18, 2013 at 8:03 PM, Rahul Sharmarahul.sha...@samsung.com  
  wrote:
  Add clock changes for hdmi subsystem for exynos5250 SoC. These
  include addition of new clocks like mout_hdmi and smmu_tv, associating
  ID to clk_hdmiphy and some essential corrections.
 
  This set is based on kukjin's for-next branch at
  http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.
 
  This set dependents on the following patches which add support for 
  Exynos5420
  http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg19264.html
 
  Rahul Sharma (5):
 clk/exynos5420: add sclk_hdmiphy to the list of special clocks
 clk/exynos5420: add gate clock for tv sysmmu
 clk/exynos5420: fix the order of parents of hdmi mux
 clk/exynos5420: add hdmi mux to change parents in hdmi driver
 clk/exynos5420: assign sclk_pixel id to pixel clock divider
 
.../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
drivers/clk/samsung/clk-exynos5420.c |   18 
  +++---
2 files changed, 18 insertions(+), 7 deletions(-)
 
  --
  1.7.10.4
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-21 Thread Mike Turquette
Quoting Rahul Sharma (2013-06-20 21:47:35)
 On Fri, Jun 21, 2013 at 10:02 AM, Mike Turquette mturque...@linaro.org 
 wrote:
  Quoting Kukjin Kim (2013-06-19 07:01:17)
  On 06/19/13 13:04, Rahul Sharma wrote:
   + mike
  
  Mike, I'm waiting for your reply on this. If you're OK, let me take this
  series on top of exynos5420 stuff in samsung tree.
 
  Of course, if any concerns, please let me know.
 
  I never got these patches.  I'm not subscribed to devicetree-devel or
  linux-samsung so I only got two replies to patch #0, but none of the
  code. Can you or Rajul resend?
 
 
 Sure mike.

Acked-by: Mike Turquette mturque...@linaro.org

Regards,
Mike

 
  Thanks,
  Mike
 
 
  Thanks,
  - Kukjin
 
   On Tue, Jun 18, 2013 at 8:03 PM, Rahul Sharmarahul.sha...@samsung.com  
   wrote:
   Add clock changes for hdmi subsystem for exynos5250 SoC. These
   include addition of new clocks like mout_hdmi and smmu_tv, associating
   ID to clk_hdmiphy and some essential corrections.
  
   This set is based on kukjin's for-next branch at
   http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.
  
   This set dependents on the following patches which add support for 
   Exynos5420
   http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg19264.html
  
   Rahul Sharma (5):
  clk/exynos5420: add sclk_hdmiphy to the list of special clocks
  clk/exynos5420: add gate clock for tv sysmmu
  clk/exynos5420: fix the order of parents of hdmi mux
  clk/exynos5420: add hdmi mux to change parents in hdmi driver
  clk/exynos5420: assign sclk_pixel id to pixel clock divider
  
 .../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
 drivers/clk/samsung/clk-exynos5420.c |   18 
   +++---
 2 files changed, 18 insertions(+), 7 deletions(-)
  
   --
   1.7.10.4
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-20 Thread Mike Turquette
Quoting Kukjin Kim (2013-06-19 07:01:17)
> On 06/19/13 13:04, Rahul Sharma wrote:
> > + mike
> >
> Mike, I'm waiting for your reply on this. If you're OK, let me take this 
> series on top of exynos5420 stuff in samsung tree.
> 
> Of course, if any concerns, please let me know.

I never got these patches.  I'm not subscribed to devicetree-devel or
linux-samsung so I only got two replies to patch #0, but none of the
code. Can you or Rajul resend?

Thanks,
Mike

> 
> Thanks,
> - Kukjin
> 
> > On Tue, Jun 18, 2013 at 8:03 PM, Rahul Sharma  
> > wrote:
> >> Add clock changes for hdmi subsystem for exynos5250 SoC. These
> >> include addition of new clocks like mout_hdmi and smmu_tv, associating
> >> ID to clk_hdmiphy and some essential corrections.
> >>
> >> This set is based on kukjin's for-next branch at
> >> http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.
> >>
> >> This set dependents on the following patches which add support for 
> >> Exynos5420
> >> http://www.mail-archive.com/linux-samsung-soc at 
> >> vger.kernel.org/msg19264.html
> >>
> >> Rahul Sharma (5):
> >>clk/exynos5420: add sclk_hdmiphy to the list of special clocks
> >>clk/exynos5420: add gate clock for tv sysmmu
> >>clk/exynos5420: fix the order of parents of hdmi mux
> >>clk/exynos5420: add hdmi mux to change parents in hdmi driver
> >>clk/exynos5420: assign sclk_pixel id to pixel clock divider
> >>
> >>   .../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
> >>   drivers/clk/samsung/clk-exynos5420.c |   18 
> >> +++---
> >>   2 files changed, 18 insertions(+), 7 deletions(-)
> >>
> >> --
> >> 1.7.10.4


[PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-20 Thread Kukjin Kim
On 06/19/13 13:04, Rahul Sharma wrote:
> + mike
>
Mike, I'm waiting for your reply on this. If you're OK, let me take this 
series on top of exynos5420 stuff in samsung tree.

Of course, if any concerns, please let me know.

Thanks,
- Kukjin

> On Tue, Jun 18, 2013 at 8:03 PM, Rahul Sharma  
> wrote:
>> Add clock changes for hdmi subsystem for exynos5250 SoC. These
>> include addition of new clocks like mout_hdmi and smmu_tv, associating
>> ID to clk_hdmiphy and some essential corrections.
>>
>> This set is based on kukjin's for-next branch at
>> http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.
>>
>> This set dependents on the following patches which add support for Exynos5420
>> http://www.mail-archive.com/linux-samsung-soc at 
>> vger.kernel.org/msg19264.html
>>
>> Rahul Sharma (5):
>>clk/exynos5420: add sclk_hdmiphy to the list of special clocks
>>clk/exynos5420: add gate clock for tv sysmmu
>>clk/exynos5420: fix the order of parents of hdmi mux
>>clk/exynos5420: add hdmi mux to change parents in hdmi driver
>>clk/exynos5420: assign sclk_pixel id to pixel clock divider
>>
>>   .../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
>>   drivers/clk/samsung/clk-exynos5420.c |   18 
>> +++---
>>   2 files changed, 18 insertions(+), 7 deletions(-)
>>
>> --
>> 1.7.10.4


Re: [PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-20 Thread Rahul Sharma
On Fri, Jun 21, 2013 at 10:02 AM, Mike Turquette mturque...@linaro.org wrote:
 Quoting Kukjin Kim (2013-06-19 07:01:17)
 On 06/19/13 13:04, Rahul Sharma wrote:
  + mike
 
 Mike, I'm waiting for your reply on this. If you're OK, let me take this
 series on top of exynos5420 stuff in samsung tree.

 Of course, if any concerns, please let me know.

 I never got these patches.  I'm not subscribed to devicetree-devel or
 linux-samsung so I only got two replies to patch #0, but none of the
 code. Can you or Rajul resend?


Sure mike.

 Thanks,
 Mike


 Thanks,
 - Kukjin

  On Tue, Jun 18, 2013 at 8:03 PM, Rahul Sharmarahul.sha...@samsung.com  
  wrote:
  Add clock changes for hdmi subsystem for exynos5250 SoC. These
  include addition of new clocks like mout_hdmi and smmu_tv, associating
  ID to clk_hdmiphy and some essential corrections.
 
  This set is based on kukjin's for-next branch at
  http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.
 
  This set dependents on the following patches which add support for 
  Exynos5420
  http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg19264.html
 
  Rahul Sharma (5):
 clk/exynos5420: add sclk_hdmiphy to the list of special clocks
 clk/exynos5420: add gate clock for tv sysmmu
 clk/exynos5420: fix the order of parents of hdmi mux
 clk/exynos5420: add hdmi mux to change parents in hdmi driver
 clk/exynos5420: assign sclk_pixel id to pixel clock divider
 
.../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
drivers/clk/samsung/clk-exynos5420.c |   18 
  +++---
2 files changed, 18 insertions(+), 7 deletions(-)
 
  --
  1.7.10.4
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-19 Thread Rahul Sharma
+ mike

On Tue, Jun 18, 2013 at 8:03 PM, Rahul Sharma  
wrote:
> Add clock changes for hdmi subsystem for exynos5250 SoC. These
> include addition of new clocks like mout_hdmi and smmu_tv, associating
> ID to clk_hdmiphy and some essential corrections.
>
> This set is based on kukjin's for-next branch at
> http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.
>
> This set dependents on the following patches which add support for Exynos5420
> http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg19264.html
>
> Rahul Sharma (5):
>   clk/exynos5420: add sclk_hdmiphy to the list of special clocks
>   clk/exynos5420: add gate clock for tv sysmmu
>   clk/exynos5420: fix the order of parents of hdmi mux
>   clk/exynos5420: add hdmi mux to change parents in hdmi driver
>   clk/exynos5420: assign sclk_pixel id to pixel clock divider
>
>  .../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
>  drivers/clk/samsung/clk-exynos5420.c |   18 
> +++---
>  2 files changed, 18 insertions(+), 7 deletions(-)
>
> --
> 1.7.10.4
>


Re: [PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-19 Thread Kukjin Kim

On 06/19/13 13:04, Rahul Sharma wrote:

+ mike

Mike, I'm waiting for your reply on this. If you're OK, let me take this 
series on top of exynos5420 stuff in samsung tree.


Of course, if any concerns, please let me know.

Thanks,
- Kukjin


On Tue, Jun 18, 2013 at 8:03 PM, Rahul Sharmarahul.sha...@samsung.com  wrote:

Add clock changes for hdmi subsystem for exynos5250 SoC. These
include addition of new clocks like mout_hdmi and smmu_tv, associating
ID to clk_hdmiphy and some essential corrections.

This set is based on kukjin's for-next branch at
http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.

This set dependents on the following patches which add support for Exynos5420
http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg19264.html

Rahul Sharma (5):
   clk/exynos5420: add sclk_hdmiphy to the list of special clocks
   clk/exynos5420: add gate clock for tv sysmmu
   clk/exynos5420: fix the order of parents of hdmi mux
   clk/exynos5420: add hdmi mux to change parents in hdmi driver
   clk/exynos5420: assign sclk_pixel id to pixel clock divider

  .../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
  drivers/clk/samsung/clk-exynos5420.c |   18 +++---
  2 files changed, 18 insertions(+), 7 deletions(-)

--
1.7.10.4

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-18 Thread Rahul Sharma
Add clock changes for hdmi subsystem for exynos5250 SoC. These
include addition of new clocks like mout_hdmi and smmu_tv, associating
ID to clk_hdmiphy and some essential corrections.

This set is based on kukjin's for-next branch at
http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.

This set dependents on the following patches which add support for Exynos5420
http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg19264.html

Rahul Sharma (5):
  clk/exynos5420: add sclk_hdmiphy to the list of special clocks
  clk/exynos5420: add gate clock for tv sysmmu
  clk/exynos5420: fix the order of parents of hdmi mux
  clk/exynos5420: add hdmi mux to change parents in hdmi driver
  clk/exynos5420: assign sclk_pixel id to pixel clock divider

 .../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
 drivers/clk/samsung/clk-exynos5420.c |   18 +++---
 2 files changed, 18 insertions(+), 7 deletions(-)

-- 
1.7.10.4



Re: [PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-18 Thread Rahul Sharma
+ mike

On Tue, Jun 18, 2013 at 8:03 PM, Rahul Sharma rahul.sha...@samsung.com wrote:
 Add clock changes for hdmi subsystem for exynos5250 SoC. These
 include addition of new clocks like mout_hdmi and smmu_tv, associating
 ID to clk_hdmiphy and some essential corrections.

 This set is based on kukjin's for-next branch at
 http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.

 This set dependents on the following patches which add support for Exynos5420
 http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg19264.html

 Rahul Sharma (5):
   clk/exynos5420: add sclk_hdmiphy to the list of special clocks
   clk/exynos5420: add gate clock for tv sysmmu
   clk/exynos5420: fix the order of parents of hdmi mux
   clk/exynos5420: add hdmi mux to change parents in hdmi driver
   clk/exynos5420: assign sclk_pixel id to pixel clock divider

  .../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
  drivers/clk/samsung/clk-exynos5420.c |   18 
 +++---
  2 files changed, 18 insertions(+), 7 deletions(-)

 --
 1.7.10.4

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-06-18 Thread Rahul Sharma
Add clock changes for hdmi subsystem for exynos5250 SoC. These
include addition of new clocks like mout_hdmi and smmu_tv, associating
ID to clk_hdmiphy and some essential corrections.

This set is based on kukjin's for-next branch at
http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git.

This set dependents on the following patches which add support for Exynos5420
http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg19264.html

Rahul Sharma (5):
  clk/exynos5420: add sclk_hdmiphy to the list of special clocks
  clk/exynos5420: add gate clock for tv sysmmu
  clk/exynos5420: fix the order of parents of hdmi mux
  clk/exynos5420: add hdmi mux to change parents in hdmi driver
  clk/exynos5420: assign sclk_pixel id to pixel clock divider

 .../devicetree/bindings/clock/exynos5420-clock.txt   |7 +++
 drivers/clk/samsung/clk-exynos5420.c |   18 +++---
 2 files changed, 18 insertions(+), 7 deletions(-)

-- 
1.7.10.4

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel