RE: [PATCH 1/3] pwm: ftm-pwm: Clean up the code.

2014-04-28 Thread li.xi...@freescale.com
> > Signed-off-by: Xiubo Li > > --- > > drivers/pwm/pwm-fsl-ftm.c | 13 ++--- > > 1 file changed, 6 insertions(+), 7 deletions(-) > > The patch description here could explain that this is in preparation for > the conversion to regmap (which I assume it is). > Please see the next versio

Re: [PATCH 1/3] pwm: ftm-pwm: Clean up the code.

2014-04-28 Thread Thierry Reding
On Fri, Mar 21, 2014 at 12:53:08PM +0800, Xiubo Li wrote: > Signed-off-by: Xiubo Li > --- > drivers/pwm/pwm-fsl-ftm.c | 13 ++--- > 1 file changed, 6 insertions(+), 7 deletions(-) The patch description here could explain that this is in preparation for the conversion to regmap (which I a

[PATCH 1/3] pwm: ftm-pwm: Clean up the code.

2014-03-20 Thread Xiubo Li
Signed-off-by: Xiubo Li --- drivers/pwm/pwm-fsl-ftm.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/drivers/pwm/pwm-fsl-ftm.c b/drivers/pwm/pwm-fsl-ftm.c index 420169e..4a4ad58 100644 --- a/drivers/pwm/pwm-fsl-ftm.c +++ b/drivers/pwm/pwm-fsl-ftm.c @@ -21,11 +21