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

2016-10-19 Thread Linus Walleij
On Tue, Oct 18, 2016 at 6:38 PM, 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

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

2016-10-19 Thread Linus Walleij
On Tue, Oct 18, 2016 at 6:38 PM, 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 > > v2: Major rewrite by anholt:

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

2016-10-18 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

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

2016-10-18 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,