linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] pwm: atmel: TCB pwm driver
@ 2012-12-06 16:45 Boris BREZILLON
  2012-12-06 16:45 ` [PATCH 1/1] pwm: atmel: add Timer Counter Block PWM driver Boris BREZILLON
  0 siblings, 1 reply; 3+ messages in thread
From: Boris BREZILLON @ 2012-12-06 16:45 UTC (permalink / raw)
  To: Thierry Reding, Andrew Victor, Nicolas Ferre,
	Jean-Christophe Plagniol-Villard, Russell King,
	Haavard Skinnemoen, Hans-Christian Egtvedt
  Cc: linux-kernel, linux-arm-kernel, Boris BREZILLON

Hello,

This patch adds support for Timer Counter Block PWM.
TCB PWM chip provides 6 pwm devices.
This PWM devices are grouped by 2 (0/1, 2/3 and 4/5).
The PWM devices in a given group must use the same period_ns value.


Regards,

Boris

--
Boris BREZILLON (1):
  pwm: atmel: add Timer Counter Block PWM driver

 .../devicetree/bindings/pwm/atmel-tcb-pwm.txt      |   15 +
 drivers/pwm/Kconfig                                |    8 +
 drivers/pwm/Makefile                               |    1 +
 drivers/pwm/pwm-atmel-tcb.c                        |  335 ++++++++++++++++++++
 4 files changed, 359 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pwm/atmel-tcb-pwm.txt
 create mode 100644 drivers/pwm/pwm-atmel-tcb.c


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

end of thread, other threads:[~2012-12-13 12:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-06 16:45 [PATCH 0/1] pwm: atmel: TCB pwm driver Boris BREZILLON
2012-12-06 16:45 ` [PATCH 1/1] pwm: atmel: add Timer Counter Block PWM driver Boris BREZILLON
2012-12-13 12:12   ` Jean-Christophe PLAGNIOL-VILLARD

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).