1. 4a08d63 gpiolib: acpi: make fwnode take precedence in struct gpio_chip by Andy Shevchenko · 3 years ago
  2. be3dc15 gpiolib: acpi: Unify debug and other messages format by Andy Shevchenko · 3 years, 1 month ago
  3. bdfd6ab gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use by Hans de Goede · 3 years, 1 month ago
  4. 2ff64a8 gpiolib: acpi: shrink devm_acpi_dev_add_driver_gpios() by Andy Shevchenko · 3 years, 2 months ago
  5. 507805b gpiolib: acpi: Remove never used devm_acpi_dev_remove_driver_gpios() by Andy Shevchenko · 3 years, 2 months ago
  6. adb5151 gpiolib: acpi: Replace custom code with device_match_acpi_handle() by Andy Shevchenko · 3 years, 2 months ago
  7. cef0d02 gpiolib: acpi: Make set-debounce-timeout failures non fatal by Hans de Goede · 3 years, 4 months ago
  8. c8d9c36 Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hans by Hans de Goede · 3 years, 6 months ago
  9. a9e10e5 ACPI: scan: Extend acpi_walk_dep_device_list() by Daniel Scally · 3 years, 7 months ago
  10. 043d7f0 gpiolib: acpi: Add acpi_gpio_get_io_resource() by Daniel Scally · 3 years, 7 months ago
  11. 43582f2 gpiolib: acpi: Introduce acpi_get_and_request_gpiod() helper by Daniel Scally · 3 years, 7 months ago
  12. da91ece gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055 by Hans de Goede · 3 years, 9 months ago
  13. 515321a gpiolib: Introduce acpi_gpio_dev_init() and call it from core by Andy Shevchenko · 3 years, 10 months ago
  14. 8093902 gpiolib: acpi: Allow to find GpioInt() resource by name and index by Andy Shevchenko · 3 years, 10 months ago
  15. 62d5247 gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk by Andy Shevchenko · 3 years, 10 months ago
  16. 6e5d579 gpiolib: acpi: Add missing IRQF_ONESHOT by Yang Li · 3 years, 10 months ago
  17. 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, 1 month ago
  18. bc5d098 gpiolib: acpi: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  19. 2c4d00c gpiolib: acpi: Use BIT() macro to increase readability by Andy Shevchenko · 4 years, 2 months ago
  20. 74301f2 gpiolib: acpi: Convert pin_index to be u16 by Andy Shevchenko · 4 years, 2 months ago
  21. 2e2b496 gpiolib: acpi: Extract acpi_request_own_gpiod() helper by Andy Shevchenko · 4 years, 2 months ago
  22. bca4048 gpiolib: acpi: Make acpi_gpio_to_gpiod_flags() usable for GpioInt() by Andy Shevchenko · 4 years, 2 months ago
  23. 56f7058 gpiolib: acpi: Set initial value for output pin based on bias and polarity by Vasile-Laurentiu Stanimir · 4 years, 3 months ago
  24. 1a81f19 gpiolib: acpi: Move acpi_gpio_to_gpiod_flags() upper in the code by Andy Shevchenko · 4 years, 2 months ago
  25. ce698f4 gpiolib: acpi: Move non-critical code outside of critical section by Andy Shevchenko · 4 years, 2 months ago
  26. 8dcb7a1 gpiolib: acpi: Take into account debounce settings by Andy Shevchenko · 4 years, 2 months ago
  27. 32fa655 gpiolib: acpi: Use named item for enum gpiod_flags variable by Andy Shevchenko · 4 years, 2 months ago
  28. e7b7313 gpiolib: acpi: Respect bias settings for GpioInt() resource by Andy Shevchenko · 4 years, 2 months ago
  29. 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, 3 months ago
  30. 7cba1a4 gpiolib: generalize devprop_gpiochip_set_names() for device properties by Bartosz Golaszewski · 4 years, 4 months ago
  31. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  32. 04fd1ca gpiolib: acpi: Add missing __init(const) markers to initcall-s by Hans de Goede · 4 years, 9 months ago
  33. 0c625cc gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 model by Hans de Goede · 4 years, 10 months ago
  34. 0e91506 gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 model by Hans de Goede · 4 years, 10 months ago
  35. 2ccb21f gpiolib: acpi: Rework honor_wakeup option into an ignore_wake option by Hans de Goede · 4 years, 10 months ago
  36. efaa87f gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk by Hans de Goede · 4 years, 10 months ago
  37. aa23ca3 gpiolib: acpi: Add honor_wakeup module-option + quirk mechanism by Hans de Goede · 5 years ago
  38. 1ad1b54 gpiolib: acpi: Turn dmi_system_id table into a generic quirk table by Hans de Goede · 5 years ago
  39. 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
  40. d4fc46f gpiolib: acpi: Make acpi_gpiochip_alloc_event always return AE_OK by Hans de Goede · 5 years ago
  41. 3f86a7e gpiolib: acpi: Print pin number on acpi_gpiochip_alloc_event errors by Hans de Goede · 5 years ago
  42. 2727315 gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklist by Hans de Goede · 5 years ago
  43. 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
  44. 61f7f7c gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklist by Hans de Goede · 5 years ago
  45. 4f78d91 gpiolib: acpi: make acpi_can_fallback_to_crs() static by Dmitry Torokhov · 5 years ago
  46. 2838bf9 gpiolib-acpi: Move acpi_dev_add_driver_gpios() et al to consumer.h by Andy Shevchenko · 5 years ago
  47. 77cb907 gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.h by Andy Shevchenko · 5 years ago
  48. 5923ea6 gpio: pass lookup and descriptor flags to request_own by Linus Walleij · 6 years ago
  49. 2d3b6db gpiolib: acpi: Respect pin bias setting by Andy Shevchenko · 6 years ago
  50. 606be34 gpiolib: acpi: Add acpi_gpio_update_gpiod_lookup_flags() helper by Andy Shevchenko · 6 years ago
  51. 24a4954 gpiolib: acpi: Set pin value, based on bias, more accurately by Andy Shevchenko · 6 years ago
  52. 80c8d92 gpiolib: acpi: Change type of dflags by Andy Shevchenko · 6 years ago
  53. 2d6c06f gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULT by Andy Shevchenko · 6 years ago
  54. fed7026 gpiolib: Make use of enum gpio_lookup_flags consistent by Andy Shevchenko · 6 years ago
  55. 85edcd0 gpiolib: acpi: Fix references in kernel doc and amend by Andy Shevchenko · 6 years ago
  56. 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
  57. 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
  58. 7db52b5 Merge branch 'acpica' by Rafael J. Wysocki · 6 years ago
  59. c163f90c ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formatting by Erik Schmauss · 6 years ago
  60. 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
  61. 4d1f7a6 gpiolib: acpi: Introduce ACPI_GPIO_QUIRK_ONLY_GPIOIO by Andy Shevchenko · 6 years ago
  62. 876811f gpiolib: acpi: Correct kernel doc of struct acpi_gpio_event by Andy Shevchenko · 6 years ago
  63. 72893f0 gpiolib-acpi: Preserve non direction flags when updating gpiod_flags by Hans de Goede · 6 years ago
  64. 8625232 gpiolib-acpi: Remove unnecessary WARN_ON from acpi_gpiochip_free_interrupts by Hans de Goede · 6 years ago
  65. 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
  66. 6c905f9 gpiolib-acpi: remove unused variable 'err', cleans up build warning by Colin Ian King · 6 years ago
  67. 21abf10 gpio: Pass a flag to gpiochip_request_own_desc() by Linus Walleij · 6 years ago
  68. e59f5e0 gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlers by Hans de Goede · 6 years ago
  69. 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
  70. 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
  71. 5f5e489 ACPI / property: Allow multiple property compatible _DSD entries by Mika Westerberg · 6 years ago
  72. dae5f0a gpio: Use SPDX header for core library by Linus Walleij · 6 years ago
  73. f13a0b0 gpio: Get rid of legacy header by Linus Walleij · 6 years ago
  74. 78d3a92 gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcall by Hans de Goede · 6 years ago
  75. 993b9bc gpiolib: acpi: Switch to cansleep version of GPIO library call by Andy Shevchenko · 6 years ago
  76. 2c20443 Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  77. ca876c7 gpiolib-acpi: make sure we trigger edge events at least once on boot by Benjamin Tissoires · 6 years ago
  78. 977d5ad ACPI: Convert ACPI reference args to generic fwnode reference args by Sakari Ailus · 6 years ago
  79. ef991796 Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 7 years ago
  80. 9798f51 Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  81. 8227033 gpio: fix "gpio-line-names" property retrieval by Christophe Leroy · 7 years ago
  82. 1b2ca32 gpiolib: acpi: Introduce NO_RESTRICTION quirk by Andy Shevchenko · 7 years ago
  83. ce0929d gpiolib: acpi: Add quirks field to struct acpi_gpio_mapping by Andy Shevchenko · 7 years ago
  84. 5c34b6c gpiolib: acpi: Consolidate debug output in acpi_gpio_update_gpiod_flags() by Andy Shevchenko · 7 years ago
  85. 5870cff47 gpiolib: acpi: Move adev member to struct acpi_gpio_info by Andy Shevchenko · 7 years ago
  86. 08be1a7 gpiolib: acpi: Don't contaminate return parameter in case of error by Andy Shevchenko · 7 years ago
  87. f67a6c1 gpiolib: acpi: Assign polarity when call acpi_populate_gpio_lookup() by Andy Shevchenko · 7 years ago
  88. 03c4749 gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation by Mika Westerberg · 7 years ago
  89. e40a3ae gpio: acpi: work around false-positive -Wstring-overflow warning by Arnd Bergmann · 7 years ago
  90. db05c7e gpio: acpi: Fixup kerneldoc by Thierry Reding · 7 years ago
  91. c7d28ec Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  92. c06632e gpio: acpi: Skip _AEI entries without a handler rather then aborting the scan by Hans de Goede · 8 years ago
  93. 25e3ef8 gpio: acpi: Split out acpi_gpio_get_irq_resource() helper by Andy Shevchenko · 8 years ago
  94. a31f5c3 gpio: acpi: Override GPIO initialization flags by Andy Shevchenko · 8 years ago
  95. 2eca25a gpio: acpi: Factor out acpi_gpio_to_gpiod_flags() helper by Andy Shevchenko · 8 years ago
  96. 6fe9da4 gpio: acpi: Synchronize acpi_find_gpio() and acpi_gpio_count() by Andy Shevchenko · 8 years ago
  97. f10e4bf gpio: acpi: Even more tighten up ACPI GPIO lookups by Andy Shevchenko · 8 years ago
  98. fe06b56 gpio: acpi: Do sanity check for GpioInt in acpi_find_gpio() by Andy Shevchenko · 8 years ago
  99. 9e66504 gpio: acpi: Align acpi_find_gpio() with DT version by Andy Shevchenko · 8 years ago
  100. 2bd8040 Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago