All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mvebu: Add DT entry for ReadyNAS 102 to use gpio-poweroff driver
@ 2013-09-29 21:41 Arnaud Ebalard
  2013-09-30 14:13 ` Jason Cooper
  0 siblings, 1 reply; 2+ messages in thread
From: Arnaud Ebalard @ 2013-09-29 21:41 UTC (permalink / raw)
  To: linux-arm-kernel


Without that fix, at the end of the shutdown process, the board is
still powered (led glowing, fan running, ...).

Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
---
HI Jason and Andrew,

This is not per se a fix for a real problem, as the NAS runs
as expected w/o it, it only solves a minor limitation of the
shutdown process so I guess it can be queued for 3.13 if it
is too late.

Additionally, I wonder if I should send another patch to either have
ARCH_MVEBU select POWER_SUPPLY, POWER_RESET and POWER_RESET_GPIO,
or have mvebu_defconfig modified to enable those, or keep things as
they are until there are more users on mvebu.

 arch/arm/boot/dts/armada-370-netgear-rn102.dts | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/armada-370-netgear-rn102.dts b/arch/arm/boot/dts/armada-370-netgear-rn102.dts
index 05e4485..5f7e7ec 100644
--- a/arch/arm/boot/dts/armada-370-netgear-rn102.dts
+++ b/arch/arm/boot/dts/armada-370-netgear-rn102.dts
@@ -57,6 +57,11 @@
 					marvell,pins = "mpp56";
 					marvell,function = "gpio";
 				};
+
+				poweroff: poweroff {
+					marvell,pins = "mpp8";
+					marvell,function = "gpio";
+				};
 			};
 
 			mdio {
@@ -176,4 +181,11 @@
 		};
 	};
 
+	gpio_poweroff {
+		compatible = "gpio-poweroff";
+		pinctrl-0 = <&poweroff>;
+		pinctrl-names = "default";
+		gpios = <&gpio0 8 1>;
+	};
+
 };
-- 
1.8.4.rc3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: mvebu: Add DT entry for ReadyNAS 102 to use gpio-poweroff driver
  2013-09-29 21:41 [PATCH] ARM: mvebu: Add DT entry for ReadyNAS 102 to use gpio-poweroff driver Arnaud Ebalard
@ 2013-09-30 14:13 ` Jason Cooper
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Cooper @ 2013-09-30 14:13 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Sep 29, 2013 at 11:41:43PM +0200, Arnaud Ebalard wrote:
> 
> Without that fix, at the end of the shutdown process, the board is
> still powered (led glowing, fan running, ...).
> 
> Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
> ---
> HI Jason and Andrew,
> 
> This is not per se a fix for a real problem, as the NAS runs
> as expected w/o it, it only solves a minor limitation of the
> shutdown process so I guess it can be queued for 3.13 if it
> is too late.

I consider a server not being able to automatically reboot unattended to
be a regression.  ;-)

> Additionally, I wonder if I should send another patch to either have
> ARCH_MVEBU select POWER_SUPPLY, POWER_RESET and POWER_RESET_GPIO,
> or have mvebu_defconfig modified to enable those, or keep things as
> they are until there are more users on mvebu.

I'm inclined towards select, but I also agree that there's no rush.

>  arch/arm/boot/dts/armada-370-netgear-rn102.dts | 12 ++++++++++++
>  1 file changed, 12 insertions(+)

Applied to mvebu/fixes for v3.12.

thx,

Jason.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-30 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-29 21:41 [PATCH] ARM: mvebu: Add DT entry for ReadyNAS 102 to use gpio-poweroff driver Arnaud Ebalard
2013-09-30 14:13 ` Jason Cooper

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.