Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1569920
| From | William Breathitt Gray <vilhelm.gray@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] gpio: Add support for GPIO names for several ISA_BUS_API drivers |
| Date | 2017-01-30 18:20 +0100 |
| Message-ID | <t5nMt-6G1-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patchset sets the gpio_chip names option of several ISA_BUS_API GPIO drivers with an array of GPIO line names that match their respective manual documentation. This should make it easier for users to identify which GPIO line corresponds to a respective GPIO pin on their device. William Breathitt Gray (5): gpio: 104-dio-48e: Add support for GPIO names gpio: 104-idi-48: Add support for GPIO names gpio: 104-idio-16: Add support for GPIO names gpio: gpio-mm: Add support for GPIO names gpio: ws16c48: Add support for GPIO names drivers/gpio/gpio-104-dio-48e.c | 23 ++++++++++++++++++++++- drivers/gpio/gpio-104-idi-48.c | 15 ++++++++++++++- drivers/gpio/gpio-104-idio-16.c | 11 ++++++++++- drivers/gpio/gpio-gpio-mm.c | 15 ++++++++++++++- drivers/gpio/gpio-ws16c48.c | 19 ++++++++++++++++++- 5 files changed, 78 insertions(+), 5 deletions(-) -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] gpio: Add support for GPIO names for several ISA_BUS_API drivers William Breathitt Gray <vilhelm.gray@gmail.com> - 2017-01-30 18:20 +0100
[PATCH 5/5] gpio: ws16c48: Add support for GPIO names William Breathitt Gray <vilhelm.gray@gmail.com> - 2017-01-30 18:20 +0100
Re: [PATCH 5/5] gpio: ws16c48: Add support for GPIO names kbuild test robot <lkp@intel.com> - 2017-01-30 19:10 +0100
[PATCH 2/5] gpio: 104-idi-48: Add support for GPIO names William Breathitt Gray <vilhelm.gray@gmail.com> - 2017-01-30 18:20 +0100
csiph-web