All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-binding: mrvl-gpio: remove orion-gpio description
@ 2016-09-05 19:00 ` Baruch Siach
  0 siblings, 0 replies; 6+ messages in thread
From: Baruch Siach @ 2016-09-05 19:00 UTC (permalink / raw)
  To: Linus Walleij, Alexandre Courbot
  Cc: Andrew Lunn, Jason Cooper, Gregory Clement,
	Sebastian Hesselbarth, linux-arm-kernel, linux-gpio,
	Thomas Petazzoni, Baruch Siach

The Orion GPIO controller binding description in mrvl-gpio.txt is obsolete, and
duplicates the description in gpio-mvebu.txt.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 .../devicetree/bindings/gpio/mrvl-gpio.txt         | 23 ----------------------
 1 file changed, 23 deletions(-)

diff --git a/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt b/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt
index 98d198396956..c3d016532d8e 100644
--- a/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt
+++ b/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt
@@ -44,26 +44,3 @@ Example for a PXA3xx platform:
 		interrupt-controller;
 		#interrupt-cells = <0x2>;
 	};
-
-* Marvell Orion GPIO Controller
-
-Required properties:
-- compatible         : Should be "marvell,orion-gpio"
-- reg                : Address and length of the register set for controller.
-- gpio-controller    : So we know this is a gpio controller.
-- ngpio              : How many gpios this controller has.
-- interrupts	     : Up to 4 Interrupts for the controller.
-
-Optional properties:
-- mask-offset        : For SMP Orions, offset for Nth CPU
-
-Example:
-
-		gpio0: gpio@10100 {
-			compatible = "marvell,orion-gpio";
-			#gpio-cells = <2>;
-			gpio-controller;
-			reg = <0x10100 0x40>;
-			ngpio = <32>;
-			interrupts = <35>, <36>, <37>, <38>;
-		};
-- 
2.9.3


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

* [PATCH] dt-binding: mrvl-gpio: remove orion-gpio description
@ 2016-09-05 19:00 ` Baruch Siach
  0 siblings, 0 replies; 6+ messages in thread
From: Baruch Siach @ 2016-09-05 19:00 UTC (permalink / raw)
  To: linux-arm-kernel

The Orion GPIO controller binding description in mrvl-gpio.txt is obsolete, and
duplicates the description in gpio-mvebu.txt.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 .../devicetree/bindings/gpio/mrvl-gpio.txt         | 23 ----------------------
 1 file changed, 23 deletions(-)

diff --git a/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt b/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt
index 98d198396956..c3d016532d8e 100644
--- a/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt
+++ b/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt
@@ -44,26 +44,3 @@ Example for a PXA3xx platform:
 		interrupt-controller;
 		#interrupt-cells = <0x2>;
 	};
-
-* Marvell Orion GPIO Controller
-
-Required properties:
-- compatible         : Should be "marvell,orion-gpio"
-- reg                : Address and length of the register set for controller.
-- gpio-controller    : So we know this is a gpio controller.
-- ngpio              : How many gpios this controller has.
-- interrupts	     : Up to 4 Interrupts for the controller.
-
-Optional properties:
-- mask-offset        : For SMP Orions, offset for Nth CPU
-
-Example:
-
-		gpio0: gpio at 10100 {
-			compatible = "marvell,orion-gpio";
-			#gpio-cells = <2>;
-			gpio-controller;
-			reg = <0x10100 0x40>;
-			ngpio = <32>;
-			interrupts = <35>, <36>, <37>, <38>;
-		};
-- 
2.9.3

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

* Re: [PATCH] dt-binding: mrvl-gpio: remove orion-gpio description
  2016-09-05 19:00 ` Baruch Siach
@ 2016-09-05 19:28   ` Andrew Lunn
  -1 siblings, 0 replies; 6+ messages in thread
From: Andrew Lunn @ 2016-09-05 19:28 UTC (permalink / raw)
  To: Baruch Siach
  Cc: Linus Walleij, Alexandre Courbot, Jason Cooper, Gregory Clement,
	Sebastian Hesselbarth, linux-arm-kernel, linux-gpio,
	Thomas Petazzoni

On Mon, Sep 05, 2016 at 10:00:10PM +0300, Baruch Siach wrote:
> The Orion GPIO controller binding description in mrvl-gpio.txt is obsolete, and
> duplicates the description in gpio-mvebu.txt.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

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

    Andrew

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

* [PATCH] dt-binding: mrvl-gpio: remove orion-gpio description
@ 2016-09-05 19:28   ` Andrew Lunn
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Lunn @ 2016-09-05 19:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Sep 05, 2016 at 10:00:10PM +0300, Baruch Siach wrote:
> The Orion GPIO controller binding description in mrvl-gpio.txt is obsolete, and
> duplicates the description in gpio-mvebu.txt.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

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

    Andrew

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

* Re: [PATCH] dt-binding: mrvl-gpio: remove orion-gpio description
  2016-09-05 19:28   ` Andrew Lunn
@ 2016-09-14 14:25     ` Gregory CLEMENT
  -1 siblings, 0 replies; 6+ messages in thread
From: Gregory CLEMENT @ 2016-09-14 14:25 UTC (permalink / raw)
  To: Baruch Siach, Andrew Lunn
  Cc: Linus Walleij, Alexandre Courbot, Jason Cooper,
	Sebastian Hesselbarth, linux-arm-kernel, linux-gpio,
	Thomas Petazzoni

Hi Baruch, Andrew,
 
 On lun., sept. 05 2016, Andrew Lunn <andrew@lunn.ch> wrote:

> On Mon, Sep 05, 2016 at 10:00:10PM +0300, Baruch Siach wrote:
>> The Orion GPIO controller binding description in mrvl-gpio.txt is obsolete, and
>> duplicates the description in gpio-mvebu.txt.
>> 
>> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>

Applied on mvebu/dt

Thanks,

Gregory
>
>     Andrew

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [PATCH] dt-binding: mrvl-gpio: remove orion-gpio description
@ 2016-09-14 14:25     ` Gregory CLEMENT
  0 siblings, 0 replies; 6+ messages in thread
From: Gregory CLEMENT @ 2016-09-14 14:25 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Baruch, Andrew,
 
 On lun., sept. 05 2016, Andrew Lunn <andrew@lunn.ch> wrote:

> On Mon, Sep 05, 2016 at 10:00:10PM +0300, Baruch Siach wrote:
>> The Orion GPIO controller binding description in mrvl-gpio.txt is obsolete, and
>> duplicates the description in gpio-mvebu.txt.
>> 
>> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>

Applied on mvebu/dt

Thanks,

Gregory
>
>     Andrew

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

end of thread, other threads:[~2016-09-14 14:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-05 19:00 [PATCH] dt-binding: mrvl-gpio: remove orion-gpio description Baruch Siach
2016-09-05 19:00 ` Baruch Siach
2016-09-05 19:28 ` Andrew Lunn
2016-09-05 19:28   ` Andrew Lunn
2016-09-14 14:25   ` Gregory CLEMENT
2016-09-14 14:25     ` Gregory CLEMENT

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.