summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-225-15/+5
|\
| * spi: make remove callback a void functionUwe Kleine-König2022-02-095-15/+5
* | Merge tag 'irq-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-214-6/+7
|\ \
| * \ Merge tag 'v5.17-rc8' into irq/core, to fix conflictsIngo Molnar2022-03-146-50/+86
| |\ \
| * \ \ Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2022-03-144-6/+7
| |\ \ \
| | * | | gpio: tpmx86: Move PM device over to irq domainMarc Zyngier2022-02-091-1/+2
| | * | | gpio: rcar: Move PM device over to irq domainMarc Zyngier2022-02-091-1/+1
| | * | | gpio: omap: Move PM device over to irq domainMarc Zyngier2022-02-091-3/+4
| | * | | gpio: mt7621: Kill parent_device usageMarc Zyngier2022-02-091-1/+0
| | | |/ | | |/|
* | | | Revert "gpio: Revert regression in sysfs-gpio (gpiolib.c)"Bartosz Golaszewski2022-03-151-0/+10
| |_|/ |/| |
* | | gpio: sim: fix a typoBartosz Golaszewski2022-03-101-1/+1
* | | gpio: ts4900: Do not set DAT and OE togetherMark Featherston2022-03-101-5/+19
* | | gpio: sim: Declare gpio_sim_hog_config_item_ops staticAndy Shevchenko2022-03-081-1/+1
* | | gpiolib: acpi: Convert ACPI value of debounce to microsecondsAndy Shevchenko2022-03-072-2/+14
* | | gpio: Revert regression in sysfs-gpio (gpiolib.c)Marcelo Roberto Jimenez2022-03-071-10/+0
* | | gpio: tegra186: Add IRQ per bank for Tegra241Akhil R2022-03-071-0/+2
* | | Merge tag 'pinctrl-v5-17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-271-4/+10
|\ \ \
| * | | gpio: tegra186: Fix chip_data type confusionMarc Zyngier2022-02-191-4/+10
| | |/ | |/|
* | | gpio: Return EPROBE_DEFER if gc->to_irq is NULLShreeya Patel2022-02-231-0/+10
* | | gpio: rockchip: Reset int_bothedge when changing triggerSamuel Holland2022-02-161-27/+29
| |/ |/|
* | gpio: sim: fix hogs with custom chip labelsBartosz Golaszewski2022-02-091-4/+15
* | gpio: sifive: use the correct register to read output valuesNiklas Cassel2022-02-081-1/+1
* | gpiolib: Never return internal error codes to user spaceAndy Shevchenko2022-02-083-8/+17
* | gpio: aggregator: Fix calling into sleeping GPIO controllersGeert Uytterhoeven2022-02-021-4/+14
|/
* gpio: sim: check the label length when setting up device propertiesBartosz Golaszewski2022-01-241-1/+1
* Merge tag 'gpio-fixes-for-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-202-6/+6
|\
| * gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()Yang Li2022-01-201-1/+1
| * gpio: idt3243x: Fix an ignored error return from platform_get_irq()Yang Li2022-01-201-1/+1
| * gpio: idt3243x: Fix IRQ check in idt_gpio_probeMiaoqian Lin2022-01-171-2/+2
| * gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probeMiaoqian Lin2022-01-171-2/+2
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\ \
| * | virtio: wrap config->reset callsMichael S. Tsirkin2022-01-151-1/+1
* | | Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-121-22/+1
|\ \ \
| * \ \ Merge tag 'v5.16-rc2' into develLinus Walleij2021-11-272-1/+2
| |\ \ \
| * | | | gpio: mockup: Switch to use kasprintf_strarray()Andy Shevchenko2021-11-191-22/+1
* | | | | Merge tag 'gpio-updates-for-v5.17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-1154-382/+2256
|\ \ \ \ \
| * | | | | gpio: rcar: Propagate errors from devm_request_irq()Lad Prabhakar2022-01-051-3/+3
| * | | | | gpio: rcar: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-051-8/+4
| * | | | | gpio: ts5500: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-051-7/+4
| * | | | | gpio: dwapb: Switch to use fwnode instead of of_nodeAndy Shevchenko2022-01-031-4/+1
| * | | | | gpiolib: acpi: make fwnode take precedence in struct gpio_chipAndy Shevchenko2022-01-031-0/+3
| * | | | | gpio: max3191x: Use bitmap_free() to free bitmapChristophe JAILLET2022-01-031-1/+1
| * | | | | gpio: regmap: Switch to use fwnode instead of of_nodeAndy Shevchenko2021-12-231-5/+1
| * | | | | gpio: tegra186: Add support for Tegra241Akhil R2021-12-231-0/+52
| * | | | | gpio: brcmstb: Use local variable to access OF nodeAndy Shevchenko2021-12-231-1/+1
| * | | | | gpio: Remove unused local OF node pointersAndy Shevchenko2021-12-223-5/+2
| * | | | | gpio: sim: add missing fwnode_handle_put() in gpio_sim_probe()Yang Yingliang2021-12-211-1/+3
| * | | | | gpio: msc313: Add support for SSD201 and SSD202DDaniel Palmer2021-12-201-0/+261
| * | | | | gpio: msc313: Code clean upsDaniel Palmer2021-12-201-4/+1
| * | | | | gpio: sim: fix uninitialized ret variableTom Rix2021-12-191-1/+2