aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)Author
2020-04-28gpio: tegra: mask GPIO IRQs during IRQ shutdownStephen Warren
2020-04-28gpio: of: Build fails if CONFIG_OF_DYNAMIC enabled without CONFIG_OF_GPIODavid Gow
2020-04-23gpiolib: don't call sleeping functions with a spinlock takenBartosz Golaszewski
2020-04-23gpiolib: improve the robustness of watch/unwatch ioctl()Bartosz Golaszewski
2020-04-23gpio: pca953x: Fix pca953x_gpio_set_configAdam Ford
2020-04-04Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2020-04-02Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2020-04-02Revert "gpio: eic-sprd: Use devm_platform_ioremap_resource()"Baolin Wang
2020-04-02gpio: Unconditionally assign .request()/.free()Thierry Reding
2020-03-31gpio: Rename variable in core APIsLinus Walleij
2020-03-31gpio: Avoid using pin ranges with !PINCTRLThierry Reding
2020-03-27gpiolib: Remove unused gpio_chip parameter from gpio_set_bias()Geert Uytterhoeven
2020-03-27gpiolib: Pass gpio_desc to gpio_set_config()Geert Uytterhoeven
2020-03-27gpiolib: Introduce gpiod_set_config()Geert Uytterhoeven
2020-03-27Merge tag 'v5.6-rc7' into develLinus Walleij
2020-03-27gpio: gpiolib: fix a doc warningMauro Carvalho Chehab
2020-03-27gpio: tegra186: Add Tegra194 pin ranges for GG.0 and GG.1Thierry Reding
2020-03-27gpio: tegra186: Add support for pin rangesThierry Reding
2020-03-27gpio: Support GPIO controllers without pin-rangesThierry Reding
2020-03-26gpio: brcmstb: support gpio-line-names propertyDoug Berger
2020-03-25gpiolib: gpio_name_to_desc: factor out !name checkMichał Mirosław
2020-03-25gpio: mt7621: add BGPIOF_NO_SET_ON_INPUT flagChuanhong Guo
2020-03-25gpio: mmio: introduce BGPIOF_NO_SET_ON_INPUTChuanhong Guo
2020-03-25gpio: mvebu: avoid error message for optional IRQChris Packham
2020-03-25gpio: mxs: add COMPILE_TEST support for GPIO_MXSAnson Huang
2020-03-25gpio: mxc: Add COMPILE_TEST support for GPIO_MXCAnson Huang
2020-03-25gpio: pl061: Warn when IRQ line has not been configuredAlexander Sverdlin
2020-03-24gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 modelHans de Goede
2020-03-20gpio: Move devres calls to devres fileLinus Walleij
2020-03-11gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 modelHans de Goede
2020-03-11gpiolib: acpi: Rework honor_wakeup option into an ignore_wake optionHans de Goede
2020-03-11gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirkHans de Goede
2020-03-11gpiolib: Fix irq_disable() semanticsLinus Walleij
2020-03-09Merge branch 'ib-omap-block-idle' into develLinus Walleij
2020-03-09Revert "gpio: omap: Fix lost edge wake-up interrupts"Tony Lindgren
2020-03-09gpio: omap: Block idle on pending gpio interruptsTony Lindgren
2020-03-09gpio: add driver for Mellanox BlueField 2 GPIO controllerAsmaa Mnebhi
2020-03-03Merge tag 'gpio-updates-for-v5.7-part2' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2020-03-03gpiolib: Fix inverted check in gpiochip_remove()Geert Uytterhoeven
2020-03-02gpiolib: fix bitmap operations related to line event watchingBartosz Golaszewski
2020-03-02gpiolib: fix unwatch ioctl()Kent Gibson
2020-03-02gpiolib: Rename 'event' to 'ge' to be consistent with other useAndy Shevchenko
2020-03-02gpio: uniphier: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-28gpiolib: Optimize gpiochip_remove() when check for requested lineAndy Shevchenko
2020-02-25gpiolib: export gpiochip_get_descMarco Felsch
2020-02-21gpio: of: Add DT overlay support for GPIO hogsGeert Uytterhoeven
2020-02-21gpio: of: Extract of_gpiochip_add_hog()Geert Uytterhoeven
2020-02-21gpio: Switch timestamps to ktime_get_ns()Linus Walleij
2020-02-21gpiolib: use gpiochip_get_desc() where applicableBartosz Golaszewski
2020-02-21gpio: siox: use raw spinlock for irq related lockingUwe Kleine-König