summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | gpio: mockup: Fix potential resource leakage when register a chipAndy Shevchenko2022-09-201-1/+3
* | | gpio: mockup: fix NULL pointer dereference when removing debugfsBartosz Golaszewski2022-09-201-1/+1
* | | Merge tag 'gpio-fixes-for-v6.0-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-09-163-9/+30
|\ \ \
| * | | gpio: mt7621: Make the irqchip immutableSergio Paracuellos2022-09-141-6/+15
| * | | gpio: ixp4xx: Make irqchip immutableLinus Walleij2022-09-131-3/+14
| * | | gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xxPali Rohár2022-09-071-0/+1
| | |/ | |/|
* | | Merge tag 'pinctrl-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-09-161-2/+2
|\ \ \ | |/ / |/| |
| * | pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTHJoão H. Spies2022-08-251-2/+2
| |/
* | gpio: ws16c48: Make irq_chip immutableWilliam Breathitt Gray2022-09-031-3/+7