From: Thierry Reding <thierry.reding@gmail.com>
To: Xiubo Li <Li.Xiubo@freescale.com>
Cc: linux-pwm@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCHv10 0/4] Add Freescale FTM PWM support
Date: Tue, 18 Mar 2014 20:44:58 +0100 [thread overview]
Message-ID: <20140318194457.GA5917@mithrandir> (raw)
In-Reply-To: <1393493992-26073-1-git-send-email-Li.Xiubo@freescale.com>
[-- Attachment #1: Type: text/plain, Size: 1136 bytes --]
On Thu, Feb 27, 2014 at 05:39:48PM +0800, Xiubo Li wrote:
> Changed in V10:
> Fix some bugs and adjust the code from Thierry's comments.
>
>
> Xiubo Li (4):
> pwm: Add Freescale FTM PWM driver support
> ARM: dts: vf610: Add Freescale FTM PWM node.
> ARM: dts: vf610-twr: Enables FTM PWM device.
> Documentation: Add device tree bindings for Freescale FTM PWM.
>
> .../devicetree/bindings/pwm/pwm-fsl-ftm.txt | 35 ++
> arch/arm/boot/dts/vf610-twr.dts | 6 +
> arch/arm/boot/dts/vf610.dtsi | 13 +
> drivers/pwm/Kconfig | 10 +
> drivers/pwm/Makefile | 1 +
> drivers/pwm/pwm-fsl-ftm.c | 496 +++++++++++++++++++++
> 6 files changed, 561 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pwm/pwm-fsl-ftm.txt
> create mode 100644 drivers/pwm/pwm-fsl-ftm.c
I've applied patches 1 and 4 to the PWM tree, with some minor cosmetic
fixups that I thought didn't warrant these patches to go through yet
another revision. =)
Thanks,
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2014-03-18 19:45 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-27 9:39 [PATCHv10 0/4] Add Freescale FTM PWM support Xiubo Li
2014-02-27 9:39 ` Xiubo Li
2014-02-27 9:39 ` [PATCHv10 1/4] pwm: Add Freescale FTM PWM driver support Xiubo Li
2014-02-27 9:39 ` Xiubo Li
2014-02-27 9:39 ` [PATCHv10 2/4] ARM: dts: vf610: Add Freescale FTM PWM node Xiubo Li
2014-02-27 9:39 ` Xiubo Li
2014-02-27 9:39 ` [PATCHv10 3/4] ARM: dts: vf610-twr: Enables FTM PWM device Xiubo Li
2014-02-27 9:39 ` Xiubo Li
2014-02-27 9:39 ` [PATCHv10 4/4] Documentation: Add device tree bindings for Freescale FTM PWM Xiubo Li
2014-02-27 9:39 ` Xiubo Li
2014-03-18 19:44 ` Thierry Reding [this message]
2014-03-19 6:07 ` [PATCHv10 0/4] Add Freescale FTM PWM support Li.Xiubo
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=20140318194457.GA5917@mithrandir \
--to=thierry.reding@gmail.com \
--cc=Li.Xiubo@freescale.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.