summaryrefslogtreecommitdiff
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-121-4/+2
|\
| * gpio: mlxbf2: Use generic_handle_irq_safe()Sebastian Andrzej Siewior2022-09-191-4/+2
* | Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-10-111-0/+7
|\ \
| * | gpio: rockchip: request GPIO mux to pinctrl when setting directionQuentin Schulz2022-10-041-0/+7
* | | Merge tag 'input-for-v6.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-113-461/+0
|\ \ \
| * | | gpio: gpio-adp5588: drop the driverNuno Sá2022-08-303-461/+0
| |/ /
* | | Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2022-10-102-3/+14
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'acpi-apei', 'acpi-wakeup', 'acpi-reboot' and 'acpi-thermal'Rafael J. Wysocki2022-10-102-3/+14
| |\ \ \ \
| | * | | | gpiolib: acpi: Add wake_capable variants of acpi_dev_gpio_irq_getRaul E Rangel2022-10-042-3/+14
| | |/ / /
* | | | | Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-10-0818-266/+550
|\ \ \ \ \
| * | | | | gpio: tc3589x: Make irqchip immutableLinus Walleij2022-10-031-2/+6
| * | | | | gpiolib: cdev: add fdinfo output for line request file descriptorsBartosz Golaszewski2022-09-261-0/+18
| * | | | | Merge tag 'intel-gpio-v6.1-1' of gitolite.kernel.org:pub/scm/linux/kernel/git...Bartosz Golaszewski2022-09-201-4/+34
| |\ \ \ \ \
| | * | | | | gpiolib: acpi: Add a quirk for Asus UM325UAZMario Limonciello2022-09-051-0/+14
| | * | | | | gpiolib: acpi: Add support to ignore programming an interruptMario Limonciello2022-09-051-4/+20
| * | | | | | gpio: twl4030: Reorder functions which allows to drop a forward declaraionUwe Kleine-König2022-09-201-14/+12
| * | | | | | gpiolib: fix OOB access in quirk callbacksMichael Walle2022-09-201-0/+1
| * | | | | | gpiolib: of: factor out conversion from OF flagsDmitry Torokhov2022-09-151-66/+37
| * | | | | | gpiolib: rework quirk handling in of_find_gpio()Dmitry Torokhov2022-09-151-36/+26
| * | | | | | gpiolib: of: make Freescale SPI quirk similar to all othersDmitry Torokhov2022-09-151-8/+4
| * | | | | | gpiolib: of: do not ignore requested index when applying quirksDmitry Torokhov2022-09-151-13/+19
| * | | | | | gpio: ws16c48: Ensure number of irq matches number of baseWilliam Breathitt Gray2022-09-151-2/+3
| * | | | | | gpio: 104-idio-16: Ensure number of irq matches number of baseWilliam Breathitt Gray2022-09-151-2/+3
| * | | | | | gpio: 104-idi-48: Ensure number of irq matches number of baseWilliam Breathitt Gray2022-09-151-2/+3
| * | | | | | gpio: 104-dio-48e: Ensure number of irq matches number of baseWilliam Breathitt Gray2022-09-151-2/+3
| * | | | | | 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: mt7621: Switch to use platform_get_irq() functionSergio Paracuellos2022-09-141-3/+4
| * | | | | | gpio: pca953x: introduce support for nxp,pcal6408Nate Drude2022-09-141-0/+2
| * | | | | | gpio: exar: access MPIO registers on cascaded chipsQingtao Cao2022-09-041-5/+35
| * | | | | | gpiolib: make fwnode_get_named_gpiod() staticDmitry Torokhov2022-09-041-66/+66
| * | | | | | Merge tag 'platform-drivers-x86-simatec-1' of git://git.kernel.org/pub/scm/li...Bartosz Golaszewski2022-09-012-111/+167
| |\ \ \ \ \ \
| * | | | | | | gpio: imx-scu: add imx-scu GPIO driverShenwei Wang2022-08-313-0/+144
| * | | | | | | gpio/rockchip: Convert to generic_handle_domain_irq()Jeffy Chen2022-08-311-16/+5
| * | | | | | | gpio: ucb1400: Use proper headerLinus Walleij2022-08-311-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-052-111/+167
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | gpio-f7188x: use unique labels for banks/chipsHenning Schild2022-09-011-69/+69
| * | | | | | gpio-f7188x: Add GPIO support for Nuvoton NCT6116Henning Schild2022-09-012-26/+81
| * | | | | | gpio-f7188x: add a prefix to macros to keep gpio namespace cleanHenning Schild2022-09-011-18/+18
| * | | | | | gpio-f7188x: switch over to using pr_fmtHenning Schild2022-09-011-8/+9
| |/ / / / /
* | | | | | Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-045-22/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'master' into i2c/for-mergewindowWolfram Sang2022-09-278-26/+54
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2022-09-168-108/+134
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | i2c: Make remove callback return voidUwe Kleine-König2022-08-165-15/+5
| * | | | | gpio: pca953x: Make platform teardown callback return voidUwe Kleine-König2022-08-161-8/+3
| | |_|/ / | |/| | |
* | | | | gpio: mvebu: Fix check for pwm support on non-A8K platformsPali Rohár2022-09-261-9/+6
| |_|/ / |/| | |
* | | | gpiolib: cdev: Set lineevent_state::irq after IRQ register successfullyMeng Li2022-09-211-2/+3
* | | | gpio: tqmx86: fix uninitialized variable girqDongliang Mu2022-09-211-2/+2
* | | | gpio: ftgpio010: Make irqchip immutableLinus Walleij2022-09-201-9/+13