On 21 January 2016 at 19:44, Simon Glass <s...@chromium.org> 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 <s...@chromium.org> > --- > > Changes in v2: None > > drivers/Kconfig | 2 ++ > drivers/pwm/Kconfig | 10 +++++++++ > drivers/pwm/Makefile | 1 + > drivers/pwm/pwm-uclass.c | 36 ++++++++++++++++++++++++++++++++ > include/dm/uclass-id.h | 1 + > include/pwm.h | 53 > ++++++++++++++++++++++++++++++++++++++++++++++++ > 6 files changed, 103 insertions(+) > create mode 100644 drivers/pwm/Kconfig > create mode 100644 drivers/pwm/pwm-uclass.c
Applied to u-boot-rockchip. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot