All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: apf28dev: Add touchscreen support for APF28dev
@ 2013-05-17  5:13 Gwenhael Goavec-Merou
  2013-05-17  5:13 ` [PATCH] ARM: imx: apf51: add nfc support Gwenhael Goavec-Merou
  2013-05-18  1:07 ` [PATCH] ARM: dts: apf28dev: Add touchscreen support for APF28dev Shawn Guo
  0 siblings, 2 replies; 5+ messages in thread
From: Gwenhael Goavec-Merou @ 2013-05-17  5:13 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 3d905d1..b602494 100644
--- a/arch/arm/boot/dts/imx28-apf28dev.dts
+++ b/arch/arm/boot/dts/imx28-apf28dev.dts
@@ -103,6 +103,7 @@
 
 		apbx at 80040000 {
 			lradc at 80050000 {
+				fsl,lradc-touchscreen-wires = <4>;
 				status = "okay";
 			};
 
-- 
1.8.1.5

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

* [PATCH] ARM: imx: apf51: add nfc support
  2013-05-17  5:13 [PATCH] ARM: dts: apf28dev: Add touchscreen support for APF28dev Gwenhael Goavec-Merou
@ 2013-05-17  5:13 ` Gwenhael Goavec-Merou
  2013-05-17  8:03   ` Shawn Guo
  2013-05-18  1:07 ` [PATCH] ARM: dts: apf28dev: Add touchscreen support for APF28dev Shawn Guo
  1 sibling, 1 reply; 5+ messages in thread
From: Gwenhael Goavec-Merou @ 2013-05-17  5:13 UTC (permalink / raw)
  To: linux-arm-kernel


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

diff --git a/arch/arm/boot/dts/imx51-apf51.dts b/arch/arm/boot/dts/imx51-apf51.dts
index 2bcf698..8f7f9ac 100644
--- a/arch/arm/boot/dts/imx51-apf51.dts
+++ b/arch/arm/boot/dts/imx51-apf51.dts
@@ -45,6 +45,13 @@
 	status = "okay";
 };
 
+&nfc {
+	nand-bus-width = <8>;
+	nand-ecc-mode = "hw";
+	nand-on-flash-bbt;
+	status = "okay";
+};
+
 &uart3 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_uart3_2>;
-- 
1.8.1.5

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

* [PATCH] ARM: imx: apf51: add nfc support
  2013-05-17  5:13 ` [PATCH] ARM: imx: apf51: add nfc support Gwenhael Goavec-Merou
@ 2013-05-17  8:03   ` Shawn Guo
  2013-05-17  9:06     ` gwenhael.goavec
  0 siblings, 1 reply; 5+ messages in thread
From: Shawn Guo @ 2013-05-17  8:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 17, 2013 at 07:13:42AM +0200, Gwenhael Goavec-Merou wrote:
> 
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>

I already applied the patch [1], so this one can be ignored? 

Shawn

http://thread.gmane.org/gmane.linux.ports.arm.kernel/236989/

> ---
>  arch/arm/boot/dts/imx51-apf51.dts | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx51-apf51.dts b/arch/arm/boot/dts/imx51-apf51.dts
> index 2bcf698..8f7f9ac 100644
> --- a/arch/arm/boot/dts/imx51-apf51.dts
> +++ b/arch/arm/boot/dts/imx51-apf51.dts
> @@ -45,6 +45,13 @@
>  	status = "okay";
>  };
>  
> +&nfc {
> +	nand-bus-width = <8>;
> +	nand-ecc-mode = "hw";
> +	nand-on-flash-bbt;
> +	status = "okay";
> +};
> +
>  &uart3 {
>  	pinctrl-names = "default";
>  	pinctrl-0 = <&pinctrl_uart3_2>;
> -- 
> 1.8.1.5
> 

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

* [PATCH] ARM: imx: apf51: add nfc support
  2013-05-17  8:03   ` Shawn Guo
@ 2013-05-17  9:06     ` gwenhael.goavec
  0 siblings, 0 replies; 5+ messages in thread
From: gwenhael.goavec @ 2013-05-17  9:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, 17 May 2013 16:03:14 +0800
Shawn Guo <shawn.guo@linaro.org> wrote:

> On Fri, May 17, 2013 at 07:13:42AM +0200, Gwenhael Goavec-Merou wrote:
> > 
> > Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
> 
> I already applied the patch [1], so this one can be ignored? 
> 
Yes,
It's a wrong manip.

Sorry.

Gwen

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

* [PATCH] ARM: dts: apf28dev: Add touchscreen support for APF28dev
  2013-05-17  5:13 [PATCH] ARM: dts: apf28dev: Add touchscreen support for APF28dev Gwenhael Goavec-Merou
  2013-05-17  5:13 ` [PATCH] ARM: imx: apf51: add nfc support Gwenhael Goavec-Merou
@ 2013-05-18  1:07 ` Shawn Guo
  1 sibling, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2013-05-18  1:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 17, 2013 at 07:13:41AM +0200, Gwenhael Goavec-Merou wrote:
> 
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>

Applied, thanks.

> ---
>  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 3d905d1..b602494 100644
> --- a/arch/arm/boot/dts/imx28-apf28dev.dts
> +++ b/arch/arm/boot/dts/imx28-apf28dev.dts
> @@ -103,6 +103,7 @@
>  
>  		apbx at 80040000 {
>  			lradc at 80050000 {
> +				fsl,lradc-touchscreen-wires = <4>;
>  				status = "okay";
>  			};
>  
> -- 
> 1.8.1.5
> 

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

end of thread, other threads:[~2013-05-18  1:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-17  5:13 [PATCH] ARM: dts: apf28dev: Add touchscreen support for APF28dev Gwenhael Goavec-Merou
2013-05-17  5:13 ` [PATCH] ARM: imx: apf51: add nfc support Gwenhael Goavec-Merou
2013-05-17  8:03   ` Shawn Guo
2013-05-17  9:06     ` gwenhael.goavec
2013-05-18  1:07 ` [PATCH] ARM: dts: apf28dev: Add touchscreen support for APF28dev Shawn Guo

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.