Re: [U-Boot] [PATCH v2 06/37] dm: pwm: Add a PWM uclass

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:44, Simon Glass wrote: > Add a uclass that supports Pulse Width Modulation (PWM) devices. It > provides methods to enable/disable and configure the device. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > >

[U-Boot] [PATCH v2 06/37] dm: pwm: Add a PWM uclass

2016-01-21 Thread Simon Glass
Add a uclass that supports Pulse Width Modulation (PWM) devices. It provides methods to enable/disable and configure the device. Signed-off-by: Simon Glass --- Changes in v2: None drivers/Kconfig | 2 ++ drivers/pwm/Kconfig | 10 +