summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * gpio: max77620: remove unneeded platform_set_drvdata() callAndrei Coardos2023-08-011-2/+0
| * gpio: lp3943: remove unneeded platform_set_drvdata() callAndrei Coardos2023-08-011-2/+0
| * gpio: eic-sprd: remove unneeded platform_set_drvdata() callAndrei Coardos2023-07-291-1/+0
| * gpio: logicvc: remove unneeded platform_set_drvdata() callAndrei Coardos2023-07-291-2/+0
| * gpio: exar: remove unneeded platform_set_drvdata() callAndrei Coardos2023-07-291-2/+0
| * gpio: 74xx-mmio: remove unneeded platform_set_drvdata() callAlexandru Ardelean2023-07-291-2/+0
| * gpio: davinci: Remove redundant dev_err_probe()Ruan Jinjie2023-07-291-1/+1
| * gpio: ds4520: Add ADI DS4520 GPIO Expander SupportOkan Sahin2023-07-293-0/+92
| * gpio: omap: Remove redundant dev_err_probe() and zero value handle codeRuan Jinjie2023-07-291-5/+2
| * gpio: 104-dio-48e: Add Counter/Timer supportWilliam Breathitt Gray2023-07-272-16/+112
| * gpio: ge: Enable COMPILE_TEST for the driverAndy Shevchenko2023-07-271-1/+1
| * gpio: ge: Replace GPLv2 boilerplate with SPDXAndy Shevchenko2023-07-271-4/+1
| * gpio: ge: Utilise temporary variable for struct deviceAndy Shevchenko2023-07-271-5/+5
| * gpio: ge: Make driver OF-independentAndy Shevchenko2023-07-271-20/+13
| * gpio: ge: Fix English spelling and grammarAndy Shevchenko2023-07-271-5/+6
| * gpio: ge: Add missing headerAndy Shevchenko2023-07-271-5/+6
| * gpio: sifive: Allow building the driver as a moduleSamuel Holland2023-07-252-2/+6
| * gpio: sifive: Get the parent IRQ's domain from its irq_dataSamuel Holland2023-07-251-15/+10
| * gpio: sifive: Look up IRQs only once during probeSamuel Holland2023-07-251-12/+5
| * gpio: sifive: Directly use the device's fwnodeSamuel Holland2023-07-251-1/+2
| * gpio: mxc: Improve PM configurationGeert Uytterhoeven2023-07-251-5/+5
| * gpio: pisosr: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis2023-07-201-16/+12
| * gpio: bcm-kona: Drop unused pdev member in private data structureAndy Shevchenko2023-07-191-2/+0
| * gpio: bcm-kona: remove unneeded platform_set_drvdata() callAndrei Coardos2023-07-191-1/+0
| * gpio: bcm-kona: Make driver OF-independentAndy Shevchenko2023-07-192-14/+9
| * gpio: Explicitly include correct DT includesRob Herring2023-07-1934-39/+28
| * gpio: mmio: handle "ngpios" properly in bgpio_init()Asmaa Mnebhi2023-07-183-32/+46
| * gpiolib: order includes alphabetically in gpiolib.hBartosz Golaszewski2023-07-131-4/+4
| * gpio: sim: fix a typo in commentBartosz Golaszewski2023-07-131-1/+1
| * gpio: sifive: Support IRQ wakeSamuel Holland2023-07-101-0/+1
| * gpiolib: Replace open coded gpiochip_irqchip_add_allocated_domain()Andy Shevchenko2023-07-101-13/+7
| * gpiolib: Split out gpiochip_irqchip_add_allocated_domain() helperAndy Shevchenko2023-07-101-16/+23
| * gpiolib: Do not assign error pointer to the GPIO IRQ chip domainAndy Shevchenko2023-07-101-6/+6
| * gpiolib: Factor out gpiochip_simple_create_domain()Andy Shevchenko2023-07-101-7/+16
| * gpiolib: Make gpiochip_hierarchy_add_domain() return domainAndy Shevchenko2023-07-101-11/+13
| * gpiolib: Do not alter GPIO chip fwnode memberAndy Shevchenko2023-07-101-8/+8
| * gpiolib: acpi: Don't use GPIO chip fwnode in acpi_gpiochip_find()Andy Shevchenko2023-07-101-1/+1
| * gpiolib: of: Don't use GPIO chip fwnode in of_gpiochip_*()Andy Shevchenko2023-07-101-3/+3
| * gpio: mxc: add runtime pm supportShenwei Wang2023-07-101-2/+59
| * gpiolib: add missing includeBartosz Golaszewski2023-07-101-0/+1
* | Merge tag 'mmc-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2023-08-291-2/+18
|\ \
| * | mmc: atmel-mci: Move card detect gpio polarity quirk to gpiolibBalamanikandan Gunasundar2023-08-251-2/+18
* | | gpio: sim: pass the GPIO device's software node to irq domainBartosz Golaszewski2023-08-231-1/+1
* | | gpio: sim: dispose of irq mappings before destroying the irq_sim domainBartosz Golaszewski2023-08-231-0/+13
* | | gpiolib: fix reference leaks when removing GPIO chips still in useBartosz Golaszewski2023-08-161-5/+11
* | | gpiolib: sysfs: Do unexport GPIO when user asks for itAndy Shevchenko2023-08-161-2/+5
* | | gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extentWilliam Breathitt Gray2023-08-111-1/+1
* | | gpio: sim: mark the GPIO chip as a one that can sleepBartosz Golaszewski2023-08-031-0/+1
|/ /
* | gpio: mvebu: fix irq domain leakBartosz Golaszewski2023-07-201-5/+13
* | gpio: mvebu: Make use of devm_pwmchip_addUwe Kleine-König2023-07-191-6/+2