summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
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
2020-01-23Merge tag 'intel-pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij
2020-01-20gpio/sifive: Add GPIO driver for SiFive SoCsYash Shah
2020-01-17gpiolib: Remove duplicated function gpio_do_set_config()YueHaibing
2020-01-17Merge branch 'fixup-thunderx-hierarchy' into develLinus Walleij
2020-01-17Merge tag 'v5.5-rc6' into develLinus Walleij
2020-01-15gpio: wcd934x: Add support to wcd934x gpio controllerSrinivas Kandagatla
2020-01-15gpiolib: remove set but not used variable 'config'YueHaibing
2020-01-15gpio: vx855: fixed a typoSachin agarwal
2020-01-15gpio: mockup: sort headers alphabeticallyBartosz Golaszewski
2020-01-15gpio: mockup: update the license tagBartosz Golaszewski
2020-01-15gpio: Remove the unused flagsShaokun Zhang
2020-01-15gpiolib: Set lockdep class for hierarchical irq domainsStephen Boyd
2020-01-15gpio: thunderx: Switch to GPIOLIB_IRQCHIPKevin Hao