summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2020-07-29gpio: arizona: put pm_runtime in case of failureNavid Emamdoost1-1/+5
2020-07-29gpio: arizona: handle pm_runtime_get_sync failure caseNavid Emamdoost1-0/+1
2020-07-22gpio: pca953x: disable regmap locking for automatic address incrementingAndy Shevchenko1-0/+1
2020-07-16gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2Andy Shevchenko1-1/+6
2020-07-16gpio: pca953x: Fix direction setting when configure an IRQAndy Shevchenko1-2/+4
2020-07-16gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2Andy Shevchenko1-0/+79
2020-07-16gpio: pca953x: Synchronize interrupt handler properlyAndy Shevchenko1-3/+5
2020-06-24gpio: pca953x: fix handling of automatic address incrementingUwe Kleine-König1-16/+28
2020-06-24gpio: mlxbf2: fix return value check in mlxbf2_gpio_get_lock_res()Wei Yongjun1-2/+2
2020-06-24gpio: dwapb: Append MODULE_ALIAS for platform driverAndy Shevchenko1-3/+6
2020-06-24gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registrationAndy Shevchenko1-9/+16
2020-05-29gpio: fix locking open drain IRQ linesLinus Walleij1-2/+9
2020-05-25gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe()Tiezhu Yang1-1/+1
2020-05-25gpio: pxa: Fix return value of pxa_gpio_probe()Tiezhu Yang1-2/+2
2020-05-25gpio: mlxbf2: Fix sleeping while holding spinlockAxel Lin1-3/+3
2020-05-18Merge tag 'gpio-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Walleij3-10/+27
2020-05-13gpiolib: notify user-space about line status changes after flags are setBartosz Golaszewski1-2/+13
2020-05-05gpio: exar: Fix bad handling for ida_simple_get error pathTakashi Iwai1-2/+5
2020-04-28gpio: tegra: mask GPIO IRQs during IRQ shutdownStephen Warren1-0/+1
2020-04-28gpio: of: Build fails if CONFIG_OF_DYNAMIC enabled without CONFIG_OF_GPIODavid Gow1-2/+3
2020-04-24gpio: mvebu: Fix probing for chips without PWMSascha Hauer1-6/+9
2020-04-23gpiolib: don't call sleeping functions with a spinlock takenBartosz Golaszewski1-1/+12
2020-04-23gpiolib: improve the robustness of watch/unwatch ioctl()Bartosz Golaszewski1-2/+14
2020-04-23gpio: pca953x: Fix pca953x_gpio_set_configAdam Ford1-1/+1
2020-04-04Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds25-659/+1446
2020-04-03Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-0/+1
2020-04-02Revert "gpio: eic-sprd: Use devm_platform_ioremap_resource()"Baolin Wang1-2/+7
2020-04-02gpio: Unconditionally assign .request()/.free()Thierry Reding5-26/+12
2020-03-31gpio: Rename variable in core APIsLinus Walleij1-412/+413
2020-03-31gpio: Avoid using pin ranges with !PINCTRLThierry Reding1-3/+5
2020-03-28gpiolib: Remove unused gpio_chip parameter from gpio_set_bias()Geert Uytterhoeven1-5/+3
2020-03-28gpiolib: Pass gpio_desc to gpio_set_config()Geert Uytterhoeven1-10/+7
2020-03-28gpiolib: Introduce gpiod_set_config()Geert Uytterhoeven1-6/+22
2020-03-28Merge tag 'v5.6-rc7' into develLinus Walleij4-20/+31
2020-03-27gpio: gpiolib: fix a doc warningMauro Carvalho Chehab1-1/+1
2020-03-27gpio: tegra186: Add Tegra194 pin ranges for GG.0 and GG.1Thierry Reding1-0/+8
2020-03-27gpio: tegra186: Add support for pin rangesThierry Reding1-0/+56
2020-03-27gpio: Support GPIO controllers without pin-rangesThierry Reding1-1/+4
2020-03-26gpio: brcmstb: support gpio-line-names propertyDoug Berger1-0/+44
2020-03-25gpiolib: gpio_name_to_desc: factor out !name checkMichał Mirosław1-1/+4
2020-03-25gpio: mt7621: add BGPIOF_NO_SET_ON_INPUT flagChuanhong Guo1-2/+2
2020-03-25gpio: mmio: introduce BGPIOF_NO_SET_ON_INPUTChuanhong Guo1-4/+19
2020-03-25gpio: mvebu: avoid error message for optional IRQChris Packham1-1/+1
2020-03-25gpio: mxs: add COMPILE_TEST support for GPIO_MXSAnson Huang1-1/+1
2020-03-25gpio: mxc: Add COMPILE_TEST support for GPIO_MXCAnson Huang1-1/+1
2020-03-25gpio: pl061: Warn when IRQ line has not been configuredAlexander Sverdlin1-4/+2
2020-03-24gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 modelHans de Goede1-0/+15
2020-03-20gpio: Move devres calls to devres fileLinus Walleij2-46/+46
2020-03-11gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 modelHans de Goede1-0/+15
2020-03-11gpiolib: acpi: Rework honor_wakeup option into an ignore_wake optionHans de Goede1-20/+76