All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] gpiolib: convert ACPI GPIO helpers to gpiod_ interfaces
@ 2013-10-01 14:58 Mika Westerberg
  2013-10-01 14:58 ` [PATCH 1/5] gpiolib / ACPI: move acpi_gpiochip_free_interrupts next to the request function Mika Westerberg
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Mika Westerberg @ 2013-10-01 14:58 UTC (permalink / raw)
  To: linux-gpio
  Cc: rjw, Linus Walleij, Grant Likely, Mathias Nyman,
	Alexandre Courbot, Rob Landley, linux-acpi, linux-kernel,
	Mika Westerberg

Hi all,

This series converts the ACPI GPIO helpers in gpiolib-acpi.c to use the new
and preferred GPIO descriptor based interface as suggested by the GPIO
subsystem maintainer.

The first patch is just a cosmetic fix to move acpi_gpiochip_free_interrupts()
closer to acpi_gpiochip_request_interrupts(). Patches [2-5/5] do the actual
conversion.

The series is based on the latest patches from Alexandre Courbot and I've
tested them on Intel Haswell based machine.

Please review.

Mika Westerberg (5):
  gpiolib / ACPI: move acpi_gpiochip_free_interrupts next to the request function
  gpiolib / ACPI: convert to gpiod interfaces
  gpiolib / ACPI: add ACPI support for gpiod_get_index()
  gpiolib / ACPI: allow passing GPIOF_ACTIVE_LOW for GpioInt resources
  gpiolib / ACPI: document the GPIO descriptor based interface

 Documentation/acpi/enumeration.txt |  22 +++++++
 drivers/gpio/gpiolib-acpi.c        | 129 ++++++++++++++++++-------------------
 drivers/gpio/gpiolib.c             |  20 ++++++
 include/linux/acpi_gpio.h          |  40 +++++++++---
 4 files changed, 138 insertions(+), 73 deletions(-)

-- 
1.8.4.rc3


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

end of thread, other threads:[~2013-10-11 10:52 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-01 14:58 [PATCH 0/5] gpiolib: convert ACPI GPIO helpers to gpiod_ interfaces Mika Westerberg
2013-10-01 14:58 ` [PATCH 1/5] gpiolib / ACPI: move acpi_gpiochip_free_interrupts next to the request function Mika Westerberg
2013-10-11 10:52   ` Linus Walleij
2013-10-01 14:58 ` [PATCH 2/5] gpiolib / ACPI: convert to gpiod interfaces Mika Westerberg
2013-10-08  4:54   ` Alexandre Courbot
2013-10-08  8:45     ` Mika Westerberg
2013-10-08  8:45       ` Mika Westerberg
2013-10-08 10:36       ` Mika Westerberg
2013-10-08 16:26         ` Alexandre Courbot
2013-10-09  8:01           ` Mika Westerberg
2013-10-08 16:24       ` Alexandre Courbot
2013-10-08 16:24         ` Alexandre Courbot
2013-10-09  7:58         ` Mika Westerberg
2013-10-09  7:58           ` Mika Westerberg
2013-10-09 16:36           ` Alexandre Courbot
2013-10-09 16:36             ` Alexandre Courbot
2013-10-01 14:58 ` [PATCH 3/5] gpiolib / ACPI: add ACPI support for gpiod_get_index() Mika Westerberg
2013-10-01 14:58 ` [PATCH 4/5] gpiolib / ACPI: allow passing GPIOF_ACTIVE_LOW for GpioInt resources Mika Westerberg
2013-10-01 14:58 ` [PATCH 5/5] gpiolib / ACPI: document the GPIO descriptor based interface Mika Westerberg
2013-10-07 12:18 ` [PATCH 0/5] gpiolib: convert ACPI GPIO helpers to gpiod_ interfaces Rafael J. Wysocki

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.