public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: imx28-apf28dev: fix user button polarity
@ 2015-03-11 15:06 Gwenhael Goavec-Merou
  2015-03-11 15:06 ` [PATCH 2/2] ARM: dts: imx28-apf28dev: add wakeup function to user button Gwenhael Goavec-Merou
  2015-03-23 10:40 ` [PATCH 1/2] ARM: dts: imx28-apf28dev: fix user button polarity gwenhael.goavec
  0 siblings, 2 replies; 4+ messages in thread
From: Gwenhael Goavec-Merou @ 2015-03-11 15:06 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
---
 arch/arm/boot/dts/imx28-apf28dev.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx28-apf28dev.dts b/arch/arm/boot/dts/imx28-apf28dev.dts
index 81e5f75..1e72b0d 100644
--- a/arch/arm/boot/dts/imx28-apf28dev.dts
+++ b/arch/arm/boot/dts/imx28-apf28dev.dts
@@ -223,7 +223,7 @@
 
 		user-button {
 			label = "User button";
-			gpios = <&gpio0 17 0>;
+			gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
 			linux,code = <0x100>;
 		};
 	};
-- 
2.0.5

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

* [PATCH 2/2] ARM: dts: imx28-apf28dev: add wakeup function to user button
  2015-03-11 15:06 [PATCH 1/2] ARM: dts: imx28-apf28dev: fix user button polarity Gwenhael Goavec-Merou
@ 2015-03-11 15:06 ` Gwenhael Goavec-Merou
  2015-03-23 10:40 ` [PATCH 1/2] ARM: dts: imx28-apf28dev: fix user button polarity gwenhael.goavec
  1 sibling, 0 replies; 4+ messages in thread
From: Gwenhael Goavec-Merou @ 2015-03-11 15:06 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
---
 arch/arm/boot/dts/imx28-apf28dev.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/imx28-apf28dev.dts b/arch/arm/boot/dts/imx28-apf28dev.dts
index 1e72b0d..7ac4f1a 100644
--- a/arch/arm/boot/dts/imx28-apf28dev.dts
+++ b/arch/arm/boot/dts/imx28-apf28dev.dts
@@ -225,6 +225,7 @@
 			label = "User button";
 			gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
 			linux,code = <0x100>;
+			gpio-key,wakeup;
 		};
 	};
 };
-- 
2.0.5

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

* [PATCH 1/2] ARM: dts: imx28-apf28dev: fix user button polarity
  2015-03-11 15:06 [PATCH 1/2] ARM: dts: imx28-apf28dev: fix user button polarity Gwenhael Goavec-Merou
  2015-03-11 15:06 ` [PATCH 2/2] ARM: dts: imx28-apf28dev: add wakeup function to user button Gwenhael Goavec-Merou
@ 2015-03-23 10:40 ` gwenhael.goavec
  2015-03-23 13:24   ` Shawn Guo
  1 sibling, 1 reply; 4+ messages in thread
From: gwenhael.goavec @ 2015-03-23 10:40 UTC (permalink / raw)
  To: linux-arm-kernel

ping?

On Wed, 11 Mar 2015 16:06:00 +0100
Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> wrote:

> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
> ---
>  arch/arm/boot/dts/imx28-apf28dev.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imx28-apf28dev.dts b/arch/arm/boot/dts/imx28-apf28dev.dts
> index 81e5f75..1e72b0d 100644
> --- a/arch/arm/boot/dts/imx28-apf28dev.dts
> +++ b/arch/arm/boot/dts/imx28-apf28dev.dts
> @@ -223,7 +223,7 @@
>  
>  		user-button {
>  			label = "User button";
> -			gpios = <&gpio0 17 0>;
> +			gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
>  			linux,code = <0x100>;
>  		};
>  	};
> -- 
> 2.0.5
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

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

* [PATCH 1/2] ARM: dts: imx28-apf28dev: fix user button polarity
  2015-03-23 10:40 ` [PATCH 1/2] ARM: dts: imx28-apf28dev: fix user button polarity gwenhael.goavec
@ 2015-03-23 13:24   ` Shawn Guo
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2015-03-23 13:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 23, 2015 at 11:40:29AM +0100, gwenhael.goavec wrote:
> ping?

I applied both patches last week, but forgot replying to let you know.
Sorry.

Shawn

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

end of thread, other threads:[~2015-03-23 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-11 15:06 [PATCH 1/2] ARM: dts: imx28-apf28dev: fix user button polarity Gwenhael Goavec-Merou
2015-03-11 15:06 ` [PATCH 2/2] ARM: dts: imx28-apf28dev: add wakeup function to user button Gwenhael Goavec-Merou
2015-03-23 10:40 ` [PATCH 1/2] ARM: dts: imx28-apf28dev: fix user button polarity gwenhael.goavec
2015-03-23 13:24   ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox