aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2020-02-04treewide: remove redundant IS_ERR() before error code checkGravatar Masahiro Yamada 3-6/+6
2020-02-03Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 3-0/+172
2020-01-29Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 6-508/+3
2020-01-29Merge tag 'gpio-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 24-257/+572
2020-01-27Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-0/+262
2020-01-27Merge tag 'mmc-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 2-21/+11
2020-01-26Merge tag 'gpio-updates-for-v5.6-part2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Walleij 1-1/+1
2020-01-24gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOsGravatar Matti Vaittinen 3-0/+172
2020-01-23gpiolib: hold gpio devices lock until ->descs array is initialisedGravatar Dan Callaghan 1-2/+2
2020-01-23gpio: aspeed-sgpio: fixed typosGravatar Sachin agarwal 3-4/+4
2020-01-23gpio: Drop the chained IRQ handler assign functionGravatar Linus Walleij 3-28/+3
2020-01-23gpio: mvebu: clear irq in edge cause register before unmask edge irqGravatar Maxim Kiselev 1-0/+1
2020-01-23gpiolib: Lower verbosity when allocating hierarchy irqGravatar Kevin Hao 1-3/+3
2020-01-23Merge tag 'intel-pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Walleij 3-480/+0
2020-01-20gpio/sifive: Add GPIO driver for SiFive SoCsGravatar Yash Shah 3-0/+262
2020-01-17gpiolib: Remove duplicated function gpio_do_set_config()Gravatar YueHaibing 1-23/+4
2020-01-17Merge branch 'fixup-thunderx-hierarchy' into develGravatar Linus Walleij 3-23/+77
2020-01-17Merge tag 'v5.5-rc6' into develGravatar Linus Walleij 11-38/+115
2020-01-15gpio: wcd934x: Add support to wcd934x gpio controllerGravatar Srinivas Kandagatla 3-0/+129
2020-01-15gpiolib: remove set but not used variable 'config'Gravatar YueHaibing 1-2/+0
2020-01-15gpio: vx855: fixed a typoGravatar Sachin agarwal 1-1/+1
2020-01-15gpio: mockup: sort headers alphabeticallyGravatar Bartosz Golaszewski 1-7/+7
2020-01-15gpio: mockup: update the license tagGravatar Bartosz Golaszewski 1-1/+1
2020-01-15gpio: Remove the unused flagsGravatar Shaokun Zhang 1-1/+0
2020-01-15gpiolib: Set lockdep class for hierarchical irq domainsGravatar Stephen Boyd 1-0/+1
2020-01-15gpio: thunderx: Switch to GPIOLIB_IRQCHIPGravatar Kevin Hao 2-100/+78
2020-01-15gpiolib: Add the support for the msi parent domainGravatar Kevin Hao 1-0/+6
2020-01-15gpiolib: Add support for the irqdomain which doesn't use irq_fwspec as argGravatar Kevin Hao 2-19/+39
2020-01-15Revert "gpio: thunderx: Switch to GPIOLIB_IRQCHIP"Gravatar Kevin Hao 2-57/+107
2020-01-09gpio: altera: change to platform_get_irq_optional to avoid false-positive errorGravatar Ooi, Joyce 1-1/+1
2020-01-09gpio: Update TODOGravatar Linus Walleij 1-5/+41
2020-01-07Merge tag 'gpio-updates-for-v5.6-part1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Walleij 8-46/+54
2020-01-07gpio: mpc8xxx: ls1088a/ls1028a edge detection mode bug fixs.Gravatar Song Hui 1-0/+1
2020-01-07gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_ma...Gravatar Jia-Ju Bai 1-4/+6
2020-01-07gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_remove()Gravatar Jia-Ju Bai 1-4/+0
2020-01-07gpiolib: acpi: Add honor_wakeup module-option + quirk mechanismGravatar Hans de Goede 1-1/+31
2020-01-07gpiolib: acpi: Turn dmi_system_id table into a generic quirk tableGravatar Hans de Goede 1-4/+15
2020-01-07gpiolib: use gpiochip_get_desc() in gpio_ioctl()Gravatar Bartosz Golaszewski 1-3/+4
2020-01-07gpiolib: use gpiochip_get_desc() in lineevent_create()Gravatar Bartosz Golaszewski 1-3/+3
2020-01-07gpiolib: use gpiochip_get_desc() in linehandle_create()Gravatar Bartosz Golaszewski 1-4/+3
2020-01-07gpiolib: convert the type of hwnum to unsigned int in gpiochip_get_desc()Gravatar Bartosz Golaszewski 2-3/+5
2020-01-07gpiolib: have a single place of calling set_config()Gravatar Bartosz Golaszewski 1-9/+12
2020-01-07gpiolib: use 'unsigned int' instead of 'unsigned' in gpio_set_config()Gravatar Bartosz Golaszewski 1-1/+1
2020-01-07gpio: zynq: Fix for bug in zynq_gpio_restore_context APIGravatar Swapna Manupati 1-3/+5
2020-01-07gpio: max77620: Add missing dependency on GPIOLIB_IRQCHIPGravatar Dmitry Osipenko 1-0/+1
2020-01-06gpio: gpiolib: fix confusing indentionGravatar Enrico Weigelt, metux IT consult 1-1/+1
2020-01-03gpio: mockup: fix coding styleGravatar Bartosz Golaszewski 1-2/+2
2019-12-27Merge tag 'gpio-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 8-28/+34
2019-12-20gpio: tegra: Use NOIRQ phase for suspend/resumeGravatar Dmitry Osipenko 1-8/+2
2019-12-20gpio: tegra: Properly handle irq_set_irq_wake() errorGravatar Dmitry Osipenko 1-1/+6