1. 263ade7 gpio: eic-sprd: break loop when getting NULL device resource by Chunyan Zhang · 4 years, 1 month ago
  2. 7ee1a01e gpio: mvebu: fix potential user-after-free on probe by Baruch Siach · 4 years, 1 month ago
  3. 7f57b29 gpio: zynq: fix reference leak in zynq_gpio functions by Qinglang Miao · 4 years, 1 month ago
  4. 6dbbf84 gpiolib: Don't free if pin ranges are not defined by Edmond Chung · 4 years, 1 month ago
  5. 60593df gpio: dwapb: fix NULL pointer dereference at dwapb_gpio_suspend() by Luo Jiaxing · 4 years, 1 month ago
  6. 0ac2209 gpio: arizona: disable pm_runtime in case of failure by Zheng Liang · 4 years, 1 month ago
  7. b72de3f gpio: sifive: Fix SiFive gpio probe by Damien Le Moal · 4 years, 2 months ago
  8. 45fe0b5 Merge tag 'gpio-fixes-for-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes by Linus Walleij · 4 years, 2 months ago
  9. 10a2f11 gpio: pcie-idio-24: Enable PEX8311 interrupts by Arnaud de Turckheim · 4 years, 2 months ago
  10. 23a7fdc gpio: pcie-idio-24: Fix IRQ Enable Register value by Arnaud de Turckheim · 4 years, 2 months ago
  11. d8f270e gpio: pcie-idio-24: Fix irq mask when masking by Arnaud de Turckheim · 4 years, 2 months ago
  12. 1f5eb8b gpiolib: fix sysfs when cdev is not selected by Kent Gibson · 4 years, 2 months ago
  13. 7ffa081 Revert "Revert "gpio: omap: Fix lost edge wake-up interrupts"" by Tony Lindgren · 4 years, 2 months ago
  14. 560b6ac gpio: aspeed: fix ast2600 bank properties by Billy Tsai · 4 years, 3 months ago
  15. 3fe3720 gpio: dwapb: Fix missing conversion to GPIO-lib-based IRQ-chip by Jia He · 4 years, 3 months ago
  16. 1a31c12 Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 4 years, 3 months ago
  17. 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
  18. c457cc8 Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  19. 986ec63 gpio: tegra186: Allow optional irq parent callbacks by Marc Zyngier · 4 years, 3 months ago
  20. fc709df gpiolib: Update header block in gpiolib-cdev.h by Andy Shevchenko · 4 years, 3 months ago
  21. f188ac1 gpiolib: cdev: switch from kstrdup() to kstrndup() by Kent Gibson · 4 years, 3 months ago
  22. 8b81edd gpio: pca953x: Survive spurious interrupts by Marc Zyngier · 4 years, 3 months ago
  23. 47e538d gpiolib: Disable compat ->read() code in UML case by Andy Shevchenko · 4 years, 3 months ago
  24. 0bf0dfd Merge tag 'gpio-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 4 years, 3 months ago
  25. 8c1f1c34 gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957x by Andy Shevchenko · 4 years, 3 months ago
  26. e09e200 gpio: pca953x: Use bitmap API over implicit GCC extension by Andy Shevchenko · 4 years, 3 months ago
  27. 237d961 gpio: pca953x: Add support for the NXP PCAL9554B/C by Mike Looijmans · 4 years, 3 months ago
  28. 65cff70 gpiolib: cdev: support setting debounce by Kent Gibson · 4 years, 3 months ago
  29. 7b8e00d9 gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTL by Kent Gibson · 4 years, 3 months ago
  30. a54756c gpiolib: cdev: support GPIO_V2_LINE_SET_CONFIG_IOCTL by Kent Gibson · 4 years, 3 months ago
  31. 73e0341 gpiolib: cdev: support edge detection for uAPI v2 by Kent Gibson · 4 years, 3 months ago
  32. aad9558 gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WATCH_IOCTL by Kent Gibson · 4 years, 3 months ago
  33. 3c0d9c6 gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTL by Kent Gibson · 4 years, 3 months ago
  34. 957ebb6 gpiolib: add build option for CDEV v1 ABI by Kent Gibson · 4 years, 3 months ago
  35. d143493 gpiolib: make cdev a build option by Kent Gibson · 4 years, 3 months ago
  36. 69e4e13 gpiolib: cdev: replace strncpy() with strscpy() by Kent Gibson · 4 years, 3 months ago
  37. 0dc11e3 gpiolib: cdev: gpio_desc_to_lineinfo() should set info offset by Kent Gibson · 4 years, 3 months ago
  38. 42e9acc gpio: mockup: refactor the module init function by Bartosz Golaszewski · 4 years, 3 months ago
  39. 582be05 gpio: mockup: use the generic 'gpio-line-names' property by Bartosz Golaszewski · 4 years, 3 months ago
  40. 148c2560 gpio: mockup: pass the chip label as device property by Bartosz Golaszewski · 4 years, 3 months ago
  41. 383bb2d gpio: mockup: increase the number of supported device properties by Bartosz Golaszewski · 4 years, 3 months ago
  42. 66f222e gpio: mockup: remove unneeded return statement by Bartosz Golaszewski · 4 years, 3 months ago
  43. 56f6cb3 gpio: mockup: use pr_fmt() by Bartosz Golaszewski · 4 years, 3 months ago
  44. 25f0006 gpio: mockup: use KBUILD_MODNAME by Bartosz Golaszewski · 4 years, 3 months ago
  45. 94502ba gpio: mockup: drop unneeded includes by Bartosz Golaszewski · 4 years, 3 months ago
  46. 3795d7c gpio: mpc8xxx: simplify ls1028a/ls1088a support by Michael Walle · 4 years, 3 months ago
  47. e0ab949f gpio: mockup: fix resource leak in error path by Bartosz Golaszewski · 4 years, 4 months ago
  48. 12d16b3 gpio: mxc: Support module build by Anson Huang · 4 years, 4 months ago
  49. d25e8fd gpio: amd-fch: correct logic of GPIO_LINE_DIRECTION by Ed Wildgoose · 4 years, 3 months ago
  50. 3e640b1 gpio: aspeed: fix ast2600 bank properties by Tao Ren · 4 years, 4 months ago
  51. bf0d394 gpio/aspeed-sgpio: don't enable all interrupts by default by Jeremy Kerr · 4 years, 4 months ago
  52. ac67b07 gpio/aspeed-sgpio: enable access to all 80 input & output sgpios by Jeremy Kerr · 4 years, 4 months ago
  53. e43c26e gpio: pca953x: Fix uninitialized pending variable by Ye Li · 4 years, 4 months ago
  54. 36eccdb Merge tag 'gpio-updates-for-v5.10-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 4 years, 4 months ago
  55. b7536d8 gpio: Add support for the sl28cpld GPIO controller by Michael Walle · 4 years, 4 months ago
  56. 587823d gpiolib: check for parent device in devprop_gpiochip_set_names() by Bartosz Golaszewski · 4 years, 4 months ago
  57. 5ad284a gpiolib: Fix line event handling in syscall compatible mode by Andy Shevchenko · 4 years, 4 months ago
  58. 32fc5aa gpiolib: unexport devprop_gpiochip_set_names() by Bartosz Golaszewski · 4 years, 4 months ago
  59. 7cba1a4 gpiolib: generalize devprop_gpiochip_set_names() for device properties by Bartosz Golaszewski · 4 years, 4 months ago
  60. 8d4a85b gpiolib: switch to simpler IDA interface by Bartosz Golaszewski · 4 years, 4 months ago
  61. 425c5b3 gpiolib: convert to use DEFINE_SEQ_ATTRIBUTE macro by Andy Shevchenko · 4 years, 4 months ago
  62. 1b02d9e gpio: mockup: fix resource leak in error path by Bartosz Golaszewski · 4 years, 4 months ago
  63. 45ccf65 gpio: siox: explicitly support only threaded irqs by Ahmad Fatoum · 4 years, 4 months ago
  64. d284c16 gpio: tc35894: Disable Direct KBD interrupts to enable gpio irq by dillon min · 4 years, 4 months ago
  65. 214b0e1 gpio: tc35894: fix up tc35894 interrupt configuration by dillon min · 4 years, 4 months ago
  66. 5fcface gpio: sprd: Clear interrupt when setting the type as edge by Taiping Lai · 4 years, 4 months ago
  67. 805a6ef gpio: zynq: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  68. 308a028 gpio: pisosr: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  69. ca6a77e gpio: pca953x: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  70. 4e7ed69 gpio: omap: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  71. 33b78b5 gpio: davinci: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  72. cff9d73 gpio: bcm-kona: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  73. feeaefd gpio: dwapb: Use resource managed GPIO-chip add data method by Serge Semin · 4 years, 5 months ago
  74. daa3f58 gpio: dwapb: Get clocks by means of resource managed interface by Serge Semin · 4 years, 5 months ago
  75. 4731d80 gpio: dwapb: Get reset control by means of resource managed interface by Serge Semin · 4 years, 5 months ago
  76. 69a6f5d gpio: dwapb: Discard ACPI GPIO-chip IRQs request by Serge Semin · 4 years, 5 months ago
  77. ca4cf5e gpio: dwapb: Discard GPIO-to-IRQ mapping function by Serge Semin · 4 years, 5 months ago
  78. 0ea6839 gpio: dwapb: Convert driver to using the GPIO-lib-based IRQ-chip by Serge Semin · 4 years, 5 months ago
  79. f9f890b gpio: dwapb: Add max GPIOs macro by Serge Semin · 4 years, 5 months ago
  80. 75c1236 gpio: dwapb: Move MFD-specific IRQ handler by Serge Semin · 4 years, 5 months ago
  81. 7569486 gpio: dwapb: Add ngpios DT-property support by Serge Semin · 4 years, 5 months ago
  82. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  83. d3f99f9 gpio: omap: Fix warnings if PM is disabled by Tony Lindgren · 4 years, 5 months ago
  84. 01e8d85 gpio: aggregator: Refactor ->{get, set}_multiple() to make Sparse happy by Andy Shevchenko · 4 years, 5 months ago
  85. 329afb9 gpio: stp-xway: automatically drive GPHY leds on ar10 and grx390 by Aleksander Jan Bajkowski · 4 years, 5 months ago
  86. 1d8ce0e Merge tag 'gpio-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 4 years, 5 months ago
  87. 22cc422 gpio: wcove: Request IRQ after all initialisation done by Andy Shevchenko · 4 years, 5 months ago
  88. a1cdaa6 gpio: crystalcove: Free IRQ on error path by Andy Shevchenko · 4 years, 5 months ago
  89. 2a93a0d gpio: pca953x: Request IRQ after all initialisation done by Andy Shevchenko · 4 years, 5 months ago
  90. 5f402bb gpio: don't use same lockdep class for all devm_gpiochip_add_data users by Ahmad Fatoum · 4 years, 5 months ago
  91. bb58a47 gpio: max732x: Use irqchip template by Linus Walleij · 4 years, 5 months ago
  92. beb3fb4 gpio: stmpe: Move chip registration by Linus Walleij · 4 years, 5 months ago
  93. b470cef gpio: rcar: Use irqchip template by Linus Walleij · 4 years, 6 months ago
  94. 11ba282 Merge remote-tracking branch 'spi/for-5.9' into spi-next by Mark Brown · 4 years, 5 months ago
  95. 4530a84 gpio: pci-idio-16: Use irqchip template by Linus Walleij · 4 years, 6 months ago
  96. 866e863 gpio: pcie-idio-24: Use irqchip template by Linus Walleij · 4 years, 6 months ago
  97. 82e4613 gpio: 104-idio-16: Use irqchip template by Linus Walleij · 4 years, 6 months ago
  98. 44b01cf gpio: 104-idi-48: Use irqchip template by Linus Walleij · 4 years, 6 months ago
  99. 2fa1d39 gpio: 104-dio-48e: Use irqchip template by Linus Walleij · 4 years, 6 months ago
  100. fceb7ab gpio: ws16c48: Use irqchip template by Linus Walleij · 4 years, 6 months ago