Re: [PATCH v2] pwm: samsung: add missing s3c->pwm_id

2012-12-13 Thread Joonyoung Shim
On 12/14/2012 04:34 PM, Thierry Reding wrote: On Fri, Dec 14, 2012 at 03:58:58PM +0900, Joonyoung Shim wrote: The s3c->pwm_id is used to calculate offset of related register. Signed-off-by: Joonyoung Shim I've modified the subject a bit to make it clear the assignment of s3c->pwm_id was

Re: [PATCH v2] pwm: samsung: add missing s3c->pwm_id

2012-12-13 Thread Thierry Reding
On Fri, Dec 14, 2012 at 03:58:58PM +0900, Joonyoung Shim wrote: > The s3c->pwm_id is used to calculate offset of related register. > > Signed-off-by: Joonyoung Shim I've modified the subject a bit to make it clear the assignment of s3c->pwm_id was missing, not the s3c->pwm_id field altogether.

[PATCH v2] pwm: samsung: add missing s3c->pwm_id

2012-12-13 Thread Joonyoung Shim
The s3c->pwm_id is used to calculate offset of related register. Signed-off-by: Joonyoung Shim --- Changelog from v1: - move the assignment code to below. drivers/pwm/pwm-samsung.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pwm/pwm-samsung.c b/drivers/pwm/pwm-samsung.c

[PATCH v2] pwm: samsung: add missing s3c-pwm_id

2012-12-13 Thread Joonyoung Shim
The s3c-pwm_id is used to calculate offset of related register. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- Changelog from v1: - move the assignment code to below. drivers/pwm/pwm-samsung.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pwm/pwm-samsung.c

Re: [PATCH v2] pwm: samsung: add missing s3c-pwm_id

2012-12-13 Thread Thierry Reding
On Fri, Dec 14, 2012 at 03:58:58PM +0900, Joonyoung Shim wrote: The s3c-pwm_id is used to calculate offset of related register. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com I've modified the subject a bit to make it clear the assignment of s3c-pwm_id was missing, not the s3c-pwm_id

Re: [PATCH v2] pwm: samsung: add missing s3c-pwm_id

2012-12-13 Thread Joonyoung Shim
On 12/14/2012 04:34 PM, Thierry Reding wrote: On Fri, Dec 14, 2012 at 03:58:58PM +0900, Joonyoung Shim wrote: The s3c-pwm_id is used to calculate offset of related register. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com I've modified the subject a bit to make it clear the assignment