summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib-acpi.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-3/+0
2020-09-14gpiolib: generalize devprop_gpiochip_set_names() for device propertiesBartosz Golaszewski1-3/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-04-16gpiolib: acpi: Add missing __init(const) markers to initcall-sHans de Goede1-3/+3
2020-03-24gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 modelHans de Goede1-0/+15
2020-03-11gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 modelHans de Goede1-0/+15
2020-03-11gpiolib: acpi: Rework honor_wakeup option into an ignore_wake optionHans de Goede1-20/+76
2020-03-11gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirkHans de Goede1-6/+8
2020-01-07gpiolib: acpi: Add honor_wakeup module-option + quirk mechanismHans de Goede1-1/+31
2020-01-07gpiolib: acpi: Turn dmi_system_id table into a generic quirk tableHans de Goede1-4/+15
2019-12-01Merge tag 'gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-5/+12
2019-11-21gpiolib: acpi: Make acpi_gpiochip_alloc_event always return AE_OKHans de Goede1-2/+3
2019-11-15gpiolib: acpi: Print pin number on acpi_gpiochip_alloc_event errorsHans de Goede1-3/+9
2019-11-13gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklistHans de Goede1-0/+17
2019-09-16Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-9/+18
2019-09-11gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklistHans de Goede1-4/+38
2019-09-10gpiolib: acpi: make acpi_can_fallback_to_crs() staticDmitry Torokhov1-9/+10
2019-07-31gpiolib-acpi: Move acpi_dev_add_driver_gpios() et al to consumer.hAndy Shevchenko1-0/+7
2019-07-31gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.hAndy Shevchenko1-0/+1
2019-06-07gpio: pass lookup and descriptor flags to request_ownLinus Walleij1-3/+3
2019-04-23gpiolib: acpi: Respect pin bias settingAndy Shevchenko1-0/+12
2019-04-23gpiolib: acpi: Add acpi_gpio_update_gpiod_lookup_flags() helperAndy Shevchenko1-3/+10
2019-04-23gpiolib: acpi: Set pin value, based on bias, more accuratelyAndy Shevchenko1-9/+17
2019-04-23gpiolib: acpi: Change type of dflagsAndy Shevchenko1-2/+2
2019-04-23gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULTAndy Shevchenko1-2/+3
2019-04-23gpiolib: Make use of enum gpio_lookup_flags consistentAndy Shevchenko1-5/+9
2019-04-01gpiolib: acpi: Fix references in kernel doc and amendAndy Shevchenko1-20/+25
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-2/+5
2019-03-06Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-4/+11
2019-03-04Merge branch 'acpica'Rafael J. Wysocki1-1/+1
2019-02-24ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingErik Schmauss1-1/+1
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij1-6/+1
2019-02-08gpiolib: acpi: Introduce ACPI_GPIO_QUIRK_ONLY_GPIOIOAndy Shevchenko1-4/+11
2019-01-28gpiolib: acpi: Correct kernel doc of struct acpi_gpio_eventAndy Shevchenko1-1/+1
2019-01-10gpiolib-acpi: Preserve non direction flags when updating gpiod_flagsHans de Goede1-1/+4
2019-01-07gpiolib-acpi: Remove unnecessary WARN_ON from acpi_gpiochip_free_interruptsHans de Goede1-6/+1
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-11/+3
2018-12-21gpiolib-acpi: remove unused variable 'err', cleans up build warningColin Ian King1-1/+0
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij1-10/+3
2018-12-07gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlersHans de Goede1-60/+84
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-5/+1
2018-10-02ACPI / property: Allow multiple property compatible _DSD entriesMika Westerberg1-1/+1
2018-09-25gpio: Use SPDX header for core libraryLinus Walleij1-4/+1
2018-09-17gpio: Get rid of legacy headerLinus Walleij1-1/+0
2018-08-29gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcallHans de Goede1-35/+49
2018-08-29gpiolib: acpi: Switch to cansleep version of GPIO library callAndy Shevchenko1-1/+1
2018-08-14Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+7
2018-08-01gpiolib-acpi: make sure we trigger edge events at least once on bootBenjamin Tissoires1-1/+55
2018-07-23ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus1-4/+7