devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] pwm: Add support for R-Car PWM Timer
@ 2015-05-13  9:27 Yoshihiro Shimoda
  2015-05-13  9:27 ` [PATCH 1/2] pwm: Add device tree binding document " Yoshihiro Shimoda
  2015-05-13  9:27 ` [PATCH 2/2] pwm: Add support " Yoshihiro Shimoda
  0 siblings, 2 replies; 7+ messages in thread
From: Yoshihiro Shimoda @ 2015-05-13  9:27 UTC (permalink / raw)
  To: thierry.reding, robh+dt, pawel.moll, mark.rutland, ijc+devicetree,
	galak
  Cc: linux-pwm, linux-sh, devicetree, Yoshihiro Shimoda

R-Car SoCs have a seven-channel pulse width modulation (PWM) timer.
This driver adds support for the PWM Timer as a single PWM chip and
seven PWM devices.

This patch set is based on the linux-pwm.git / for-next branch.
(commit id = efb0de55b6a2ec15fc424e660601f22ae2fa487a)

Yoshihiro Shimoda (2):
  pwm: Add device tree binding document for R-Car PWM Timer
  pwm: Add support for R-Car PWM Timer

 .../devicetree/bindings/pwm/renesas,pwm-rcar.txt   |  21 ++
 drivers/pwm/Kconfig                                |  11 +
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/pwm-rcar.c                             | 282 +++++++++++++++++++++
 4 files changed, 315 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt
 create mode 100644 drivers/pwm/pwm-rcar.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-05-15  1:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-13  9:27 [PATCH 0/2] pwm: Add support for R-Car PWM Timer Yoshihiro Shimoda
2015-05-13  9:27 ` [PATCH 1/2] pwm: Add device tree binding document " Yoshihiro Shimoda
2015-05-14 15:48   ` Geert Uytterhoeven
2015-05-15  0:41     ` Yoshihiro Shimoda
2015-05-13  9:27 ` [PATCH 2/2] pwm: Add support " Yoshihiro Shimoda
2015-05-14 16:06   ` Geert Uytterhoeven
2015-05-15  1:15     ` Yoshihiro Shimoda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).