summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-pca953x.c
AgeCommit message (Expand)Author
2022-05-06gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu
2021-10-06gpio: pca953x: Improve bias settingAndy Shevchenko
2021-09-29gpio: pca953x: do not ignore i2c errorsAndrey Gusakov
2021-06-16gpio: pca953x: Add support for the On Semi pca9655Peter Robinson
2021-03-08gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2Andy Shevchenko
2021-02-15gpio: pca953x: Add support for pca9506Uwe Kleine-König
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2020-10-07gpio: pca953x: Survive spurious interruptsMarc Zyngier
2020-10-01gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957xAndy Shevchenko
2020-10-01gpio: pca953x: Use bitmap API over implicit GCC extensionAndy Shevchenko
2020-09-30gpio: pca953x: Add support for the NXP PCAL9554B/CMike Looijmans
2020-09-24gpio: pca953x: Fix uninitialized pending variableYe Li
2020-08-28gpio: pca953x: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-08-04gpio: pca953x: Request IRQ after all initialisation doneAndy Shevchenko
2020-07-20gpio: pca953x: Use irqchip templateLinus Walleij
2020-07-09Merge branch 'devel' into for-nextLinus Walleij
2020-06-22gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2Andy Shevchenko
2020-06-16gpio: pca953x: disable regmap locking for automatic address incrementingAndy Shevchenko
2020-06-16gpio: pca953x: Fix direction setting when configure an IRQAndy Shevchenko
2020-06-16gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2Andy Shevchenko
2020-06-16gpio: pca953x: Synchronize interrupt handler properlyAndy Shevchenko
2020-06-16gpio: pca953x: Add support for the PCAL9535Jan Kiszka
2020-06-03gpio: pca953x: Drop unneeded ACPI_PTR()Andy Shevchenko
2020-05-27Merge tag 'v5.7-rc7' into develLinus Walleij
2020-04-29gpio: pca953x: drop unused parameters of pca953x_recalc_addr()Uwe Kleine-König
2020-04-29gpio: pca953x: fix handling of automatic address incrementingUwe Kleine-König
2020-04-29gpio: pca953x: Rewrite ->get_multiple() functionAndy Shevchenko
2020-04-23gpio: pca953x: Fix pca953x_gpio_set_configAdam Ford
2020-04-17gpio: pca953x: disable regmap lockingBartosz Golaszewski
2020-04-16gpio: gpio-pca953x, Add get_multiple functionPaul Thomas
2020-01-17Merge tag 'v5.5-rc6' into develLinus Walleij
2019-12-11gpio: pca953x: Remove redundant forward declarationAndy Shevchenko
2019-12-11gpio: pca953x: Switch to bitops in IRQ callbacksAndy Shevchenko
2019-12-11gpio: pca953x: Don't hardcode irq trigger typeVignesh Raghavendra
2019-12-04gpio: pca953x: tighten up indentationAndy Shevchenko
2019-12-04gpio: pca953x: convert to use bitmap APIAndy Shevchenko
2019-12-04gpio: pca953x: use input from regs structure in pca953x_irq_pending()Andy Shevchenko
2019-12-04gpio: pca953x: remove redundant variable and check in IRQ handlerAndy Shevchenko
2019-12-04gpio: pca953x: utilize the for_each_set_clump8 macroWilliam Breathitt Gray
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen
2019-09-16Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-08-28gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_readDavid Jander
2019-08-28gpio: pca953x: correct type of reg_directionDavid Jander
2019-08-02gpio: pca953x: Drop %s for constant string literalsAndy Shevchenko
2019-08-02gpio: pca953x: Remove explicit comparison with 0Andy Shevchenko
2019-08-02gpio: pca953x: Use GENMASK() consistentlyAndy Shevchenko
2019-08-02gpio: pca953x: Switch to use device_get_match_data()Andy Shevchenko
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-06-14Merge tag 'gpio-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-06-08gpio: pca953x: hack to fix 24 bit gpio expandersH. Nikolaus Schaller