| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -2/+2 |
| 2025-07-28 | Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -28/+141 |
| 2025-07-15 | gpio: pca953x: use regmap_update_bits() to improve performance | Hugo Villeneuve | 1 | -10/+10 |
| 2025-07-07 | gpio: pca953x: Add support for TI TCA6418 | Maria Garcia | 1 | -20/+133 |
| 2025-06-17 | gpio: pca953x: fix wrong error probe return value | Sascha Hauer | 1 | -1/+1 |
| 2025-05-27 | Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+27 |
| 2025-05-13 | gpio: pca953x: fix IRQ storm on system wake up | Emanuele Ghidoli | 1 | -0/+6 |
| 2025-04-23 | gpio: pca953x: Add support for level-triggered interrupts | Potin Lai | 1 | -5/+27 |
| 2025-02-26 | gpio: pca953x: use value returning setters | Bartosz Golaszewski | 1 | -8/+9 |
| 2025-02-04 | gpio: pca953x: Improve interrupt support | Mark Tomlinson | 1 | -19/+0 |
| 2024-12-20 | gpio: pca953x: log an error when failing to get the reset GPIO | Luca Ceresoli | 1 | -1/+2 |
| 2024-11-22 | Fix a potential abuse of seq_printf() format string in drivers | David Wang | 1 | -1/+1 |
| 2024-08-21 | gpio: pca953x: Print the error code on read/write failures | Fabio Estevam | 1 | -2/+2 |
| 2024-07-15 | Merge tag 'gpio-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+1 |
| 2024-06-21 | gpio: pca953x: fix pca953x_irq_bus_sync_unlock race | Ian Ray | 1 | -0/+2 |
| 2024-06-03 | gpio: pca953x: Add support for TI TCA9535 variant | Fabio Estevam | 1 | -0/+1 |
| 2024-04-15 | gpiolib: acpi: Pass con_id instead of property into acpi_dev_gpio_irq_get_by() | Andy Shevchenko | 1 | -1/+1 |
| 2023-10-02 | gpio: pca953x: Convert to use maple tree register cache | Mark Brown | 1 | -2/+2 |
| 2023-09-11 | gpio: pca953x: Revisit header inclusions | Andy Shevchenko | 1 | -6/+14 |
| 2023-09-11 | gpio: pca953x: Get rid of useless goto label | Andy Shevchenko | 1 | -17/+7 |
| 2023-09-11 | gpio: pca953x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() | Andy Shevchenko | 1 | -5/+3 |
| 2023-09-11 | gpio: pca953x: Utilise temporary variable for struct gpio_chip | Andy Shevchenko | 1 | -4/+3 |
| 2023-09-11 | gpio: pca953x: Utilise temporary variable for struct device | Andy Shevchenko | 1 | -16/+14 |
| 2023-09-11 | gpio: pca953x: Simplify code with cleanup helpers | Andy Shevchenko | 1 | -48/+29 |
| 2023-09-11 | gpio: pca953x: Split pca953x_restore_context() and pca953x_save_context() | Andy Shevchenko | 1 | -15/+29 |
| 2023-09-11 | gpio: pca953x: Utilise dev_err_probe() where it makes sense | Andy Shevchenko | 1 | -5/+3 |
| 2023-09-11 | gpio: pca953x: Fully convert to device managed resources | Andy Shevchenko | 1 | -33/+35 |
| 2023-09-11 | gpio: pca953x: Drop unused fields in struct pca953x_platform_data | Andy Shevchenko | 1 | -29/+8 |
| 2023-08-25 | gpio: pca953x: add support for TCA9538 | Liam Beguin | 1 | -0/+2 |
| 2023-08-25 | gpio: pca953x: Use i2c_get_match_data() | Biju Das | 1 | -15/+3 |
| 2023-05-23 | gpio: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-01-30 | gpio: pca953x: Remove unused PCAL953X_OUT_CONF from pcal6534_recalc_addr() | Andy Shevchenko | 1 | -1/+0 |
| 2023-01-30 | gpio: pca953x: Clean up pcal6534_check_register() | Andy Shevchenko | 1 | -12/+9 |
| 2023-01-30 | gpio: pca953x: avoid logically dead code | Haibo Chen | 1 | -10/+10 |
| 2022-12-30 | gpio: pca953x: avoid to use uninitialized value pinctrl | Haibo Chen | 1 | -0/+3 |
| 2022-12-15 | Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+3 |
| 2022-11-24 | gpio: pca953x: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+3 |
| 2022-10-24 | gpio: pca953x: Add missing header(s) | Andy Shevchenko | 1 | -1/+2 |
| 2022-10-08 | Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -38/+139 |
| 2022-09-16 | Merge tag 'v6.0-rc5' into i2c/for-mergewindow | Wolfram Sang | 1 | -1/+7 |
| 2022-09-15 | gpio: pca953x: Add support for PCAL6534 | Martyn Welch | 1 | -19/+117 |
| 2022-09-15 | gpio: pca953x: Swap if statements to save later complexity | Martyn Welch | 1 | -16/+15 |
| 2022-09-15 | gpio: pca953x: Fix pca953x_gpio_set_pull_up_down() | Martyn Welch | 1 | -3/+5 |
| 2022-09-14 | gpio: pca953x: introduce support for nxp,pcal6408 | Nate Drude | 1 | -0/+2 |
| 2022-08-31 | gpio: pca953x: Add mutex_lock for regcache sync in PM | Haibo Chen | 1 | -1/+7 |
| 2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2022-08-16 | gpio: pca953x: Make platform teardown callback return void | Uwe Kleine-König | 1 | -8/+3 |
| 2022-07-19 | gpio: pca953x: use the correct register address when regcache sync during init | Haibo Chen | 1 | -4/+7 |
| 2022-07-19 | gpio: pca953x: use the correct range when do regmap sync | Haibo Chen | 1 | -6/+6 |
| 2022-07-19 | gpio: pca953x: only use single read/write for No AI mode | Haibo Chen | 1 | -0/+3 |
| 2022-06-03 | Merge tag 'gpio-fixes-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -8/+11 |
| 2022-06-01 | gpio: pca953x: use the correct register address to do regcache sync | Haibo Chen | 1 | -8/+11 |
| 2022-05-26 | Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -12/+25 |
| 2022-05-24 | gpio: pca953x: Make the irqchip immutable | Geert Uytterhoeven | 1 | -12/+23 |
| 2022-05-06 | gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) | Puyou Lu | 1 | -2/+2 |
| 2022-05-05 | gpio: pca953xx: Add support for pca6408 | Justin Chen | 1 | -0/+2 |
| 2021-10-06 | gpio: pca953x: Improve bias setting | Andy Shevchenko | 1 | -7/+9 |
| 2021-09-29 | gpio: pca953x: do not ignore i2c errors | Andrey Gusakov | 1 | -9/+2 |
| 2021-06-16 | gpio: pca953x: Add support for the On Semi pca9655 | Peter Robinson | 1 | -0/+1 |
| 2021-03-08 | gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2 | Andy Shevchenko | 1 | -55/+23 |
| 2021-02-15 | gpio: pca953x: Add support for pca9506 | Uwe Kleine-König | 1 | -0/+2 |
| 2020-10-13 | Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -6/+5 |
| 2020-10-07 | gpio: pca953x: Survive spurious interrupts | Marc Zyngier | 1 | -2/+15 |
| 2020-10-01 | gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957x | Andy Shevchenko | 1 | -1/+4 |
| 2020-10-01 | gpio: pca953x: Use bitmap API over implicit GCC extension | Andy Shevchenko | 1 | -1/+3 |
| 2020-09-30 | gpio: pca953x: Add support for the NXP PCAL9554B/C | Mike Looijmans | 1 | -0/+2 |
| 2020-09-24 | gpio: pca953x: Fix uninitialized pending variable | Ye Li | 1 | -1/+1 |
| 2020-08-28 | gpio: pca953x: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -6/+3 |
| 2020-08-04 | gpio: pca953x: Request IRQ after all initialisation done | Andy Shevchenko | 1 | -11/+11 |
| 2020-07-20 | gpio: pca953x: Use irqchip template | Linus Walleij | 1 | -12/+13 |
| 2020-07-09 | Merge branch 'devel' into for-next | Linus Walleij | 1 | -0/+2 |
| 2020-06-22 | gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2 | Andy Shevchenko | 1 | -1/+6 |
| 2020-06-16 | gpio: pca953x: disable regmap locking for automatic address incrementing | Andy Shevchenko | 1 | -0/+1 |
| 2020-06-16 | gpio: pca953x: Fix direction setting when configure an IRQ | Andy Shevchenko | 1 | -2/+4 |
| 2020-06-16 | gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2 | Andy Shevchenko | 1 | -0/+79 |
| 2020-06-16 | gpio: pca953x: Synchronize interrupt handler properly | Andy Shevchenko | 1 | -3/+5 |
| 2020-06-16 | gpio: pca953x: Add support for the PCAL9535 | Jan Kiszka | 1 | -0/+2 |
| 2020-06-03 | gpio: pca953x: Drop unneeded ACPI_PTR() | Andy Shevchenko | 1 | -1/+1 |
| 2020-05-27 | Merge tag 'v5.7-rc7' into devel | Linus Walleij | 1 | -1/+1 |
| 2020-04-29 | gpio: pca953x: drop unused parameters of pca953x_recalc_addr() | Uwe Kleine-König | 1 | -20/+11 |
| 2020-04-29 | gpio: pca953x: fix handling of automatic address incrementing | Uwe Kleine-König | 1 | -16/+28 |
| 2020-04-29 | gpio: pca953x: Rewrite ->get_multiple() function | Andy Shevchenko | 1 | -30/+11 |
| 2020-04-23 | gpio: pca953x: Fix pca953x_gpio_set_config | Adam Ford | 1 | -1/+1 |
| 2020-04-17 | gpio: pca953x: disable regmap locking | Bartosz Golaszewski | 1 | -0/+1 |
| 2020-04-16 | gpio: gpio-pca953x, Add get_multiple function | Paul Thomas | 1 | -0/+37 |
| 2020-01-17 | Merge tag 'v5.5-rc6' into devel | Linus Walleij | 1 | -16/+10 |
| 2019-12-11 | gpio: pca953x: Remove redundant forward declaration | Andy Shevchenko | 1 | -2/+0 |
| 2019-12-11 | gpio: pca953x: Switch to bitops in IRQ callbacks | Andy Shevchenko | 1 | -16/+10 |
| 2019-12-11 | gpio: pca953x: Don't hardcode irq trigger type | Vignesh Raghavendra | 1 | -2/+1 |
| 2019-12-04 | gpio: pca953x: tighten up indentation | Andy Shevchenko | 1 | -11/+11 |
| 2019-12-04 | gpio: pca953x: convert to use bitmap API | Andy Shevchenko | 1 | -94/+70 |
| 2019-12-04 | gpio: pca953x: use input from regs structure in pca953x_irq_pending() | Andy Shevchenko | 1 | -1/+1 |
| 2019-12-04 | gpio: pca953x: remove redundant variable and check in IRQ handler | Andy Shevchenko | 1 | -3/+1 |
| 2019-12-04 | gpio: pca953x: utilize the for_each_set_clump8 macro | William Breathitt Gray | 1 | -10/+7 |
| 2019-11-07 | gpio: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -1/+4 |
| 2019-09-16 | Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -37/+33 |
| 2019-08-28 | gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_read | David Jander | 1 | -6/+3 |
| 2019-08-28 | gpio: pca953x: correct type of reg_direction | David Jander | 1 | -3/+3 |
| 2019-08-02 | gpio: pca953x: Drop %s for constant string literals | Andy Shevchenko | 1 | -2/+1 |
| 2019-08-02 | gpio: pca953x: Remove explicit comparison with 0 | Andy Shevchenko | 1 | -8/+8 |
| 2019-08-02 | gpio: pca953x: Use GENMASK() consistently | Andy Shevchenko | 1 | -15/+16 |
| 2019-08-02 | gpio: pca953x: Switch to use device_get_match_data() | Andy Shevchenko | 1 | -12/+8 |
| 2019-07-09 | Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -0/+1 |
| 2019-06-14 | Merge tag 'gpio-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -1/+2 |
| 2019-06-08 | gpio: pca953x: hack to fix 24 bit gpio expanders | H. Nikolaus Schaller | 1 | -1/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -4/+1 |
| 2019-06-02 | gpio: pca953x: Add support for the TI TCA9539 | Peter Robinson | 1 | -0/+1 |
| 2019-04-11 | gpio: pca953x: add support for pca6416 | Alexandre Belloni | 1 | -0/+2 |
| 2019-04-11 | gpio: pca953x: add pcal6416 to the of_device_id table | Alexandre Belloni | 1 | -0/+1 |
| 2019-04-08 | Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm... | Linus Walleij | 1 | -0/+1 |
| 2019-04-08 | gpio: pca953x: Configure wake-up path when wake-up is enabled | Geert Uytterhoeven | 1 | -5/+16 |
| 2019-03-22 | gpio: pca953x: Add support for CAT9554 | Geert Uytterhoeven | 1 | -0/+1 |
| 2019-03-08 | gpio: pca953x: Use PCA_LATCH_INT | Andy Shevchenko | 1 | -5/+5 |
| 2019-03-01 | gpio: pca953x: Fix dereference of irq data in shutdown | Mark Walton | 1 | -1/+2 |
| 2019-02-20 | gpio: pca953x: Add wake-up support | Geert Uytterhoeven | 1 | -0/+9 |
| 2019-02-17 | Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Walleij | 1 | -1/+2 |
| 2019-02-14 | gpio: pca953x: add support for pcal6416 type | Thomas Petazzoni | 1 | -0/+1 |
| 2019-02-14 | Merge branch 'ib-pca953x-config' into devel | Linus Walleij | 1 | -2/+64 |
| 2019-02-13 | gpio: pca953x: add ->set_config implementation | Thomas Petazzoni | 1 | -2/+64 |
| 2019-01-21 | gpio: pca953x: use a per instance irq_chip structure | Thomas Petazzoni | 1 | -13/+12 |
| 2019-01-21 | gpio: pca953x: reduce indentation level in pca953x_irq_setup() | Thomas Petazzoni | 1 | -42/+42 |
| 2019-01-11 | gpio: pca953x: Make symbol 'pca953x_i2c_regmap' static | Wei Yongjun | 1 | -1/+1 |
| 2018-12-28 | Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -182/+302 |
| 2018-12-17 | gpio: name PCA953x gpio chips after device name | Linus Walleij | 1 | -1/+1 |
| 2018-12-14 | gpio: pca953x: Restore registers after suspend/resume cycle | Marek Vasut | 1 | -0/+88 |
| 2018-12-14 | gpio: pca953x: Zap single use of pca953x_read_single() | Marek Vasut | 1 | -17/+5 |
| 2018-12-14 | gpio: pca953x: Zap ad-hoc reg_output cache | Marek Vasut | 1 | -50/+15 |
| 2018-12-14 | gpio: pca953x: Zap ad-hoc reg_direction cache | Marek Vasut | 1 | -24/+31 |
| 2018-12-14 | gpio: pca953x: Perform basic regmap conversion | Marek Vasut | 1 | -8/+151 |
| 2018-12-14 | gpio: pca953x: Extract the register address mangling to single function | Marek Vasut | 1 | -30/+29 |
| 2018-12-14 | gpio: pca953x: Zap ad-hoc I2C block write in multi GPIO set | Marek Vasut | 1 | -10/+1 |
| 2018-12-14 | gpio: pca953x: Factor out common code from device_pca95xx_init() | Marek Vasut | 1 | -23/+12 |
| 2018-12-14 | gpio: pca953x: Unify pca953x_{read,write}_regs_{8,mul}() | Marek Vasut | 1 | -46/+8 |
| 2018-12-14 | gpio: pca953x: Unify pca953x_{read,write}_regs_{16,24}() | Marek Vasut | 1 | -31/+18 |
| 2018-12-14 | gpio: pca953x: Unify pca95{3,7}x_write_regs_16() | Marek Vasut | 1 | -11/+5 |
| 2018-12-14 | gpio: pca953x: Repair multi-byte IO address increment on PCA9575 | Marek Vasut | 1 | -8/+11 |
| 2018-12-14 | gpio: pca953x: Fix AI overflow on PCAL6524 | Marek Vasut | 1 | -1/+1 |
| 2018-12-14 | gpio: pca953x: Deduplicate the bank_shift | Marek Vasut | 1 | -7/+11 |
| 2018-07-02 | gpio: pca953x: suppress interrupts warning when not applicable | Baruch Siach | 1 | -1/+1 |
| 2018-05-24 | gpio: pca953x: Include the right header | Linus Walleij | 1 | -1/+1 |
| 2018-05-23 | gpio: pca953x: fix address calculation for pcal6524 | H. Nikolaus Schaller | 1 | -2/+6 |
| 2018-05-23 | gpio: pca953x: define masks for addressing common and extended registers | H. Nikolaus Schaller | 1 | -0/+4 |
| 2018-05-23 | gpio: pca953x: set the PCA_PCAL flag also when matching by DT | H. Nikolaus Schaller | 1 | -2/+3 |
| 2018-05-23 | gpio: pca953x: Clear irq trigger type on irq shutdown | Grigoryev Denis | 1 | -0/+10 |
| 2018-05-16 | gpio: pca953x: add more register definitions for pcal6524 | H. Nikolaus Schaller | 1 | -0/+6 |
| 2018-05-16 | gpio: pca953x: add more register definitions for pcal953x | H. Nikolaus Schaller | 1 | -0/+4 |
| 2018-05-16 | gpio: pca953x: convert register constants to hex | H. Nikolaus Schaller | 1 | -16/+16 |
| 2018-05-16 | gpio: pca953x: Use of_device_get_match_data() | Thierry Reding | 1 | -6/+4 |
| 2018-03-27 | gpio: pca953x: add compatibility for pcal6524 and pcal9555a | H. Nikolaus Schaller | 1 | -0/+4 |
| 2017-12-02 | gpio: pca953x: fix vendor prefix for PCA9654 | Sergei Shtylyov | 1 | -1/+1 |
| 2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 1 | -1/+1 |
| 2017-08-14 | gpio: pca953x: remove incorrect le16_to_cpu calls | Andy Shevchenko | 1 | -5/+3 |
| 2017-04-24 | gpio: move tca9554 from pcf857x to pca953x | Anders Darander | 1 | -0/+1 |
| 2017-03-23 | gpio: pca953x: Expand comment for "reset" GPIO in ACPI case | Andy Shevchenko | 1 | -1/+7 |
| 2017-03-23 | gpio: pca953x: Sort headers alphabetically | Andy Shevchenko | 1 | -6/+7 |
| 2017-03-23 | gpio: pca953x: Introduce a long awaited ->get_direction() | Andy Shevchenko | 1 | -0/+16 |
| 2017-01-11 | gpio: pca953x: Add optional reset gpio control | Steve Longerbeam | 1 | -0/+9 |
| 2016-12-13 | Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -8/+10 |
| 2016-12-07 | Merge branch 'thread-irq-simpler' into devel | Linus Walleij | 1 | -8/+8 |
| 2016-11-25 | gpio: simplify adding threaded interrupts | Linus Walleij | 1 | -8/+8 |
| 2016-11-08 | gpio: pca953x: Move memcpy into mutex lock for set multiple | Phil Reid | 1 | -2/+1 |
| 2016-11-08 | gpio: pca953x: Fix corruption of other gpios in set_multiple. | Phil Reid | 1 | -0/+1 |
| 2016-10-24 | gpio: pca953x: Add MAX7318 compatible | Marek Vasut | 1 | -0/+2 |
| 2016-10-11 | gpio: pca953x: add a comment explaining the need for a lockdep subclass | Bartosz Golaszewski | 1 | -0/+16 |
| 2016-10-07 | Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 1 | -7/+9 |
| 2016-09-24 | gpio: pca953x: variable 'id' was used twice | Wolfram Sang | 1 | -7/+7 |
| 2016-09-24 | gpio: pca953x: fix an incorrect lockdep warning | Bartosz Golaszewski | 1 | -0/+2 |
| 2016-09-13 | Revert "gpio: pca953x: initialize ret to zero to avoid returning garbage" | Linus Walleij | 1 | -1/+1 |
| 2016-09-12 | gpio: pca953x: initialize ret to zero to avoid returning garbage | Colin Ian King | 1 | -1/+1 |
| 2016-09-12 | gpio: pca953x: coding style fixes | Bartosz Golaszewski | 1 | -10/+13 |
| 2016-09-12 | gpio: pca953x: remove an unused variable | Bartosz Golaszewski | 1 | -4/+1 |
| 2016-09-12 | gpio: pca953x: refactor pca953x_read_regs() | Bartosz Golaszewski | 1 | -14/+35 |
| 2016-09-12 | gpio: pca953x: refactor pca953x_write_regs() | Bartosz Golaszewski | 1 | -28/+47 |
| 2016-09-12 | gpio: pca953x: code shrink | Bartosz Golaszewski | 1 | -85/+48 |
| 2016-09-07 | gpio: pca954x: fix undefined error code from remove | Arnd Bergmann | 1 | -0/+2 |
| 2016-08-11 | gpio: pca954x: Add vcc regulator and enable it | Phil Reid | 1 | -9/+32 |
| 2016-06-15 | gpio: pca953x: enable driver on Intel Edison | Andy Shevchenko | 1 | -0/+2 |
| 2016-06-13 | gpio: pca953x: Fix NBANK calculation for PCA9536 | Vignesh R | 1 | -1/+1 |
| 2016-06-08 | gpio: pca953x: enfore type for i2c_smbus_write_word_data() | Andy Shevchenko | 1 | -3/+6 |
| 2016-06-07 | gpio: pca953x: remove redundant assignments | Andy Shevchenko | 1 | -6/+3 |
| 2016-06-07 | gpio: pca953x: Add support for TI PCA9536 | Vignesh R | 1 | -0/+1 |
| 2016-05-17 | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -1/+41 |
| 2016-04-09 | gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2 | Yong Li | 1 | -1/+41 |
| 2016-04-08 | gpio: pca953x: Use correct u16 value for register word write | Yong Li | 1 | -1/+2 |
| 2016-03-16 | gpio: pca953x: Fix pca953x_gpio_set_multiple() on 64-bit | Geert Uytterhoeven | 1 | -2/+4 |
| 2016-02-23 | gpio: pca953x: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -3/+1 |
| 2016-01-05 | gpio: pca953x: use gpiochip data pointer | Linus Walleij | 1 | -16/+11 |
| 2015-12-10 | gpio: pca953x: Add set_multiple to allow multiple bits to be set in one write. | Phil Reid | 1 | -0/+38 |
| 2015-12-09 | gpio: pca953x: make inclusion of <linux/of_platform.h> unconditional | Linus Walleij | 1 | -2/+0 |
| 2015-12-09 | gpio: pca935x: fix of-only probed devices | Ben Dooks | 1 | -32/+44 |
| 2015-12-09 | gpio: pca953x: add onsemi,pca9654 id | Ben Dooks | 1 | -0/+2 |
| 2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
| 2015-10-05 | gpio: pca953x: support ACPI devices found on Galileo Gen2 | Andy Shevchenko | 1 | -1/+20 |
| 2015-10-05 | gpio: pca953x: store driver_data for future use | Andy Shevchenko | 1 | -7/+10 |
| 2015-10-02 | gpio: pca953x: Add TI TCA9539 support | Thierry Reding | 1 | -0/+1 |
| 2015-10-02 | gpio: Fix error checking in the function device_pca957x_init | Nicholas Krause | 1 | -2/+6 |
| 2015-07-16 | gpio: pca953x: fix nested irqs rescheduling | Grygorii Strashko | 1 | -0/+4 |
| 2015-06-01 | gpio: Prevent an integer overflow in the pca953x driver | Joshua Scott | 1 | -9/+12 |
| 2015-05-19 | Drivers: gpio: Fix spelling errors | Colin Cronin | 1 | -1/+1 |
| 2014-08-28 | gpio: pca953x: Drop deprecated DT bindings | Markus Pargmann | 1 | -51/+3 |