summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
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
2023-06-05gpio: Fix dependency for gpio-delayAlexander Stein
2023-06-02gpio: Add gpio delay driverAlexander Stein
2023-06-01gpiolib: Unify allocation and initialization of GPIO valid maskAndy Shevchenko
2023-06-01gpiolib: Consolidate the allocated mask freeing APIsAndy Shevchenko
2023-06-01gpiolib: Kill unused GPIOF_OPEN_*Andy Shevchenko
2023-06-01gpiolib: Kill unused GPIOF_EXPORT and CoAndy Shevchenko
2023-05-31Merge tag 'gpio-omap-descriptors-v6.5' of git://git.kernel.org/pub/scm/linux/...Bartosz Golaszewski
2023-05-26gpio: tegra186: Check GPIO pin permission before access.Prathamesh Shete
2023-05-24ARM/gpio: Push OMAP2 quirk down into TWL4030 driverLinus Walleij
2023-05-23gpio-f7188x: fix chip name and pin count on Nuvoton chipHenning Schild
2023-05-23gpio: brcmstb: Use devm_platform_get_and_ioremap_resource()Yang Li
2023-05-23gpio: tangier: calculate number of ctx using temporary variableRaag Jadav
2023-05-23gpio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-17gpio: add HAS_IOPORT dependenciesNiklas Schnelle
2023-05-17gpio: sa1100: include <mach/generic.h>Arnd Bergmann
2023-05-17gpio: sch311x: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis
2023-05-17gpiolib: fix allocation of mixed dynamic/static GPIOsAndreas Kemnade
2023-05-17gpio: tps65086: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis
2023-05-17gpio: twl4030: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis
2023-05-17gpio: tpic2810: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis
2023-05-17gpio: mockup: Fix mode of debugfs filesZev Weiss
2023-05-11gpio: ixp4xx: Use devm_platform_ioremap_resource()Yang Li
2023-05-11gpio: davinci: correct non-kerneldoc commentKrzysztof Kozlowski
2023-05-08regmap-irq: Drop map from handle_mask_sync() parametersWilliam Breathitt Gray