]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pwm: Add Renesas TPU PWM driver
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 13 Jun 2013 16:54:44 +0000 (18:54 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Fri, 21 Jun 2013 09:33:28 +0000 (11:33 +0200)
commit99b82abb0a35b07310ea6334257829af168c8e08
treee51f1e41fe8ed6164bee1e7bbd467ba159f624e4
parent76abbdde2d95a3807d0dc6bf9f84d03d0dbd4f3d
pwm: Add Renesas TPU PWM driver

The Timer Pulse Unit (TPU) is a 4-channels 16-bit timer used to generate
waveforms. This driver exposes PWM functions through the PWM API for
other drivers to use.

The code is loosely based on the leds-renesas-tpu driver by Magnus Damm
and the TPU PWM driver shipped in the Armadillo EVA 800 kernel sources.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Tested-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-renesas-tpu.c [new file with mode: 0644]
include/linux/platform_data/pwm-renesas-tpu.h [new file with mode: 0644]