linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [patch] ARM: Kirkwood: Fix iconnect leds
@ 2012-08-05 20:35 Arnaud Patard (Rtp)
  2012-08-13 14:33 ` Andrew Lunn
  2012-08-14 19:40 ` Jason Cooper
  0 siblings, 2 replies; 3+ messages in thread
From: Arnaud Patard (Rtp) @ 2012-08-05 20:35 UTC (permalink / raw)
  To: linux-arm-kernel

An embedded and charset-unspecified text was scrubbed...
Name: iconnect-fix-leds.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120805/ff41c7b2/attachment.ksh>

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

* [patch] ARM: Kirkwood: Fix iconnect leds
  2012-08-05 20:35 [patch] ARM: Kirkwood: Fix iconnect leds Arnaud Patard (Rtp)
@ 2012-08-13 14:33 ` Andrew Lunn
  2012-08-14 19:40 ` Jason Cooper
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2012-08-13 14:33 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Aug 05, 2012 at 10:35:56PM +0200, Arnaud Patard wrote:
> While converting, a led has been missed leading to wrong power blue led
> definition. Add it back and fix the gpio used on the power blue led.

Acked-by: Andrew Lunn <andrew@lunn.ch>

Jason, please channel this towards t3.6-rc2

       Andrew

> 
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
> Index: alunn/arch/arm/boot/dts/kirkwood-iconnect.dts
> ===================================================================
> --- alunn.orig/arch/arm/boot/dts/kirkwood-iconnect.dts	2012-07-20 09:14:45.000000000 +0200
> +++ alunn/arch/arm/boot/dts/kirkwood-iconnect.dts	2012-07-25 23:46:51.039862074 +0200
> @@ -41,9 +41,13 @@
>  		};
>  		power-blue {
>  			label = "power:blue";
> -			gpios = <&gpio1 11 0>;
> +			gpios = <&gpio1 10 0>;
>  			linux,default-trigger = "timer";
>  		};
> +		power-red {
> +			label = "power:red";
> +			gpios = <&gpio1 11 0>;
> +		};
>  		usb1 {
>  			label = "usb1:blue";
>  			gpios = <&gpio1 12 0>;
> 
> 

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

* [patch] ARM: Kirkwood: Fix iconnect leds
  2012-08-05 20:35 [patch] ARM: Kirkwood: Fix iconnect leds Arnaud Patard (Rtp)
  2012-08-13 14:33 ` Andrew Lunn
@ 2012-08-14 19:40 ` Jason Cooper
  1 sibling, 0 replies; 3+ messages in thread
From: Jason Cooper @ 2012-08-14 19:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Aug 05, 2012 at 10:35:56PM +0200, Arnaud Patard wrote:
> While converting, a led has been missed leading to wrong power blue led
> definition. Add it back and fix the gpio used on the power blue led.
> 
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>

added Acked-By: from Andrew Lunn and applied to:

git://git.infradead.org/users/jcooper/linux.git fixes-for-v3.6

thx,

Jason.

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

end of thread, other threads:[~2012-08-14 19:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-05 20:35 [patch] ARM: Kirkwood: Fix iconnect leds Arnaud Patard (Rtp)
2012-08-13 14:33 ` Andrew Lunn
2012-08-14 19:40 ` Jason Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).