]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pwm: Add support for R-Car PWM Timer
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Wed, 30 Sep 2015 08:47:53 +0000 (17:47 +0900)
committerThierry Reding <thierry.reding@gmail.com>
Tue, 6 Oct 2015 07:40:46 +0000 (09:40 +0200)
commited6c1476bf7f16d5f203ce2893ed04284c3aebd3
treeb971a1ef4ff54a53401faa06f5809a3385dcde9d
parent7260d25145a1485767efc5d4341405bcb5703eab
pwm: Add support for R-Car PWM Timer

This patch adds support for R-Car SoCs PWM Timer. The PWM timer of
R-Car H2 has 7 channels. So, we can use the channels if we describe
device tree nodes.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-rcar.c [new file with mode: 0644]