aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data/pwm-renesas-tpu.h
AgeCommit message (Collapse)AuthorFilesLines
2014-05-21pwm: renesas-tpu: remove unused struct tpu_pwm_platform_dataAlexandre Belloni1-16/+0
The struct is not used anymore and the polarity initialization will be done using the PWM lookup table (or device tree). Signed-off-by: Alexandre Belloni <[email protected]> Acked-by: Laurent Pinchart <[email protected]> Acked-by: Simon Horman <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
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]>