forked from Minki/linux
ea584595fc
cycle: - Increase the default ARCH_NR_GPIO from 256 to 512. This was done to avoid having a custom <asm/gpio.h> header for the x86 architecture - GPIO is custom and complicated enough as it is already! We want to move to a radix to store the descriptors going forward, and finally get rid of this fixed array size altogether. - Endgame patching of the gpio_remove() semantics initiated by Abdoulaye Berthe. It is not accepted by the system that the removal of a GPIO chip fails during e.g. reboot or shutdown, and therefore the return value has now painfully been refactored away. For special cases like GPIO expanders on a hot-pluggable bus like USB, we may later add some gpiochip_try_remove() call, but for the cases we have now, return values are moot. - Some incremental refactoring of the gpiolib core and ACPI GPIO library for more descriptor usage. - Refactor the chained IRQ handler set-up method to handle also threaded, nested interrupts and set up the parent IRQ correctly. Switch STMPE and TC3589x drivers to use this registration method. - Add a .irq_not_threaded flag to the struct gpio_chip, so that also GPIO expanders that block but are still not using threaded IRQ handlers. - New drivers for the ARM64 X-Gene SoC GPIO controller. - The syscon GPIO driver has been improved to handle the "DSP GPIO" found on the TI Keystone 2 SoC:s. - ADNP driver switched to use gpiolib irqchip helpers. - Refactor the DWAPB driver to support being instantiated from and MFD cell (platform device). - Incremental feature improvement in the Zynq, MCP23S08, DWAPB, OMAP, Xilinx and Crystalcove drivers. - Various minor fixes. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJUNOr0AAoJEEEQszewGV1z9toP/2ISXRnsi3+jlqVmEGm/y6EA PPwJOiYnOhZR2/fTCHIF0PNbIi9pw7xKnzxttYCu4uCz7geHX+FfTwUZ2/KWMfqi ZJ9kEoOVVKzKjmL/m2a2tO4IRSBHqJ8dF3yvaNjS3AL7EDfG6F5STErQurdLEynK SeJZ2OwM/vRFCac6F7oDlqAUTu3xYGbVD8+zI0H0V/ReocosFlEwcbl2S8ctDWUd h98M+gY+A8rxkvVMnmQ/k7rUTme/glDQ3z5xVx+uHbS2/a5M1jSM/71cXE6YnSrR it0CK7CHomq2RzHsKf7oH7GD4kFkukMwFKeMoqz75JWz3352VZPTF53chCIqRSgO hrgGwZ7WF6pUUUhsn1ZdZsnBPA2Fou2uwslyLSAiE+OYEH2/NSVIOUcorjQcWqU/ 0Kix5yb8X1ZzRMhR+TVrTD5V0jguqp2buXq+0P2XlU6MoO2vy7iNf2eXvPg8sF8C anjTCKgmkzy7eyT2uzfDaNZAyfSBKb1TiKiR9zA0SRChJkCi1ErJEXDGeHiptvSA +D2k68Ils2LqsvdrnEd2XvVFMllh0iq7b+16o7D+Els0WRbnHpfYCaqfOuF5F4U0 SmeyI0ruawNDc5e9EBKXstt0/R9AMOetyTcTu29U2ZVo90zGaT1ofT8+R1jJ0kGa bPARJZrgecgv1E9Qnnnd =8InA -----END PGP SIGNATURE----- Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio Pull GPIO changes from Linus Walleij: "This is the bulk of GPIO changes for the v3.18 development cycle: - Increase the default ARCH_NR_GPIO from 256 to 512. This was done to avoid having a custom <asm/gpio.h> header for the x86 architecture - GPIO is custom and complicated enough as it is already! We want to move to a radix to store the descriptors going forward, and finally get rid of this fixed array size altogether. - Endgame patching of the gpio_remove() semantics initiated by Abdoulaye Berthe. It is not accepted by the system that the removal of a GPIO chip fails during eg reboot or shutdown, and therefore the return value has now painfully been refactored away. For special cases like GPIO expanders on a hot-pluggable bus like USB, we may later add some gpiochip_try_remove() call, but for the cases we have now, return values are moot. - Some incremental refactoring of the gpiolib core and ACPI GPIO library for more descriptor usage. - Refactor the chained IRQ handler set-up method to handle also threaded, nested interrupts and set up the parent IRQ correctly. Switch STMPE and TC3589x drivers to use this registration method. - Add a .irq_not_threaded flag to the struct gpio_chip, so that also GPIO expanders that block but are still not using threaded IRQ handlers. - New drivers for the ARM64 X-Gene SoC GPIO controller. - The syscon GPIO driver has been improved to handle the "DSP GPIO" found on the TI Keystone 2 SoC:s. - ADNP driver switched to use gpiolib irqchip helpers. - Refactor the DWAPB driver to support being instantiated from and MFD cell (platform device). - Incremental feature improvement in the Zynq, MCP23S08, DWAPB, OMAP, Xilinx and Crystalcove drivers. - Various minor fixes" * tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: (52 commits) gpio: pch: Build context save/restore only for PM pinctrl: abx500: get rid of unused variable gpio: ks8695: fix 'else should follow close brace '}'' gpio: stmpe: add verbose debug code gpio: stmpe: fix up interrupt enable logic gpio: staticize xway_stp_init() gpio: handle also nested irqchips in the chained handler set-up gpio: set parent irq on chained handlers gpiolib: irqchip: use irq_find_mapping while removing irqchip gpio: crystalcove: support virtual GPIO pinctrl: bcm281xx: make Kconfig dependency more strict gpio: kona: enable only on BCM_MOBILE or for compile testing gpio, bcm-kona, LLVMLinux: Remove use of __initconst gpio: Fix ngpio in gpio-xilinx driver gpio: dwapb: fix pointer to integer cast gpio: xgene: Remove unneeded #ifdef CONFIG_OF guard gpio: xgene: Remove unneeded forward declation for struct xgene_gpio gpio: xgene: Fix missing spin_lock_init() gpio: ks8695: fix switch case indentation gpiolib: add irq_not_threaded flag to gpio_chip ...
570 lines
14 KiB
C
570 lines
14 KiB
C
/*
|
|
* ACPI helpers for GPIO API
|
|
*
|
|
* Copyright (C) 2012, Intel Corporation
|
|
* Authors: Mathias Nyman <mathias.nyman@linux.intel.com>
|
|
* Mika Westerberg <mika.westerberg@linux.intel.com>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
#include <linux/errno.h>
|
|
#include <linux/gpio/consumer.h>
|
|
#include <linux/gpio/driver.h>
|
|
#include <linux/export.h>
|
|
#include <linux/acpi.h>
|
|
#include <linux/interrupt.h>
|
|
#include <linux/mutex.h>
|
|
|
|
#include "gpiolib.h"
|
|
|
|
struct acpi_gpio_event {
|
|
struct list_head node;
|
|
acpi_handle handle;
|
|
unsigned int pin;
|
|
unsigned int irq;
|
|
struct gpio_desc *desc;
|
|
};
|
|
|
|
struct acpi_gpio_connection {
|
|
struct list_head node;
|
|
unsigned int pin;
|
|
struct gpio_desc *desc;
|
|
};
|
|
|
|
struct acpi_gpio_chip {
|
|
/*
|
|
* ACPICA requires that the first field of the context parameter
|
|
* passed to acpi_install_address_space_handler() is large enough
|
|
* to hold struct acpi_connection_info.
|
|
*/
|
|
struct acpi_connection_info conn_info;
|
|
struct list_head conns;
|
|
struct mutex conn_lock;
|
|
struct gpio_chip *chip;
|
|
struct list_head events;
|
|
};
|
|
|
|
static int acpi_gpiochip_find(struct gpio_chip *gc, void *data)
|
|
{
|
|
if (!gc->dev)
|
|
return false;
|
|
|
|
return ACPI_HANDLE(gc->dev) == data;
|
|
}
|
|
|
|
/**
|
|
* acpi_get_gpiod() - Translate ACPI GPIO pin to GPIO descriptor usable with GPIO API
|
|
* @path: ACPI GPIO controller full path name, (e.g. "\\_SB.GPO1")
|
|
* @pin: ACPI GPIO pin number (0-based, controller-relative)
|
|
*
|
|
* Returns GPIO descriptor to use with Linux generic GPIO API, or ERR_PTR
|
|
* error value
|
|
*/
|
|
|
|
static struct gpio_desc *acpi_get_gpiod(char *path, int pin)
|
|
{
|
|
struct gpio_chip *chip;
|
|
acpi_handle handle;
|
|
acpi_status status;
|
|
|
|
status = acpi_get_handle(NULL, path, &handle);
|
|
if (ACPI_FAILURE(status))
|
|
return ERR_PTR(-ENODEV);
|
|
|
|
chip = gpiochip_find(handle, acpi_gpiochip_find);
|
|
if (!chip)
|
|
return ERR_PTR(-ENODEV);
|
|
|
|
if (pin < 0 || pin > chip->ngpio)
|
|
return ERR_PTR(-EINVAL);
|
|
|
|
return gpiochip_get_desc(chip, pin);
|
|
}
|
|
|
|
static irqreturn_t acpi_gpio_irq_handler(int irq, void *data)
|
|
{
|
|
struct acpi_gpio_event *event = data;
|
|
|
|
acpi_evaluate_object(event->handle, NULL, NULL, NULL);
|
|
|
|
return IRQ_HANDLED;
|
|
}
|
|
|
|
static irqreturn_t acpi_gpio_irq_handler_evt(int irq, void *data)
|
|
{
|
|
struct acpi_gpio_event *event = data;
|
|
|
|
acpi_execute_simple_method(event->handle, NULL, event->pin);
|
|
|
|
return IRQ_HANDLED;
|
|
}
|
|
|
|
static void acpi_gpio_chip_dh(acpi_handle handle, void *data)
|
|
{
|
|
/* The address of this function is used as a key. */
|
|
}
|
|
|
|
static acpi_status acpi_gpiochip_request_interrupt(struct acpi_resource *ares,
|
|
void *context)
|
|
{
|
|
struct acpi_gpio_chip *acpi_gpio = context;
|
|
struct gpio_chip *chip = acpi_gpio->chip;
|
|
struct acpi_resource_gpio *agpio;
|
|
acpi_handle handle, evt_handle;
|
|
struct acpi_gpio_event *event;
|
|
irq_handler_t handler = NULL;
|
|
struct gpio_desc *desc;
|
|
unsigned long irqflags;
|
|
int ret, pin, irq;
|
|
|
|
if (ares->type != ACPI_RESOURCE_TYPE_GPIO)
|
|
return AE_OK;
|
|
|
|
agpio = &ares->data.gpio;
|
|
if (agpio->connection_type != ACPI_RESOURCE_GPIO_TYPE_INT)
|
|
return AE_OK;
|
|
|
|
handle = ACPI_HANDLE(chip->dev);
|
|
pin = agpio->pin_table[0];
|
|
|
|
if (pin <= 255) {
|
|
char ev_name[5];
|
|
sprintf(ev_name, "_%c%02X",
|
|
agpio->triggering == ACPI_EDGE_SENSITIVE ? 'E' : 'L',
|
|
pin);
|
|
if (ACPI_SUCCESS(acpi_get_handle(handle, ev_name, &evt_handle)))
|
|
handler = acpi_gpio_irq_handler;
|
|
}
|
|
if (!handler) {
|
|
if (ACPI_SUCCESS(acpi_get_handle(handle, "_EVT", &evt_handle)))
|
|
handler = acpi_gpio_irq_handler_evt;
|
|
}
|
|
if (!handler)
|
|
return AE_BAD_PARAMETER;
|
|
|
|
desc = gpiochip_request_own_desc(chip, pin, "ACPI:Event");
|
|
if (IS_ERR(desc)) {
|
|
dev_err(chip->dev, "Failed to request GPIO\n");
|
|
return AE_ERROR;
|
|
}
|
|
|
|
gpiod_direction_input(desc);
|
|
|
|
ret = gpio_lock_as_irq(chip, pin);
|
|
if (ret) {
|
|
dev_err(chip->dev, "Failed to lock GPIO as interrupt\n");
|
|
goto fail_free_desc;
|
|
}
|
|
|
|
irq = gpiod_to_irq(desc);
|
|
if (irq < 0) {
|
|
dev_err(chip->dev, "Failed to translate GPIO to IRQ\n");
|
|
goto fail_unlock_irq;
|
|
}
|
|
|
|
irqflags = IRQF_ONESHOT;
|
|
if (agpio->triggering == ACPI_LEVEL_SENSITIVE) {
|
|
if (agpio->polarity == ACPI_ACTIVE_HIGH)
|
|
irqflags |= IRQF_TRIGGER_HIGH;
|
|
else
|
|
irqflags |= IRQF_TRIGGER_LOW;
|
|
} else {
|
|
switch (agpio->polarity) {
|
|
case ACPI_ACTIVE_HIGH:
|
|
irqflags |= IRQF_TRIGGER_RISING;
|
|
break;
|
|
case ACPI_ACTIVE_LOW:
|
|
irqflags |= IRQF_TRIGGER_FALLING;
|
|
break;
|
|
default:
|
|
irqflags |= IRQF_TRIGGER_RISING |
|
|
IRQF_TRIGGER_FALLING;
|
|
break;
|
|
}
|
|
}
|
|
|
|
event = kzalloc(sizeof(*event), GFP_KERNEL);
|
|
if (!event)
|
|
goto fail_unlock_irq;
|
|
|
|
event->handle = evt_handle;
|
|
event->irq = irq;
|
|
event->pin = pin;
|
|
event->desc = desc;
|
|
|
|
ret = request_threaded_irq(event->irq, NULL, handler, irqflags,
|
|
"ACPI:Event", event);
|
|
if (ret) {
|
|
dev_err(chip->dev, "Failed to setup interrupt handler for %d\n",
|
|
event->irq);
|
|
goto fail_free_event;
|
|
}
|
|
|
|
list_add_tail(&event->node, &acpi_gpio->events);
|
|
return AE_OK;
|
|
|
|
fail_free_event:
|
|
kfree(event);
|
|
fail_unlock_irq:
|
|
gpio_unlock_as_irq(chip, pin);
|
|
fail_free_desc:
|
|
gpiochip_free_own_desc(desc);
|
|
|
|
return AE_ERROR;
|
|
}
|
|
|
|
/**
|
|
* acpi_gpiochip_request_interrupts() - Register isr for gpio chip ACPI events
|
|
* @chip: GPIO chip
|
|
*
|
|
* ACPI5 platforms can use GPIO signaled ACPI events. These GPIO interrupts are
|
|
* handled by ACPI event methods which need to be called from the GPIO
|
|
* chip's interrupt handler. acpi_gpiochip_request_interrupts finds out which
|
|
* gpio pins have acpi event methods and assigns interrupt handlers that calls
|
|
* the acpi event methods for those pins.
|
|
*/
|
|
void acpi_gpiochip_request_interrupts(struct gpio_chip *chip)
|
|
{
|
|
struct acpi_gpio_chip *acpi_gpio;
|
|
acpi_handle handle;
|
|
acpi_status status;
|
|
|
|
if (!chip->dev || !chip->to_irq)
|
|
return;
|
|
|
|
handle = ACPI_HANDLE(chip->dev);
|
|
if (!handle)
|
|
return;
|
|
|
|
status = acpi_get_data(handle, acpi_gpio_chip_dh, (void **)&acpi_gpio);
|
|
if (ACPI_FAILURE(status))
|
|
return;
|
|
|
|
INIT_LIST_HEAD(&acpi_gpio->events);
|
|
acpi_walk_resources(ACPI_HANDLE(chip->dev), "_AEI",
|
|
acpi_gpiochip_request_interrupt, acpi_gpio);
|
|
}
|
|
|
|
/**
|
|
* acpi_gpiochip_free_interrupts() - Free GPIO ACPI event interrupts.
|
|
* @chip: GPIO chip
|
|
*
|
|
* Free interrupts associated with GPIO ACPI event method for the given
|
|
* GPIO chip.
|
|
*/
|
|
void acpi_gpiochip_free_interrupts(struct gpio_chip *chip)
|
|
{
|
|
struct acpi_gpio_chip *acpi_gpio;
|
|
struct acpi_gpio_event *event, *ep;
|
|
acpi_handle handle;
|
|
acpi_status status;
|
|
|
|
if (!chip->dev || !chip->to_irq)
|
|
return;
|
|
|
|
handle = ACPI_HANDLE(chip->dev);
|
|
if (!handle)
|
|
return;
|
|
|
|
status = acpi_get_data(handle, acpi_gpio_chip_dh, (void **)&acpi_gpio);
|
|
if (ACPI_FAILURE(status))
|
|
return;
|
|
|
|
list_for_each_entry_safe_reverse(event, ep, &acpi_gpio->events, node) {
|
|
struct gpio_desc *desc;
|
|
|
|
free_irq(event->irq, event);
|
|
desc = event->desc;
|
|
if (WARN_ON(IS_ERR(desc)))
|
|
continue;
|
|
gpio_unlock_as_irq(chip, event->pin);
|
|
gpiochip_free_own_desc(desc);
|
|
list_del(&event->node);
|
|
kfree(event);
|
|
}
|
|
}
|
|
|
|
struct acpi_gpio_lookup {
|
|
struct acpi_gpio_info info;
|
|
int index;
|
|
struct gpio_desc *desc;
|
|
int n;
|
|
};
|
|
|
|
static int acpi_find_gpio(struct acpi_resource *ares, void *data)
|
|
{
|
|
struct acpi_gpio_lookup *lookup = data;
|
|
|
|
if (ares->type != ACPI_RESOURCE_TYPE_GPIO)
|
|
return 1;
|
|
|
|
if (lookup->n++ == lookup->index && !lookup->desc) {
|
|
const struct acpi_resource_gpio *agpio = &ares->data.gpio;
|
|
|
|
lookup->desc = acpi_get_gpiod(agpio->resource_source.string_ptr,
|
|
agpio->pin_table[0]);
|
|
lookup->info.gpioint =
|
|
agpio->connection_type == ACPI_RESOURCE_GPIO_TYPE_INT;
|
|
lookup->info.active_low =
|
|
agpio->polarity == ACPI_ACTIVE_LOW;
|
|
}
|
|
|
|
return 1;
|
|
}
|
|
|
|
/**
|
|
* acpi_get_gpiod_by_index() - get a GPIO descriptor from device resources
|
|
* @dev: pointer to a device to get GPIO from
|
|
* @index: index of GpioIo/GpioInt resource (starting from %0)
|
|
* @info: info pointer to fill in (optional)
|
|
*
|
|
* Function goes through ACPI resources for @dev and based on @index looks
|
|
* up a GpioIo/GpioInt resource, translates it to the Linux GPIO descriptor,
|
|
* and returns it. @index matches GpioIo/GpioInt resources only so if there
|
|
* are total %3 GPIO resources, the index goes from %0 to %2.
|
|
*
|
|
* If the GPIO cannot be translated or there is an error an ERR_PTR is
|
|
* returned.
|
|
*
|
|
* Note: if the GPIO resource has multiple entries in the pin list, this
|
|
* function only returns the first.
|
|
*/
|
|
struct gpio_desc *acpi_get_gpiod_by_index(struct device *dev, int index,
|
|
struct acpi_gpio_info *info)
|
|
{
|
|
struct acpi_gpio_lookup lookup;
|
|
struct list_head resource_list;
|
|
struct acpi_device *adev;
|
|
acpi_handle handle;
|
|
int ret;
|
|
|
|
if (!dev)
|
|
return ERR_PTR(-EINVAL);
|
|
|
|
handle = ACPI_HANDLE(dev);
|
|
if (!handle || acpi_bus_get_device(handle, &adev))
|
|
return ERR_PTR(-ENODEV);
|
|
|
|
memset(&lookup, 0, sizeof(lookup));
|
|
lookup.index = index;
|
|
|
|
INIT_LIST_HEAD(&resource_list);
|
|
ret = acpi_dev_get_resources(adev, &resource_list, acpi_find_gpio,
|
|
&lookup);
|
|
if (ret < 0)
|
|
return ERR_PTR(ret);
|
|
|
|
acpi_dev_free_resource_list(&resource_list);
|
|
|
|
if (lookup.desc && info)
|
|
*info = lookup.info;
|
|
|
|
return lookup.desc ? lookup.desc : ERR_PTR(-ENOENT);
|
|
}
|
|
|
|
static acpi_status
|
|
acpi_gpio_adr_space_handler(u32 function, acpi_physical_address address,
|
|
u32 bits, u64 *value, void *handler_context,
|
|
void *region_context)
|
|
{
|
|
struct acpi_gpio_chip *achip = region_context;
|
|
struct gpio_chip *chip = achip->chip;
|
|
struct acpi_resource_gpio *agpio;
|
|
struct acpi_resource *ares;
|
|
int pin_index = (int)address;
|
|
acpi_status status;
|
|
bool pull_up;
|
|
int length;
|
|
int i;
|
|
|
|
status = acpi_buffer_to_resource(achip->conn_info.connection,
|
|
achip->conn_info.length, &ares);
|
|
if (ACPI_FAILURE(status))
|
|
return status;
|
|
|
|
if (WARN_ON(ares->type != ACPI_RESOURCE_TYPE_GPIO)) {
|
|
ACPI_FREE(ares);
|
|
return AE_BAD_PARAMETER;
|
|
}
|
|
|
|
agpio = &ares->data.gpio;
|
|
pull_up = agpio->pin_config == ACPI_PIN_CONFIG_PULLUP;
|
|
|
|
if (WARN_ON(agpio->io_restriction == ACPI_IO_RESTRICT_INPUT &&
|
|
function == ACPI_WRITE)) {
|
|
ACPI_FREE(ares);
|
|
return AE_BAD_PARAMETER;
|
|
}
|
|
|
|
length = min(agpio->pin_table_length, (u16)(pin_index + bits));
|
|
for (i = pin_index; i < length; ++i) {
|
|
unsigned pin = agpio->pin_table[i];
|
|
struct acpi_gpio_connection *conn;
|
|
struct gpio_desc *desc;
|
|
bool found;
|
|
|
|
mutex_lock(&achip->conn_lock);
|
|
|
|
found = false;
|
|
list_for_each_entry(conn, &achip->conns, node) {
|
|
if (conn->pin == pin) {
|
|
found = true;
|
|
desc = conn->desc;
|
|
break;
|
|
}
|
|
}
|
|
if (!found) {
|
|
desc = gpiochip_request_own_desc(chip, pin,
|
|
"ACPI:OpRegion");
|
|
if (IS_ERR(desc)) {
|
|
status = AE_ERROR;
|
|
mutex_unlock(&achip->conn_lock);
|
|
goto out;
|
|
}
|
|
|
|
switch (agpio->io_restriction) {
|
|
case ACPI_IO_RESTRICT_INPUT:
|
|
gpiod_direction_input(desc);
|
|
break;
|
|
case ACPI_IO_RESTRICT_OUTPUT:
|
|
/*
|
|
* ACPI GPIO resources don't contain an
|
|
* initial value for the GPIO. Therefore we
|
|
* deduce that value from the pull field
|
|
* instead. If the pin is pulled up we
|
|
* assume default to be high, otherwise
|
|
* low.
|
|
*/
|
|
gpiod_direction_output(desc, pull_up);
|
|
break;
|
|
default:
|
|
/*
|
|
* Assume that the BIOS has configured the
|
|
* direction and pull accordingly.
|
|
*/
|
|
break;
|
|
}
|
|
|
|
conn = kzalloc(sizeof(*conn), GFP_KERNEL);
|
|
if (!conn) {
|
|
status = AE_NO_MEMORY;
|
|
gpiochip_free_own_desc(desc);
|
|
mutex_unlock(&achip->conn_lock);
|
|
goto out;
|
|
}
|
|
|
|
conn->pin = pin;
|
|
conn->desc = desc;
|
|
list_add_tail(&conn->node, &achip->conns);
|
|
}
|
|
|
|
mutex_unlock(&achip->conn_lock);
|
|
|
|
if (function == ACPI_WRITE)
|
|
gpiod_set_raw_value_cansleep(desc,
|
|
!!((1 << i) & *value));
|
|
else
|
|
*value |= (u64)gpiod_get_raw_value_cansleep(desc) << i;
|
|
}
|
|
|
|
out:
|
|
ACPI_FREE(ares);
|
|
return status;
|
|
}
|
|
|
|
static void acpi_gpiochip_request_regions(struct acpi_gpio_chip *achip)
|
|
{
|
|
struct gpio_chip *chip = achip->chip;
|
|
acpi_handle handle = ACPI_HANDLE(chip->dev);
|
|
acpi_status status;
|
|
|
|
INIT_LIST_HEAD(&achip->conns);
|
|
mutex_init(&achip->conn_lock);
|
|
status = acpi_install_address_space_handler(handle, ACPI_ADR_SPACE_GPIO,
|
|
acpi_gpio_adr_space_handler,
|
|
NULL, achip);
|
|
if (ACPI_FAILURE(status))
|
|
dev_err(chip->dev, "Failed to install GPIO OpRegion handler\n");
|
|
}
|
|
|
|
static void acpi_gpiochip_free_regions(struct acpi_gpio_chip *achip)
|
|
{
|
|
struct gpio_chip *chip = achip->chip;
|
|
acpi_handle handle = ACPI_HANDLE(chip->dev);
|
|
struct acpi_gpio_connection *conn, *tmp;
|
|
acpi_status status;
|
|
|
|
status = acpi_remove_address_space_handler(handle, ACPI_ADR_SPACE_GPIO,
|
|
acpi_gpio_adr_space_handler);
|
|
if (ACPI_FAILURE(status)) {
|
|
dev_err(chip->dev, "Failed to remove GPIO OpRegion handler\n");
|
|
return;
|
|
}
|
|
|
|
list_for_each_entry_safe_reverse(conn, tmp, &achip->conns, node) {
|
|
gpiochip_free_own_desc(conn->desc);
|
|
list_del(&conn->node);
|
|
kfree(conn);
|
|
}
|
|
}
|
|
|
|
void acpi_gpiochip_add(struct gpio_chip *chip)
|
|
{
|
|
struct acpi_gpio_chip *acpi_gpio;
|
|
acpi_handle handle;
|
|
acpi_status status;
|
|
|
|
if (!chip || !chip->dev)
|
|
return;
|
|
|
|
handle = ACPI_HANDLE(chip->dev);
|
|
if (!handle)
|
|
return;
|
|
|
|
acpi_gpio = kzalloc(sizeof(*acpi_gpio), GFP_KERNEL);
|
|
if (!acpi_gpio) {
|
|
dev_err(chip->dev,
|
|
"Failed to allocate memory for ACPI GPIO chip\n");
|
|
return;
|
|
}
|
|
|
|
acpi_gpio->chip = chip;
|
|
|
|
status = acpi_attach_data(handle, acpi_gpio_chip_dh, acpi_gpio);
|
|
if (ACPI_FAILURE(status)) {
|
|
dev_err(chip->dev, "Failed to attach ACPI GPIO chip\n");
|
|
kfree(acpi_gpio);
|
|
return;
|
|
}
|
|
|
|
acpi_gpiochip_request_regions(acpi_gpio);
|
|
}
|
|
|
|
void acpi_gpiochip_remove(struct gpio_chip *chip)
|
|
{
|
|
struct acpi_gpio_chip *acpi_gpio;
|
|
acpi_handle handle;
|
|
acpi_status status;
|
|
|
|
if (!chip || !chip->dev)
|
|
return;
|
|
|
|
handle = ACPI_HANDLE(chip->dev);
|
|
if (!handle)
|
|
return;
|
|
|
|
status = acpi_get_data(handle, acpi_gpio_chip_dh, (void **)&acpi_gpio);
|
|
if (ACPI_FAILURE(status)) {
|
|
dev_warn(chip->dev, "Failed to retrieve ACPI GPIO chip\n");
|
|
return;
|
|
}
|
|
|
|
acpi_gpiochip_free_regions(acpi_gpio);
|
|
|
|
acpi_detach_data(handle, acpi_gpio_chip_dh);
|
|
kfree(acpi_gpio);
|
|
}
|