Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1613255
| From | Gregory CLEMENT <gregory.clement@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 0/4] gpio: mvebu: Add PWM fan support |
| Date | 2017-03-30 18:10 +0200 |
| Message-ID | <tqKO6-mb-19@gated-at.bofh.it> (permalink) |
| References | <tpIOl-4Gg-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Ralph, On lun., mars 27 2017, Ralph Sennhauser <ralph.sennhauser@gmail.com> wrote: [...] > Andrew Lunn (4): > gpio: mvebu: Add limited PWM support > mvebu: xp: Add PWM properties to .dtsi files > ARM: mvebu: Enable SENSORS_PWM_FAN in defconfig > mvebu: wrt1900ac: Use pwm-fan rather than gpio-fan I didn't see any big problem with this 3 patches, I will applied them once the first one will be applied on the gpio tree or at least acked. Thanks, Gregory > > .../devicetree/bindings/gpio/gpio-mvebu.txt | 32 ++ > MAINTAINERS | 2 + > arch/arm/boot/dts/armada-370.dtsi | 16 +- > arch/arm/boot/dts/armada-xp-linksys-mamba.dts | 8 +- > arch/arm/boot/dts/armada-xp-mv78230.dtsi | 14 +- > arch/arm/boot/dts/armada-xp-mv78260.dtsi | 16 +- > arch/arm/boot/dts/armada-xp-mv78460.dtsi | 16 +- > arch/arm/configs/mvebu_v7_defconfig | 2 + > drivers/gpio/gpio-mvebu.c | 324 ++++++++++++++++++++- > 9 files changed, 394 insertions(+), 36 deletions(-) > > -- > 2.10.2 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v4 0/4] gpio: mvebu: Add PWM fan support Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-27 21:50 +0200
[PATCH v4 3/4] ARM: mvebu: Enable SENSORS_PWM_FAN in defconfig Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-27 21:50 +0200
[PATCH v4 4/4] mvebu: wrt1900ac: Use pwm-fan rather than gpio-fan Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-27 21:50 +0200
Re: [PATCH v4 4/4] mvebu: wrt1900ac: Use pwm-fan rather than gpio-fan Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-03-30 18:10 +0200
[PATCH v4 1/4] gpio: mvebu: Add limited PWM support Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-27 21:50 +0200
[PATCH v4 2/4] mvebu: xp: Add PWM properties to .dtsi files Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-27 22:10 +0200
Re: [PATCH v4 2/4] mvebu: xp: Add PWM properties to .dtsi files Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-03-30 17:50 +0200
Re: [PATCH v4 2/4] mvebu: xp: Add PWM properties to .dtsi files Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-30 18:20 +0200
Re: [PATCH v4 0/4] gpio: mvebu: Add PWM fan support Andrew Lunn <andrew@lunn.ch> - 2017-03-28 16:00 +0200
Re: [PATCH v4 0/4] gpio: mvebu: Add PWM fan support Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-03-30 18:10 +0200
csiph-web