
22 Jan
2016
22 Jan
'16
7:38 p.m.
On 21 January 2016 at 19:44, Simon Glass sjg@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 sjg@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.