summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pca953x.c
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: acpi: Pass con_id instead of property into acpi_dev_gpio_irq_get_by()Andy Shevchenko2024-04-151-1/+1
* gpio: pca953x: Convert to use maple tree register cacheMark Brown2023-10-021-2/+2
* gpio: pca953x: Revisit header inclusionsAndy Shevchenko2023-09-111-6/+14
* gpio: pca953x: Get rid of useless goto labelAndy Shevchenko2023-09-111-17/+7
* gpio: pca953x: Switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko2023-09-111-5/+3
* gpio: pca953x: Utilise temporary variable for struct gpio_chipAndy Shevchenko2023-09-111-4/+3
* gpio: pca953x: Utilise temporary variable for struct deviceAndy Shevchenko2023-09-111-16/+14
* gpio: pca953x: Simplify code with cleanup helpersAndy Shevchenko2023-09-111-48/+29
* gpio: pca953x: Split pca953x_restore_context() and pca953x_save_context()Andy Shevchenko2023-09-111-15/+29
* gpio: pca953x: Utilise dev_err_probe() where it makes senseAndy Shevchenko2023-09-111-5/+3
* gpio: pca953x: Fully convert to device managed resourcesAndy Shevchenko2023-09-111-33/+35
* gpio: pca953x: Drop unused fields in struct pca953x_platform_dataAndy Shevchenko2023-09-111-29/+8
* gpio: pca953x: add support for TCA9538Liam Beguin2023-08-251-0/+2
* gpio: pca953x: Use i2c_get_match_data()Biju Das2023-08-251-15/+3
* gpio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-231-1/+1
* gpio: pca953x: Remove unused PCAL953X_OUT_CONF from pcal6534_recalc_addr()Andy Shevchenko2023-01-301-1/+0
* gpio: pca953x: Clean up pcal6534_check_register()Andy Shevchenko2023-01-301-12/+9
* gpio: pca953x: avoid logically dead codeHaibo Chen2023-01-301-10/+10
* gpio: pca953x: avoid to use uninitialized value pinctrlHaibo Chen2022-12-301-0/+3
* Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-151-3/+3
|\
| * gpio: pca953x: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-3/+3
* | gpio: pca953x: Add missing header(s)Andy Shevchenko2022-10-241-1/+2
|/
* Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-10-081-38/+139
|\
| * gpio: pca953x: Add support for PCAL6534Martyn Welch2022-09-151-19/+117
| * gpio: pca953x: Swap if statements to save later complexityMartyn Welch2022-09-151-16/+15
| * gpio: pca953x: Fix pca953x_gpio_set_pull_up_down()Martyn Welch2022-09-151-3/+5
| * gpio: pca953x: introduce support for nxp,pcal6408Nate Drude2022-09-141-0/+2
* | Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2022-09-161-1/+7
|\ \
| * | gpio: pca953x: Add mutex_lock for regcache sync in PMHaibo Chen2022-08-311-1/+7
| |/
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* | gpio: pca953x: Make platform teardown callback return voidUwe Kleine-König2022-08-161-8/+3
|/
* gpio: pca953x: use the correct register address when regcache sync during initHaibo Chen2022-07-191-4/+7
* gpio: pca953x: use the correct range when do regmap syncHaibo Chen2022-07-191-6/+6
* gpio: pca953x: only use single read/write for No AI modeHaibo Chen2022-07-191-0/+3
* Merge tag 'gpio-fixes-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-031-8/+11
|\
| * gpio: pca953x: use the correct register address to do regcache syncHaibo Chen2022-06-011-8/+11
* | Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-261-12/+25
|\ \ | |/ |/|
| * gpio: pca953x: Make the irqchip immutableGeert Uytterhoeven2022-05-241-12/+23
| * gpio: pca953xx: Add support for pca6408Justin Chen2022-05-051-0/+2
* | gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu2022-05-061-2/+2
|/
* gpio: pca953x: Improve bias settingAndy Shevchenko2021-10-061-7/+9
* gpio: pca953x: do not ignore i2c errorsAndrey Gusakov2021-09-291-9/+2
* 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