Re: [PATCH] ARM: bcm2835: Add header file for pinctrl constants

2015-02-23 Thread Stephen Warren
On 02/22/2015 09:59 AM, Charles Keepax wrote: This patch adds a header file for the constants used in pincontrol configuration for the bcm2835. This seems like a duplicate of the following series: https://lkml.org/lkml/2015/1/16/402 [PATCH 0/4] ARM: bcm2835: DT improvements [PATCH 1/4] dt-bind

Re: [PATCH] ARM: bcm2835: Add header file for pinctrl constants

2015-02-23 Thread Stephen Warren
On 02/22/2015 01:13 PM, Arnd Bergmann wrote: On Sunday 22 February 2015 16:59:56 Charles Keepax wrote: + +/* IRQ Flags */ +#define BCM2835_PIN_IRQ_RISING 1 +#define BCM2835_PIN_IRQ_FALLING2 +#define BCM2835_PIN_IRQ_EDGE (BCM2835_PIN_IRQ_R

Re: [PATCH] ARM: bcm2835: Add header file for pinctrl constants

2015-02-22 Thread Charles Keepax
On Sun, Feb 22, 2015 at 09:13:23PM +0100, Arnd Bergmann wrote: > On Sunday 22 February 2015 16:59:56 Charles Keepax wrote: > > + > > +/* IRQ Flags */ > > +#define BCM2835_PIN_IRQ_RISING 1 > > +#define BCM2835_PIN_IRQ_FALLING2 > > +#define BCM2

Re: [PATCH] ARM: bcm2835: Add header file for pinctrl constants

2015-02-22 Thread Arnd Bergmann
On Sunday 22 February 2015 16:59:56 Charles Keepax wrote: > + > +/* IRQ Flags */ > +#define BCM2835_PIN_IRQ_RISING 1 > +#define BCM2835_PIN_IRQ_FALLING2 > +#define BCM2835_PIN_IRQ_EDGE (BCM2835_PIN_IRQ_RISING | \ > +

[PATCH] ARM: bcm2835: Add header file for pinctrl constants

2015-02-22 Thread Charles Keepax
This patch adds a header file for the constants used in pincontrol configuration for the bcm2835. Signed-off-by: Charles Keepax --- arch/arm/boot/dts/bcm2835-rpi-b-plus.dts |4 +- arch/arm/boot/dts/bcm2835-rpi-b.dts |4 +- arch/arm/boot/dts/bcm2835-rpi.dtsi|