summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2023-08-23gpio: sim: pass the GPIO device's software node to irq domainBartosz Golaszewski1-1/+1
2023-08-23gpio: sim: dispose of irq mappings before destroying the irq_sim domainBartosz Golaszewski1-0/+13
2023-08-16gpiolib: fix reference leaks when removing GPIO chips still in useBartosz Golaszewski1-5/+11
2023-08-16gpiolib: sysfs: Do unexport GPIO when user asks for itAndy Shevchenko1-2/+5
2023-08-11gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extentWilliam Breathitt Gray1-1/+1
2023-08-03gpio: sim: mark the GPIO chip as a one that can sleepBartosz Golaszewski1-0/+1
2023-07-20gpio: mvebu: fix irq domain leakBartosz Golaszewski1-5/+13
2023-07-19gpio: mvebu: Make use of devm_pwmchip_addUwe Kleine-König1-6/+2
2023-07-19gpio: tps68470: Make tps68470_gpio_output() always set the initial valueHans de Goede1-3/+3
2023-07-01Merge tag 'pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-5/+9
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds30-208/+759
2023-06-28Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds1-12/+25
2023-06-19gpiolib: Drop unused domain_ops memeber of GPIO IRQ chipAndy Shevchenko1-2/+1
2023-06-19gpiolib: Fix irq_domain resource tracking for gpiochip_irqchip_add_domain()Michael Walle1-1/+2
2023-06-19gpio: synq: remove unused zynq_gpio_irq_reqres/zynq_gpio_irq_relresArnd Bergmann1-24/+0
2023-06-19gpio: lpc18xx: Remove unused of_gpio.h inclusionAndy Shevchenko1-1/+0
2023-06-19gpio: xra1403: Remove unused of_gpio.h inclusionAndy Shevchenko1-1/+0
2023-06-19gpio: mpc8xxx: Remove unused of_gpio.h inclusionAndy Shevchenko1-1/+0
2023-06-16gpio: mpc8xxx: latch GPIOs state on module load when configured as outputMichal Smulski1-1/+5
2023-06-16gpio: mlxbf3: Add gpio driver supportAsmaa Mnebhi3-0/+262
2023-06-16gpio: delay: Remove duplicative functionalityAndy Shevchenko3-174/+0
2023-06-16gpio: aggregator: Set up a parser of delay line parametersAndy Shevchenko1-2/+70
2023-06-16gpio: aggregator: Support delay for setting up individual GPIOsAndy Shevchenko1-0/+31
2023-06-16gpio: aggregator: Remove CONFIG_OF and of_match_ptr() protectionsAndy Shevchenko1-4/+3
2023-06-13gpio: sifive: add missing check for platform_get_irqJiasheng Jiang1-2/+6
2023-06-13gpio: tps65219: add GPIO support for TPS65219 PMICJerome Neanne3-0/+202
2023-06-13gpiolib: Fix GPIO chip IRQ initialization restrictionJiawen Wu1-0/+8
2023-06-13gpio: zynq: fix zynqmp_gpio not an immutable chip warningManikanta Guntupalli1-7/+15
2023-06-13gpio: davinci: make davinci_gpio_dev_pm_ops staticMin-Hua Chen1-1/+1
2023-06-12regmap: Merge up v6.4-rc6Mark Brown5-18/+34
2023-06-09gpiolib: Do not unexport GPIO on freeingAndy Shevchenko1-2/+0
2023-06-09gpio: tegra186: Check PMC driver status before any requestPrathamesh Shete1-5/+9
2023-06-07gpio: sim: quietly ignore configured lines outside the bankKent Gibson1-0/+12
2023-06-07gpiolib: demote the hogging log messages to debugBartosz Golaszewski1-1/+1
2023-06-06gpio: sim: fix memory corruption when adding named lines and unnamed hogsKent Gibson1-2/+4
2023-06-05gpio: Fix dependency for gpio-delayAlexander Stein1-0/+1
2023-06-02gpio: Add gpio delay driverAlexander Stein3-0/+173
2023-06-01gpiolib: Unify allocation and initialization of GPIO valid maskAndy Shevchenko1-17/+8
2023-06-01gpiolib: Consolidate the allocated mask freeing APIsAndy Shevchenko1-4/+8
2023-06-01gpiolib: Kill unused GPIOF_OPEN_*Andy Shevchenko1-6/+0
2023-06-01gpiolib: Kill unused GPIOF_EXPORT and CoAndy Shevchenko1-6/+0
2023-05-31Merge tag 'gpio-omap-descriptors-v6.5' of git://git.kernel.org/pub/scm/linux/...Bartosz Golaszewski1-15/+36
2023-05-26gpio: tegra186: Check GPIO pin permission before access.Prathamesh Shete1-0/+78
2023-05-24ARM/gpio: Push OMAP2 quirk down into TWL4030 driverLinus Walleij1-16/+36
2023-05-23gpio-f7188x: fix chip name and pin count on Nuvoton chipHenning Schild2-15/+15
2023-05-23gpio: brcmstb: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-05-23gpio: tangier: calculate number of ctx using temporary variableRaag Jadav1-1/+3
2023-05-23gpio: Switch i2c drivers back to use .probe()Uwe Kleine-König10-10/+10
2023-05-17gpio: add HAS_IOPORT dependenciesNiklas Schnelle1-13/+13
2023-05-17gpio: sa1100: include <mach/generic.h>Arnd Bergmann1-0/+1