All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: dts: OMAP3: Updates for Overo
@ 2013-06-11 14:49 ` Florian Vaussard
  0 siblings, 0 replies; 15+ messages in thread
From: Florian Vaussard @ 2013-06-11 14:49 UTC (permalink / raw)
  To: Benoit Cousson
  Cc: Tony Lindgren, Javier Martinez Canillas, linux-omap,
	devicetree-discuss, linux-arm-kernel, Florian Vaussard

Hello,

This series performs several updates to omap3-overo and omap3-tobi.
Patch 1 is necessary to patch 2 for the IRQ constant. The SMSC911X is
largely taken from omap3-igep.

Regards,

Florian

Florian Vaussard (4):
  ARM: dts: OMAP3: Include IRQ header
  ARM: dts: omap3-tobi: Add SMSC911X node
  ARM: dts: omap3-tobi: Correct polarity for GPIO LED
  ARM: dts: omap3-overo: Add default trigger for TWL4030 LED

 arch/arm/boot/dts/omap3-overo.dtsi |    1 +
 arch/arm/boot/dts/omap3-tobi.dts   |   50 +++++++++++++++++++++++++++++++++++-
 arch/arm/boot/dts/omap3.dtsi       |    1 +
 3 files changed, 51 insertions(+), 1 deletions(-)

-- 
1.7.5.4


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

* [PATCH 0/4] ARM: dts: OMAP3: Updates for Overo
@ 2013-06-11 14:49 ` Florian Vaussard
  0 siblings, 0 replies; 15+ messages in thread
From: Florian Vaussard @ 2013-06-11 14:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This series performs several updates to omap3-overo and omap3-tobi.
Patch 1 is necessary to patch 2 for the IRQ constant. The SMSC911X is
largely taken from omap3-igep.

Regards,

Florian

Florian Vaussard (4):
  ARM: dts: OMAP3: Include IRQ header
  ARM: dts: omap3-tobi: Add SMSC911X node
  ARM: dts: omap3-tobi: Correct polarity for GPIO LED
  ARM: dts: omap3-overo: Add default trigger for TWL4030 LED

 arch/arm/boot/dts/omap3-overo.dtsi |    1 +
 arch/arm/boot/dts/omap3-tobi.dts   |   50 +++++++++++++++++++++++++++++++++++-
 arch/arm/boot/dts/omap3.dtsi       |    1 +
 3 files changed, 51 insertions(+), 1 deletions(-)

-- 
1.7.5.4

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

* [PATCH 1/4] ARM: dts: OMAP3: Include IRQ header
  2013-06-11 14:49 ` Florian Vaussard
@ 2013-06-11 14:49   ` Florian Vaussard
  -1 siblings, 0 replies; 15+ messages in thread
From: Florian Vaussard @ 2013-06-11 14:49 UTC (permalink / raw)
  To: Benoit Cousson
  Cc: Tony Lindgren, Javier Martinez Canillas, linux-omap,
	devicetree-discuss, linux-arm-kernel, Florian Vaussard

Some nodes in OMAP3 DTS now use edge or level sensitive interrupts.

Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
---
 arch/arm/boot/dts/omap3.dtsi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
index 6d05ee0..8e1a87f 100644
--- a/arch/arm/boot/dts/omap3.dtsi
+++ b/arch/arm/boot/dts/omap3.dtsi
@@ -9,6 +9,7 @@
  */
 
 #include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/interrupt-controller/irq.h>
 #include <dt-bindings/pinctrl/omap.h>
 
 #include "skeleton.dtsi"
-- 
1.7.5.4


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

* [PATCH 1/4] ARM: dts: OMAP3: Include IRQ header
@ 2013-06-11 14:49   ` Florian Vaussard
  0 siblings, 0 replies; 15+ messages in thread
From: Florian Vaussard @ 2013-06-11 14:49 UTC (permalink / raw)
  To: linux-arm-kernel

Some nodes in OMAP3 DTS now use edge or level sensitive interrupts.

Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
---
 arch/arm/boot/dts/omap3.dtsi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
index 6d05ee0..8e1a87f 100644
--- a/arch/arm/boot/dts/omap3.dtsi
+++ b/arch/arm/boot/dts/omap3.dtsi
@@ -9,6 +9,7 @@
  */
 
 #include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/interrupt-controller/irq.h>
 #include <dt-bindings/pinctrl/omap.h>
 
 #include "skeleton.dtsi"
-- 
1.7.5.4

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

* [PATCH 2/4] ARM: dts: omap3-tobi: Add SMSC911X node
  2013-06-11 14:49 ` Florian Vaussard
  (?)
  (?)
@ 2013-06-11 14:49 ` Florian Vaussard
  2013-06-11 15:35     ` Javier Martinez Canillas
  -1 siblings, 1 reply; 15+ messages in thread
From: Florian Vaussard @ 2013-06-11 14:49 UTC (permalink / raw)
  To: Benoit Cousson
  Cc: Tony Lindgren, Javier Martinez Canillas, linux-omap,
	devicetree-discuss, linux-arm-kernel, Florian Vaussard

The Tobi expansion boards embeds a SMSC LAN8700 PHY. Add the
corresponding node into the DT. The regulators are not designed
to be turned off.

Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
---
 arch/arm/boot/dts/omap3-tobi.dts |   48 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-tobi.dts b/arch/arm/boot/dts/omap3-tobi.dts
index c7eebbf..dea726f 100644
--- a/arch/arm/boot/dts/omap3-tobi.dts
+++ b/arch/arm/boot/dts/omap3-tobi.dts
@@ -24,6 +24,54 @@
 			linux,default-trigger = "heartbeat";
 		};
 	};
+
+	vddvario: regulator-vddvario {
+		  compatible = "regulator-fixed";
+		  regulator-name = "vddvario";
+		  regulator-always-on;
+	};
+
+	vdd33a: regulator-vdd33a {
+		compatible = "regulator-fixed";
+		regulator-name = "vdd33a";
+		regulator-always-on;
+	};
+};
+
+&gpmc {
+	ranges = <5 0 0x2c000000 0x1000000>;	/* CS5 */
+
+	ethernet@5,0 {
+		compatible = "smsc,lan9221", "smsc,lan9115";
+		reg = <5 0 0xff>;
+		bank-width = <2>;
+
+		gpmc,mux-add-data;
+		gpmc,cs-on-ns = <0>;
+		gpmc,cs-rd-off-ns = <42>;
+		gpmc,cs-wr-off-ns = <36>;
+		gpmc,adv-on-ns = <6>;
+		gpmc,adv-rd-off-ns = <12>;
+		gpmc,adv-wr-off-ns = <12>;
+		gpmc,oe-on-ns = <0>;
+		gpmc,oe-off-ns = <42>;
+		gpmc,we-on-ns = <0>;
+		gpmc,we-off-ns = <36>;
+		gpmc,rd-cycle-ns = <60>;
+		gpmc,wr-cycle-ns = <54>;
+		gpmc,access-ns = <36>;
+		gpmc,page-burst-access-ns = <0>;
+		gpmc,bus-turnaround-ns = <0>;
+		gpmc,cycle2cycle-delay-ns = <0>;
+		gpmc,wr-data-mux-bus-ns = <18>;
+		gpmc,wr-access-ns = <42>;
+		gpmc,cycle2cycle-samecsen;
+		gpmc,cycle2cycle-diffcsen;
+
+		interrupt-parent = <&gpio6>;
+		interrupts = <16 IRQ_TYPE_LEVEL_LOW>;	/* GPIO 176*/
+		reg-io-width = <4>;
+	};
 };
 
 &i2c3 {
-- 
1.7.5.4


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

* [PATCH 3/4] ARM: dts: omap3-tobi: Correct polarity for GPIO LED
  2013-06-11 14:49 ` Florian Vaussard
@ 2013-06-11 14:49   ` Florian Vaussard
  -1 siblings, 0 replies; 15+ messages in thread
From: Florian Vaussard @ 2013-06-11 14:49 UTC (permalink / raw)
  To: Benoit Cousson
  Cc: Tony Lindgren, Javier Martinez Canillas, linux-omap,
	devicetree-discuss, linux-arm-kernel, Florian Vaussard

The LED is active low, not active high.

Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
---
 arch/arm/boot/dts/omap3-tobi.dts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-tobi.dts b/arch/arm/boot/dts/omap3-tobi.dts
index dea726f..1458591 100644
--- a/arch/arm/boot/dts/omap3-tobi.dts
+++ b/arch/arm/boot/dts/omap3-tobi.dts
@@ -20,7 +20,7 @@
 		compatible = "gpio-leds";
 		heartbeat {
 			label = "overo:red:gpio21";
-			gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
+			gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
 			linux,default-trigger = "heartbeat";
 		};
 	};
-- 
1.7.5.4


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

* [PATCH 3/4] ARM: dts: omap3-tobi: Correct polarity for GPIO LED
@ 2013-06-11 14:49   ` Florian Vaussard
  0 siblings, 0 replies; 15+ messages in thread
From: Florian Vaussard @ 2013-06-11 14:49 UTC (permalink / raw)
  To: linux-arm-kernel

The LED is active low, not active high.

Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
---
 arch/arm/boot/dts/omap3-tobi.dts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-tobi.dts b/arch/arm/boot/dts/omap3-tobi.dts
index dea726f..1458591 100644
--- a/arch/arm/boot/dts/omap3-tobi.dts
+++ b/arch/arm/boot/dts/omap3-tobi.dts
@@ -20,7 +20,7 @@
 		compatible = "gpio-leds";
 		heartbeat {
 			label = "overo:red:gpio21";
-			gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
+			gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
 			linux,default-trigger = "heartbeat";
 		};
 	};
-- 
1.7.5.4

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

* [PATCH 4/4] ARM: dts: omap3-overo: Add default trigger for TWL4030 LED
  2013-06-11 14:49 ` Florian Vaussard
@ 2013-06-11 14:49   ` Florian Vaussard
  -1 siblings, 0 replies; 15+ messages in thread
From: Florian Vaussard @ 2013-06-11 14:49 UTC (permalink / raw)
  To: Benoit Cousson
  Cc: Tony Lindgren, Javier Martinez Canillas, linux-omap,
	devicetree-discuss, linux-arm-kernel, Florian Vaussard

Commit c971ff1 'leds: leds-pwm: Defer led_pwm_set() if PWM can sleep'
fixed a crash when using a trigger with a pwm-led provided by an
external chip. Now it is safe to add the default trigger according
to board-overo.c.

Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
---
 arch/arm/boot/dts/omap3-overo.dtsi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-overo.dtsi b/arch/arm/boot/dts/omap3-overo.dtsi
index e112a42..0bcc284 100644
--- a/arch/arm/boot/dts/omap3-overo.dtsi
+++ b/arch/arm/boot/dts/omap3-overo.dtsi
@@ -21,6 +21,7 @@
 			label = "overo:blue:COM";
 			pwms = <&twl_pwmled 1 7812500>;
 			max-brightness = <127>;
+			linux,default-trigger = "mmc0";
 		};
 	};
 
-- 
1.7.5.4


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

* [PATCH 4/4] ARM: dts: omap3-overo: Add default trigger for TWL4030 LED
@ 2013-06-11 14:49   ` Florian Vaussard
  0 siblings, 0 replies; 15+ messages in thread
From: Florian Vaussard @ 2013-06-11 14:49 UTC (permalink / raw)
  To: linux-arm-kernel

Commit c971ff1 'leds: leds-pwm: Defer led_pwm_set() if PWM can sleep'
fixed a crash when using a trigger with a pwm-led provided by an
external chip. Now it is safe to add the default trigger according
to board-overo.c.

Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
---
 arch/arm/boot/dts/omap3-overo.dtsi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-overo.dtsi b/arch/arm/boot/dts/omap3-overo.dtsi
index e112a42..0bcc284 100644
--- a/arch/arm/boot/dts/omap3-overo.dtsi
+++ b/arch/arm/boot/dts/omap3-overo.dtsi
@@ -21,6 +21,7 @@
 			label = "overo:blue:COM";
 			pwms = <&twl_pwmled 1 7812500>;
 			max-brightness = <127>;
+			linux,default-trigger = "mmc0";
 		};
 	};
 
-- 
1.7.5.4

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

* Re: [PATCH 2/4] ARM: dts: omap3-tobi: Add SMSC911X node
  2013-06-11 14:49 ` [PATCH 2/4] ARM: dts: omap3-tobi: Add SMSC911X node Florian Vaussard
@ 2013-06-11 15:35     ` Javier Martinez Canillas
  0 siblings, 0 replies; 15+ messages in thread
From: Javier Martinez Canillas @ 2013-06-11 15:35 UTC (permalink / raw)
  To: Florian Vaussard
  Cc: Benoit Cousson, Tony Lindgren, linux-omap, devicetree-discuss,
	linux-arm-kernel

On 06/11/2013 04:49 PM, Florian Vaussard wrote:
> The Tobi expansion boards embeds a SMSC LAN8700 PHY. Add the
> corresponding node into the DT. The regulators are not designed
> to be turned off.
> 
> Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
> ---
>  arch/arm/boot/dts/omap3-tobi.dts |   48 ++++++++++++++++++++++++++++++++++++++
>  1 files changed, 48 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/omap3-tobi.dts b/arch/arm/boot/dts/omap3-tobi.dts
> index c7eebbf..dea726f 100644
> --- a/arch/arm/boot/dts/omap3-tobi.dts
> +++ b/arch/arm/boot/dts/omap3-tobi.dts
> @@ -24,6 +24,54 @@
>  			linux,default-trigger = "heartbeat";
>  		};
>  	};
> +
> +	vddvario: regulator-vddvario {
> +		  compatible = "regulator-fixed";
> +		  regulator-name = "vddvario";
> +		  regulator-always-on;
> +	};
> +
> +	vdd33a: regulator-vdd33a {
> +		compatible = "regulator-fixed";
> +		regulator-name = "vdd33a";
> +		regulator-always-on;
> +	};
> +};
> +
> +&gpmc {
> +	ranges = <5 0 0x2c000000 0x1000000>;	/* CS5 */
> +
> +	ethernet@5,0 {
> +		compatible = "smsc,lan9221", "smsc,lan9115";
> +		reg = <5 0 0xff>;
> +		bank-width = <2>;
> +
> +		gpmc,mux-add-data;
> +		gpmc,cs-on-ns = <0>;
> +		gpmc,cs-rd-off-ns = <42>;
> +		gpmc,cs-wr-off-ns = <36>;
> +		gpmc,adv-on-ns = <6>;
> +		gpmc,adv-rd-off-ns = <12>;
> +		gpmc,adv-wr-off-ns = <12>;
> +		gpmc,oe-on-ns = <0>;
> +		gpmc,oe-off-ns = <42>;
> +		gpmc,we-on-ns = <0>;
> +		gpmc,we-off-ns = <36>;
> +		gpmc,rd-cycle-ns = <60>;
> +		gpmc,wr-cycle-ns = <54>;
> +		gpmc,access-ns = <36>;
> +		gpmc,page-burst-access-ns = <0>;
> +		gpmc,bus-turnaround-ns = <0>;
> +		gpmc,cycle2cycle-delay-ns = <0>;
> +		gpmc,wr-data-mux-bus-ns = <18>;
> +		gpmc,wr-access-ns = <42>;
> +		gpmc,cycle2cycle-samecsen;
> +		gpmc,cycle2cycle-diffcsen;
> +
> +		interrupt-parent = <&gpio6>;
> +		interrupts = <16 IRQ_TYPE_LEVEL_LOW>;	/* GPIO 176*/
> +		reg-io-width = <4>;
> +	};
>  };
>  
>  &i2c3 {
> 

Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>

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

* [PATCH 2/4] ARM: dts: omap3-tobi: Add SMSC911X node
@ 2013-06-11 15:35     ` Javier Martinez Canillas
  0 siblings, 0 replies; 15+ messages in thread
From: Javier Martinez Canillas @ 2013-06-11 15:35 UTC (permalink / raw)
  To: linux-arm-kernel

On 06/11/2013 04:49 PM, Florian Vaussard wrote:
> The Tobi expansion boards embeds a SMSC LAN8700 PHY. Add the
> corresponding node into the DT. The regulators are not designed
> to be turned off.
> 
> Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
> ---
>  arch/arm/boot/dts/omap3-tobi.dts |   48 ++++++++++++++++++++++++++++++++++++++
>  1 files changed, 48 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/omap3-tobi.dts b/arch/arm/boot/dts/omap3-tobi.dts
> index c7eebbf..dea726f 100644
> --- a/arch/arm/boot/dts/omap3-tobi.dts
> +++ b/arch/arm/boot/dts/omap3-tobi.dts
> @@ -24,6 +24,54 @@
>  			linux,default-trigger = "heartbeat";
>  		};
>  	};
> +
> +	vddvario: regulator-vddvario {
> +		  compatible = "regulator-fixed";
> +		  regulator-name = "vddvario";
> +		  regulator-always-on;
> +	};
> +
> +	vdd33a: regulator-vdd33a {
> +		compatible = "regulator-fixed";
> +		regulator-name = "vdd33a";
> +		regulator-always-on;
> +	};
> +};
> +
> +&gpmc {
> +	ranges = <5 0 0x2c000000 0x1000000>;	/* CS5 */
> +
> +	ethernet at 5,0 {
> +		compatible = "smsc,lan9221", "smsc,lan9115";
> +		reg = <5 0 0xff>;
> +		bank-width = <2>;
> +
> +		gpmc,mux-add-data;
> +		gpmc,cs-on-ns = <0>;
> +		gpmc,cs-rd-off-ns = <42>;
> +		gpmc,cs-wr-off-ns = <36>;
> +		gpmc,adv-on-ns = <6>;
> +		gpmc,adv-rd-off-ns = <12>;
> +		gpmc,adv-wr-off-ns = <12>;
> +		gpmc,oe-on-ns = <0>;
> +		gpmc,oe-off-ns = <42>;
> +		gpmc,we-on-ns = <0>;
> +		gpmc,we-off-ns = <36>;
> +		gpmc,rd-cycle-ns = <60>;
> +		gpmc,wr-cycle-ns = <54>;
> +		gpmc,access-ns = <36>;
> +		gpmc,page-burst-access-ns = <0>;
> +		gpmc,bus-turnaround-ns = <0>;
> +		gpmc,cycle2cycle-delay-ns = <0>;
> +		gpmc,wr-data-mux-bus-ns = <18>;
> +		gpmc,wr-access-ns = <42>;
> +		gpmc,cycle2cycle-samecsen;
> +		gpmc,cycle2cycle-diffcsen;
> +
> +		interrupt-parent = <&gpio6>;
> +		interrupts = <16 IRQ_TYPE_LEVEL_LOW>;	/* GPIO 176*/
> +		reg-io-width = <4>;
> +	};
>  };
>  
>  &i2c3 {
> 

Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>

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

* Re: [PATCH 0/4] ARM: dts: OMAP3: Updates for Overo
  2013-06-11 14:49 ` Florian Vaussard
@ 2013-06-19  9:29   ` Florian Vaussard
  -1 siblings, 0 replies; 15+ messages in thread
From: Florian Vaussard @ 2013-06-19  9:29 UTC (permalink / raw)
  To: Florian Vaussard
  Cc: Benoit Cousson, Tony Lindgren, Javier Martinez Canillas,
	linux-omap, devicetree-discuss, linux-arm-kernel

Hello Benoit,

Any comments on this series?

Regards,
Florian

On 06/11/2013 04:49 PM, Florian Vaussard wrote:
> Hello,
>
> This series performs several updates to omap3-overo and omap3-tobi.
> Patch 1 is necessary to patch 2 for the IRQ constant. The SMSC911X is
> largely taken from omap3-igep.
>
> Regards,
>
> Florian
>
> Florian Vaussard (4):
>    ARM: dts: OMAP3: Include IRQ header
>    ARM: dts: omap3-tobi: Add SMSC911X node
>    ARM: dts: omap3-tobi: Correct polarity for GPIO LED
>    ARM: dts: omap3-overo: Add default trigger for TWL4030 LED
>
>   arch/arm/boot/dts/omap3-overo.dtsi |    1 +
>   arch/arm/boot/dts/omap3-tobi.dts   |   50 +++++++++++++++++++++++++++++++++++-
>   arch/arm/boot/dts/omap3.dtsi       |    1 +
>   3 files changed, 51 insertions(+), 1 deletions(-)
>

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

* [PATCH 0/4] ARM: dts: OMAP3: Updates for Overo
@ 2013-06-19  9:29   ` Florian Vaussard
  0 siblings, 0 replies; 15+ messages in thread
From: Florian Vaussard @ 2013-06-19  9:29 UTC (permalink / raw)
  To: linux-arm-kernel

Hello Benoit,

Any comments on this series?

Regards,
Florian

On 06/11/2013 04:49 PM, Florian Vaussard wrote:
> Hello,
>
> This series performs several updates to omap3-overo and omap3-tobi.
> Patch 1 is necessary to patch 2 for the IRQ constant. The SMSC911X is
> largely taken from omap3-igep.
>
> Regards,
>
> Florian
>
> Florian Vaussard (4):
>    ARM: dts: OMAP3: Include IRQ header
>    ARM: dts: omap3-tobi: Add SMSC911X node
>    ARM: dts: omap3-tobi: Correct polarity for GPIO LED
>    ARM: dts: omap3-overo: Add default trigger for TWL4030 LED
>
>   arch/arm/boot/dts/omap3-overo.dtsi |    1 +
>   arch/arm/boot/dts/omap3-tobi.dts   |   50 +++++++++++++++++++++++++++++++++++-
>   arch/arm/boot/dts/omap3.dtsi       |    1 +
>   3 files changed, 51 insertions(+), 1 deletions(-)
>

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

* Re: [PATCH 0/4] ARM: dts: OMAP3: Updates for Overo
  2013-06-19  9:29   ` Florian Vaussard
@ 2013-06-19  9:34     ` Benoit Cousson
  -1 siblings, 0 replies; 15+ messages in thread
From: Benoit Cousson @ 2013-06-19  9:34 UTC (permalink / raw)
  To: florian.vaussard
  Cc: Tony Lindgren, Javier Martinez Canillas, linux-omap,
	devicetree-discuss, linux-arm-kernel

On 06/19/2013 04:29 AM, Florian Vaussard wrote:
> Hello Benoit,
>
> Any comments on this series?

That series looks good to me. I've just applied it.

Thanks,
Benoit

>
> Regards,
> Florian
>
> On 06/11/2013 04:49 PM, Florian Vaussard wrote:
>> Hello,
>>
>> This series performs several updates to omap3-overo and omap3-tobi.
>> Patch 1 is necessary to patch 2 for the IRQ constant. The SMSC911X is
>> largely taken from omap3-igep.
>>
>> Regards,
>>
>> Florian
>>
>> Florian Vaussard (4):
>>    ARM: dts: OMAP3: Include IRQ header
>>    ARM: dts: omap3-tobi: Add SMSC911X node
>>    ARM: dts: omap3-tobi: Correct polarity for GPIO LED
>>    ARM: dts: omap3-overo: Add default trigger for TWL4030 LED
>>
>>   arch/arm/boot/dts/omap3-overo.dtsi |    1 +
>>   arch/arm/boot/dts/omap3-tobi.dts   |   50
>> +++++++++++++++++++++++++++++++++++-
>>   arch/arm/boot/dts/omap3.dtsi       |    1 +
>>   3 files changed, 51 insertions(+), 1 deletions(-)
>>


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

* [PATCH 0/4] ARM: dts: OMAP3: Updates for Overo
@ 2013-06-19  9:34     ` Benoit Cousson
  0 siblings, 0 replies; 15+ messages in thread
From: Benoit Cousson @ 2013-06-19  9:34 UTC (permalink / raw)
  To: linux-arm-kernel

On 06/19/2013 04:29 AM, Florian Vaussard wrote:
> Hello Benoit,
>
> Any comments on this series?

That series looks good to me. I've just applied it.

Thanks,
Benoit

>
> Regards,
> Florian
>
> On 06/11/2013 04:49 PM, Florian Vaussard wrote:
>> Hello,
>>
>> This series performs several updates to omap3-overo and omap3-tobi.
>> Patch 1 is necessary to patch 2 for the IRQ constant. The SMSC911X is
>> largely taken from omap3-igep.
>>
>> Regards,
>>
>> Florian
>>
>> Florian Vaussard (4):
>>    ARM: dts: OMAP3: Include IRQ header
>>    ARM: dts: omap3-tobi: Add SMSC911X node
>>    ARM: dts: omap3-tobi: Correct polarity for GPIO LED
>>    ARM: dts: omap3-overo: Add default trigger for TWL4030 LED
>>
>>   arch/arm/boot/dts/omap3-overo.dtsi |    1 +
>>   arch/arm/boot/dts/omap3-tobi.dts   |   50
>> +++++++++++++++++++++++++++++++++++-
>>   arch/arm/boot/dts/omap3.dtsi       |    1 +
>>   3 files changed, 51 insertions(+), 1 deletions(-)
>>

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

end of thread, other threads:[~2013-06-19  9:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-11 14:49 [PATCH 0/4] ARM: dts: OMAP3: Updates for Overo Florian Vaussard
2013-06-11 14:49 ` Florian Vaussard
2013-06-11 14:49 ` [PATCH 1/4] ARM: dts: OMAP3: Include IRQ header Florian Vaussard
2013-06-11 14:49   ` Florian Vaussard
2013-06-11 14:49 ` [PATCH 2/4] ARM: dts: omap3-tobi: Add SMSC911X node Florian Vaussard
2013-06-11 15:35   ` Javier Martinez Canillas
2013-06-11 15:35     ` Javier Martinez Canillas
2013-06-11 14:49 ` [PATCH 3/4] ARM: dts: omap3-tobi: Correct polarity for GPIO LED Florian Vaussard
2013-06-11 14:49   ` Florian Vaussard
2013-06-11 14:49 ` [PATCH 4/4] ARM: dts: omap3-overo: Add default trigger for TWL4030 LED Florian Vaussard
2013-06-11 14:49   ` Florian Vaussard
2013-06-19  9:29 ` [PATCH 0/4] ARM: dts: OMAP3: Updates for Overo Florian Vaussard
2013-06-19  9:29   ` Florian Vaussard
2013-06-19  9:34   ` Benoit Cousson
2013-06-19  9:34     ` Benoit Cousson

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.