1. 12c7a4f gpio: pca953x: add support for pca6416 by Alexandre Belloni · 6 years ago
  2. 01769c4 gpio: pca953x: add pcal6416 to the of_device_id table by Alexandre Belloni · 6 years ago
  3. 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
  4. f70fbc1 gpio: pca953x: Configure wake-up path when wake-up is enabled by Geert Uytterhoeven · 6 years ago
  5. 932002f gpio: pca953x: Add support for CAT9554 by Geert Uytterhoeven · 6 years ago
  6. 2870b3c gpio: pca953x: Use PCA_LATCH_INT by Andy Shevchenko · 6 years ago
  7. c378b3a gpio: pca953x: Fix dereference of irq data in shutdown by Mark Walton · 6 years ago
  8. 2a9a2f2 gpio: pca953x: Add wake-up support by Geert Uytterhoeven · 6 years ago
  9. 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
  10. aac1e3c9 gpio: pca953x: add support for pcal6416 type by Thomas Petazzoni · 6 years ago
  11. 92de6bc Merge branch 'ib-pca953x-config' into devel by Linus Walleij · 6 years ago
  12. 15add0684 gpio: pca953x: add ->set_config implementation by Thomas Petazzoni · 6 years ago
  13. 5c4fee6 gpio: pca953x: use a per instance irq_chip structure by Thomas Petazzoni · 6 years ago
  14. 7341fa7 gpio: pca953x: reduce indentation level in pca953x_irq_setup() by Thomas Petazzoni · 6 years ago
  15. d04e779 gpio: pca953x: Make symbol 'pca953x_i2c_regmap' static by Wei Yongjun · 6 years ago
  16. 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
  17. 5128f8d gpio: name PCA953x gpio chips after device name by Linus Walleij · 6 years ago
  18. b765743 gpio: pca953x: Restore registers after suspend/resume cycle by Marek Vasut · 6 years ago
  19. 87813cf gpio: pca953x: Zap single use of pca953x_read_single() by Marek Vasut · 6 years ago
  20. ec82d1e gpio: pca953x: Zap ad-hoc reg_output cache by Marek Vasut · 6 years ago
  21. 0f25fda gpio: pca953x: Zap ad-hoc reg_direction cache by Marek Vasut · 6 years ago
  22. 4942723 gpio: pca953x: Perform basic regmap conversion by Marek Vasut · 6 years ago
  23. b32cecb gpio: pca953x: Extract the register address mangling to single function by Marek Vasut · 6 years ago
  24. 25a1b71 gpio: pca953x: Zap ad-hoc I2C block write in multi GPIO set by Marek Vasut · 6 years ago
  25. 7a04aaa gpio: pca953x: Factor out common code from device_pca95xx_init() by Marek Vasut · 6 years ago
  26. 90adb09 gpio: pca953x: Unify pca953x_{read,write}_regs_{8,mul}() by Marek Vasut · 6 years ago
  27. 49e7137 gpio: pca953x: Unify pca953x_{read,write}_regs_{16,24}() by Marek Vasut · 6 years ago
  28. 028a219 gpio: pca953x: Unify pca95{3,7}x_write_regs_16() by Marek Vasut · 6 years ago
  29. 8958262 gpio: pca953x: Repair multi-byte IO address increment on PCA9575 by Marek Vasut · 6 years ago
  30. 92f45eb gpio: pca953x: Fix AI overflow on PCAL6524 by Marek Vasut · 6 years ago
  31. 873d1e8 gpio: pca953x: Deduplicate the bank_shift by Marek Vasut · 6 years ago
  32. 72b38ca gpio: pca953x: suppress interrupts warning when not applicable by Baruch Siach · 7 years ago
  33. 644f3da gpio: pca953x: Include the right header by Linus Walleij · 7 years ago
  34. d5dbf9c gpio: pca953x: fix address calculation for pcal6524 by H. Nikolaus Schaller · 7 years ago
  35. 394aeef gpio: pca953x: define masks for addressing common and extended registers by H. Nikolaus Schaller · 7 years ago
  36. 0cdf21b gpio: pca953x: set the PCA_PCAL flag also when matching by DT by H. Nikolaus Schaller · 7 years ago
  37. 0a70fe0 gpio: pca953x: Clear irq trigger type on irq shutdown by Grigoryev Denis · 7 years ago
  38. a0ecbcc gpio: pca953x: add more register definitions for pcal6524 by H. Nikolaus Schaller · 7 years ago
  39. 6315d23 gpio: pca953x: add more register definitions for pcal953x by H. Nikolaus Schaller · 7 years ago
  40. 0950c19 gpio: pca953x: convert register constants to hex by H. Nikolaus Schaller · 7 years ago
  41. 67bab93 gpio: pca953x: Use of_device_get_match_data() by Thierry Reding · 7 years ago
  42. 3a711e0 gpio: pca953x: add compatibility for pcal6524 and pcal9555a by H. Nikolaus Schaller · 7 years ago
  43. 8a64e55 gpio: pca953x: fix vendor prefix for PCA9654 by Sergei Shtylyov · 7 years ago
  44. f0fbe7b gpio: Move irqdomain into struct gpio_irq_chip by Thierry Reding · 7 years ago
  45. b2dc411 gpio: pca953x: remove incorrect le16_to_cpu calls by Andy Shevchenko · 8 years ago
  46. 1b9a0c2 gpio: move tca9554 from pcf857x to pca953x by Anders Darander · 8 years ago
  47. 96530b3 gpio: pca953x: Expand comment for "reset" GPIO in ACPI case by Andy Shevchenko · 8 years ago
  48. b413d7a gpio: pca953x: Sort headers alphabetically by Andy Shevchenko · 8 years ago
  49. 66e5719 gpio: pca953x: Introduce a long awaited ->get_direction() by Andy Shevchenko · 8 years ago
  50. 054ccde gpio: pca953x: Add optional reset gpio control by Steve Longerbeam · 8 years ago
  51. 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
  52. acf1fcf Merge branch 'thread-irq-simpler' into devel by Linus Walleij · 8 years ago
  53. d245b3f gpio: simplify adding threaded interrupts by Linus Walleij · 8 years ago
  54. 386377b gpio: pca953x: Move memcpy into mutex lock for set multiple by Phil Reid · 8 years ago
  55. 53f8d32 gpio: pca953x: Fix corruption of other gpios in set_multiple. by Phil Reid · 8 years ago
  56. 1208c93 gpio: pca953x: Add MAX7318 compatible by Marek Vasut · 8 years ago
  57. 74f47f0 gpio: pca953x: add a comment explaining the need for a lockdep subclass by Bartosz Golaszewski · 8 years ago
  58. 87840a2 Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  59. 6212e1d gpio: pca953x: variable 'id' was used twice by Wolfram Sang · 8 years ago
  60. 559b469 gpio: pca953x: fix an incorrect lockdep warning by Bartosz Golaszewski · 8 years ago
  61. d147d54 Revert "gpio: pca953x: initialize ret to zero to avoid returning garbage" by Linus Walleij · 8 years ago
  62. 313b9a9 gpio: pca953x: initialize ret to zero to avoid returning garbage by Colin Ian King · 8 years ago
  63. ea3d579 gpio: pca953x: coding style fixes by Bartosz Golaszewski · 8 years ago
  64. 60f547b gpio: pca953x: remove an unused variable by Bartosz Golaszewski · 8 years ago
  65. c6e3cf0 gpio: pca953x: refactor pca953x_read_regs() by Bartosz Golaszewski · 8 years ago
  66. 7acc66e gpio: pca953x: refactor pca953x_write_regs() by Bartosz Golaszewski · 8 years ago
  67. 53661f3b gpio: pca953x: code shrink by Bartosz Golaszewski · 8 years ago
  68. bf62efe gpio: pca954x: fix undefined error code from remove by Arnd Bergmann · 8 years ago
  69. e23efa3 gpio: pca954x: Add vcc regulator and enable it by Phil Reid · 8 years ago
  70. 747e42a1c gpio: pca953x: enable driver on Intel Edison by Andy Shevchenko · 9 years ago
  71. a246b81 gpio: pca953x: Fix NBANK calculation for PCA9536 by Vignesh R · 9 years ago
  72. c4d1cbd gpio: pca953x: enfore type for i2c_smbus_write_word_data() by Andy Shevchenko · 9 years ago
  73. 8c7a92d gpio: pca953x: remove redundant assignments by Andy Shevchenko · 9 years ago
  74. 353661d gpio: pca953x: Add support for TI PCA9536 by Vignesh R · 9 years ago
  75. 1eccc6e Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  76. 44896be gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2 by Yong Li · 9 years ago
  77. 9b8e3ec gpio: pca953x: Use correct u16 value for register word write by Yong Li · 9 years ago
  78. e0a8604 gpio: pca953x: Fix pca953x_gpio_set_multiple() on 64-bit by Geert Uytterhoeven · 9 years ago
  79. 0ece84f gpio: pca953x: Use devm_gpiochip_add_data() for gpio registration by Laxman Dewangan · 9 years ago
  80. 468e67f gpio: pca953x: use gpiochip data pointer by Linus Walleij · 9 years ago
  81. b4818af gpio: pca953x: Add set_multiple to allow multiple bits to be set in one write. by Phil Reid · 9 years ago
  82. c2369d3 gpio: pca953x: make inclusion of <linux/of_platform.h> unconditional by Linus Walleij · 9 years ago
  83. 6f29c9a gpio: pca935x: fix of-only probed devices by Ben Dooks · 9 years ago
  84. 9f49f6d gpio: pca953x: add onsemi,pca9654 id by Ben Dooks · 9 years ago
  85. 58383c78 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
  86. f32517b gpio: pca953x: support ACPI devices found on Galileo Gen2 by Andy Shevchenko · 9 years ago
  87. c666414 gpio: pca953x: store driver_data for future use by Andy Shevchenko · 9 years ago
  88. 2db8aba gpio: pca953x: Add TI TCA9539 support by Thierry Reding · 9 years ago
  89. c75a377 gpio: Fix error checking in the function device_pca957x_init by Nicholas Krause · 9 years ago
  90. fdd5040 gpio: pca953x: fix nested irqs rescheduling by Grygorii Strashko · 10 years ago
  91. b6ac128 gpio: Prevent an integer overflow in the pca953x driver by Joshua Scott · 10 years ago
  92. 20a8a96 Drivers: gpio: Fix spelling errors by Colin Cronin · 10 years ago
  93. 4bb9334 gpio: pca953x: Drop deprecated DT bindings by Markus Pargmann · 10 years ago
  94. 9f5132a gpio: remove all usage of gpio_remove retval in driver/gpio by abdoulaye berthe · 11 years ago
  95. 7bcbce5 gpio: pca953x: use gpiolib irqchip helpers by Linus Walleij · 11 years ago
  96. 9132913 gpio: pca953x: request a shared interrupt by Toby Smith · 11 years ago
  97. 3275d07 gpio: pca953x: return IRQ_NONE when appropriate by Toby Smith · 11 years ago
  98. 2b1f597 gpio: pca953x: Fix gpio_base may not default to -1 by Aaron Sierra · 11 years ago
  99. e73760a gpio: pca953x: Add Exar XRA1202 by Aaron Sierra · 11 years ago
  100. eb32b5a gpio: pca953x: Add NXP PCA9698 by Aaron Sierra · 11 years ago