pwm: Add SPEAr PWM chip driver support
authorShiraz Hashim <shiraz.hashim@st.com>
Thu, 25 Oct 2012 04:09:13 +0000 (09:39 +0530)
committerThierry Reding <thierry.reding@avionic-design.de>
Thu, 22 Nov 2012 21:47:03 +0000 (22:47 +0100)
commitce20364bf75b0e91156698eea49f1e8586b212c1
treee6a2506dbb883d704ec1f1f3d3fc1ff62479c75b
parent63e1ed2364050073770c085021377d7764969b85
pwm: Add SPEAr PWM chip driver support

Add support for PWM chips present on SPEAr platforms. These PWM
chips support 4 channel output with programmable duty cycle and
frequency.

More details on these PWM chips can be obtained from relevant
chapter of reference manual, present at following[1] location.

1. http://www.st.com/internet/mcu/product/251211.jsp

Cc: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Vipin Kumar <vipin.kumar@st.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Documentation/devicetree/bindings/pwm/spear-pwm.txt [new file with mode: 0644]
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-spear.c [new file with mode: 0644]
This page took 0.025631 seconds and 5 git commands to generate.