Re: [PATCH v3] ARM: bcm2835: Add names for the Raspberry Pi GPIO lines

2016-11-11 Thread Eric Anholt
Stephen Warren writes: > On 10/27/2016 10:52 AM, Eric Anholt wrote: >> From: Linus Walleij >> >> The idea is to give useful names to GPIO lines that an implementer >> will be using from userspace, e.g. for maker type projects. These are >> user-visible using tools/gpio/lsgpio.c > >> arch/arm/b

Re: [PATCH v3] ARM: bcm2835: Add names for the Raspberry Pi GPIO lines

2016-11-05 Thread Stephen Warren
On 10/27/2016 10:52 AM, Eric Anholt wrote: From: Linus Walleij The idea is to give useful names to GPIO lines that an implementer will be using from userspace, e.g. for maker type projects. These are user-visible using tools/gpio/lsgpio.c arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | 65 +

Re: [PATCH v3] ARM: bcm2835: Add names for the Raspberry Pi GPIO lines

2016-11-01 Thread Eric Anholt
Stefan Wahren writes: >> Eric Anholt hat am 31. Oktober 2016 um 18:53 geschrieben: >> >> >> Stefan Wahren writes: >> >> > Hi Eric, >> > >> >> Eric Anholt hat am 27. Oktober 2016 um 18:52 >> >> geschrieben: >> >> >> >> >> >> From: Linus Walleij >> >> >> >> The idea is to give useful nam

Re: [PATCH v3] ARM: bcm2835: Add names for the Raspberry Pi GPIO lines

2016-10-31 Thread Stefan Wahren
> Eric Anholt hat am 31. Oktober 2016 um 18:53 geschrieben: > > > Stefan Wahren writes: > > > Hi Eric, > > > >> Eric Anholt hat am 27. Oktober 2016 um 18:52 geschrieben: > >> > >> > >> From: Linus Walleij > >> > >> The idea is to give useful names to GPIO lines that an implementer > >> w

Re: [PATCH v3] ARM: bcm2835: Add names for the Raspberry Pi GPIO lines

2016-10-31 Thread Eric Anholt
Stefan Wahren writes: > Hi Eric, > >> Eric Anholt hat am 27. Oktober 2016 um 18:52 geschrieben: >> >> >> From: Linus Walleij >> >> The idea is to give useful names to GPIO lines that an implementer >> will be using from userspace, e.g. for maker type projects. These are >> user-visible usin

Re: [PATCH v3] ARM: bcm2835: Add names for the Raspberry Pi GPIO lines

2016-10-29 Thread Stefan Wahren
Hi Eric, > Eric Anholt hat am 27. Oktober 2016 um 18:52 geschrieben: > > > From: Linus Walleij > > The idea is to give useful names to GPIO lines that an implementer > will be using from userspace, e.g. for maker type projects. These are > user-visible using tools/gpio/lsgpio.c sorry for th

[PATCH v3] ARM: bcm2835: Add names for the Raspberry Pi GPIO lines

2016-10-27 Thread Eric Anholt
From: Linus Walleij The idea is to give useful names to GPIO lines that an implementer will be using from userspace, e.g. for maker type projects. These are user-visible using tools/gpio/lsgpio.c v2: Major rewrite by anholt: Flatten each GPIO line to a line in the file for better diffing, p