Re: [PATCH v6 1/5] pwm: add the Berlin pwm controller driver

2015-09-25 Thread Antoine Tenart
On Mon, Sep 21, 2015 at 10:40:08AM +0200, Thierry Reding wrote: > On Thu, Sep 17, 2015 at 12:13:04PM +0200, Antoine Tenart wrote: > > + > > +#define BERLIN_PWM_EN 0x0 > > +#define BERLIN_PWM_CONTROL 0x4 > > +#define BERLIN_PWM_DUTY0x8 > > +#define BE

Re: [PATCH v6 1/5] pwm: add the Berlin pwm controller driver

2015-09-21 Thread Sebastian Hesselbarth
On 21.09.2015 10:09, Thierry Reding wrote: On Sun, Sep 20, 2015 at 08:13:48PM +0200, Sebastian Hesselbarth wrote: On 17.09.2015 12:13, Antoine Tenart wrote: Add a PWM controller driver for the Marvell Berlin SoCs. This PWM controller has 4 channels. Signed-off-by: Antoine Tenart Acked-by: Seb

Re: [PATCH v6 1/5] pwm: add the Berlin pwm controller driver

2015-09-21 Thread Thierry Reding
On Thu, Sep 17, 2015 at 12:13:04PM +0200, Antoine Tenart wrote: > Add a PWM controller driver for the Marvell Berlin SoCs. This PWM > controller has 4 channels. > > Signed-off-by: Antoine Tenart > Acked-by: Sebastian Hesselbarth > --- > drivers/pwm/Kconfig | 9 ++ > drivers/pwm/Makefile

Re: [PATCH v6 1/5] pwm: add the Berlin pwm controller driver

2015-09-21 Thread Thierry Reding
On Sun, Sep 20, 2015 at 08:13:48PM +0200, Sebastian Hesselbarth wrote: > On 17.09.2015 12:13, Antoine Tenart wrote: > >Add a PWM controller driver for the Marvell Berlin SoCs. This PWM > >controller has 4 channels. > > > >Signed-off-by: Antoine Tenart > >Acked-by: Sebastian Hesselbarth > > Thier

Re: [PATCH v6 1/5] pwm: add the Berlin pwm controller driver

2015-09-20 Thread Sebastian Hesselbarth
On 17.09.2015 12:13, Antoine Tenart wrote: Add a PWM controller driver for the Marvell Berlin SoCs. This PWM controller has 4 channels. Signed-off-by: Antoine Tenart Acked-by: Sebastian Hesselbarth Thierry, if you are also fine with the driver, please let me know if you want me to take the

[PATCH v6 1/5] pwm: add the Berlin pwm controller driver

2015-09-17 Thread Antoine Tenart
Add a PWM controller driver for the Marvell Berlin SoCs. This PWM controller has 4 channels. Signed-off-by: Antoine Tenart Acked-by: Sebastian Hesselbarth --- drivers/pwm/Kconfig | 9 ++ drivers/pwm/Makefile | 1 + drivers/pwm/pwm-berlin.c | 229