summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
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-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
2020-01-15gpiolib: Add the support for the msi parent domainKevin Hao
2020-01-15gpiolib: Add support for the irqdomain which doesn't use irq_fwspec as argKevin Hao
2020-01-15Revert "gpio: thunderx: Switch to GPIOLIB_IRQCHIP"Kevin Hao
2020-01-09gpio: altera: change to platform_get_irq_optional to avoid false-positive errorOoi, Joyce
2020-01-09gpio: Update TODOLinus Walleij
2020-01-07Merge tag 'gpio-updates-for-v5.6-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2020-01-07gpio: mpc8xxx: ls1088a/ls1028a edge detection mode bug fixs.Song Hui
2020-01-07gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_ma...Jia-Ju Bai
2020-01-07gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_remove()Jia-Ju Bai
2020-01-07gpiolib: acpi: Add honor_wakeup module-option + quirk mechanismHans de Goede
2020-01-07gpiolib: acpi: Turn dmi_system_id table into a generic quirk tableHans de Goede
2020-01-07gpiolib: use gpiochip_get_desc() in gpio_ioctl()Bartosz Golaszewski
2020-01-07gpiolib: use gpiochip_get_desc() in lineevent_create()Bartosz Golaszewski
2020-01-07gpiolib: use gpiochip_get_desc() in linehandle_create()Bartosz Golaszewski
2020-01-07gpiolib: convert the type of hwnum to unsigned int in gpiochip_get_desc()Bartosz Golaszewski
2020-01-07gpiolib: have a single place of calling set_config()Bartosz Golaszewski
2020-01-07gpiolib: use 'unsigned int' instead of 'unsigned' in gpio_set_config()Bartosz Golaszewski