[U-Boot] [PATCH v2 06/37] dm: pwm: Add a PWM uclass
Simon Glass
sjg at chromium.org
Fri Jan 22 19:38:06 CET 2016
On 21 January 2016 at 19:44, Simon Glass <sjg at 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 at 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.
More information about the U-Boot
mailing list