Re: [RESEND PATCH v2 1/4] pwm: Add support for Meson PWM Controller

2016-08-22 Thread Neil Armstrong
Hi Thierry, On 08/20/2016 08:34 PM, Neil Armstrong wrote: > Add support for the PWM controller found in the Amlogic SoCs. > This driver supports the Meson8b and GXBB SoCs. > > Signed-off-by: Neil Armstrong > --- > drivers/pwm/Kconfig | 9 + > drivers/pwm/Makefile

Re: [RESEND PATCH v2 1/4] pwm: Add support for Meson PWM Controller

2016-08-22 Thread Neil Armstrong
Hi Thierry, On 08/20/2016 08:34 PM, Neil Armstrong wrote: > Add support for the PWM controller found in the Amlogic SoCs. > This driver supports the Meson8b and GXBB SoCs. > > Signed-off-by: Neil Armstrong > --- > drivers/pwm/Kconfig | 9 + > drivers/pwm/Makefile| 1 + >

[RESEND PATCH v2 1/4] pwm: Add support for Meson PWM Controller

2016-08-20 Thread Neil Armstrong
Add support for the PWM controller found in the Amlogic SoCs. This driver supports the Meson8b and GXBB SoCs. Signed-off-by: Neil Armstrong --- drivers/pwm/Kconfig | 9 + drivers/pwm/Makefile| 1 + drivers/pwm/pwm-meson.c | 491

[RESEND PATCH v2 1/4] pwm: Add support for Meson PWM Controller

2016-08-20 Thread Neil Armstrong
Add support for the PWM controller found in the Amlogic SoCs. This driver supports the Meson8b and GXBB SoCs. Signed-off-by: Neil Armstrong --- drivers/pwm/Kconfig | 9 + drivers/pwm/Makefile| 1 + drivers/pwm/pwm-meson.c | 491 3

Re: [PATCH v2 1/4] pwm: Add support for Meson PWM Controller

2016-08-16 Thread Neil Armstrong
Hi Martin, On 08/15/2016 06:55 PM, Martin Blumenstingl wrote: > On Sun, Jul 10, 2016 at 11:24 AM, Neil Armstrong [...] >> +static int meson_pwm_calc(struct meson_pwm_chip *chip, >> + struct meson_pwm_channel *pwm_chan, >> + unsigned int

Re: [PATCH v2 1/4] pwm: Add support for Meson PWM Controller

2016-08-16 Thread Neil Armstrong
Hi Martin, On 08/15/2016 06:55 PM, Martin Blumenstingl wrote: > On Sun, Jul 10, 2016 at 11:24 AM, Neil Armstrong [...] >> +static int meson_pwm_calc(struct meson_pwm_chip *chip, >> + struct meson_pwm_channel *pwm_chan, >> + unsigned int

Re: [PATCH v2 1/4] pwm: Add support for Meson PWM Controller

2016-08-15 Thread Martin Blumenstingl
On Sun, Jul 10, 2016 at 11:24 AM, Neil Armstrong wrote: > Add support for the PWM controller found in the Amlogic SoCs. > This driver supports the Meson8b and GXBB SoCs. > > Signed-off-by: Neil Armstrong > --- > drivers/pwm/Kconfig | 9 + >

Re: [PATCH v2 1/4] pwm: Add support for Meson PWM Controller

2016-08-15 Thread Martin Blumenstingl
On Sun, Jul 10, 2016 at 11:24 AM, Neil Armstrong wrote: > Add support for the PWM controller found in the Amlogic SoCs. > This driver supports the Meson8b and GXBB SoCs. > > Signed-off-by: Neil Armstrong > --- > drivers/pwm/Kconfig | 9 + > drivers/pwm/Makefile| 1 + >

[PATCH v2 1/4] pwm: Add support for Meson PWM Controller

2016-07-10 Thread Neil Armstrong
Add support for the PWM controller found in the Amlogic SoCs. This driver supports the Meson8b and GXBB SoCs. Signed-off-by: Neil Armstrong --- drivers/pwm/Kconfig | 9 + drivers/pwm/Makefile| 1 + drivers/pwm/pwm-meson.c | 491

[PATCH v2 1/4] pwm: Add support for Meson PWM Controller

2016-07-10 Thread Neil Armstrong
Add support for the PWM controller found in the Amlogic SoCs. This driver supports the Meson8b and GXBB SoCs. Signed-off-by: Neil Armstrong --- drivers/pwm/Kconfig | 9 + drivers/pwm/Makefile| 1 + drivers/pwm/pwm-meson.c | 491 3