summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib-acpi.c
AgeCommit message (Expand)Author
2019-12-17gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklistHans de Goede
2019-09-19gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklistHans de Goede
2018-12-29gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlersHans de Goede
2018-10-10gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcallHans de Goede
2018-10-10gpiolib: acpi: Switch to cansleep version of GPIO library callAndy Shevchenko
2018-09-05gpiolib-acpi: make sure we trigger edge events at least once on bootBenjamin Tissoires
2018-01-02gpio: fix "gpio-line-names" property retrievalChristophe Leroy
2017-09-19gpio: acpi: work around false-positive -Wstring-overflow warningArnd Bergmann
2017-08-14gpio: acpi: Fixup kerneldocThierry Reding
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2017-06-29gpio: acpi: Skip _AEI entries without a handler rather then aborting the scanHans de Goede
2017-05-29gpio: acpi: Split out acpi_gpio_get_irq_resource() helperAndy Shevchenko
2017-05-29gpio: acpi: Override GPIO initialization flagsAndy Shevchenko
2017-05-29gpio: acpi: Factor out acpi_gpio_to_gpiod_flags() helperAndy Shevchenko
2017-05-29gpio: acpi: Synchronize acpi_find_gpio() and acpi_gpio_count()Andy Shevchenko
2017-05-29gpio: acpi: Even more tighten up ACPI GPIO lookupsAndy Shevchenko
2017-05-29gpio: acpi: Do sanity check for GpioInt in acpi_find_gpio()Andy Shevchenko
2017-05-29gpio: acpi: Align acpi_find_gpio() with DT versionAndy Shevchenko
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2017-03-30ACPI / gpio: do not fall back to parsing _CRS when we get a deferralDmitry Torokhov
2017-03-30gpio: acpi: Call enable_irq_wake for _IAE GpioInts with Wake setHans de Goede
2017-03-16gpio: acpi: Ignore -EPROBE_DEFER for unselected gpiointsHans de Goede
2017-03-16gpio: acpi: Don't return 0 on acpi_gpio_count()Andy Shevchenko
2017-03-15gpio: acpi: Add managed variant of acpi_dev_add_driver_gpios()Andy Shevchenko
2017-01-11gpiolib: Update documentation of struct acpi_gpio_infoAndy Shevchenko
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2016-11-09ACPI / gpio: avoid warning for gpio hogging codeArnd Bergmann
2016-10-31ACPI / gpio: make acpi_gpiochip_parse_own_gpio staticWei Yongjun
2016-10-31ACPI / gpio: add missing fwnode_handle_put() in acpi_gpiochip_scan_gpios()Wei Yongjun
2016-10-24ACPI / gpio: Add support for naming GPIOsMika Westerberg
2016-10-24ACPI / gpio: Add hogging supportMika Westerberg
2016-10-24ACPI / gpio: Allow holes in list of GPIOs for a deviceMika Westerberg
2016-10-20gpio / ACPI: fix returned error from acpi_dev_gpio_irq_get()David Arcari
2016-10-03gpio: acpi: separation of concernsLinus Walleij
2016-06-15gpio: acpi: add _DEP support for Acer One 10Rui Zhang
2016-04-30gpiolib-acpi: Duplicate con_id string when adding it to the crs lookup listVille Syrjälä
2016-02-16gpio: move the pin ranges into gpio_deviceLinus Walleij
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2016-01-01ACPI / gpio: Add irq_type when a GPIO is used as an interruptChristophe RICARD
2015-12-13gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov
2015-11-19gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-10-31gpio / ACPI: Allow shared GPIO event to be read via operation regionMika Westerberg
2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki
2015-09-15ACPI / gpio: Split acpi_get_gpiod_by_index()Rafael J. Wysocki
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada
2015-06-11gpio / ACPI: Return -EPROBE_DEFER if the gpiochip was not foundMika Westerberg
2015-06-10GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module useHanjun Guo