summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pca953x.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: pca953x: Add support for the On Semi pca9655Peter Robinson2021-06-161-0/+1
* gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2Andy Shevchenko2021-03-081-55/+23
* gpio: pca953x: Add support for pca9506Uwe Kleine-König2021-02-151-0/+2
* Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-10-131-6/+5
|\
| * gpio: pca953x: Add support for the NXP PCAL9554B/CMike Looijmans2020-09-301-0/+2
| * gpio: pca953x: Simplify with dev_err_probe()Krzysztof Kozlowski2020-08-281-6/+3
* | gpio: pca953x: Survive spurious interruptsMarc Zyngier2020-10-071-2/+15
* | gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957xAndy Shevchenko2020-10-011-1/+4
* | gpio: pca953x: Use bitmap API over implicit GCC extensionAndy Shevchenko2020-10-011-1/+3
* | gpio: pca953x: Fix uninitialized pending variableYe Li2020-09-241-1/+1
|/
* gpio: pca953x: Request IRQ after all initialisation doneAndy Shevchenko2020-08-041-11/+11
* gpio: pca953x: Use irqchip templateLinus Walleij2020-07-201-12/+13
* Merge branch 'devel' into for-nextLinus Walleij2020-07-091-0/+2
|\
| * gpio: pca953x: Add support for the PCAL9535Jan Kiszka2020-06-161-0/+2
* | gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2Andy Shevchenko2020-06-221-1/+6
* | gpio: pca953x: disable regmap locking for automatic address incrementingAndy Shevchenko2020-06-161-0/+1
* | gpio: pca953x: Fix direction setting when configure an IRQAndy Shevchenko2020-06-161-2/+4
* | gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2Andy Shevchenko2020-06-161-0/+79
* | gpio: pca953x: Synchronize interrupt handler properlyAndy Shevchenko2020-06-161-3/+5
|/
* gpio: pca953x: Drop unneeded ACPI_PTR()Andy Shevchenko2020-06-031-1/+1
* Merge tag 'v5.7-rc7' into develLinus Walleij2020-05-271-1/+1
|\
| * gpio: pca953x: Fix pca953x_gpio_set_configAdam Ford2020-04-231-1/+1
* | gpio: pca953x: drop unused parameters of pca953x_recalc_addr()Uwe Kleine-König2020-04-291-20/+11
* | gpio: pca953x: fix handling of automatic address incrementingUwe Kleine-König2020-04-291-16/+28
* | gpio: pca953x: Rewrite ->get_multiple() functionAndy Shevchenko2020-04-291-30/+11
* | gpio: pca953x: disable regmap lockingBartosz Golaszewski2020-04-171-0/+1
* | gpio: gpio-pca953x, Add get_multiple functionPaul Thomas2020-04-161-0/+37
|/
* Merge tag 'v5.5-rc6' into develLinus Walleij2020-01-171-16/+10
|\
| * gpio: pca953x: Switch to bitops in IRQ callbacksAndy Shevchenko2019-12-111-16/+10
* | gpio: pca953x: Remove redundant forward declarationAndy Shevchenko2019-12-111-2/+0
* | gpio: pca953x: Don't hardcode irq trigger typeVignesh Raghavendra2019-12-111-2/+1
|/
* gpio: pca953x: tighten up indentationAndy Shevchenko2019-12-041-11/+11
* gpio: pca953x: convert to use bitmap APIAndy Shevchenko2019-12-041-94/+70
* gpio: pca953x: use input from regs structure in pca953x_irq_pending()Andy Shevchenko2019-12-041-1/+1
* gpio: pca953x: remove redundant variable and check in IRQ handlerAndy Shevchenko2019-12-041-3/+1
* gpio: pca953x: utilize the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-10/+7
* gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2019-11-071-1/+4
* Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-09-161-37/+33
|\
| * gpio: pca953x: Drop %s for constant string literalsAndy Shevchenko2019-08-021-2/+1
| * gpio: pca953x: Remove explicit comparison with 0Andy Shevchenko2019-08-021-8/+8
| * gpio: pca953x: Use GENMASK() consistentlyAndy Shevchenko2019-08-021-15/+16
| * gpio: pca953x: Switch to use device_get_match_data()Andy Shevchenko2019-08-021-12/+8
* | gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_readDavid Jander2019-08-281-6/+3
* | gpio: pca953x: correct type of reg_directionDavid Jander2019-08-281-3/+3
|/
* Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-0/+1
|\
| * gpio: pca953x: Add support for the TI TCA9539Peter Robinson2019-06-021-0/+1
* | Merge tag 'gpio-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-06-141-1/+2
|\ \
| * | gpio: pca953x: hack to fix 24 bit gpio expandersH. Nikolaus Schaller2019-06-081-1/+2
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1
|/
* gpio: pca953x: add support for pca6416Alexandre Belloni2019-04-111-0/+2