[PATCH v2 2/7] pwm: add support for atmel-hlcdc-pwm device

2014-07-04 Thread Boris BREZILLON
On Sun, 15 Jun 2014 11:11:04 +0200 Jean-Jacques Hiblot wrote: > > > > +config PWM_ATMEL_HLCDC_PWM > > + tristate "Atmel HLCDC PWM support" > > + depends on MFD_ATMEL_HLCDC > I'd personnaly prefer a 'select' instead of 'depends on' here. Or maybe > the MFD driver should enabled y defaut

[PATCH v2 2/7] pwm: add support for atmel-hlcdc-pwm device

2014-06-15 Thread Boris BREZILLON
Hello JJ, On 15/06/2014 11:11, Jean-Jacques Hiblot wrote: > > On 06/09/2014 06:04 PM, Boris BREZILLON wrote: >> The HLCDC IP available in some Atmel SoCs (i.e. sam9x5i.e. at91sam9n12, >> at91sam9x5 family or sama5d3 family) provide a PWM device. >> >> This driver add support for this PWM device.

[PATCH v2 2/7] pwm: add support for atmel-hlcdc-pwm device

2014-06-15 Thread Jean-Jacques Hiblot
On 06/09/2014 06:04 PM, Boris BREZILLON wrote: > The HLCDC IP available in some Atmel SoCs (i.e. sam9x5i.e. at91sam9n12, > at91sam9x5 family or sama5d3 family) provide a PWM device. > > This driver add support for this PWM device. > > Signed-off-by: Boris BREZILLON > --- >

[PATCH v2 2/7] pwm: add support for atmel-hlcdc-pwm device

2014-06-13 Thread Boris BREZILLON
Hello Alexandre, On 13/06/2014 13:43, Alexandre Belloni wrote: > On 09/06/2014 at 18:04:15 +0200, Boris Brezillon wrote : >> The HLCDC IP available in some Atmel SoCs (i.e. sam9x5i.e. at91sam9n12, >> at91sam9x5 family or sama5d3 family) provide a PWM device. >> >> This driver add support for this

[PATCH v2 2/7] pwm: add support for atmel-hlcdc-pwm device

2014-06-13 Thread Alexandre Belloni
On 09/06/2014 at 18:04:15 +0200, Boris Brezillon wrote : > The HLCDC IP available in some Atmel SoCs (i.e. sam9x5i.e. at91sam9n12, > at91sam9x5 family or sama5d3 family) provide a PWM device. > > This driver add support for this PWM device. > > Signed-off-by: Boris BREZILLON > --- >

[PATCH v2 2/7] pwm: add support for atmel-hlcdc-pwm device

2014-06-09 Thread Boris BREZILLON
The HLCDC IP available in some Atmel SoCs (i.e. sam9x5i.e. at91sam9n12, at91sam9x5 family or sama5d3 family) provide a PWM device. This driver add support for this PWM device. Signed-off-by: Boris BREZILLON --- .../devicetree/bindings/pwm/atmel-hlcdc-pwm.txt| 40 drivers/pwm/Kconfig