summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
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
2023-06-30Merge tag 'pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-28Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2023-06-19gpiolib: Drop unused domain_ops memeber of GPIO IRQ chipAndy Shevchenko
2023-06-19gpiolib: Fix irq_domain resource tracking for gpiochip_irqchip_add_domain()Michael Walle
2023-06-19gpio: synq: remove unused zynq_gpio_irq_reqres/zynq_gpio_irq_relresArnd Bergmann
2023-06-19gpio: lpc18xx: Remove unused of_gpio.h inclusionAndy Shevchenko
2023-06-19gpio: xra1403: Remove unused of_gpio.h inclusionAndy Shevchenko
2023-06-19gpio: mpc8xxx: Remove unused of_gpio.h inclusionAndy Shevchenko
2023-06-16gpio: mpc8xxx: latch GPIOs state on module load when configured as outputMichal Smulski
2023-06-16gpio: mlxbf3: Add gpio driver supportAsmaa Mnebhi
2023-06-16gpio: delay: Remove duplicative functionalityAndy Shevchenko
2023-06-16gpio: aggregator: Set up a parser of delay line parametersAndy Shevchenko
2023-06-16gpio: aggregator: Support delay for setting up individual GPIOsAndy Shevchenko
2023-06-16gpio: aggregator: Remove CONFIG_OF and of_match_ptr() protectionsAndy Shevchenko
2023-06-13gpio: sifive: add missing check for platform_get_irqJiasheng Jiang
2023-06-13gpio: tps65219: add GPIO support for TPS65219 PMICJerome Neanne
2023-06-13gpiolib: Fix GPIO chip IRQ initialization restrictionJiawen Wu
2023-06-13gpio: zynq: fix zynqmp_gpio not an immutable chip warningManikanta Guntupalli
2023-06-13gpio: davinci: make davinci_gpio_dev_pm_ops staticMin-Hua Chen
2023-06-12regmap: Merge up v6.4-rc6Mark Brown
2023-06-09gpiolib: Do not unexport GPIO on freeingAndy Shevchenko
2023-06-09gpio: tegra186: Check PMC driver status before any requestPrathamesh Shete
2023-06-07gpio: sim: quietly ignore configured lines outside the bankKent Gibson
2023-06-07gpiolib: demote the hogging log messages to debugBartosz Golaszewski
2023-06-06gpio: sim: fix memory corruption when adding named lines and unnamed hogsKent Gibson