aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data/pwm-renesas-tpu.h
AgeCommit message (Collapse)AuthorFilesLines
2013-06-21pwm: Add Renesas TPU PWM driverLaurent Pinchart1-0/+16
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 <[email protected]> Signed-off-by: Axel Lin <[email protected]> Tested-by: Simon Horman <[email protected]> Signed-off-by: Thierry Reding <[email protected]>