linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Thierry Reding <thierry.reding@gmail.com>,
	linux-pwm@vger.kernel.org, Lee Jones <lee.jones@linaro.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Subject: [PATCH 0/3] STMPE PWM driver
Date: Wed, 10 Feb 2016 09:54:25 +0100	[thread overview]
Message-ID: <1455094468-25521-1-git-send-email-linus.walleij@linaro.org> (raw)

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

             reply	other threads:[~2016-02-10  8:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-10  8:54 Linus Walleij [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455094468-25521-1-git-send-email-linus.walleij@linaro.org \
    --to=linus.walleij@linaro.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=thierry.reding@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).