1. 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, 2 months ago
  2. 8b81edd gpio: pca953x: Survive spurious interrupts by Marc Zyngier · 4 years, 3 months ago
  3. 8c1f1c34 gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957x by Andy Shevchenko · 4 years, 3 months ago
  4. e09e200 gpio: pca953x: Use bitmap API over implicit GCC extension by Andy Shevchenko · 4 years, 3 months ago
  5. 237d961 gpio: pca953x: Add support for the NXP PCAL9554B/C by Mike Looijmans · 4 years, 3 months ago
  6. e43c26e gpio: pca953x: Fix uninitialized pending variable by Ye Li · 4 years, 3 months ago
  7. ca6a77e gpio: pca953x: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  8. 2a93a0d gpio: pca953x: Request IRQ after all initialisation done by Andy Shevchenko · 4 years, 5 months ago
  9. edee3bc gpio: pca953x: Use irqchip template by Linus Walleij · 4 years, 5 months ago
  10. 4672a4a Merge branch 'devel' into for-next by Linus Walleij · 4 years, 5 months ago
  11. 5d89135 gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2 by Andy Shevchenko · 4 years, 6 months ago
  12. ec3decd gpio: pca953x: disable regmap locking for automatic address incrementing by Andy Shevchenko · 4 years, 7 months ago
  13. 0b22c25 gpio: pca953x: Fix direction setting when configure an IRQ by Andy Shevchenko · 4 years, 7 months ago
  14. ba8c90c gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2 by Andy Shevchenko · 4 years, 7 months ago
  15. 064c73a gpio: pca953x: Synchronize interrupt handler properly by Andy Shevchenko · 4 years, 7 months ago
  16. 3ba3ff5 gpio: pca953x: Add support for the PCAL9535 by Jan Kiszka · 4 years, 6 months ago
  17. 74910e1 gpio: pca953x: Drop unneeded ACPI_PTR() by Andy Shevchenko · 4 years, 7 months ago
  18. ce1d966 Merge tag 'v5.7-rc7' into devel by Linus Walleij · 4 years, 7 months ago
  19. 6fdeb6c gpio: pca953x: drop unused parameters of pca953x_recalc_addr() by Uwe Kleine-König · 4 years, 8 months ago
  20. bcf41dc gpio: pca953x: fix handling of automatic address incrementing by Uwe Kleine-König · 4 years, 8 months ago
  21. 6f79348 gpio: pca953x: Rewrite ->get_multiple() function by Andy Shevchenko · 4 years, 8 months ago
  22. dc87f6d gpio: pca953x: Fix pca953x_gpio_set_config by Adam Ford · 4 years, 8 months ago
  23. aa58a21 gpio: pca953x: disable regmap locking by Bartosz Golaszewski · 4 years, 9 months ago
  24. 96d7c7b3 gpio: gpio-pca953x, Add get_multiple function by Paul Thomas · 4 years, 8 months ago
  25. 6a77de2 Merge tag 'v5.5-rc6' into devel by Linus Walleij · 5 years ago
  26. 725c1cb gpio: pca953x: Remove redundant forward declaration by Andy Shevchenko · 5 years ago
  27. 2688302 gpio: pca953x: Switch to bitops in IRQ callbacks by Andy Shevchenko · 5 years ago
  28. 55f8bbb gpio: pca953x: Don't hardcode irq trigger type by Vignesh Raghavendra · 5 years ago
  29. b27d851 gpio: pca953x: tighten up indentation by Andy Shevchenko · 5 years ago
  30. 35d13d9 gpio: pca953x: convert to use bitmap API by Andy Shevchenko · 5 years ago
  31. 0a0a021 gpio: pca953x: use input from regs structure in pca953x_irq_pending() by Andy Shevchenko · 5 years ago
  32. a97832f gpio: pca953x: remove redundant variable and check in IRQ handler by Andy Shevchenko · 5 years ago
  33. ae81217 gpio: pca953x: utilize the for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  34. e42615e gpio: Use new GPIO_LINE_DIRECTION by Matti Vaittinen · 5 years ago
  35. bbfe0d6 Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 5 years ago
  36. 438b6c2 gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_read by David Jander · 5 years ago
  37. bc624a0 gpio: pca953x: correct type of reg_direction by David Jander · 5 years ago
  38. f4160faa gpio: pca953x: Drop %s for constant string literals by Andy Shevchenko · 5 years ago
  39. 6dd6a2d gpio: pca953x: Remove explicit comparison with 0 by Andy Shevchenko · 5 years ago
  40. 63b484c gpio: pca953x: Use GENMASK() consistently by Andy Shevchenko · 5 years ago
  41. 8eeb467d gpio: pca953x: Switch to use device_get_match_data() by Andy Shevchenko · 5 years ago
  42. 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
  43. 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
  44. 3b00691 gpio: pca953x: hack to fix 24 bit gpio expanders by H. Nikolaus Schaller · 6 years ago
  45. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  46. 8b74ae4 gpio: pca953x: Add support for the TI TCA9539 by Peter Robinson · 6 years ago
  47. 12c7a4f gpio: pca953x: add support for pca6416 by Alexandre Belloni · 6 years ago
  48. 01769c4 gpio: pca953x: add pcal6416 to the of_device_id table by Alexandre Belloni · 6 years ago
  49. 4779a06 Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 6 years ago
  50. f70fbc1 gpio: pca953x: Configure wake-up path when wake-up is enabled by Geert Uytterhoeven · 6 years ago
  51. 932002f gpio: pca953x: Add support for CAT9554 by Geert Uytterhoeven · 6 years ago
  52. 2870b3c gpio: pca953x: Use PCA_LATCH_INT by Andy Shevchenko · 6 years ago
  53. c378b3a gpio: pca953x: Fix dereference of irq data in shutdown by Mark Walton · 6 years ago
  54. 2a9a2f2 gpio: pca953x: Add wake-up support by Geert Uytterhoeven · 6 years ago
  55. 8fab3d7 Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 6 years ago
  56. aac1e3c9 gpio: pca953x: add support for pcal6416 type by Thomas Petazzoni · 6 years ago
  57. 92de6bc Merge branch 'ib-pca953x-config' into devel by Linus Walleij · 6 years ago
  58. 15add0684 gpio: pca953x: add ->set_config implementation by Thomas Petazzoni · 6 years ago
  59. 5c4fee6 gpio: pca953x: use a per instance irq_chip structure by Thomas Petazzoni · 6 years ago
  60. 7341fa7 gpio: pca953x: reduce indentation level in pca953x_irq_setup() by Thomas Petazzoni · 6 years ago
  61. d04e779 gpio: pca953x: Make symbol 'pca953x_i2c_regmap' static by Wei Yongjun · 6 years ago
  62. 24dc836 Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  63. 5128f8d gpio: name PCA953x gpio chips after device name by Linus Walleij · 6 years ago
  64. b765743 gpio: pca953x: Restore registers after suspend/resume cycle by Marek Vasut · 6 years ago
  65. 87813cf gpio: pca953x: Zap single use of pca953x_read_single() by Marek Vasut · 6 years ago
  66. ec82d1e gpio: pca953x: Zap ad-hoc reg_output cache by Marek Vasut · 6 years ago
  67. 0f25fda gpio: pca953x: Zap ad-hoc reg_direction cache by Marek Vasut · 6 years ago
  68. 4942723 gpio: pca953x: Perform basic regmap conversion by Marek Vasut · 6 years ago
  69. b32cecb gpio: pca953x: Extract the register address mangling to single function by Marek Vasut · 6 years ago
  70. 25a1b71 gpio: pca953x: Zap ad-hoc I2C block write in multi GPIO set by Marek Vasut · 6 years ago
  71. 7a04aaa gpio: pca953x: Factor out common code from device_pca95xx_init() by Marek Vasut · 6 years ago
  72. 90adb09 gpio: pca953x: Unify pca953x_{read,write}_regs_{8,mul}() by Marek Vasut · 6 years ago
  73. 49e7137 gpio: pca953x: Unify pca953x_{read,write}_regs_{16,24}() by Marek Vasut · 6 years ago
  74. 028a219 gpio: pca953x: Unify pca95{3,7}x_write_regs_16() by Marek Vasut · 6 years ago
  75. 8958262 gpio: pca953x: Repair multi-byte IO address increment on PCA9575 by Marek Vasut · 6 years ago
  76. 92f45eb gpio: pca953x: Fix AI overflow on PCAL6524 by Marek Vasut · 6 years ago
  77. 873d1e8 gpio: pca953x: Deduplicate the bank_shift by Marek Vasut · 6 years ago
  78. 72b38ca gpio: pca953x: suppress interrupts warning when not applicable by Baruch Siach · 7 years ago
  79. 644f3da gpio: pca953x: Include the right header by Linus Walleij · 7 years ago
  80. d5dbf9c gpio: pca953x: fix address calculation for pcal6524 by H. Nikolaus Schaller · 7 years ago
  81. 394aeef gpio: pca953x: define masks for addressing common and extended registers by H. Nikolaus Schaller · 7 years ago
  82. 0cdf21b gpio: pca953x: set the PCA_PCAL flag also when matching by DT by H. Nikolaus Schaller · 7 years ago
  83. 0a70fe0 gpio: pca953x: Clear irq trigger type on irq shutdown by Grigoryev Denis · 7 years ago
  84. a0ecbcc gpio: pca953x: add more register definitions for pcal6524 by H. Nikolaus Schaller · 7 years ago
  85. 6315d23 gpio: pca953x: add more register definitions for pcal953x by H. Nikolaus Schaller · 7 years ago
  86. 0950c19 gpio: pca953x: convert register constants to hex by H. Nikolaus Schaller · 7 years ago
  87. 67bab93 gpio: pca953x: Use of_device_get_match_data() by Thierry Reding · 7 years ago
  88. 3a711e0 gpio: pca953x: add compatibility for pcal6524 and pcal9555a by H. Nikolaus Schaller · 7 years ago
  89. 8a64e55 gpio: pca953x: fix vendor prefix for PCA9654 by Sergei Shtylyov · 7 years ago
  90. f0fbe7b gpio: Move irqdomain into struct gpio_irq_chip by Thierry Reding · 7 years ago
  91. b2dc411 gpio: pca953x: remove incorrect le16_to_cpu calls by Andy Shevchenko · 7 years ago
  92. 1b9a0c2 gpio: move tca9554 from pcf857x to pca953x by Anders Darander · 8 years ago
  93. 96530b3 gpio: pca953x: Expand comment for "reset" GPIO in ACPI case by Andy Shevchenko · 8 years ago
  94. b413d7a gpio: pca953x: Sort headers alphabetically by Andy Shevchenko · 8 years ago
  95. 66e5719 gpio: pca953x: Introduce a long awaited ->get_direction() by Andy Shevchenko · 8 years ago
  96. 054ccde gpio: pca953x: Add optional reset gpio control by Steve Longerbeam · 8 years ago
  97. 061ad50 Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  98. acf1fcf Merge branch 'thread-irq-simpler' into devel by Linus Walleij · 8 years ago
  99. d245b3f gpio: simplify adding threaded interrupts by Linus Walleij · 8 years ago
  100. 386377b gpio: pca953x: Move memcpy into mutex lock for set multiple by Phil Reid · 8 years ago