aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)Author
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
2020-02-20gpio: mockup: coding-style fixBartosz Golaszewski
2020-02-20gpio: rcar: Fix typo in commentAshish Chavan
2020-02-12gpiolib: add new ioctl() for monitoring changes in line infoBartosz Golaszewski
2020-02-12gpiolib: provide a dedicated function for setting lineinfoBartosz Golaszewski
2020-02-12gpiolib: emit a debug message when adding events to a full kfifoBartosz Golaszewski
2020-02-12gpiolib: rework the locking mechanism for lineevent kfifoBartosz Golaszewski
2020-02-10gpio: sifive: fix static checker warningYash Shah
2020-02-10gpio: xilinx: Fix bug where the wrong GPIO register is written toPaul Thomas
2020-02-10gpiolib: remove unnecessary argument from set_config callKent Gibson
2020-02-10gpio: bd71828: Remove unneeded defines for GPIO_LINE_DIRECTION_IN/OUTAxel Lin
2020-02-10gpiolib: fix gpio_do_set_config()Bartosz Golaszewski
2020-02-10Revert "gpiolib: remove set but not used variable 'config'"Bartosz Golaszewski
2020-02-10Revert "gpiolib: Remove duplicated function gpio_do_set_config()"Bartosz Golaszewski
2020-02-10gpio: wcd934x: Fix logic of wcd_gpio_getAxel Lin
2020-02-10gpio: wcd934x: Don't change gpio direction in wcd_gpio_setAxel Lin
2020-02-10gpio: pxa: Avoid a warning when gpio0 and gpio1 IRQS are not thereLubomir Rintel
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-02-03Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2020-01-29Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2020-01-29Merge tag 'gpio-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2020-01-27Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-01-27Merge tag 'mmc-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2020-01-26Merge tag 'gpio-updates-for-v5.6-part2' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2020-01-24gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOsMatti Vaittinen
2020-01-23gpiolib: hold gpio devices lock until ->descs array is initialisedDan Callaghan
2020-01-23gpio: aspeed-sgpio: fixed typosSachin agarwal
2020-01-23gpio: Drop the chained IRQ handler assign functionLinus Walleij
2020-01-23gpio: mvebu: clear irq in edge cause register before unmask edge irqMaxim Kiselev
2020-01-23gpiolib: Lower verbosity when allocating hierarchy irqKevin Hao