summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2020-03-02gpio: uniphier: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-28gpiolib: Optimize gpiochip_remove() when check for requested lineAndy Shevchenko1-7/+4
2020-02-25gpiolib: export gpiochip_get_descMarco Felsch1-0/+1
2020-02-21gpio: of: Add DT overlay support for GPIO hogsGeert Uytterhoeven4-3/+106
2020-02-21gpio: of: Extract of_gpiochip_add_hog()Geert Uytterhoeven1-16/+33
2020-02-21gpio: Switch timestamps to ktime_get_ns()Linus Walleij1-2/+2
2020-02-21gpiolib: use gpiochip_get_desc() where applicableBartosz Golaszewski1-1/+3
2020-02-21gpio: siox: use raw spinlock for irq related lockingUwe Kleine-König1-14/+14
2020-02-20gpio: mockup: coding-style fixBartosz Golaszewski1-1/+1
2020-02-20gpio: rcar: Fix typo in commentAshish Chavan1-2/+2
2020-02-12gpiolib: add new ioctl() for monitoring changes in line infoBartosz Golaszewski2-8/+179
2020-02-12gpiolib: provide a dedicated function for setting lineinfoBartosz Golaszewski1-43/+55
2020-02-12gpiolib: emit a debug message when adding events to a full kfifoBartosz Golaszewski1-0/+2
2020-02-12gpiolib: rework the locking mechanism for lineevent kfifoBartosz Golaszewski1-29/+35
2020-02-10gpio: sifive: fix static checker warningYash Shah1-3/+3
2020-02-10gpio: xilinx: Fix bug where the wrong GPIO register is written toPaul Thomas1-2/+3
2020-02-10gpiolib: remove unnecessary argument from set_config callKent Gibson1-1/+0
2020-02-10gpio: bd71828: Remove unneeded defines for GPIO_LINE_DIRECTION_IN/OUTAxel Lin1-10/+0
2020-02-10gpiolib: fix gpio_do_set_config()Bartosz Golaszewski1-3/+3
2020-02-10Revert "gpiolib: remove set but not used variable 'config'"Bartosz Golaszewski1-0/+2
2020-02-10Revert "gpiolib: Remove duplicated function gpio_do_set_config()"Bartosz Golaszewski1-4/+23
2020-02-10gpio: wcd934x: Fix logic of wcd_gpio_getAxel Lin1-2/+2
2020-02-10gpio: wcd934x: Don't change gpio direction in wcd_gpio_setAxel Lin1-1/+4
2020-02-10gpio: pxa: Avoid a warning when gpio0 and gpio1 IRQS are not thereLubomir Rintel1-2/+2
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada3-6/+6
2020-02-03Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds3-0/+172
2020-01-29Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds6-508/+3
2020-01-29Merge tag 'gpio-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds24-257/+572
2020-01-27Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-0/+262
2020-01-27Merge tag 'mmc-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-21/+11
2020-01-26Merge tag 'gpio-updates-for-v5.6-part2' of git://git.kernel.org/pub/scm/linux...Linus Walleij1-1/+1
2020-01-24gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOsMatti Vaittinen3-0/+172
2020-01-23gpiolib: hold gpio devices lock until ->descs array is initialisedDan Callaghan1-2/+2
2020-01-23gpio: aspeed-sgpio: fixed typosSachin agarwal3-4/+4
2020-01-23gpio: Drop the chained IRQ handler assign functionLinus Walleij3-28/+3
2020-01-23gpio: mvebu: clear irq in edge cause register before unmask edge irqMaxim Kiselev1-0/+1
2020-01-23gpiolib: Lower verbosity when allocating hierarchy irqKevin Hao1-3/+3
2020-01-23Merge tag 'intel-pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij3-480/+0
2020-01-20gpio/sifive: Add GPIO driver for SiFive SoCsYash Shah3-0/+262
2020-01-17gpiolib: Remove duplicated function gpio_do_set_config()YueHaibing1-23/+4
2020-01-17Merge branch 'fixup-thunderx-hierarchy' into develLinus Walleij3-23/+77
2020-01-17Merge tag 'v5.5-rc6' into develLinus Walleij11-38/+115
2020-01-15gpio: wcd934x: Add support to wcd934x gpio controllerSrinivas Kandagatla3-0/+129
2020-01-15gpiolib: remove set but not used variable 'config'YueHaibing1-2/+0
2020-01-15gpio: vx855: fixed a typoSachin agarwal1-1/+1
2020-01-15gpio: mockup: sort headers alphabeticallyBartosz Golaszewski1-7/+7
2020-01-15gpio: mockup: update the license tagBartosz Golaszewski1-1/+1
2020-01-15gpio: Remove the unused flagsShaokun Zhang1-1/+0
2020-01-15gpiolib: Set lockdep class for hierarchical irq domainsStephen Boyd1-0/+1
2020-01-15gpio: thunderx: Switch to GPIOLIB_IRQCHIPKevin Hao2-100/+78