RE: [PATCHv3 1/4] pwm: Add Freescale FTM PWM driver support

2013-09-10 Thread Xiubo Li-B47053
> Subject: Re: [PATCHv3 1/4] pwm: Add Freescale FTM PWM driver support > > On Fri, Sep 06, 2013 at 04:08:24PM +0800, Xiubo Li wrote: > > The FTM PWM device can be found on Vybrid VF610 Tower and Layerscape > LS-1 SoCs. > > > > + > > +static int fsl_pw

Re: [PATCHv3 1/4] pwm: Add Freescale FTM PWM driver support

2013-09-10 Thread Sascha Hauer
On Fri, Sep 06, 2013 at 04:08:24PM +0800, Xiubo Li wrote: > The FTM PWM device can be found on Vybrid VF610 Tower and Layerscape LS-1 > SoCs. > > + > +static int fsl_pwm_probe(struct platform_device *pdev) > +{ > + int ret = 0; > + struct fsl_pwm_chip *fpc; > + struct resource *res;

Re: [PATCHv3 1/4] pwm: Add Freescale FTM PWM driver support

2013-09-10 Thread Sascha Hauer
On Fri, Sep 06, 2013 at 04:08:24PM +0800, Xiubo Li wrote: The FTM PWM device can be found on Vybrid VF610 Tower and Layerscape LS-1 SoCs. + +static int fsl_pwm_probe(struct platform_device *pdev) +{ + int ret = 0; + struct fsl_pwm_chip *fpc; + struct resource *res; + +

RE: [PATCHv3 1/4] pwm: Add Freescale FTM PWM driver support

2013-09-10 Thread Xiubo Li-B47053
Subject: Re: [PATCHv3 1/4] pwm: Add Freescale FTM PWM driver support On Fri, Sep 06, 2013 at 04:08:24PM +0800, Xiubo Li wrote: The FTM PWM device can be found on Vybrid VF610 Tower and Layerscape LS-1 SoCs. + +static int fsl_pwm_probe(struct platform_device *pdev) { + int ret = 0

RE: [PATCHv3 1/4] pwm: Add Freescale FTM PWM driver support

2013-09-09 Thread Xiubo Li-B47053
> Subject: Re: [PATCHv3 1/4] pwm: Add Freescale FTM PWM driver support > > On Mon, Sep 09, 2013 at 02:20:09PM +0200, Thierry Reding wrote: > > On Fri, Sep 06, 2013 at 04:08:24PM +0800, Xiubo Li wrote: > > > The FTM PWM device can be found on Vybrid VF610 Tower an

Re: [PATCHv3 1/4] pwm: Add Freescale FTM PWM driver support

2013-09-09 Thread Sascha Hauer
On Mon, Sep 09, 2013 at 02:20:09PM +0200, Thierry Reding wrote: > On Fri, Sep 06, 2013 at 04:08:24PM +0800, Xiubo Li wrote: > > The FTM PWM device can be found on Vybrid VF610 Tower and Layerscape LS-1 > > SoCs. > > > > Signed-off-by: Xiubo Li > > Signed-off-by: Jingchang Lu > > --- > >

Re: [PATCHv3 1/4] pwm: Add Freescale FTM PWM driver support

2013-09-09 Thread Thierry Reding
On Fri, Sep 06, 2013 at 04:08:24PM +0800, Xiubo Li wrote: > The FTM PWM device can be found on Vybrid VF610 Tower and Layerscape LS-1 > SoCs. > > Signed-off-by: Xiubo Li > Signed-off-by: Jingchang Lu > --- > drivers/pwm/Kconfig | 10 + > drivers/pwm/Makefile | 1 + >

Re: [PATCHv3 1/4] pwm: Add Freescale FTM PWM driver support

2013-09-09 Thread Thierry Reding
On Fri, Sep 06, 2013 at 04:08:24PM +0800, Xiubo Li wrote: The FTM PWM device can be found on Vybrid VF610 Tower and Layerscape LS-1 SoCs. Signed-off-by: Xiubo Li li.xi...@freescale.com Signed-off-by: Jingchang Lu b35...@freescale.com --- drivers/pwm/Kconfig | 10 +

Re: [PATCHv3 1/4] pwm: Add Freescale FTM PWM driver support

2013-09-09 Thread Sascha Hauer
On Mon, Sep 09, 2013 at 02:20:09PM +0200, Thierry Reding wrote: On Fri, Sep 06, 2013 at 04:08:24PM +0800, Xiubo Li wrote: The FTM PWM device can be found on Vybrid VF610 Tower and Layerscape LS-1 SoCs. Signed-off-by: Xiubo Li li.xi...@freescale.com Signed-off-by: Jingchang Lu

RE: [PATCHv3 1/4] pwm: Add Freescale FTM PWM driver support

2013-09-09 Thread Xiubo Li-B47053
Subject: Re: [PATCHv3 1/4] pwm: Add Freescale FTM PWM driver support On Mon, Sep 09, 2013 at 02:20:09PM +0200, Thierry Reding wrote: On Fri, Sep 06, 2013 at 04:08:24PM +0800, Xiubo Li wrote: The FTM PWM device can be found on Vybrid VF610 Tower and Layerscape LS-1 SoCs. Signed-off