Re: [PATCH 1/2] pwm: atmel-tcb: add missing clk source config

2013-09-19 Thread Nicolas Ferre
On 18/09/2013 17:06, Boris BREZILLON : Clock source changes are never applied to the CMR register. This may lead to wrong period/duty cycle configuration. Signed-off-by: Boris BREZILLON Acked-by: Nicolas Ferre --- drivers/pwm/pwm-atmel-tcb.c |2 ++ 1 file changed, 2 insertions(+)

Re: [PATCH 1/2] pwm: atmel-tcb: add missing clk source config

2013-09-19 Thread Nicolas Ferre
On 18/09/2013 17:06, Boris BREZILLON : Clock source changes are never applied to the CMR register. This may lead to wrong period/duty cycle configuration. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/pwm/pwm-atmel-tcb.c

[PATCH 1/2] pwm: atmel-tcb: add missing clk source config

2013-09-18 Thread Boris BREZILLON
Clock source changes are never applied to the CMR register. This may lead to wrong period/duty cycle configuration. Signed-off-by: Boris BREZILLON --- drivers/pwm/pwm-atmel-tcb.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pwm/pwm-atmel-tcb.c b/drivers/pwm/pwm-atmel-tcb.c

[PATCH 1/2] pwm: atmel-tcb: add missing clk source config

2013-09-18 Thread Boris BREZILLON
Clock source changes are never applied to the CMR register. This may lead to wrong period/duty cycle configuration. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com --- drivers/pwm/pwm-atmel-tcb.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pwm/pwm-atmel-tcb.c