diff options
author | Christophe RICARD <christophe.ricard@gmail.com> | 2015-12-23 23:25:34 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-01-01 03:20:25 +0100 |
commit | 52044723cd27aed6dad655a3bdf6142a8239ce74 (patch) | |
tree | c0a6afa0467086e9f09887618cb7ec92f53132ec /lib | |
parent | 55a93417c27c6ad1022d5f1121004c494735e8fa (diff) | |
download | linux-52044723cd27aed6dad655a3bdf6142a8239ce74.tar.bz2 |
ACPI / gpio: Add irq_type when a GPIO is used as an interrupt
When a GPIO is used as an interrupt in ACPI, the irq_type was not
available for device driver.
Make available polarity and triggering information in acpi_find_gpio by
renaming acpi_gpio_info field active_low to polarity and adding triggering
field (edge/level).
For sanity, in gpiolib.c replace info.active_low by
"info.polarity == GPIO_ACTIVE_LOW".
Set the irq_type if necessary in acpi_dev_gpio_irq_get.
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions