]> git.sur5r.net Git - u-boot/commit
dm: pwm: Add a PWM uclass
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 02:44:54 +0000 (19:44 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 03:42:36 +0000 (20:42 -0700)
commitfc760cb8c4cc16061079fb45e2e0bad11e5acedc
treed796c4f0ae64c7d5d32b26f4fdcd9a145be5f52f
parentd4bf91ada110aeb26f844cbe95cdb9b1ddb87f19
dm: pwm: Add a PWM uclass

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>
drivers/Kconfig
drivers/pwm/Kconfig [new file with mode: 0644]
drivers/pwm/Makefile
drivers/pwm/pwm-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/pwm.h