summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2023-08-03gpio: timberdale: remove unneeded call to platform_set_drvdata()Andrei Coardos
2023-08-03gpio: syscon: remove unneeded call to platform_set_drvdata()Andrei Coardos
2023-08-03gpio: sch: remove unneeded call to platform_set_drvdata()Andrei Coardos
2023-08-01gpio: sama5d2-piobu: remove unneeded call to platform_set_drvdata()Andrei Coardos
2023-08-01gpio: rc5t583: remove unneeded call to platform_set_drvdata()Andrei Coardos
2023-08-01gpio: pmic-eic-sprd: remove unnecessary call to platform_set_drvdata()Andrei Coardos
2023-08-01gpio: palmas: remove unnecessary call to platform_set_drvdata()Andrei Coardos
2023-08-01gpio: max77620: remove unneeded platform_set_drvdata() callAndrei Coardos
2023-08-01gpio: lp3943: remove unneeded platform_set_drvdata() callAndrei Coardos
2023-07-29gpio: eic-sprd: remove unneeded platform_set_drvdata() callAndrei Coardos
2023-07-29gpio: logicvc: remove unneeded platform_set_drvdata() callAndrei Coardos
2023-07-29gpio: exar: remove unneeded platform_set_drvdata() callAndrei Coardos
2023-07-29gpio: 74xx-mmio: remove unneeded platform_set_drvdata() callAlexandru Ardelean
2023-07-29gpio: davinci: Remove redundant dev_err_probe()Ruan Jinjie
2023-07-29gpio: ds4520: Add ADI DS4520 GPIO Expander SupportOkan Sahin
2023-07-29gpio: omap: Remove redundant dev_err_probe() and zero value handle codeRuan Jinjie
2023-07-27gpio: 104-dio-48e: Add Counter/Timer supportWilliam Breathitt Gray
2023-07-27gpio: ge: Enable COMPILE_TEST for the driverAndy Shevchenko
2023-07-27gpio: ge: Replace GPLv2 boilerplate with SPDXAndy Shevchenko
2023-07-27gpio: ge: Utilise temporary variable for struct deviceAndy Shevchenko
2023-07-27gpio: ge: Make driver OF-independentAndy Shevchenko
2023-07-27gpio: ge: Fix English spelling and grammarAndy Shevchenko
2023-07-27gpio: ge: Add missing headerAndy Shevchenko
2023-07-25gpio: sifive: Allow building the driver as a moduleSamuel Holland
2023-07-25gpio: sifive: Get the parent IRQ's domain from its irq_dataSamuel Holland
2023-07-25gpio: sifive: Look up IRQs only once during probeSamuel Holland
2023-07-25gpio: sifive: Directly use the device's fwnodeSamuel Holland
2023-07-25gpio: mxc: Improve PM configurationGeert Uytterhoeven
2023-07-20gpio: pisosr: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis
2023-07-20gpio: mvebu: fix irq domain leakBartosz Golaszewski
2023-07-19gpio: mvebu: Make use of devm_pwmchip_addUwe Kleine-König
2023-07-19gpio: bcm-kona: Drop unused pdev member in private data structureAndy Shevchenko
2023-07-19gpio: bcm-kona: remove unneeded platform_set_drvdata() callAndrei Coardos
2023-07-19gpio: bcm-kona: Make driver OF-independentAndy Shevchenko
2023-07-19gpio: Explicitly include correct DT includesRob Herring
2023-07-19gpio: tps68470: Make tps68470_gpio_output() always set the initial valueHans de Goede
2023-07-18gpio: mmio: handle "ngpios" properly in bgpio_init()Asmaa Mnebhi
2023-07-13gpiolib: order includes alphabetically in gpiolib.hBartosz Golaszewski
2023-07-13gpio: sim: fix a typo in commentBartosz Golaszewski
2023-07-10gpio: sifive: Support IRQ wakeSamuel Holland
2023-07-10gpiolib: Replace open coded gpiochip_irqchip_add_allocated_domain()Andy Shevchenko
2023-07-10gpiolib: Split out gpiochip_irqchip_add_allocated_domain() helperAndy Shevchenko
2023-07-10gpiolib: Do not assign error pointer to the GPIO IRQ chip domainAndy Shevchenko
2023-07-10gpiolib: Factor out gpiochip_simple_create_domain()Andy Shevchenko
2023-07-10gpiolib: Make gpiochip_hierarchy_add_domain() return domainAndy Shevchenko
2023-07-10gpiolib: Do not alter GPIO chip fwnode memberAndy Shevchenko
2023-07-10gpiolib: acpi: Don't use GPIO chip fwnode in acpi_gpiochip_find()Andy Shevchenko
2023-07-10gpiolib: of: Don't use GPIO chip fwnode in of_gpiochip_*()Andy Shevchenko
2023-07-10gpio: mxc: add runtime pm supportShenwei Wang
2023-07-10gpiolib: add missing includeBartosz Golaszewski