aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-pca953x.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-16gpio: pca953x: Add support for the On Semi pca9655Gravatar Peter Robinson 1-0/+1
2021-03-08gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2Gravatar Andy Shevchenko 1-55/+23
2021-02-15gpio: pca953x: Add support for pca9506Gravatar Uwe Kleine-König 1-0/+2
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-6/+5
2020-10-07gpio: pca953x: Survive spurious interruptsGravatar Marc Zyngier 1-2/+15
2020-10-01gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957xGravatar Andy Shevchenko 1-1/+4
2020-10-01gpio: pca953x: Use bitmap API over implicit GCC extensionGravatar Andy Shevchenko 1-1/+3
2020-09-30gpio: pca953x: Add support for the NXP PCAL9554B/CGravatar Mike Looijmans 1-0/+2
2020-09-24gpio: pca953x: Fix uninitialized pending variableGravatar Ye Li 1-1/+1
2020-08-28gpio: pca953x: Simplify with dev_err_probe()Gravatar Krzysztof Kozlowski 1-6/+3
2020-08-04gpio: pca953x: Request IRQ after all initialisation doneGravatar Andy Shevchenko 1-11/+11
2020-07-20gpio: pca953x: Use irqchip templateGravatar Linus Walleij 1-12/+13
2020-07-09Merge branch 'devel' into for-nextGravatar Linus Walleij 1-0/+2
2020-06-22gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2Gravatar Andy Shevchenko 1-1/+6
2020-06-16gpio: pca953x: disable regmap locking for automatic address incrementingGravatar Andy Shevchenko 1-0/+1
2020-06-16gpio: pca953x: Fix direction setting when configure an IRQGravatar Andy Shevchenko 1-2/+4
2020-06-16gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2Gravatar Andy Shevchenko 1-0/+79
2020-06-16gpio: pca953x: Synchronize interrupt handler properlyGravatar Andy Shevchenko 1-3/+5
2020-06-16gpio: pca953x: Add support for the PCAL9535Gravatar Jan Kiszka 1-0/+2
2020-06-03gpio: pca953x: Drop unneeded ACPI_PTR()Gravatar Andy Shevchenko 1-1/+1
2020-05-27Merge tag 'v5.7-rc7' into develGravatar Linus Walleij 1-1/+1
2020-04-29gpio: pca953x: drop unused parameters of pca953x_recalc_addr()Gravatar Uwe Kleine-König 1-20/+11
2020-04-29gpio: pca953x: fix handling of automatic address incrementingGravatar Uwe Kleine-König 1-16/+28
2020-04-29gpio: pca953x: Rewrite ->get_multiple() functionGravatar Andy Shevchenko 1-30/+11
2020-04-23gpio: pca953x: Fix pca953x_gpio_set_configGravatar Adam Ford 1-1/+1
2020-04-17gpio: pca953x: disable regmap lockingGravatar Bartosz Golaszewski 1-0/+1
2020-04-16gpio: gpio-pca953x, Add get_multiple functionGravatar Paul Thomas 1-0/+37
2020-01-17Merge tag 'v5.5-rc6' into develGravatar Linus Walleij 1-16/+10
2019-12-11gpio: pca953x: Remove redundant forward declarationGravatar Andy Shevchenko 1-2/+0
2019-12-11gpio: pca953x: Switch to bitops in IRQ callbacksGravatar Andy Shevchenko 1-16/+10
2019-12-11gpio: pca953x: Don't hardcode irq trigger typeGravatar Vignesh Raghavendra 1-2/+1
2019-12-04gpio: pca953x: tighten up indentationGravatar Andy Shevchenko 1-11/+11
2019-12-04gpio: pca953x: convert to use bitmap APIGravatar Andy Shevchenko 1-94/+70
2019-12-04gpio: pca953x: use input from regs structure in pca953x_irq_pending()Gravatar Andy Shevchenko 1-1/+1
2019-12-04gpio: pca953x: remove redundant variable and check in IRQ handlerGravatar Andy Shevchenko 1-3/+1
2019-12-04gpio: pca953x: utilize the for_each_set_clump8 macroGravatar William Breathitt Gray 1-10/+7
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONGravatar Matti Vaittinen 1-1/+4
2019-09-16Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-37/+33
2019-08-28gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_readGravatar David Jander 1-6/+3
2019-08-28gpio: pca953x: correct type of reg_directionGravatar David Jander 1-3/+3
2019-08-02gpio: pca953x: Drop %s for constant string literalsGravatar Andy Shevchenko 1-2/+1
2019-08-02gpio: pca953x: Remove explicit comparison with 0Gravatar Andy Shevchenko 1-8/+8
2019-08-02gpio: pca953x: Use GENMASK() consistentlyGravatar Andy Shevchenko 1-15/+16
2019-08-02gpio: pca953x: Switch to use device_get_match_data()Gravatar Andy Shevchenko 1-12/+8
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-0/+1
2019-06-14Merge tag 'gpio-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-1/+2
2019-06-08gpio: pca953x: hack to fix 24 bit gpio expandersGravatar H. Nikolaus Schaller 1-1/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-4/+1
2019-06-02gpio: pca953x: Add support for the TI TCA9539Gravatar Peter Robinson 1-0/+1
2019-04-11gpio: pca953x: add support for pca6416Gravatar Alexandre Belloni 1-0/+2