aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-acpi.c
AgeCommit message (Expand)Author
2020-12-09Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Walleij
2020-12-01gpiolib: acpi: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-16gpiolib: acpi: Use BIT() macro to increase readabilityAndy Shevchenko
2020-11-16gpiolib: acpi: Convert pin_index to be u16Andy Shevchenko
2020-11-16gpiolib: acpi: Extract acpi_request_own_gpiod() helperAndy Shevchenko
2020-11-16gpiolib: acpi: Make acpi_gpio_to_gpiod_flags() usable for GpioInt()Andy Shevchenko
2020-11-16gpiolib: acpi: Set initial value for output pin based on bias and polarityVasile-Laurentiu Stanimir
2020-11-16gpiolib: acpi: Move acpi_gpio_to_gpiod_flags() upper in the codeAndy Shevchenko
2020-11-16gpiolib: acpi: Move non-critical code outside of critical sectionAndy Shevchenko
2020-11-16gpiolib: acpi: Take into account debounce settingsAndy Shevchenko
2020-11-16gpiolib: acpi: Use named item for enum gpiod_flags variableAndy Shevchenko
2020-11-16gpiolib: acpi: Respect bias settings for GpioInt() resourceAndy Shevchenko
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2020-09-14gpiolib: generalize devprop_gpiochip_set_names() for device propertiesBartosz Golaszewski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-16gpiolib: acpi: Add missing __init(const) markers to initcall-sHans de Goede
2020-03-24gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 modelHans de Goede
2020-03-11gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 modelHans de Goede
2020-03-11gpiolib: acpi: Rework honor_wakeup option into an ignore_wake optionHans de Goede
2020-03-11gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirkHans de Goede
2020-01-07gpiolib: acpi: Add honor_wakeup module-option + quirk mechanismHans de Goede
2020-01-07gpiolib: acpi: Turn dmi_system_id table into a generic quirk tableHans de Goede
2019-12-01Merge tag 'gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-11-21gpiolib: acpi: Make acpi_gpiochip_alloc_event always return AE_OKHans de Goede
2019-11-15gpiolib: acpi: Print pin number on acpi_gpiochip_alloc_event errorsHans de Goede
2019-11-13gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklistHans de Goede
2019-09-16Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-09-11gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklistHans de Goede
2019-09-10gpiolib: acpi: make acpi_can_fallback_to_crs() staticDmitry Torokhov
2019-07-31gpiolib-acpi: Move acpi_dev_add_driver_gpios() et al to consumer.hAndy Shevchenko
2019-07-31gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.hAndy Shevchenko
2019-06-07gpio: pass lookup and descriptor flags to request_ownLinus Walleij
2019-04-23gpiolib: acpi: Respect pin bias settingAndy Shevchenko
2019-04-23gpiolib: acpi: Add acpi_gpio_update_gpiod_lookup_flags() helperAndy Shevchenko
2019-04-23gpiolib: acpi: Set pin value, based on bias, more accuratelyAndy Shevchenko
2019-04-23gpiolib: acpi: Change type of dflagsAndy Shevchenko
2019-04-23gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULTAndy Shevchenko
2019-04-23gpiolib: Make use of enum gpio_lookup_flags consistentAndy Shevchenko
2019-04-01gpiolib: acpi: Fix references in kernel doc and amendAndy Shevchenko
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-03-06Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2019-03-04Merge branch 'acpica'Rafael J. Wysocki
2019-02-24ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingErik Schmauss
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2019-02-08gpiolib: acpi: Introduce ACPI_GPIO_QUIRK_ONLY_GPIOIOAndy Shevchenko
2019-01-28gpiolib: acpi: Correct kernel doc of struct acpi_gpio_eventAndy Shevchenko
2019-01-10gpiolib-acpi: Preserve non direction flags when updating gpiod_flagsHans de Goede
2019-01-07gpiolib-acpi: Remove unnecessary WARN_ON from acpi_gpiochip_free_interruptsHans de Goede
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-12-21gpiolib-acpi: remove unused variable 'err', cleans up build warningColin Ian King