linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] STMPE PWM driver
@ 2016-02-10  8:54 Linus Walleij
  2016-02-10  8:54 ` [PATCH 1/3] pwm: add DT bindings for the STMPE PWM Linus Walleij
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Linus Walleij @ 2016-02-10  8:54 UTC (permalink / raw)
  To: Thierry Reding, linux-pwm, Lee Jones; +Cc: Linus Walleij

This adds a driver for the STMPE 24xx PWMs and shows how to add it
to the device tree.

If the patches are all right and get ACK from the right maintainers,
I'd like patch 1 and 2 to be merged to the PWM tree while I will take
patch 3 to ARM SoC, it is merely an illustration here.

Linus Walleij (3):
  pwm: add DT bindings for the STMPE PWM
  pwm: add a driver for the STMPE PWM
  ARM: nomadik: add STMPE PWM to the NHK15 device tree

 .../devicetree/bindings/pwm/st,stmpe-pwm.txt       |  18 ++
 arch/arm/boot/dts/ste-nomadik-nhk15.dts            |  24 ++
 drivers/mfd/stmpe.c                                |  37 +++
 drivers/pwm/Kconfig                                |   7 +
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/pwm-stmpe.c                            | 297 +++++++++++++++++++++
 6 files changed, 384 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/st,stmpe-pwm.txt
 create mode 100644 drivers/pwm/pwm-stmpe.c

-- 
2.4.3

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

end of thread, other threads:[~2016-02-12 15:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-10  8:54 [PATCH 0/3] STMPE PWM driver Linus Walleij
2016-02-10  8:54 ` [PATCH 1/3] pwm: add DT bindings for the STMPE PWM Linus Walleij
2016-02-12 15:24   ` Rob Herring
2016-02-10  8:54 ` [PATCH 2/3] pwm: add a driver " Linus Walleij
2016-02-10 16:06   ` Lee Jones
2016-02-10  8:54 ` [PATCH 3/3] ARM: nomadik: add STMPE PWM to the NHK15 device tree Linus Walleij

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