- 2c96606 Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 1 year, 10 months ago
- 782eea0 gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU by Werner Sembach · 1 year, 11 months ago
- af3b462 gpiolib: acpi: Move ACPI device NULL check to acpi_get_driver_gpio_data() by Andy Shevchenko · 2 years, 1 month ago
- 5062e4c gpiolib: acpi: use the fwnode in acpi_gpiochip_find() by Benjamin Tissoires · 2 years ago
- 5adc409 ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() helper by Hans de Goede · 2 years ago
- 380c7ba3 gpiolib: Clean up headers by Andy Shevchenko · 2 years ago
- 17bbc46 Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 2 years ago
- a69982c gpiolib: acpi: Add a ignore wakeup quirk for Clevo NH5xAx by Werner Sembach · 2 years ago
- 70d0fc4 gpiolib: Get rid of not used of_node member by Andy Shevchenko · 2 years, 2 months ago
- d63f11c gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode by Mario Limonciello · 2 years, 1 month ago
- 4cb7861 gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU by Mario Limonciello · 2 years, 1 month ago
- 0e3b175 gpiolib: acpi: Allow ignoring wake capability on pins that aren't in _AEI by Mario Limonciello · 2 years, 1 month ago
- 8fd3f7b Merge tag 'intel-gpio-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-next by Bartosz Golaszewski · 2 years, 3 months ago
- 8eb1f71 gpiolib: consolidate GPIO lookups by Dmitry Torokhov · 2 years, 3 months ago
- b7452d6 gpiolib: acpi: avoid leaking ACPI details into upper gpiolib layers by Dmitry Torokhov · 2 years, 3 months ago
- 16ba046 gpiolib: acpi: teach acpi_find_gpio() to handle data-only nodes by Dmitry Torokhov · 2 years, 3 months ago
- 2b6bce8 gpiolib: acpi: change acpi_find_gpio() to accept firmware node by Dmitry Torokhov · 2 years, 3 months ago
- eac001b gpiolib: acpi: Use METHOD_NAME__AEI macro for acpi_walk_resources by Xiang Yang · 2 years, 4 months ago
- 3a1e24f Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 2 years, 4 months ago
- 4c99256 gpiolib: acpi: Add wake_capable variants of acpi_dev_gpio_irq_get by Raul E Rangel · 2 years, 5 months ago
- 0ea76c4 gpiolib: acpi: Add a quirk for Asus UM325UAZ by Mario Limonciello · 2 years, 7 months ago
- 6b6af7b gpiolib: acpi: Add support to ignore programming an interrupt by Mario Limonciello · 2 years, 7 months ago
- 6fd03f0 gpiolib: acpi: support bias pull disable by Nuno Sá · 2 years, 7 months ago
- 0c2cae0 gpiolib: acpi: Convert type for pin to be unsigned by Andy Shevchenko · 3 years ago
- 213d266 gpiolib: acpi: use correct format characters by Linus Torvalds · 3 years ago
- 660c619 gpiolib: acpi: Convert ACPI value of debounce to microseconds by Andy Shevchenko · 3 years ago
- 4a08d63 gpiolib: acpi: make fwnode take precedence in struct gpio_chip by Andy Shevchenko · 3 years, 2 months ago
- be3dc15 gpiolib: acpi: Unify debug and other messages format by Andy Shevchenko · 3 years, 3 months ago
- bdfd6ab gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use by Hans de Goede · 3 years, 3 months ago
- 2ff64a8 gpiolib: acpi: shrink devm_acpi_dev_add_driver_gpios() by Andy Shevchenko · 3 years, 3 months ago
- 507805b gpiolib: acpi: Remove never used devm_acpi_dev_remove_driver_gpios() by Andy Shevchenko · 3 years, 3 months ago
- adb5151 gpiolib: acpi: Replace custom code with device_match_acpi_handle() by Andy Shevchenko · 3 years, 4 months ago
- cef0d02 gpiolib: acpi: Make set-debounce-timeout failures non fatal by Hans de Goede · 3 years, 6 months ago
- c8d9c36 Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hans by Hans de Goede · 3 years, 8 months ago
- a9e10e5 ACPI: scan: Extend acpi_walk_dep_device_list() by Daniel Scally · 3 years, 9 months ago
- 043d7f0 gpiolib: acpi: Add acpi_gpio_get_io_resource() by Daniel Scally · 3 years, 9 months ago
- 43582f2 gpiolib: acpi: Introduce acpi_get_and_request_gpiod() helper by Daniel Scally · 3 years, 9 months ago
- da91ece gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055 by Hans de Goede · 3 years, 11 months ago
- 515321a gpiolib: Introduce acpi_gpio_dev_init() and call it from core by Andy Shevchenko · 4 years ago
- 8093902 gpiolib: acpi: Allow to find GpioInt() resource by name and index by Andy Shevchenko · 4 years ago
- 62d5247 gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk by Andy Shevchenko · 4 years ago
- 6e5d579 gpiolib: acpi: Add missing IRQF_ONESHOT by Yang Li · 4 years ago
- 40b3700 Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 4 years, 2 months ago
- bc5d098 gpiolib: acpi: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 3 months ago
- 2c4d00c gpiolib: acpi: Use BIT() macro to increase readability by Andy Shevchenko · 4 years, 3 months ago
- 74301f2 gpiolib: acpi: Convert pin_index to be u16 by Andy Shevchenko · 4 years, 3 months ago
- 2e2b496 gpiolib: acpi: Extract acpi_request_own_gpiod() helper by Andy Shevchenko · 4 years, 3 months ago
- bca4048 gpiolib: acpi: Make acpi_gpio_to_gpiod_flags() usable for GpioInt() by Andy Shevchenko · 4 years, 3 months ago
- 56f7058 gpiolib: acpi: Set initial value for output pin based on bias and polarity by Vasile-Laurentiu Stanimir · 4 years, 5 months ago
- 1a81f19 gpiolib: acpi: Move acpi_gpio_to_gpiod_flags() upper in the code by Andy Shevchenko · 4 years, 3 months ago
- ce698f4 gpiolib: acpi: Move non-critical code outside of critical section by Andy Shevchenko · 4 years, 3 months ago
- 8dcb7a1 gpiolib: acpi: Take into account debounce settings by Andy Shevchenko · 4 years, 3 months ago
- 32fa655 gpiolib: acpi: Use named item for enum gpiod_flags variable by Andy Shevchenko · 4 years, 3 months ago
- e7b7313 gpiolib: acpi: Respect bias settings for GpioInt() resource by Andy Shevchenko · 4 years, 3 months ago
- 0486bea Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 4 years, 4 months ago
- 7cba1a4 gpiolib: generalize devprop_gpiochip_set_names() for device properties by Bartosz Golaszewski · 4 years, 5 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
- 04fd1ca gpiolib: acpi: Add missing __init(const) markers to initcall-s by Hans de Goede · 5 years ago
- 0c625cc gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 model by Hans de Goede · 5 years ago
- 0e91506 gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 model by Hans de Goede · 5 years ago
- 2ccb21f gpiolib: acpi: Rework honor_wakeup option into an ignore_wake option by Hans de Goede · 5 years ago
- efaa87f gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk by Hans de Goede · 5 years ago
- aa23ca3 gpiolib: acpi: Add honor_wakeup module-option + quirk mechanism by Hans de Goede · 5 years ago
- 1ad1b54 gpiolib: acpi: Turn dmi_system_id table into a generic quirk table by Hans de Goede · 5 years ago
- 99a0d9f Merge tag 'gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 5 years ago
- d4fc46f gpiolib: acpi: Make acpi_gpiochip_alloc_event always return AE_OK by Hans de Goede · 5 years ago
- 3f86a7e gpiolib: acpi: Print pin number on acpi_gpiochip_alloc_event errors by Hans de Goede · 5 years ago
- 2727315 gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklist by Hans de Goede · 5 years ago
- bbfe0d6 Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 5 years ago
- 61f7f7c gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklist by Hans de Goede · 5 years ago
- 4f78d91 gpiolib: acpi: make acpi_can_fallback_to_crs() static by Dmitry Torokhov · 5 years ago
- 2838bf9 gpiolib-acpi: Move acpi_dev_add_driver_gpios() et al to consumer.h by Andy Shevchenko · 6 years ago
- 77cb907 gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.h by Andy Shevchenko · 6 years ago
- 5923ea6 gpio: pass lookup and descriptor flags to request_own by Linus Walleij · 6 years ago
- 2d3b6db gpiolib: acpi: Respect pin bias setting by Andy Shevchenko · 6 years ago
- 606be34 gpiolib: acpi: Add acpi_gpio_update_gpiod_lookup_flags() helper by Andy Shevchenko · 6 years ago
- 24a4954 gpiolib: acpi: Set pin value, based on bias, more accurately by Andy Shevchenko · 6 years ago
- 80c8d92 gpiolib: acpi: Change type of dflags by Andy Shevchenko · 6 years ago
- 2d6c06f gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULT by Andy Shevchenko · 6 years ago
- fed7026 gpiolib: Make use of enum gpio_lookup_flags consistent by Andy Shevchenko · 6 years ago
- 85edcd0 gpiolib: acpi: Fix references in kernel doc and amend by Andy Shevchenko · 6 years ago
- 3601fe4 Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
- da2577fe Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago
- 7db52b5 Merge branch 'acpica' by Rafael J. Wysocki · 6 years ago
- c163f90c ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formatting by Erik Schmauss · 6 years ago
- 8fab3d7 Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 6 years ago
- 4d1f7a6 gpiolib: acpi: Introduce ACPI_GPIO_QUIRK_ONLY_GPIOIO by Andy Shevchenko · 6 years ago
- 876811f gpiolib: acpi: Correct kernel doc of struct acpi_gpio_event by Andy Shevchenko · 6 years ago
- 72893f0 gpiolib-acpi: Preserve non direction flags when updating gpiod_flags by Hans de Goede · 6 years ago
- 8625232 gpiolib-acpi: Remove unnecessary WARN_ON from acpi_gpiochip_free_interrupts by Hans de Goede · 6 years ago
- 24dc836 Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
- 6c905f9 gpiolib-acpi: remove unused variable 'err', cleans up build warning by Colin Ian King · 6 years ago
- 21abf103 gpio: Pass a flag to gpiochip_request_own_desc() by Linus Walleij · 6 years ago
- e59f5e0 gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlers by Hans de Goede · 6 years ago
- bd6bf7c Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
- 114b5f8 Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
- 5f5e489 ACPI / property: Allow multiple property compatible _DSD entries by Mika Westerberg · 6 years ago
- dae5f0a gpio: Use SPDX header for core library by Linus Walleij · 6 years ago
- f13a0b0 gpio: Get rid of legacy header by Linus Walleij · 6 years ago
- 78d3a92 gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcall by Hans de Goede · 7 years ago