Age | Commit message (Expand) | Author | Files | Lines |
2020-10-01 | gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957x | Andy Shevchenko | 1 | -1/+4 |
2020-10-01 | gpio: pca953x: Use bitmap API over implicit GCC extension | Andy Shevchenko | 1 | -1/+3 |
2020-09-24 | gpio: pca953x: Fix uninitialized pending variable | Ye Li | 1 | -1/+1 |
2020-08-04 | gpio: pca953x: Request IRQ after all initialisation done | Andy Shevchenko | 1 | -11/+11 |
2020-07-20 | gpio: pca953x: Use irqchip template | Linus Walleij | 1 | -12/+13 |
2020-07-09 | Merge branch 'devel' into for-next | Linus Walleij | 1 | -0/+2 |
2020-06-22 | gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2 | Andy Shevchenko | 1 | -1/+6 |
2020-06-16 | gpio: pca953x: disable regmap locking for automatic address incrementing | Andy Shevchenko | 1 | -0/+1 |
2020-06-16 | gpio: pca953x: Fix direction setting when configure an IRQ | Andy Shevchenko | 1 | -2/+4 |
2020-06-16 | gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2 | Andy Shevchenko | 1 | -0/+79 |
2020-06-16 | gpio: pca953x: Synchronize interrupt handler properly | Andy Shevchenko | 1 | -3/+5 |
2020-06-16 | gpio: pca953x: Add support for the PCAL9535 | Jan Kiszka | 1 | -0/+2 |
2020-06-03 | gpio: pca953x: Drop unneeded ACPI_PTR() | Andy Shevchenko | 1 | -1/+1 |
2020-05-27 | Merge tag 'v5.7-rc7' into devel | Linus Walleij | 1 | -1/+1 |
2020-04-29 | gpio: pca953x: drop unused parameters of pca953x_recalc_addr() | Uwe Kleine-König | 1 | -20/+11 |
2020-04-29 | gpio: pca953x: fix handling of automatic address incrementing | Uwe Kleine-König | 1 | -16/+28 |
2020-04-29 | gpio: pca953x: Rewrite ->get_multiple() function | Andy Shevchenko | 1 | -30/+11 |
2020-04-23 | gpio: pca953x: Fix pca953x_gpio_set_config | Adam Ford | 1 | -1/+1 |
2020-04-17 | gpio: pca953x: disable regmap locking | Bartosz Golaszewski | 1 | -0/+1 |
2020-04-16 | gpio: gpio-pca953x, Add get_multiple function | Paul Thomas | 1 | -0/+37 |
2020-01-17 | Merge tag 'v5.5-rc6' into devel | Linus Walleij | 1 | -16/+10 |
2019-12-11 | gpio: pca953x: Remove redundant forward declaration | Andy Shevchenko | 1 | -2/+0 |
2019-12-11 | gpio: pca953x: Switch to bitops in IRQ callbacks | Andy Shevchenko | 1 | -16/+10 |
2019-12-11 | gpio: pca953x: Don't hardcode irq trigger type | Vignesh Raghavendra | 1 | -2/+1 |
2019-12-05 | gpio: pca953x: tighten up indentation | Andy Shevchenko | 1 | -11/+11 |
2019-12-05 | gpio: pca953x: convert to use bitmap API | Andy Shevchenko | 1 | -94/+70 |
2019-12-05 | gpio: pca953x: use input from regs structure in pca953x_irq_pending() | Andy Shevchenko | 1 | -1/+1 |
2019-12-05 | gpio: pca953x: remove redundant variable and check in IRQ handler | Andy Shevchenko | 1 | -3/+1 |
2019-12-05 | gpio: pca953x: utilize the for_each_set_clump8 macro | William Breathitt Gray | 1 | -10/+7 |
2019-11-07 | gpio: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -1/+4 |
2019-09-17 | Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -37/+33 |
2019-08-28 | gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_read | David Jander | 1 | -6/+3 |
2019-08-28 | gpio: pca953x: correct type of reg_direction | David Jander | 1 | -3/+3 |
2019-08-02 | gpio: pca953x: Drop %s for constant string literals | Andy Shevchenko | 1 | -2/+1 |
2019-08-02 | gpio: pca953x: Remove explicit comparison with 0 | Andy Shevchenko | 1 | -8/+8 |
2019-08-02 | gpio: pca953x: Use GENMASK() consistently | Andy Shevchenko | 1 | -15/+16 |
2019-08-02 | gpio: pca953x: Switch to use device_get_match_data() | Andy Shevchenko | 1 | -12/+8 |
2019-07-09 | Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -0/+1 |
2019-06-14 | Merge tag 'gpio-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -1/+2 |
2019-06-08 | gpio: pca953x: hack to fix 24 bit gpio expanders | H. Nikolaus Schaller | 1 | -1/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -4/+1 |
2019-06-03 | gpio: pca953x: Add support for the TI TCA9539 | Peter Robinson | 1 | -0/+1 |
2019-04-11 | gpio: pca953x: add support for pca6416 | Alexandre Belloni | 1 | -0/+2 |
2019-04-11 | gpio: pca953x: add pcal6416 to the of_device_id table | Alexandre Belloni | 1 | -0/+1 |
2019-04-08 | Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm... | Linus Walleij | 1 | -0/+1 |
2019-04-08 | gpio: pca953x: Configure wake-up path when wake-up is enabled | Geert Uytterhoeven | 1 | -5/+16 |
2019-03-22 | gpio: pca953x: Add support for CAT9554 | Geert Uytterhoeven | 1 | -0/+1 |
2019-03-08 | gpio: pca953x: Use PCA_LATCH_INT | Andy Shevchenko | 1 | -5/+5 |
2019-03-01 | gpio: pca953x: Fix dereference of irq data in shutdown | Mark Walton | 1 | -1/+2 |
2019-02-20 | gpio: pca953x: Add wake-up support | Geert Uytterhoeven | 1 | -0/+9 |