From: Thierry Reding <thierry.reding@gmail.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>,
Simon <longsleep@gmail.com>,
Olliver Schinagl <oliver@schinagl.nl>,
linux-pwm@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCHv10 0/2] Add Allwinner SoCs PWM support
Date: Mon, 19 Jan 2015 14:38:56 +0100 [thread overview]
Message-ID: <20150119133855.GB23778@ulmo.nvidia.com> (raw)
In-Reply-To: <1418850940-30835-1-git-send-email-alexandre.belloni@free-electrons.com>
[-- Attachment #1: Type: text/plain, Size: 1402 bytes --]
On Wed, Dec 17, 2014 at 10:15:38PM +0100, Alexandre Belloni wrote:
> Hi,
>
> This patch series adds support for the PWM controller found on the Allwinner
> SoCs.
>
> The first patch adds the driver itself.
> The second patch adds the DT binding documentation
>
> Changes in v8:
> - renamed the driver sun4i as the PWM IP is different in the next sunxi SoCs
> - Took into account comments from Thierry
>
> Changes in v9:
> - moved from using a mutex to a spinlock
>
> Changes in v10:
> - rebased on v3.18
> - corrected the module name in Kconfig
> - Added dependancy on HAS_IOMEM and COMMON_CLK
> - changes clk_rate in sun4i_pwm_config() to be a u64 to avoid unnecessary
> casting
> - removed unnecessary braces
>
> Alexandre Belloni (2):
> pwm: Add Allwinner SoC support
> pwm: sunxi: document OF bindings
>
> .../devicetree/bindings/pwm/pwm-sun4i.txt | 20 ++
> drivers/pwm/Kconfig | 10 +
> drivers/pwm/Makefile | 1 +
> drivers/pwm/pwm-sun4i.c | 366 +++++++++++++++++++++
> 4 files changed, 397 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pwm/pwm-sun4i.txt
> create mode 100644 drivers/pwm/pwm-sun4i.c
I've applied this series. If anyone still wants to offer a Tested-by or
Reviewed-by, hurry up.
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2015-01-19 13:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-17 21:15 [PATCHv10 0/2] Add Allwinner SoCs PWM support Alexandre Belloni
2014-12-17 21:15 ` [PATCHv10 1/2] pwm: Add Allwinner SoC support Alexandre Belloni
2015-01-19 9:21 ` Chen-Yu Tsai
2015-01-19 9:51 ` Olliver Schinagl
2014-12-17 21:15 ` [PATCHv10 2/2] pwm: sunxi: document OF bindings Alexandre Belloni
2015-01-19 13:38 ` Thierry Reding [this message]
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=20150119133855.GB23778@ulmo.nvidia.com \
--to=thierry.reding@gmail.com \
--cc=alexandre.belloni@free-electrons.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=longsleep@gmail.com \
--cc=maxime.ripard@free-electrons.com \
--cc=oliver@schinagl.nl \
/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