summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-pca953x.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-02gpio: pca953x: Convert to use maple tree register cacheMark Brown1-2/+2
2023-09-11gpio: pca953x: Revisit header inclusionsAndy Shevchenko1-6/+14
2023-09-11gpio: pca953x: Get rid of useless goto labelAndy Shevchenko1-17/+7
2023-09-11gpio: pca953x: Switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko1-5/+3
2023-09-11gpio: pca953x: Utilise temporary variable for struct gpio_chipAndy Shevchenko1-4/+3
2023-09-11gpio: pca953x: Utilise temporary variable for struct deviceAndy Shevchenko1-16/+14
2023-09-11gpio: pca953x: Simplify code with cleanup helpersAndy Shevchenko1-48/+29
2023-09-11gpio: pca953x: Split pca953x_restore_context() and pca953x_save_context()Andy Shevchenko1-15/+29
2023-09-11gpio: pca953x: Utilise dev_err_probe() where it makes senseAndy Shevchenko1-5/+3
2023-09-11gpio: pca953x: Fully convert to device managed resourcesAndy Shevchenko1-33/+35
2023-09-11gpio: pca953x: Drop unused fields in struct pca953x_platform_dataAndy Shevchenko1-29/+8
2023-08-25gpio: pca953x: add support for TCA9538Liam Beguin1-0/+2
2023-08-25gpio: pca953x: Use i2c_get_match_data()Biju Das1-15/+3
2023-05-23gpio: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-30gpio: pca953x: Remove unused PCAL953X_OUT_CONF from pcal6534_recalc_addr()Andy Shevchenko1-1/+0
2023-01-30gpio: pca953x: Clean up pcal6534_check_register()Andy Shevchenko1-12/+9
2023-01-30gpio: pca953x: avoid logically dead codeHaibo Chen1-10/+10
2022-12-30gpio: pca953x: avoid to use uninitialized value pinctrlHaibo Chen1-0/+3
2022-12-15Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2022-11-24gpio: pca953x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-10-24gpio: pca953x: Add missing header(s)Andy Shevchenko1-1/+2
2022-10-08Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-38/+139
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang1-1/+7
2022-09-15gpio: pca953x: Add support for PCAL6534Martyn Welch1-19/+117
2022-09-15gpio: pca953x: Swap if statements to save later complexityMartyn Welch1-16/+15
2022-09-15gpio: pca953x: Fix pca953x_gpio_set_pull_up_down()Martyn Welch1-3/+5
2022-09-14gpio: pca953x: introduce support for nxp,pcal6408Nate Drude1-0/+2
2022-08-31gpio: pca953x: Add mutex_lock for regcache sync in PMHaibo Chen1-1/+7
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-08-16gpio: pca953x: Make platform teardown callback return voidUwe Kleine-König1-8/+3
2022-07-19gpio: pca953x: use the correct register address when regcache sync during initHaibo Chen1-4/+7
2022-07-19gpio: pca953x: use the correct range when do regmap syncHaibo Chen1-6/+6
2022-07-19gpio: pca953x: only use single read/write for No AI modeHaibo Chen1-0/+3
2022-06-04Merge tag 'gpio-fixes-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+11
2022-06-01gpio: pca953x: use the correct register address to do regcache syncHaibo Chen1-8/+11
2022-05-27Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-12/+25
2022-05-24gpio: pca953x: Make the irqchip immutableGeert Uytterhoeven1-12/+23
2022-05-06gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu1-2/+2
2022-05-05gpio: pca953xx: Add support for pca6408Justin Chen1-0/+2
2021-10-06gpio: pca953x: Improve bias settingAndy Shevchenko1-7/+9
2021-09-29gpio: pca953x: do not ignore i2c errorsAndrey Gusakov1-9/+2
2021-06-16gpio: pca953x: Add support for the On Semi pca9655Peter Robinson1-0/+1
2021-03-08gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2Andy Shevchenko1-55/+23
2021-02-15gpio: pca953x: Add support for pca9506Uwe Kleine-König1-0/+2
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus 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