1. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  2. af32f3a Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 5 years ago
  3. 6ba3d70 Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 5 years ago
  4. fa889d8 Merge tag 'gpio-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 5 years ago
  5. 3d3b44a Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  6. 9e1af75 Merge tag 'mmc-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 5 years ago
  7. 0282c72 Merge tag 'gpio-updates-for-v5.6-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 5 years ago
  8. c31f625 gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOs by Matti Vaittinen · 5 years ago
  9. 207270d gpiolib: hold gpio devices lock until ->descs array is initialised by Dan Callaghan · 5 years ago
  10. 0d311d8 gpio: aspeed-sgpio: fixed typos by Sachin agarwal · 5 years ago
  11. 72780ce gpio: Drop the chained IRQ handler assign function by Linus Walleij · 5 years ago
  12. d5331ec gpio: mvebu: clear irq in edge cause register before unmask edge irq by Maxim Kiselev · 5 years ago
  13. 366950e gpiolib: Lower verbosity when allocating hierarchy irq by Kevin Hao · 5 years ago
  14. a1dd4bf Merge tag 'intel-pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into devel by Linus Walleij · 5 years ago
  15. 96868dc gpio/sifive: Add GPIO driver for SiFive SoCs by Yash Shah · 5 years ago
  16. d18fddf gpiolib: Remove duplicated function gpio_do_set_config() by YueHaibing · 5 years ago
  17. 8b844d7 Merge branch 'fixup-thunderx-hierarchy' into devel by Linus Walleij · 5 years ago
  18. 6a77de2 Merge tag 'v5.5-rc6' into devel by Linus Walleij · 5 years ago
  19. 59c32468 gpio: wcd934x: Add support to wcd934x gpio controller by Srinivas Kandagatla · 5 years ago
  20. e5e42ad gpiolib: remove set but not used variable 'config' by YueHaibing · 5 years ago
  21. e81ccba gpio: vx855: fixed a typo by Sachin agarwal · 5 years ago
  22. 726a445 gpio: mockup: sort headers alphabetically by Bartosz Golaszewski · 5 years ago
  23. f2f6798 gpio: mockup: update the license tag by Bartosz Golaszewski · 5 years ago
  24. 9a2b5b3 gpio: Remove the unused flags by Shaokun Zhang · 5 years ago
  25. c34f6dc gpiolib: Set lockdep class for hierarchical irq domains by Stephen Boyd · 5 years ago
  26. 7a9f446 gpio: thunderx: Switch to GPIOLIB_IRQCHIP by Kevin Hao · 5 years ago
  27. 880b7cf gpiolib: Add the support for the msi parent domain by Kevin Hao · 5 years ago
  28. 2425876 gpiolib: Add support for the irqdomain which doesn't use irq_fwspec as arg by Kevin Hao · 5 years ago
  29. a564ac3 Revert "gpio: thunderx: Switch to GPIOLIB_IRQCHIP" by Kevin Hao · 5 years ago
  30. 1e4d149 gpio: altera: change to platform_get_irq_optional to avoid false-positive error by Ooi, Joyce · 5 years ago
  31. 9708289 gpio: Update TODO by Linus Walleij · 5 years ago
  32. 2cb8126 Merge tag 'gpio-updates-for-v5.6-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 5 years ago
  33. 227caae gpio: mpc8xxx: ls1088a/ls1028a edge detection mode bug fixs. by Song Hui · 5 years ago
  34. e36eaf9 gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_map/unmap() by Jia-Ju Bai · 5 years ago
  35. 25d071b gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_remove() by Jia-Ju Bai · 5 years ago
  36. aa23ca3 gpiolib: acpi: Add honor_wakeup module-option + quirk mechanism by Hans de Goede · 5 years ago
  37. 1ad1b54 gpiolib: acpi: Turn dmi_system_id table into a generic quirk table by Hans de Goede · 5 years ago
  38. 2a2cabd gpiolib: use gpiochip_get_desc() in gpio_ioctl() by Bartosz Golaszewski · 5 years ago
  39. 45e2360 gpiolib: use gpiochip_get_desc() in lineevent_create() by Bartosz Golaszewski · 5 years ago
  40. 0f41dab gpiolib: use gpiochip_get_desc() in linehandle_create() by Bartosz Golaszewski · 5 years ago
  41. 0686362 gpiolib: convert the type of hwnum to unsigned int in gpiochip_get_desc() by Bartosz Golaszewski · 5 years ago
  42. d90f368 gpiolib: have a single place of calling set_config() by Bartosz Golaszewski · 5 years ago
  43. a900176 gpiolib: use 'unsigned int' instead of 'unsigned' in gpio_set_config() by Bartosz Golaszewski · 5 years ago
  44. 36f2e72 gpio: zynq: Fix for bug in zynq_gpio_restore_context API by Swapna Manupati · 5 years ago
  45. c5706c7 gpio: max77620: Add missing dependency on GPIOLIB_IRQCHIP by Dmitry Osipenko · 5 years ago
  46. 2ddac5a gpio: gpiolib: fix confusing indention by Enrico Weigelt, metux IT consult · 5 years ago
  47. ee8598a gpio: mockup: fix coding style by Bartosz Golaszewski · 5 years ago
  48. a305bd7 Merge tag 'gpio-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 5 years ago
  49. 9ccaf10 gpio: tegra: Use NOIRQ phase for suspend/resume by Dmitry Osipenko · 5 years ago
  50. f56d979 gpio: tegra: Properly handle irq_set_irq_wake() error by Dmitry Osipenko · 5 years ago
  51. fc782e4 gpio: tegra: Use generic readl_relaxed/writel_relaxed accessors by Dmitry Osipenko · 5 years ago
  52. 0f7c815 mmc: core: Rework cd-gpio handling by Michał Mirosław · 5 years ago
  53. 9073d10 mmc: core: Rework wp-gpio handling by Michał Mirosław · 5 years ago
  54. d3a5bcb gpio: add gpiod_toggle_active_low() by Michał Mirosław · 5 years ago
  55. a922f1a Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 5 years ago
  56. 286e7be gpio: tegra186: Allow building on Tegra194-only configurations by Thierry Reding · 5 years ago
  57. eb83479 pinctrl: lynxpoint: Move GPIO driver to pin controller folder by Andy Shevchenko · 5 years ago
  58. 279b1fe Merge tag 'gpio-v5.5-rc2-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes by Linus Walleij · 5 years ago
  59. 4fc5bfe gpiolib: Make use of assign_bit() API by Andy Shevchenko · 5 years ago
  60. c16485a gpio: Add support for the Xylon LogiCVC GPIOs by Paul Kocialkowski · 5 years ago
  61. 373894f gpio: remove unneeded MODULE_VERSION() usage by Enrico Weigelt, metux IT consult · 5 years ago
  62. ddd8891 gpiolib: Add GPIOCHIP_NAME definition by Geert Uytterhoeven · 5 years ago
  63. cfdca14 gpio: bcm-kona: use platform_irq_count by Peng Fan · 5 years ago
  64. 0c21639 gpio: mvebu: use platform_irq_count by Peng Fan · 5 years ago
  65. 725c1cb gpio: pca953x: Remove redundant forward declaration by Andy Shevchenko · 5 years ago
  66. 2688302 gpio: pca953x: Switch to bitops in IRQ callbacks by Andy Shevchenko · 5 years ago
  67. 55f8bbb gpio: pca953x: Don't hardcode irq trigger type by Vignesh Raghavendra · 5 years ago
  68. 256efae gpiolib: fix up emulated open drain outputs by Russell King · 5 years ago
  69. 9cc7a18 gpio: xgs-iproc: remove __exit annotation for iproc_gpio_remove by Arnd Bergmann · 5 years ago
  70. 11e299d gpio: aspeed: avoid return type warning by Arnd Bergmann · 5 years ago
  71. bc7bc68 gpio: mockup: Fix usage of new GPIO_LINE_DIRECTION by Kent Gibson · 5 years ago
  72. d935bd5 gpio: Fix error message on out-of-range GPIO in lookup table by Geert Uytterhoeven · 5 years ago
  73. 322f6a3 gpio: mpc8xxx: Add platform device to gpiochip->parent by Johnson CH Chen (陳昭勳) · 5 years ago
  74. 634f034 gpio: xtensa: fix driver build by Max Filippov · 5 years ago
  75. b27d851 gpio: pca953x: tighten up indentation by Andy Shevchenko · 5 years ago
  76. 35d13d9 gpio: pca953x: convert to use bitmap API by Andy Shevchenko · 5 years ago
  77. 0a0a021 gpio: pca953x: use input from regs structure in pca953x_irq_pending() by Andy Shevchenko · 5 years ago
  78. a97832f gpio: pca953x: remove redundant variable and check in IRQ handler by Andy Shevchenko · 5 years ago
  79. ae81217 gpio: pca953x: utilize the for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  80. d077c78 gpio: max3191x: utilize the for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  81. 608bd5f gpio: pisosr: utilize the for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  82. b2ca9eb gpio: 74x164: utilize the for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  83. 17b6038 gpio: uniphier: utilize for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  84. c586aa8 gpio: pcie-idio-24: utilize for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  85. 2dc7c3c gpio: pci-idio-16: utilize for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  86. acebb82 gpio: ws16c48: utilize for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  87. b0f49e9 gpio: gpio-mm: utilize for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  88. 9bfcce0 gpio: 104-idi-48: utilize for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  89. f70dad5 gpio: 104-dio-48e: utilize for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  90. a1f4c96 gpiolib: of: Make of_gpio_spi_cs_get_count static by YueHaibing · 5 years ago
  91. 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
  92. 71b8f60 gpio: Handle counting of Freescale chipselects by Linus Walleij · 5 years ago
  93. 9a3d7fd Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  94. 8f56e4e Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  95. d873a0c Merge tag 'regulator-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 5 years ago
  96. 2981dcf Merge tag 'mips_5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  97. a21da94 Merge branch 'regulator-5.5' into regulator-next by Mark Brown · 5 years ago
  98. 41c4616 gpio: Add TODO item for regmap helper by Linus Walleij · 5 years ago
  99. 808b993 gpio: of: Fix bogus reference to gpiod_get_count() by Geert Uytterhoeven · 5 years ago
  100. 5115841 gpiolib: Grammar s/manager/managed/ by Geert Uytterhoeven · 5 years ago