aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pca953x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-6/+5
2020-10-07gpio: pca953x: Survive spurious interruptsMarc Zyngier1-2/+15
2020-10-01gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957xAndy Shevchenko1-1/+4
2020-10-01gpio: pca953x: Use bitmap API over implicit GCC extensionAndy Shevchenko1-1/+3
2020-09-30gpio: pca953x: Add support for the NXP PCAL9554B/CMike Looijmans1-0/+2
2020-09-24gpio: pca953x: Fix uninitialized pending variableYe Li1-1/+1
2020-08-28gpio: pca953x: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+3
2020-08-04gpio: pca953x: Request IRQ after all initialisation doneAndy Shevchenko1-11/+11
2020-07-20gpio: pca953x: Use irqchip templateLinus Walleij1-12/+13
2020-07-09Merge branch 'devel' into for-nextLinus Walleij1-0/+2
2020-06-22gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2Andy Shevchenko1-1/+6
2020-06-16gpio: pca953x: disable regmap locking for automatic address incrementingAndy Shevchenko1-0/+1
2020-06-16gpio: pca953x: Fix direction setting when configure an IRQAndy Shevchenko1-2/+4
2020-06-16gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2Andy Shevchenko1-0/+79
2020-06-16gpio: pca953x: Synchronize interrupt handler properlyAndy Shevchenko1-3/+5
2020-06-16gpio: pca953x: Add support for the PCAL9535Jan Kiszka1-0/+2
2020-06-03gpio: pca953x: Drop unneeded ACPI_PTR()Andy Shevchenko1-1/+1
2020-05-27Merge tag 'v5.7-rc7' into develLinus Walleij1-1/+1
2020-04-29gpio: pca953x: drop unused parameters of pca953x_recalc_addr()Uwe Kleine-König1-20/+11
2020-04-29gpio: pca953x: fix handling of automatic address incrementingUwe Kleine-König1-16/+28
2020-04-29gpio: pca953x: Rewrite ->get_multiple() functionAndy Shevchenko1-30/+11
2020-04-23gpio: pca953x: Fix pca953x_gpio_set_configAdam Ford1-1/+1
2020-04-17gpio: pca953x: disable regmap lockingBartosz Golaszewski1-0/+1
2020-04-16gpio: gpio-pca953x, Add get_multiple functionPaul Thomas1-0/+37
2020-01-17Merge tag 'v5.5-rc6' into develLinus Walleij1-16/+10
2019-12-11gpio: pca953x: Remove redundant forward declarationAndy Shevchenko1-2/+0
2019-12-11gpio: pca953x: Switch to bitops in IRQ callbacksAndy Shevchenko1-16/+10
2019-12-11gpio: pca953x: Don't hardcode irq trigger typeVignesh Raghavendra1-2/+1
2019-12-04gpio: pca953x: tighten up indentationAndy Shevchenko1-11/+11
2019-12-04gpio: pca953x: convert to use bitmap APIAndy Shevchenko1-94/+70
2019-12-04gpio: pca953x: use input from regs structure in pca953x_irq_pending()Andy Shevchenko1-1/+1
2019-12-04gpio: pca953x: remove redundant variable and check in IRQ handlerAndy Shevchenko1-3/+1
2019-12-04gpio: pca953x: utilize the for_each_set_clump8 macroWilliam Breathitt Gray1-10/+7
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-1/+4
2019-09-16Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-37/+33
2019-08-28gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_readDavid Jander1-6/+3
2019-08-28gpio: pca953x: correct type of reg_directionDavid Jander1-3/+3
2019-08-02gpio: pca953x: Drop %s for constant string literalsAndy Shevchenko1-2/+1
2019-08-02gpio: pca953x: Remove explicit comparison with 0Andy Shevchenko1-8/+8
2019-08-02gpio: pca953x: Use GENMASK() consistentlyAndy Shevchenko1-15/+16
2019-08-02gpio: pca953x: Switch to use device_get_match_data()Andy Shevchenko1-12/+8
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+1
2019-06-14Merge tag 'gpio-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+2
2019-06-08gpio: pca953x: hack to fix 24 bit gpio expandersH. Nikolaus Schaller1-1/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-06-02gpio: pca953x: Add support for the TI TCA9539Peter Robinson1-0/+1
2019-04-11gpio: pca953x: add support for pca6416Alexandre Belloni1-0/+2
2019-04-11gpio: pca953x: add pcal6416 to the of_device_id tableAlexandre Belloni1-0/+1
2019-04-08Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij1-0/+1
2019-04-08gpio: pca953x: Configure wake-up path when wake-up is enabledGeert Uytterhoeven1-5/+16