RE: [PATCH 2/3] pwm: ftm-pwm: Convert to direct regmap API usage.

2014-04-28 Thread li.xi...@freescale.com
> > drivers/pwm/pwm-fsl-ftm.c | 83 > > +-- > > 1 file changed, 44 insertions(+), 39 deletions(-) > > This could explain the advantages of converting to regmap. Looking at > this diffstat above, it's not immediately obvious that there's an > advantage

Re: [PATCH 2/3] pwm: ftm-pwm: Convert to direct regmap API usage.

2014-04-28 Thread Thierry Reding
On Fri, Mar 21, 2014 at 12:53:09PM +0800, Xiubo Li wrote: > Signed-off-by: Xiubo Li > --- > drivers/pwm/pwm-fsl-ftm.c | 83 > +-- > 1 file changed, 44 insertions(+), 39 deletions(-) This could explain the advantages of converting to regmap. Looking at

[PATCH 2/3] pwm: ftm-pwm: Convert to direct regmap API usage.

2014-03-20 Thread Xiubo Li
Signed-off-by: Xiubo Li --- drivers/pwm/pwm-fsl-ftm.c | 83 +-- 1 file changed, 44 insertions(+), 39 deletions(-) diff --git a/drivers/pwm/pwm-fsl-ftm.c b/drivers/pwm/pwm-fsl-ftm.c index 4a4ad58..5d999c1 100644 --- a/drivers/pwm/pwm-fsl-ftm.c +++ b/dri