Re: [PATCH 3/3] ARM: S3C24XX: select COMMON_CLK_SAMSUNG for S3C24XX

2014-02-26 Thread Heiko Stübner
Am Donnerstag, 27. Februar 2014, 10:48:26 schrieb Pankaj Dubey: > On 02/27/2014 09:16 AM, Mike Turquette wrote: > > Quoting Pankaj Dubey (2014-02-25 21:24:07) > > > >> CC: Ben Dooks > >> CC: Kukjin Kim > >> CC: Russell King > >> Signed-off-by: Pankaj Dubey > >> --- > >> > >> arch/arm/mach-s

Re: [PATCH 3/3] ARM: S3C24XX: select COMMON_CLK_SAMSUNG for S3C24XX

2014-02-26 Thread Pankaj Dubey
On 02/27/2014 09:16 AM, Mike Turquette wrote: Quoting Pankaj Dubey (2014-02-25 21:24:07) CC: Ben Dooks CC: Kukjin Kim CC: Russell King Signed-off-by: Pankaj Dubey --- arch/arm/mach-s3c24xx/Kconfig |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-s3c24xx/Kconfig b/ar

Re: [PATCH 3/3] ARM: S3C24XX: select COMMON_CLK_SAMSUNG for S3C24XX

2014-02-26 Thread Mike Turquette
Quoting Pankaj Dubey (2014-02-25 21:24:07) > CC: Ben Dooks > CC: Kukjin Kim > CC: Russell King > Signed-off-by: Pankaj Dubey > --- > arch/arm/mach-s3c24xx/Kconfig |3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig > ind

Re: [PATCH V2 0/2] Add support for clocks in S5M8767

2014-02-26 Thread Mike Turquette
Quoting Tushar Behera (2014-02-18 22:24:34) > S5M8767 chip has 3 crystal oscillators which are operated in the same > as the crystal oscillators in S2MPS11. Extend s2mps11-clk driver to > support clocks in S5M8767. > > The patches are rebased on top of next-20130218. These changes look good to me