1. d95da99 gpiolib: Preserve desc->flags when setting state by Chris Packham · 6 years ago
  2. 223ecaf gpiolib: fix incorrect IRQ requesting of an active-low lineevent by Michael Wu · 6 years ago
  3. c3c08f9 Merge tag 'gpio-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 5 years ago
  4. c309b6f Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 5 years ago
  5. 88785b7 Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes by Linus Walleij · 5 years ago
  6. da7f134 Revert "gpio/spi: Fix spi-gpio regression on active high CS" by Linus Walleij · 5 years ago
  7. 273cbf61 Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  8. 8de2625 Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 5 years ago
  9. baa293e docs: driver-api: add a series of orphaned documents by Mauro Carvalho Chehab · 6 years ago
  10. fe34c89 docs: driver-model: move it to the driver-api book by Mauro Carvalho Chehab · 6 years ago
  11. 19ec11a gpio: em: remove the gpiochip before removing the irq domain by Bartosz Golaszewski · 5 years ago
  12. 89fea04 gpiolib: of: fix a memory leak in of_gpio_flags_quirks() by Nishka Dasgupta · 6 years ago
  13. 541e409 gpio: davinci: silence error prints in case of EPROBE_DEFER by Keerthy · 6 years ago
  14. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  15. 98537ee Merge tag 'regulator-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 5 years ago
  16. 2ec98f5 Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 5 years ago
  17. 2a1ccd3 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  18. 9b3b623 Revert "gpio: tegra: Clean-up debugfs initialisation" by Linus Walleij · 6 years ago
  19. f0b4086 gpiolib: Use spinlock_t instead of struct spinlock by Sebastian Andrzej Siewior · 6 years ago
  20. 65244e5 Merge branch 'regulator-5.3' into regulator-next by Mark Brown · 6 years ago
  21. 5099837 gpio: stp-xway: allow compile-testing by Martin Blumenstingl · 6 years ago
  22. c0ec701 gpio: stp-xway: get rid of the #include <lantiq_soc.h> dependency by Martin Blumenstingl · 6 years ago
  23. bd791c4 gpio: stp-xway: improve module clock error handling by Martin Blumenstingl · 6 years ago
  24. 8a7b179 gpio: stp-xway: simplify error handling in xway_stp_probe() by Martin Blumenstingl · 6 years ago
  25. 827a9b8 gpiolib: Clarify use of non-sleeping functions by Geert Uytterhoeven · 6 years ago
  26. 3285170f gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variants by Geert Uytterhoeven · 6 years ago
  27. 4d19add gpio: pl061: drop duplicate printing of device name by Enrico Weigelt · 6 years ago
  28. 2617790 gpio: altera: Pass irqchip when adding gpiochip by Linus Walleij · 6 years ago
  29. 8b29450 gpio: siox: Use devm_ managed gpiochip by Linus Walleij · 6 years ago
  30. acc1413 gpio: siox: Add struct device *dev helper variable by Linus Walleij · 6 years ago
  31. b25e10f gpio: siox: Pass irqchip when adding gpiochip by Linus Walleij · 6 years ago
  32. 87b7037 drivers: gpio: amd-fch: make resource struct const by Enrico Weigelt · 6 years ago
  33. fbbf145 gpio/spi: Fix spi-gpio regression on active high CS by Linus Walleij · 6 years ago
  34. aee5cec gpio: ath79: Pass irqchip when adding gpiochip by Linus Walleij · 6 years ago
  35. a4de4304 gpio: tegra: Clean-up debugfs initialisation by Jon Hunter · 6 years ago
  36. da6070f Merge tag 'gpio-v5.3-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 6 years ago
  37. 8df9d7f gpio: siox: Switch to IRQ_TYPE_NONE by Linus Walleij · 6 years ago
  38. 4c0a889 gpio: siox: Do not call gpiochip_remove() on errorpath by Linus Walleij · 6 years ago
  39. 04ce935 gpio: pl061: Pass irqchip when adding gpiochip by Linus Walleij · 6 years ago
  40. d1d522d gpio: tegra: No need to cast away return value of debugfs_create_file() by Greg Kroah-Hartman · 6 years ago
  41. acc68b0 gpio: No need to cast away return value of debugfs_create_file() by Greg Kroah-Hartman · 6 years ago
  42. db16bad gpio: Sort GPIO drivers in Makefile by Geert Uytterhoeven · 6 years ago
  43. f79047b gpio: siox: Use module_siox_driver() by Enrico Weigelt · 6 years ago
  44. 0f5cb8c gpio: eic-sprd: Use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  45. c7d0ca2 gpio: vr41xx: Use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  46. 5272856 gpio: janz-ttl: Drop unneccessary temp variable dev by Enrico Weigelt, metux IT consult · 6 years ago
  47. 01d078a gpio: grgpio: Use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  48. 6bdec6c gpio: ep93xx: Use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  49. 2b3fee3 gpio: amdpt: Drop unneeded deref of &pdev->dev by Enrico Weigelt, metux IT consult · 6 years ago
  50. b183cab gpio: rcar: Pedantic formatting by Enrico Weigelt, metux IT consult · 6 years ago
  51. a100067 gpio: amd: Drop unused pdev pointer in privata data by Enrico Weigelt · 6 years ago
  52. f360dcd gpio: mockup: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  53. 18bc64b gpio: Initial support for ROHM bd70528 GPIO block by Matti Vaittinen · 6 years ago
  54. 690499d9 gpio: madera: Fixup SPDX headers by Charles Keepax · 6 years ago
  55. 025bf377 gpio: Fix return value mismatch of function gpiod_get_from_of_node() by Waibel Georg · 6 years ago
  56. 4489f161 docs: driver-model: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  57. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  58. 1f67b599 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464 by Thomas Gleixner · 6 years ago
  59. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  60. ac1dc6b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233 by Thomas Gleixner · 6 years ago
  61. 7617c9a Merge tag 'gpio-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  62. 4892d3a gpio: Drop the parent_irq from gpio_irq_chip by Linus Walleij · 6 years ago
  63. 9a82ee6 gpio: Add GPIOLIB_IRQCHIP cleanup to TODO by Linus Walleij · 6 years ago
  64. 42d9fc7 gpio: ftgpio: Pass irqchip when adding gpiochip by Linus Walleij · 6 years ago
  65. a522f1d gpio: omap: Fix lost edge wake-up interrupts by Tony Lindgren · 6 years ago
  66. fdb7e88 i2c: iop: Use GPIO descriptors by Linus Walleij · 6 years ago
  67. 754dfd7 gpio: omap: clean up register access in omap2_set_gpio_debounce() by Russell King · 6 years ago
  68. f1c32ef gpio: omap: irq_startup() must not return error codes by Russell King · 6 years ago
  69. 40fd422 gpio: omap: clean up wakeup handling by Russell King · 6 years ago
  70. 18bd49c gpio: omap: constify register tables by Russell King · 6 years ago
  71. 9c7f798 gpio: omap: clean up omap_gpio_restore_context() by Russell King · 6 years ago
  72. 9a30278 gpio: omap: remove dataout variation in context handling by Russell King · 6 years ago
  73. 31b2d7f gpio: omap: simplify omap_set_gpio_irqenable() by Russell King · 6 years ago
  74. a47b915 gpio: omap: simplify omap_toggle_gpio_edge_triggering() by Russell King · 6 years ago
  75. 8ee1de6 gpio: omap: simplify read-modify-write by Russell King · 6 years ago
  76. a0e881e gpio: omap: simplify bank->level_mask by Russell King · 6 years ago
  77. 8ba7059 gpio: omap: simplify set_multiple() by Russell King · 6 years ago
  78. 6653dd8 gpio: omap: simplify get_multiple() by Russell King · 6 years ago
  79. 5ca5f92 gpio: omap: simplify get() method by Russell King · 6 years ago
  80. 40bb227 gpio: omap: simplify omap_gpio_get_direction() by Russell King · 6 years ago
  81. dfbc6c7 gpio: omap: move omap_gpio_request() and omap_gpio_free() by Russell King · 6 years ago
  82. 693de83 gpio: omap: remove irq_ack method by Russell King · 6 years ago
  83. 395373c gpio: omap: clean up edge interrupt handling by Russell King · 6 years ago
  84. c030a9c gpio: omap: remove remainder of list management by Russell King · 6 years ago
  85. 64ea3e9 gpio: omap: fix lack of irqstatus_raw0 for OMAP4 by Russell King · 6 years ago
  86. c859e0d gpio: omap: ensure irq is enabled before wakeup by Russell King · 6 years ago
  87. 74a36e4 Merge branch 'ib-snps-reset-gpio' into devel by Linus Walleij · 6 years ago
  88. edc1ef3 gpio: of: parse stmmac PHY reset line specific active-low property by Martin Blumenstingl · 6 years ago
  89. 9d373ac gpio: altera: Allocate irq_chip dynamically by Phil Reid · 6 years ago
  90. 1ebd0687 gpio: xilinx: convert from OF GPIO to standard devm APIs by Robert Hancock · 6 years ago
  91. 6a4d8b6 gpio: davinci: Add new compatible for K3 AM654 SoCs by Keerthy · 6 years ago
  92. 6eeea32 gpio: Davinci: Add K3 dependencies by Keerthy · 6 years ago
  93. 36c0551 gpio: davinci: Fix the compiler warning with ARM64 config enabled by Keerthy · 6 years ago
  94. 3b00691 gpio: pca953x: hack to fix 24 bit gpio expanders by H. Nikolaus Schaller · 6 years ago
  95. 5923ea6 gpio: pass lookup and descriptor flags to request_own by Linus Walleij · 6 years ago
  96. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  97. 75a6faf treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 by Thomas Gleixner · 6 years ago
  98. a10e763 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 by Thomas Gleixner · 6 years ago
  99. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  100. 432d413 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 300 by Thomas Gleixner · 6 years ago