Messages in this thread |  | | From | "" <> | Subject | RE: [PATCHv9 Resend 0/4] Add Freescale FTM PWM driver | Date | Tue, 25 Feb 2014 02:25:09 +0000 |
| |
Thierry, Ping ? :)
> -----Original Message----- > From: Xiubo Li [mailto:Li.Xiubo@freescale.com] > Sent: Wednesday, February 19, 2014 4:39 PM > To: thierry.reding@gmail.com; linux-pwm@vger.kernel.org > Cc: linux-kernel@vger.kernel.org; Xiubo Li-B47053 > Subject: [PATCHv9 Resend 0/4] Add Freescale FTM PWM driver > > Resend this patch series, just adding the missing and new Reviewed-by and > Acked-by infomation of this patch series. > > > 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 | 34 ++ > 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 | 479 > +++++++++++++++++++++ > 6 files changed, 543 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pwm/pwm-fsl-ftm.txt > create mode 100644 drivers/pwm/pwm-fsl-ftm.c > > -- > 1.8.4 >
|  |