summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Revert "gpio: mpc8xxx: change the gpio interrupt flags."Rasmus Villemoes2021-08-121-1/+1
* gpio: tqmx86: really make IRQ optionalMatthias Schiffer2021-08-121-3/+3
* gpio: pca953x: Add support for the On Semi pca9655Peter Robinson2021-07-201-0/+1
* gpio: zynq: Check return value of irq_get_irq_dataSrinivas Neeli2021-07-201-0/+10
* gpio: zynq: Check return value of pm_runtime_get_syncSrinivas Neeli2021-07-201-1/+4
* gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAPJohannes Berg2021-07-071-0/+2
* gpio: mxc: Fix disabled interrupt wake-up supportLoic Poulain2021-07-071-1/+1
* gpiolib: cdev: zero padding during conversion to gpioline_info_changedGabriel Knezek2021-06-301-0/+1
* gpio: wcd934x: Fix shift-out-of-bounds errorSrinivas Kandagatla2021-06-161-1/+1
* gpio: cadence: Add missing MODULE_DEVICE_TABLEZou Wei2021-06-031-0/+1
* gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055Hans de Goede2021-05-221-0/+14
* gpio: omap: Save and restore sysconfigTony Lindgren2021-04-281-0/+9
* gpio: sysfs: Obey valid_maskMatti Vaittinen2021-04-211-0/+8
* gpiolib: Read "gpio-line-names" from a firmware nodeAndy Shevchenko2021-04-141-8/+4
* gpiolib: acpi: Add missing IRQF_ONESHOTYang Li2021-03-301-1/+1
* gpiolib: Assign fwnode to parent's if no primary one providedAndy Shevchenko2021-03-251-0/+7
* gpio: fix gpio-device list corruptionJohan Hovold2021-03-171-0/+4
* gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2Andy Shevchenko2021-03-171-55/+23
* gpiolib: acpi: Allow to find GpioInt() resource by name and indexAndy Shevchenko2021-03-171-4/+8
* gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirkAndy Shevchenko2021-03-171-1/+6
* gpio: pcf857x: Fix missing first interruptMaxim Kiselev2021-03-041-1/+1
* gpio: ep93xx: Fix single irqchip with multi gpiochipsNikita Shubin2021-02-171-11/+19
* gpio: ep93xx: fix BUG_ON port F usageNikita Shubin2021-02-171-87/+99
* gpio: mxs: GPIO_MXS should not default to y unconditionallyGeert Uytterhoeven2021-02-171-1/+2
* gpiolib: cdev: clear debounce period if line set to outputKent Gibson2021-02-131-0/+2
* gpiolib: free device name on error path to fix kmemleakQuanyang Wang2021-02-101-2/+8
* gpio: mvebu: fix pwm .get_state period calculationBaruch Siach2021-01-301-15/+10
* gpio: sifive: select IRQ_DOMAIN_HIERARCHY rather than depend on itRandy Dunlap2021-01-271-1/+2
* gpiolib: cdev: fix frame size warning in gpio_ioctl()Kent Gibson2021-01-271-72/+73
* gpiolib: irq hooks: fix recursion in gpiochip_irq_unmaskNikita Shubin2020-12-301-1/+2
* gpio: eic-sprd: break loop when getting NULL device resourceChunyan Zhang2020-12-091-1/+1
* gpio: mvebu: fix potential user-after-free on probeBaruch Siach2020-12-021-5/+11
* gpio: zynq: fix reference leak in zynq_gpio functionsQinglang Miao2020-12-021-2/+2
* gpiolib: Don't free if pin ranges are not definedEdmond Chung2020-12-021-0/+5
* gpio: dwapb: fix NULL pointer dereference at dwapb_gpio_suspend()Luo Jiaxing2020-12-021-0/+2
* gpio: arizona: disable pm_runtime in case of failureZheng Liang2020-12-021-0/+1
* gpio: sifive: Fix SiFive gpio probeDamien Le Moal2020-11-111-1/+1
* Merge tag 'gpio-fixes-for-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Walleij2020-11-105-26/+74
|\
| * gpio: pcie-idio-24: Enable PEX8311 interruptsArnaud de Turckheim2020-11-061-1/+51
| * gpio: pcie-idio-24: Fix IRQ Enable Register valueArnaud de Turckheim2020-11-061-4/+4
| * gpio: pcie-idio-24: Fix irq mask when maskingArnaud de Turckheim2020-11-061-1/+1
| * gpiolib: fix sysfs when cdev is not selectedKent Gibson2020-11-052-18/+15
| * gpio: aspeed: fix ast2600 bank propertiesBilly Tsai2020-10-261-0/+1
| * gpio: dwapb: Fix missing conversion to GPIO-lib-based IRQ-chipJia He2020-10-261-2/+2
* | Revert "Revert "gpio: omap: Fix lost edge wake-up interrupts""Tony Lindgren2020-10-281-1/+11
|/
* Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2020-10-143-0/+174
|\
| * gpio: Add support for the sl28cpld GPIO controllerMichael Walle2020-09-173-0/+174
* | Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-10-1322-502/+1782
|\ \
| * | gpiolib: Update header block in gpiolib-cdev.hAndy Shevchenko2020-10-081-1/+3
| * | gpiolib: cdev: switch from kstrdup() to kstrndup()Kent Gibson2020-10-081-14/+13