summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: uniphier: Fix void functions to remove return valueKunihiko Hayashi2021-09-301-2/+2
* 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 pm_runtime_get_syncSrinivas Neeli2021-07-201-1/+4
* gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAPJohannes Berg2021-07-071-0/+2
* 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: acpi: Add missing IRQF_ONESHOTYang Li2021-03-301-1/+1
* 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: mvebu: fix pwm .get_state period calculationBaruch Siach2021-01-301-15/+10
* gpio: eic-sprd: break loop when getting NULL device resourceChunyan Zhang2020-12-301-1/+1
* Revert "gpio: eic-sprd: Use devm_platform_ioremap_resource()"Baolin Wang2020-12-301-2/+7
* gpio: mvebu: fix potential user-after-free on probeBaruch Siach2020-12-301-5/+11
* gpio: zynq: fix reference leak in zynq_gpio functionsQinglang Miao2020-12-301-2/+2
* gpio: pcie-idio-24: Enable PEX8311 interruptsArnaud de Turckheim2020-11-181-1/+51
* gpio: pcie-idio-24: Fix IRQ Enable Register valueArnaud de Turckheim2020-11-181-4/+4
* gpio: pcie-idio-24: Fix irq mask when maskingArnaud de Turckheim2020-11-181-1/+1
* gpio: aspeed: fix ast2600 bank propertiesTao Ren2020-10-071-2/+2
* gpio/aspeed-sgpio: don't enable all interrupts by defaultJeremy Kerr2020-10-071-5/+3
* gpio/aspeed-sgpio: enable access to all 80 input & output sgpiosJeremy Kerr2020-10-071-42/+84
* gpio: sprd: Clear interrupt when setting the type as edgeTaiping Lai2020-10-071-0/+3
* gpio: tc35894: fix up tc35894 interrupt configurationdillon min2020-10-071-1/+1
* gpio: mockup: fix resource leak in error pathBartosz Golaszewski2020-10-071-0/+2
* gpio: siox: explicitly support only threaded irqsAhmad Fatoum2020-10-071-0/+1
* gpio: rcar: Fix runtime PM imbalance on errorDinghao Liu2020-10-011-1/+3
* gpio: arizona: put pm_runtime in case of failureNavid Emamdoost2020-07-291-1/+5
* gpio: arizona: handle pm_runtime_get_sync failure caseNavid Emamdoost2020-07-291-0/+1
* gpio: pca953x: disable regmap locking for automatic address incrementingAndy Shevchenko2020-07-221-0/+1
* gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2Andy Shevchenko2020-07-161-1/+6
* gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2Andy Shevchenko2020-07-161-0/+79
* gpio: pca953x: fix handling of automatic address incrementingUwe Kleine-König2020-06-241-16/+28
* gpio: dwapb: Append MODULE_ALIAS for platform driverAndy Shevchenko2020-06-241-3/+6
* gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registrationAndy Shevchenko2020-06-241-9/+16
* gpio: fix locking open drain IRQ linesLinus Walleij2020-06-031-2/+9
* gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe()Tiezhu Yang2020-06-031-1/+1
* gpio: pxa: Fix return value of pxa_gpio_probe()Tiezhu Yang2020-06-031-2/+2
* gpio: exar: Fix bad handling for ida_simple_get error pathTakashi Iwai2020-06-031-2/+5
* gpio: tegra: mask GPIO IRQs during IRQ shutdownStephen Warren2020-06-031-0/+1
* gpio: pca953x: Fix pca953x_gpio_set_configAdam Ford2020-05-201-1/+1
* gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 modelHans de Goede2020-04-021-0/+15
* gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 modelHans de Goede2020-04-011-0/+15
* gpiolib: acpi: Rework honor_wakeup option into an ignore_wake optionHans de Goede2020-04-011-20/+76
* gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirkHans de Goede2020-04-011-6/+8
* gpiolib: Fix irq_disable() semanticsLinus Walleij2020-04-011-1/+8
* gpiolib: Set lockdep class for hierarchical irq domainsStephen Boyd2020-02-241-0/+1
* gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_ma...Jia-Ju Bai2020-02-241-4/+6