1. b27d851 gpio: pca953x: tighten up indentation by Andy Shevchenko · 5 years ago
  2. 35d13d9 gpio: pca953x: convert to use bitmap API by Andy Shevchenko · 5 years ago
  3. 0a0a021 gpio: pca953x: use input from regs structure in pca953x_irq_pending() by Andy Shevchenko · 5 years ago
  4. a97832f gpio: pca953x: remove redundant variable and check in IRQ handler by Andy Shevchenko · 5 years ago
  5. ae81217 gpio: pca953x: utilize the for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  6. d077c78 gpio: max3191x: utilize the for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  7. 608bd5f gpio: pisosr: utilize the for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  8. b2ca9eb gpio: 74x164: utilize the for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  9. 17b6038 gpio: uniphier: utilize for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  10. c586aa8 gpio: pcie-idio-24: utilize for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  11. 2dc7c3c gpio: pci-idio-16: utilize for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  12. acebb82 gpio: ws16c48: utilize for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  13. b0f49e9 gpio: gpio-mm: utilize for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  14. 9bfcce0 gpio: 104-idi-48: utilize for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  15. f70dad5 gpio: 104-dio-48e: utilize for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  16. 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
  17. 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
  18. 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
  19. d873a0c Merge tag 'regulator-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 5 years ago
  20. 2981dcf Merge tag 'mips_5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  21. a21da94 Merge branch 'regulator-5.5' into regulator-next by Mark Brown · 5 years ago
  22. 41c4616 gpio: Add TODO item for regmap helper by Linus Walleij · 5 years ago
  23. 808b993 gpio: of: Fix bogus reference to gpiod_get_count() by Geert Uytterhoeven · 5 years ago
  24. 5115841 gpiolib: Grammar s/manager/managed/ by Geert Uytterhoeven · 5 years ago
  25. e272f7e gpio: lynxpoint: Setup correct IRQ handlers by Andy Shevchenko · 5 years ago
  26. d4fc46f gpiolib: acpi: Make acpi_gpiochip_alloc_event always return AE_OK by Hans de Goede · 5 years ago
  27. 787b64a gpio/mpc8xxx: fix qoriq GPIO reading by Russell King · 5 years ago
  28. 4e50573 gpio: mpc8xxx: Don't overwrite default irq_set_type callback by Vladimir Oltean · 5 years ago
  29. 3f86a7e gpiolib: acpi: Print pin number on acpi_gpiochip_alloc_event errors by Hans de Goede · 5 years ago
  30. b27f300 gpiolib: fix coding style in gpiod_hog() by Bartosz Golaszewski · 5 years ago
  31. 1bcab70 Merge tag 'intel-gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into devel by Linus Walleij · 5 years ago
  32. 94fc670 Merge tag 'gpio-v5.5-updates-for-linus-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 5 years ago
  33. cbdaa5e Merge tag 'gpio-v5.4-rc8-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes by Linus Walleij · 5 years ago
  34. 2727315 gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklist by Hans de Goede · 5 years ago
  35. 4a5e0f9 gpio: merrifield: Pass irqchip when adding gpiochip by Andy Shevchenko · 5 years ago
  36. cd242b3 gpio: merrifield: Add GPIO <-> pin mapping ranges via callback by Andy Shevchenko · 5 years ago
  37. b056ca1 gpiolib: Introduce ->add_pin_ranges() callback by Andy Shevchenko · 5 years ago
  38. 0f67f16 gpio: mmio: remove untrue leftover comment by Matti Vaittinen · 5 years ago
  39. be053b2 gpio: em: Use platform_get_irq() to obtain interrupts by Geert Uytterhoeven · 5 years ago
  40. adce118 gpio: tegra186: Add debounce support by Thierry Reding · 5 years ago
  41. 22635ed gpio: tegra186: Program interrupt route mapping by Thierry Reding · 5 years ago
  42. 13a62a5 gpio: tegra186: Derive register offsets from bank/port by Thierry Reding · 5 years ago
  43. e588bb1 gpio: add new SET_CONFIG ioctl() to gpio chardev by Kent Gibson · 5 years ago
  44. b043ed7 gpiolib: move validation of line handle flags into helper function by Kent Gibson · 5 years ago
  45. 64e7112 gpio: mockup: add set_config to support pull up/down by Kent Gibson · 5 years ago
  46. 2821ae5 gpiolib: add support for biasing output lines by Kent Gibson · 5 years ago
  47. 2148ad7 gpiolib: add support for disabling line bias by Kent Gibson · 5 years ago
  48. 7b479a8 gpiolib: add support for pull up/down to lineevent_create by Kent Gibson · 5 years ago
  49. 9225d51 gpio: expose pull-up/pull-down line flags to userspace by Drew Fustini · 5 years ago
  50. f932a68 gpio: rcar: Use proper irq_chip name by Geert Uytterhoeven · 5 years ago
  51. b74f045 gpio: em: Use proper irq_chip name by Geert Uytterhoeven · 5 years ago
  52. bd84f28 gpio: bd70528: Add MODULE ALIAS to autoload module by Matti Vaittinen · 5 years ago
  53. a6e1919 Merge remote-tracking branch 'driver-core/driver-core-next' into gpio/for-next by Bartosz Golaszewski · 5 years ago
  54. f88c117 gpio: bd70528: Use correct unit for debounce times by Thierry Reding · 5 years ago
  55. b039147 gpio: max77620: Fixup debounce delays by Thierry Reding · 5 years ago
  56. 01b59c7 Merge 5.4-rc7 into char-misc-next by Greg Kroah-Hartman · 5 years ago
  57. 61b7805 gpio: xgs-iproc: Fix platform_no_drv_owner.cocci warnings by YueHaibing · 5 years ago
  58. 6b240ae Merge branch 'devel' into for-next by Linus Walleij · 5 years ago
  59. 70d97e0 Revert "gpio: expose pull-up/pull-down line flags to userspace" by Linus Walleij · 5 years ago
  60. 2f4133b gpiolib: No need to call gpiochip_remove_pin_ranges() twice by Andy Shevchenko · 5 years ago
  61. e42615e gpio: Use new GPIO_LINE_DIRECTION by Matti Vaittinen · 5 years ago
  62. 5d682fa gpio: xgs-iproc: Fix section mismatch on device tree match table by Mark Brown · 5 years ago
  63. cc4c831 gpio: tegra186: use devm_platform_ioremap_resource_byname() by Bartosz Golaszewski · 5 years ago
  64. f51b18d gpio: mvebu: use devm_platform_ioremap_resource_byname() by Bartosz Golaszewski · 5 years ago
  65. 504369c gpiolib: Switch order of valid mask and hw init by Linus Walleij · 5 years ago
  66. c196924 Merge tag 'v5.4-rc6' into devel by Linus Walleij · 5 years ago
  67. 1173c3c Revert "gpio: merrifield: Pass irqchip when adding gpiochip" by Linus Walleij · 5 years ago
  68. 52c75f5 Revert "gpio: merrifield: Restore use of irq_base" by Linus Walleij · 5 years ago
  69. 806766a Revert "gpio: merrifield: Move hardware initialization to callback" by Linus Walleij · 5 years ago
  70. 891e603 drivers: mcb: use symbol namespaces by Johannes Thumshirn · 5 years ago
  71. 02fce13 Merge tag 'mips_fixes_5.4_3' into mips-next by Paul Burton · 5 years ago
  72. 268a2d6 MIPS: Loongson64: Rename CPU TYPES by Jiaxun Yang · 5 years ago
  73. 6a41b6c gpio: Add xgs-iproc driver by Chris Packham · 5 years ago
  74. d57eb82 gpio: Add RDA Micro GPIO controller support by Manivannan Sadhasivam · 5 years ago
  75. fe12e94 Merge tag 'gpio-v5.5-updates-for-linus-part-1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 5 years ago
  76. 228fc01 gpio: of: don't warn if ignored GPIO flag matches the behavior by Lucas Stach · 5 years ago
  77. 698b8ee gpio/mpc8xxx: change irq handler from chained to normal by Song Hui · 5 years ago
  78. 75e99bf gpio: lynxpoint: set default handler to be handle_bad_irq() by Andy Shevchenko · 5 years ago
  79. 4c87540 gpio: merrifield: Move hardware initialization to callback by Andy Shevchenko · 5 years ago
  80. a339120 gpio: lynxpoint: Move hardware initialization to callback by Andy Shevchenko · 5 years ago
  81. a752fbb gpio: intel-mid: Move hardware initialization to callback by Andy Shevchenko · 5 years ago
  82. 9411e3a gpiolib: Initialize the hardware with a callback by Andy Shevchenko · 5 years ago
  83. 6658f87 gpio: merrifield: Restore use of irq_base by Andy Shevchenko · 5 years ago
  84. ac4062a gpio: 104-idi-48e: make array register_offset static, makes object smaller by Colin Ian King · 5 years ago
  85. a02712e gpio: htc-egpio: remove redundant error message by Bartosz Golaszewski · 5 years ago
  86. 1135ee4 gpio: htc-egpio: use devm_platform_ioremap_resource() by Bartosz Golaszewski · 5 years ago
  87. 71b4da2 gpio: ath79: use devm_platform_ioremap_resource() by Bartosz Golaszewski · 5 years ago
  88. 94bfcbf gpio: em: use devm_platform_ioremap_resource() by Bartosz Golaszewski · 5 years ago
  89. f63516f gpio: xgene: use devm_platform_ioremap_resource() by Bartosz Golaszewski · 5 years ago
  90. cf62b4e gpio: xgene: remove redundant error message by Bartosz Golaszewski · 5 years ago
  91. 5f07224 docs: driver-api: Move bt8xxgpio to the gpio directory by Jonathan Neuschäfer · 5 years ago
  92. 14e8c53 gpio: fix kernel-doc for of_gpio_need_valid_mask() by Randy Dunlap · 5 years ago
  93. 8c550e9 gpio: expose pull-up/pull-down line flags to userspace by Drew Fustini · 5 years ago
  94. 2a36550 gpio: tegra186: Implement wake event support by Thierry Reding · 5 years ago
  95. ab3dd9c gpio: max77620: Fix interrupt handling by Timo Alho · 5 years ago
  96. 704355d gpio: max77620: Do not allocate IRQs upfront by Thierry Reding · 5 years ago
  97. fffa6af gpio: max77620: Use correct unit for debounce times by Thierry Reding · 5 years ago
  98. 6ad94e9 Merge branch 'ib-fwnode-gpiod-get-index' into devel by Linus Walleij · 5 years ago
  99. 13949fa gpiolib: introduce fwnode_gpiod_get_index() by Dmitry Torokhov · 5 years ago
  100. 2d2f116 gpiolib: introduce devm_fwnode_gpiod_get_index() by Dmitry Torokhov · 5 years ago