1. bdbe871 gpio: tegra186: Don't set parent IRQ affinity by Jon Hunter · 3 years, 8 months ago
  2. a057947 gpio: xilinx: Correct kernel doc for xgpio_probe() by Andy Shevchenko · 3 years, 8 months ago
  3. 1e948b1 gpio: cadence: Add missing MODULE_DEVICE_TABLE by Zou Wei · 3 years, 8 months ago
  4. 5d6a1b8 Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 8 months ago
  5. e29eaf1 gpio: mxs: remove useless function by Jiapeng Chong · 3 years, 9 months ago
  6. 5fe7067 gpio: it87: remove unused code by Jiapeng Chong · 3 years, 9 months ago
  7. abd7a8e gpio: 104-dio-48e: Fix coding style issues by Barney Goette · 3 years, 9 months ago
  8. 76c47d1 gpio: mpc8xxx: Add ACPI support by Ran Wang · 3 years, 10 months ago
  9. ba134d2 gpio: ich: Switch to be dependent on LPC_ICH by Andy Shevchenko · 3 years, 9 months ago
  10. c6b4853 gpio: sch: Drop MFD_CORE selection by Andy Shevchenko · 3 years, 9 months ago
  11. 71cf76d gpio: sch: depends on LPC_SCH by Randy Dunlap · 3 years, 9 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. fdc1f5df gpio: sch: Hook into ACPI GPE handler to catch GPIO edge events by Andy Shevchenko · 3 years, 10 months ago
  14. 7a81638 gpio: sch: Add edge event support by Jan Kiszka · 3 years, 10 months ago
  15. ac505b6 gpio: aggregator: Replace custom get_arg() with a generic next_arg() by Andy Shevchenko · 3 years, 10 months ago
  16. ca40daf gpio: omap: Use device_get_match_data() helper by Tian Tao · 3 years, 9 months ago
  17. 0d82fb1 gpio: Add Realtek Otto GPIO support by Sander Vanheule · 3 years, 9 months ago
  18. 65ec0a7 Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 3 years, 8 months ago
  19. 71a5cc2 Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 3 years, 8 months ago
  20. 37f00ab Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years, 8 months ago
  21. 22c4e5b Merge tag 'gpio-fixes-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 8 months ago
  22. ddd8d94 gpio: omap: Save and restore sysconfig by Tony Lindgren · 3 years, 9 months ago
  23. 33f0d9d Merge tag 'gpio-fixes-for-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 9 months ago
  24. 1658d62 Merge tags 'ib-mfd-clk-gpio-regulator-rtc-v5.13', 'ib-mfd-extcon-v5.13', 'ib-mfd-input-v5.13-1', 'ib-mfd-platform-x86-v5.13', 'ib-mfd-power-v5.13', 'ib-mfd-pwm-rtc-v5.13-1' and 'ib-regulator-list-ramp-helpers-v5.13' into ibs-for-mfd-merged by Lee Jones · 3 years, 9 months ago
  25. 703b288 gpio: Support ROHM BD71815 GPOs by Matti Vaittinen · 3 years, 9 months ago
  26. b37c384 treewide: change my e-mail address, fix my name by Marek Behún · 3 years, 9 months ago
  27. 23cf00d gpio: sysfs: Obey valid_mask by Matti Vaittinen · 3 years, 9 months ago
  28. d46bf9e gpio: regmap: set gpio_chip of_node by Álvaro Fernández Rojas · 3 years, 9 months ago
  29. e5391a0 gpio: mockup: Drop duplicate NULL check in gpio_mockup_unregister_pdevs() by Andy Shevchenko · 3 years, 10 months ago
  30. 266315f gpiolib: Fold conditionals into a simple ternary operator by Andy Shevchenko · 3 years, 10 months ago
  31. 5c63a9d gpiolib: Reuse device's fwnode to create IRQ domain by Andy Shevchenko · 3 years, 10 months ago
  32. 515321a gpiolib: Introduce acpi_gpio_dev_init() and call it from core by Andy Shevchenko · 3 years, 10 months ago
  33. 1df6254 gpiolib: Move of_node operations to gpiolib-of and correct fwnode use by Andy Shevchenko · 3 years, 10 months ago
  34. 944f4b0 gpiolib: Unify the checks on fwnode type by Andy Shevchenko · 3 years, 10 months ago
  35. 0e3333b gpio: raspberrypi-exp: Release firmware handle on unbind by Nicolas Saenz Julienne · 4 years ago
  36. 6cb59af gpiolib: Assign fwnode to parent's if no primary one provided by Andy Shevchenko · 3 years, 10 months ago
  37. 3875721e gpiolib: Fix error return code in gpiolib_dev_init() by Wei Yongjun · 3 years, 10 months ago
  38. b41ba2e gpiolib: Read "gpio-line-names" from a firmware node by Andy Shevchenko · 3 years, 10 months ago
  39. eb44133 gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2 by Andy Shevchenko · 3 years, 10 months ago
  40. 8093902 gpiolib: acpi: Allow to find GpioInt() resource by name and index by Andy Shevchenko · 3 years, 10 months ago
  41. 62d5247 gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk by Andy Shevchenko · 3 years, 10 months ago
  42. 6e5d579 gpiolib: acpi: Add missing IRQF_ONESHOT by Yang Li · 3 years, 10 months ago
  43. cf25ef6 gpio: fix gpio-device list corruption by Johan Hovold · 3 years, 10 months ago
  44. a611299 gpio: fix NULL-deref-on-deregistration regression by Johan Hovold · 3 years, 10 months ago
  45. 7ac1161 Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 10 months ago
  46. 882d6ed Merge tag 'gpio-updates-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 10 months ago
  47. f158bbe Merge tag 'mfd-next-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 3 years, 10 months ago
  48. 32c080c Merge branch 'i2c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 3 years, 10 months ago
  49. 983e4ad Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 by Linus Torvalds · 3 years, 10 months ago
  50. a8002a3 gpio: pcf857x: Fix missing first interrupt by Maxim Kiselev · 3 years, 11 months ago
  51. 35d9e69 gpio: ep93xx: refactor base IRQ number by Nikita Shubin · 3 years, 11 months ago
  52. f6b6154 gpio: ep93xx: refactor ep93xx_gpio_add_bank by Nikita Shubin · 3 years, 11 months ago
  53. 78f85c7 gpio: ep93xx: Fix typo s/hierarchial/hierarchical by Nikita Shubin · 3 years, 11 months ago
  54. 193f1b7 gpio: ep93xx: drop to_irq binding by Nikita Shubin · 3 years, 11 months ago
  55. 1827a89 gpio: ep93xx: Fix wrong irq numbers in port F by Nikita Shubin · 3 years, 11 months ago
  56. 6e551bf gpio: gpio-xilinx: Add check if width exceeds 32 by Srinivas Neeli · 4 years ago
  57. 26b0477 gpio: gpio-xilinx: Add support for suspend and resume by Srinivas Neeli · 4 years ago
  58. a32c7ca gpio: gpio-xilinx: Add interrupt support by Srinivas Neeli · 4 years ago
  59. 37ef334 gpio: gpio-xilinx: Reduce spinlock array to array by Srinivas Neeli · 4 years ago
  60. 45c5277 gpio: gpio-xilinx: Simplify with dev_err_probe() by Srinivas Neeli · 4 years ago
  61. 78034b8 gpio: msic: Drop driver from Makefile by Andy Shevchenko · 4 years ago
  62. 5a2a46a gpio: wcove: Split out to_ireg() helper and deduplicate the code by Andy Shevchenko · 4 years, 3 months ago
  63. 9fe5fcd6 gpio: wcove: Switch to use regmap_set_bits(), regmap_clear_bits() by Andy Shevchenko · 4 years ago
  64. 2edba74 gpio: wcove: Get rid of error prone casting in IRQ handler by Andy Shevchenko · 6 years ago
  65. 944dcbe gpio: intel-mid: Remove driver for deprecated platform by Andy Shevchenko · 5 years ago
  66. fe08e9e gpio: msic: Remove driver for deprecated platform by Andy Shevchenko · 5 years ago
  67. 6e004a9 gpio: aggregator: Remove trailing comma in terminator entries by Andy Shevchenko · 4 years ago
  68. b2498cb gpio: aggregator: Use compound literal from the header by Andy Shevchenko · 4 years ago
  69. deb631c gpio: aggregator: Replace isrange() by using get_options() by Andy Shevchenko · 4 years ago
  70. 1d10243 gpio: merrifield: Make bias configuration available for GPIOs by Andy Shevchenko · 4 years, 2 months ago
  71. 85b7d8a gpio: mvebu: add pwm support for Armada 8K/7K by Baruch Siach · 4 years ago
  72. 94de03c gpio: tegra: Fix irq_set_affinity by Dmitry Osipenko · 4 years ago
  73. 4a6eac2 gpio: tegra: Support building driver as a loadable module by Dmitry Osipenko · 4 years ago
  74. 66f7aaa gpio: tegra: Clean up whitespaces in tegra_gpio_driver by Dmitry Osipenko · 4 years ago
  75. b2a6115 gpio: tegra: Use debugfs_create_devm_seqfile() by Dmitry Osipenko · 4 years ago
  76. 718ff94 gpio: tegra: Improve formatting of the code by Dmitry Osipenko · 4 years ago
  77. 0b68d02b gpio: mvebu: improve handling of pwm zero on/off values by Baruch Siach · 4 years ago
  78. 2bee255 gpio: mvebu: don't limit pwm period/duty_cycle to UINT_MAX by Baruch Siach · 4 years ago
  79. de1eaf6 gpio: mvebu: make pwm .get_state closer to idempotent by Baruch Siach · 4 years ago
  80. aa37e27 gpio: mvebu: improve pwm period calculation accuracy by Baruch Siach · 4 years ago
  81. 4bf2426 gpio: mockup: tweak the Kconfig help text by Bartosz Golaszewski · 4 years ago
  82. 481a420 gpio: wcove: convert comma to semicolon by Zheng Yongjun · 4 years ago
  83. 10c942a gpio: vx855: convert comma to semicolon by Zheng Yongjun · 4 years ago
  84. 7de2e5f gpio: tegra186: convert comma to semicolon by Zheng Yongjun · 4 years ago
  85. de49e83 gpio: max77620: convert comma to semicolon by Zheng Yongjun · 4 years ago
  86. f0a2c77 gpio: remove zte zx driver by Arnd Bergmann · 4 years ago
  87. 27f8fee gpio: tegra: Fix wake interrupt by Dmitry Osipenko · 4 years ago
  88. 1421b44 gpio: pca953x: Add support for pca9506 by Uwe Kleine-König · 4 years ago
  89. 93ac0b0 gpio: rcar: Add R-Car V3U (R8A779A0) support by Geert Uytterhoeven · 4 years ago
  90. ecba1ea gpio: rcar: Optimize GPIO pin state read on R-Car Gen3 by Geert Uytterhoeven · 4 years ago
  91. cb38cd7 gpio: bd7xxxx: use helper variable for pdev->dev by Bartosz Golaszewski · 4 years ago
  92. 66fecef gpio: tegra: Convert to gpio_irq_chip by Thierry Reding · 4 years, 1 month ago
  93. 2ad74f4 gpio: visconti: Add Toshiba Visconti GPIO support by Nobuhiro Iwamatsu · 4 years, 1 month ago
  94. 82bf0af gpio: bd7xxxx: Do not depend on parent driver data by Matti Vaittinen · 4 years ago
  95. 032653e gpio: Kconfig: Update help description for GPIO_RCAR config by Lad Prabhakar · 4 years ago
  96. aab0508 gpio: sl28cpld: convert comma to semicolon by Zheng Yongjun · 4 years, 1 month ago
  97. 0521ae0 gpio: rcar: Remove redundant compatible values by Lad Prabhakar · 4 years ago
  98. 0bb8e80 gpio: fix spelling mistake in Kconfig "supprot" -> "support" by Colin Ian King · 4 years, 1 month ago
  99. 28dc10e gpio: ep93xx: Fix single irqchip with multi gpiochips by Nikita Shubin · 3 years, 11 months ago
  100. 8b81a7a gpio: ep93xx: fix BUG_ON port F usage by Nikita Shubin · 3 years, 11 months ago