summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpio: tps68470: Make tps68470_gpio_output() always set the initial valueHans de Goede2023-07-191-3/+3
* Merge tag 'pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-06-301-5/+9
|\
| * gpio: tegra186: Check PMC driver status before any requestPrathamesh Shete2023-06-091-5/+9
* | Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-2930-208/+759
|\ \
| * | gpiolib: Drop unused domain_ops memeber of GPIO IRQ chipAndy Shevchenko2023-06-191-2/+1
| * | gpio: synq: remove unused zynq_gpio_irq_reqres/zynq_gpio_irq_relresArnd Bergmann2023-06-191-24/+0
| * | gpio: lpc18xx: Remove unused of_gpio.h inclusionAndy Shevchenko2023-06-191-1/+0
| * | gpio: xra1403: Remove unused of_gpio.h inclusionAndy Shevchenko2023-06-191-1/+0
| * | gpio: mpc8xxx: Remove unused of_gpio.h inclusionAndy Shevchenko2023-06-191-1/+0
| * | gpio: mpc8xxx: latch GPIOs state on module load when configured as outputMichal Smulski2023-06-161-1/+5
| * | gpio: mlxbf3: Add gpio driver supportAsmaa Mnebhi2023-06-163-0/+262
| * | gpio: delay: Remove duplicative functionalityAndy Shevchenko2023-06-163-174/+0
| * | gpio: aggregator: Set up a parser of delay line parametersAndy Shevchenko2023-06-161-2/+70
| * | gpio: aggregator: Support delay for setting up individual GPIOsAndy Shevchenko2023-06-161-0/+31
| * | gpio: aggregator: Remove CONFIG_OF and of_match_ptr() protectionsAndy Shevchenko2023-06-161-4/+3
| * | gpio: tps65219: add GPIO support for TPS65219 PMICJerome Neanne2023-06-133-0/+202
| * | gpio: zynq: fix zynqmp_gpio not an immutable chip warningManikanta Guntupalli2023-06-131-7/+15
| * | gpio: davinci: make davinci_gpio_dev_pm_ops staticMin-Hua Chen2023-06-131-1/+1
| * | gpiolib: Do not unexport GPIO on freeingAndy Shevchenko2023-06-091-2/+0
| * | gpiolib: demote the hogging log messages to debugBartosz Golaszewski2023-06-071-1/+1
| * | gpio: Fix dependency for gpio-delayAlexander Stein2023-06-051-0/+1
| * | gpio: Add gpio delay driverAlexander Stein2023-06-023-0/+173
| * | gpiolib: Unify allocation and initialization of GPIO valid maskAndy Shevchenko2023-06-011-17/+8
| * | gpiolib: Consolidate the allocated mask freeing APIsAndy Shevchenko2023-06-011-4/+8
| * | gpiolib: Kill unused GPIOF_OPEN_*Andy Shevchenko2023-06-011-6/+0
| * | gpiolib: Kill unused GPIOF_EXPORT and CoAndy Shevchenko2023-06-011-6/+0
| * | Merge tag 'gpio-omap-descriptors-v6.5' of git://git.kernel.org/pub/scm/linux/...Bartosz Golaszewski2023-05-311-15/+36
| |\ \
| | * | ARM/gpio: Push OMAP2 quirk down into TWL4030 driverLinus Walleij2023-05-241-16/+36
| | |/
| * | gpio: tegra186: Check GPIO pin permission before access.Prathamesh Shete2023-05-261-0/+78
| * | gpio: brcmstb: Use devm_platform_get_and_ioremap_resource()Yang Li2023-05-231-2/+1
| * | gpio: tangier: calculate number of ctx using temporary variableRaag Jadav2023-05-231-1/+3
| * | gpio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-2310-10/+10
| * | gpio: add HAS_IOPORT dependenciesNiklas Schnelle2023-05-171-13/+13
| * | gpio: sa1100: include <mach/generic.h>Arnd Bergmann2023-05-171-0/+1
| * | gpio: sch311x: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis2023-05-171-24/+2
| * | gpio: tps65086: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis2023-05-171-23/+4
| * | gpio: twl4030: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis2023-05-171-20/+3
| * | gpio: tpic2810: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis2023-05-171-21/+4
| * | gpio: ixp4xx: Use devm_platform_ioremap_resource()Yang Li2023-05-111-3/+1
| * | gpio: davinci: correct non-kerneldoc commentKrzysztof Kozlowski2023-05-111-1/+1
| |/
* | Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2023-06-281-12/+25
|\ \
| * \ regmap: Merge up v6.4-rc6Mark Brown2023-06-125-18/+34
| |\ \
| * | | regmap-irq: Drop map from handle_mask_sync() parametersWilliam Breathitt Gray2023-05-081-1/+1
| * | | gpio: 104-dio-48e: Implement struct dio48e_gpioWilliam Breathitt Gray2023-05-081-11/+24
| | |/ | |/|
* | | gpiolib: Fix irq_domain resource tracking for gpiochip_irqchip_add_domain()Michael Walle2023-06-191-1/+2
* | | gpio: sifive: add missing check for platform_get_irqJiasheng Jiang2023-06-131-2/+6
* | | gpiolib: Fix GPIO chip IRQ initialization restrictionJiawen Wu2023-06-131-0/+8
| |/ |/|
* | gpio: sim: quietly ignore configured lines outside the bankKent Gibson2023-06-071-0/+12