summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-acpi.c
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: Update documentation of struct acpi_gpio_infoAndy Shevchenko2017-01-111-3/+2
* Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2016-12-131-11/+96
|\
| * ACPI / gpio: avoid warning for gpio hogging codeArnd Bergmann2016-11-091-4/+4
| * ACPI / gpio: make acpi_gpiochip_parse_own_gpio staticWei Yongjun2016-10-311-3/+3
| * ACPI / gpio: add missing fwnode_handle_put() in acpi_gpiochip_scan_gpios()Wei Yongjun2016-10-311-0/+1
| * ACPI / gpio: Add support for naming GPIOsMika Westerberg2016-10-241-0/+3
| * ACPI / gpio: Add hogging supportMika Westerberg2016-10-241-0/+71
| * ACPI / gpio: Allow holes in list of GPIOs for a deviceMika Westerberg2016-10-241-11/+21
* | gpio / ACPI: fix returned error from acpi_dev_gpio_irq_get()David Arcari2016-10-201-2/+5
|/
* gpio: acpi: separation of concernsLinus Walleij2016-10-031-3/+54
* gpio: acpi: add _DEP support for Acer One 10Rui Zhang2016-06-151-0/+1
* gpiolib-acpi: Duplicate con_id string when adding it to the crs lookup listVille Syrjälä2016-04-301-1/+1
* gpio: move the pin ranges into gpio_deviceLinus Walleij2016-02-161-9/+9
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-22/+25
|\
| * gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov2015-11-191-0/+43
| * gpio: change member .dev to .parentLinus Walleij2015-11-191-22/+25
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-01-131-0/+43
|\ \
| * | gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov2015-12-131-0/+43
| |/
* / ACPI / gpio: Add irq_type when a GPIO is used as an interruptChristophe RICARD2016-01-011-6/+27
|/
* Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-041-44/+109
|\
| * ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki2015-09-151-5/+53
| * ACPI / gpio: Split acpi_get_gpiod_by_index()Rafael J. Wysocki2015-09-151-47/+64
* | gpio / ACPI: Allow shared GPIO event to be read via operation regionMika Westerberg2015-10-311-1/+20
|/
* treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-1/+1
* gpio / ACPI: Return -EPROBE_DEFER if the gpiochip was not foundMika Westerberg2015-06-111-4/+5
* GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module useHanjun Guo2015-06-101-0/+2
* Merge tag 'v4.1-rc3' into develLinus Walleij2015-05-121-1/+1
|\
| * gpiolib: change gpio pin from unsigned to signed in acpi callbackQipeng Zha2015-04-271-1/+1
* | gpio / ACPI: Add support for retrieving GpioInt resources from a deviceMika Westerberg2015-05-111-0/+29
|/
* Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-04-181-1/+85
|\
| * gpio / ACPI: Use local variable instead of ACPI_HANDLE()Rafael J. Wysocki2015-03-191-1/+1
| * gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim2015-03-051-0/+84
* | gpiolib: translate pin number in GPIO ACPI callbacksqipeng.zha2015-03-191-0/+10
|/
* Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-12-141-3/+3
|\
| * gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-281-3/+3
* | Merge tag 'pinctrl-v3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-111-3/+59
|\ \
| * | gpio / ACPI: Add knowledge about pin controllers to acpi_get_gpiod()Mika Westerberg2014-11-041-3/+59
| |/
* | ACPI / property: Drop size_prop from acpi_dev_get_property_reference()Rafael J. Wysocki2014-11-051-1/+1
* | ACPI / GPIO: Driver GPIO mappings for ACPI GPIOsRafael J. Wysocki2014-11-041-2/+41
* | gpio / ACPI: Add support for _DSD device propertiesMika Westerberg2014-11-041-14/+64
|/
* Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-091-19/+11
|\
| * gpio: change gpiochip_request_own_desc() prototypeAlexandre Courbot2014-08-291-17/+3
| * gpio: acpi: normalize use of gpiochip_get_desc()Alexandre Courbot2014-08-291-8/+14
* | gpio / ACPI: Use pin index and bit lengthSrinivas Pandruvada2014-09-241-1/+4
|/
* gpio / ACPI: Move event handling registration to gpiolib irqchip helpersMika Westerberg2014-07-281-10/+28
* gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot2014-07-231-3/+3
* gpio / ACPI: use *_cansleep version of gpiod_get/set APIsAaron Lu2014-05-231-2/+3
* gpio / ACPI: Prevent potential wrap of GPIO value on OpRegion readMika Westerberg2014-04-141-1/+1
* gpio / ACPI: Don't crash on NULL chip->devMika Westerberg2014-04-141-2/+8
* gpio / ACPI: Add support for ACPI GPIO operation regionsMika Westerberg2014-03-141-0/+163