pwm: Add NVIDIA Tegra SoC support
authorThierry Reding <thierry.reding@avionic-design.de>
Wed, 21 Dec 2011 06:47:07 +0000 (07:47 +0100)
committerThierry Reding <thierry.reding@avionic-design.de>
Mon, 2 Jul 2012 19:38:57 +0000 (21:38 +0200)
commit0134b932a02f272a3137e8331e38b69eff011587
tree0a0d1719012f2fd26154a3f76f256d67e8f18a28
parent7299ab70e68e20e70cb45fe4ab4b6029fe964acd
pwm: Add NVIDIA Tegra SoC support

This commit adds a generic PWM framework driver for the PWFM controller
found on NVIDIA Tegra SoCs. The driver is based on code from the
Chromium kernel tree and was originally written by Gary King (NVIDIA)
and later modified by Simon Que (Chromium).

Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-tegra.c [new file with mode: 0644]