RE: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Kukjin Kim
Joonyoung Shim wrote: > > 11/03/2011 06:08 PM, Kukjin Kim 쓴 글: > > Kyungmin Park wrote: > >> On 11/3/11, Kyungmin Park wrote: > >>> On 11/3/11, Joonyoung Shim wrote: > 11/03/2011 04:46 PM, Kukjin Kim 쓴 글: > > Joonyoung Shim wrote: > >> 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: > >>>

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Joonyoung Shim
11/03/2011 06:08 PM, Kukjin Kim 쓴 글: Kyungmin Park wrote: On 11/3/11, Kyungmin Park wrote: On 11/3/11, Joonyoung Shim wrote: 11/03/2011 04:46 PM, Kukjin Kim 쓴 글: Joonyoung Shim wrote: 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: Joonyoung Shim wrote: PWM timers use pclk("timers" clk) as parent c

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Kyungmin Park
On 11/3/11, Kukjin Kim wrote: > Kyungmin Park wrote: >> >> On 11/3/11, Kyungmin Park wrote: >> > On 11/3/11, Joonyoung Shim wrote: >> >> 11/03/2011 04:46 PM, Kukjin Kim 쓴 글: >> >>> Joonyoung Shim wrote: >> 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: >> > Joonyoung Shim wrote: >> >> PWM tim

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Russell King - ARM Linux
On Thu, Nov 03, 2011 at 06:08:03PM +0900, Kukjin Kim wrote: > diff --git a/arch/arm/plat-samsung/pwm-clock.c > b/arch/arm/plat-samsung/pwm-clock.c > index a35ff3b..37a159b 100644 > --- a/arch/arm/plat-samsung/pwm-clock.c > +++ b/arch/arm/plat-samsung/pwm-clock.c > @@ -449,6 +449,8 @@ __init void s

RE: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Kukjin Kim
Kyungmin Park wrote: > > On 11/3/11, Kyungmin Park wrote: > > On 11/3/11, Joonyoung Shim wrote: > >> 11/03/2011 04:46 PM, Kukjin Kim 쓴 글: > >>> Joonyoung Shim wrote: > 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: > > Joonyoung Shim wrote: > >> PWM timers use pclk("timers" clk) as parent clk

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Kyungmin Park
On 11/3/11, Kyungmin Park wrote: > On 11/3/11, Joonyoung Shim wrote: >> 11/03/2011 04:46 PM, Kukjin Kim 쓴 글: >>> Joonyoung Shim wrote: 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: > Joonyoung Shim wrote: >> PWM timers use pclk("timers" clk) as parent clk. If this pclk is the >> disabled

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Kyungmin Park
On 11/3/11, Joonyoung Shim wrote: > 11/03/2011 04:46 PM, Kukjin Kim 쓴 글: >> Joonyoung Shim wrote: >>> 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: Joonyoung Shim wrote: > PWM timers use pclk("timers" clk) as parent clk. If this pclk is the > disabled state when PWM driver is probed, then it c

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Joonyoung Shim
11/03/2011 04:46 PM, Kukjin Kim 쓴 글: Joonyoung Shim wrote: 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: Joonyoung Shim wrote: PWM timers use pclk("timers" clk) as parent clk. If this pclk is the disabled state when PWM driver is probed, then it causes wrong read and write operation about registers of

RE: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Kukjin Kim
Joonyoung Shim wrote: > > 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: > > Joonyoung Shim wrote: > >> PWM timers use pclk("timers" clk) as parent clk. If this pclk is the > >> disabled state when PWM driver is probed, then it causes wrong read and > >> write operation about registers of PWM. > >> > >> Sig

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-02 Thread Joonyoung Shim
11/03/2011 10:59 AM, Kukjin Kim 쓴 글: Joonyoung Shim wrote: PWM timers use pclk("timers" clk) as parent clk. If this pclk is the disabled state when PWM driver is probed, then it causes wrong read and write operation about registers of PWM. Signed-off-by: Joonyoung Shim Signed-off-by: Kyungmin P

RE: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-02 Thread Kukjin Kim
Joonyoung Shim wrote: > > PWM timers use pclk("timers" clk) as parent clk. If this pclk is the > disabled state when PWM driver is probed, then it causes wrong read and > write operation about registers of PWM. > > Signed-off-by: Joonyoung Shim > Signed-off-by: Kyungmin Park > --- > arch/arm/p

[PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-10-24 Thread Joonyoung Shim
PWM timers use pclk("timers" clk) as parent clk. If this pclk is the disabled state when PWM driver is probed, then it causes wrong read and write operation about registers of PWM. Signed-off-by: Joonyoung Shim Signed-off-by: Kyungmin Park --- arch/arm/plat-samsung/pwm.c |7 +++ 1 files