summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2020-01-15gpiolib: Add the support for the msi parent domainKevin Hao1-0/+6
2020-01-15gpiolib: Add support for the irqdomain which doesn't use irq_fwspec as argKevin Hao2-19/+39
2020-01-15Revert "gpio: thunderx: Switch to GPIOLIB_IRQCHIP"Kevin Hao2-57/+107
2020-01-09gpio: altera: change to platform_get_irq_optional to avoid false-positive errorOoi, Joyce1-1/+1
2020-01-09gpio: Update TODOLinus Walleij1-5/+41
2020-01-07Merge tag 'gpio-updates-for-v5.6-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij8-46/+54
2020-01-07gpio: mpc8xxx: ls1088a/ls1028a edge detection mode bug fixs.Song Hui1-0/+1
2020-01-07gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_ma...Jia-Ju Bai1-4/+6
2020-01-07gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_remove()Jia-Ju Bai1-4/+0
2020-01-07gpiolib: acpi: Add honor_wakeup module-option + quirk mechanismHans de Goede1-1/+31
2020-01-07gpiolib: acpi: Turn dmi_system_id table into a generic quirk tableHans de Goede1-4/+15
2020-01-07gpiolib: use gpiochip_get_desc() in gpio_ioctl()Bartosz Golaszewski1-3/+4
2020-01-07gpiolib: use gpiochip_get_desc() in lineevent_create()Bartosz Golaszewski1-3/+3
2020-01-07gpiolib: use gpiochip_get_desc() in linehandle_create()Bartosz Golaszewski1-4/+3
2020-01-07gpiolib: convert the type of hwnum to unsigned int in gpiochip_get_desc()Bartosz Golaszewski2-3/+5
2020-01-07gpiolib: have a single place of calling set_config()Bartosz Golaszewski1-9/+12
2020-01-07gpiolib: use 'unsigned int' instead of 'unsigned' in gpio_set_config()Bartosz Golaszewski1-1/+1
2020-01-07gpio: zynq: Fix for bug in zynq_gpio_restore_context APISwapna Manupati1-3/+5
2020-01-07gpio: max77620: Add missing dependency on GPIOLIB_IRQCHIPDmitry Osipenko1-0/+1
2020-01-06gpio: gpiolib: fix confusing indentionEnrico Weigelt, metux IT consult1-1/+1
2020-01-03gpio: mockup: fix coding styleBartosz Golaszewski1-2/+2
2019-12-27Merge tag 'gpio-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds8-28/+34
2019-12-20gpio: tegra: Use NOIRQ phase for suspend/resumeDmitry Osipenko1-8/+2
2019-12-20gpio: tegra: Properly handle irq_set_irq_wake() errorDmitry Osipenko1-1/+6
2019-12-20gpio: tegra: Use generic readl_relaxed/writel_relaxed accessorsDmitry Osipenko1-2/+2
2019-12-18mmc: core: Rework cd-gpio handlingMichał Mirosław1-17/+0
2019-12-18mmc: core: Rework wp-gpio handlingMichał Mirosław1-4/+0
2019-12-18gpio: add gpiod_toggle_active_low()Michał Mirosław1-0/+11
2019-12-17Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+27
2019-12-16gpio: tegra186: Allow building on Tegra194-only configurationsThierry Reding1-2/+2
2019-12-13pinctrl: lynxpoint: Move GPIO driver to pin controller folderAndy Shevchenko3-480/+0
2019-12-13Merge tag 'gpio-v5.5-rc2-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij6-24/+28
2019-12-13gpiolib: Make use of assign_bit() APIAndy Shevchenko1-39/+20
2019-12-13gpio: Add support for the Xylon LogiCVC GPIOsPaul Kocialkowski3-0/+177
2019-12-12gpio: remove unneeded MODULE_VERSION() usageEnrico Weigelt, metux IT consult2-2/+0
2019-12-12gpiolib: Add GPIOCHIP_NAME definitionGeert Uytterhoeven3-6/+7
2019-12-11gpio: bcm-kona: use platform_irq_countPeng Fan1-3/+9
2019-12-11gpio: mvebu: use platform_irq_countPeng Fan1-2/+5
2019-12-11gpio: pca953x: Remove redundant forward declarationAndy Shevchenko1-2/+0
2019-12-11gpio: pca953x: Switch to bitops in IRQ callbacksAndy Shevchenko1-16/+10
2019-12-11gpio: pca953x: Don't hardcode irq trigger typeVignesh Raghavendra1-2/+1
2019-12-11gpiolib: fix up emulated open drain outputsRussell King1-0/+8
2019-12-11gpio: xgs-iproc: remove __exit annotation for iproc_gpio_removeArnd Bergmann1-1/+1
2019-12-11gpio: aspeed: avoid return type warningArnd Bergmann1-1/+1
2019-12-11gpio: mockup: Fix usage of new GPIO_LINE_DIRECTIONKent Gibson1-2/+5
2019-12-09gpio: Fix error message on out-of-range GPIO in lookup tableGeert Uytterhoeven1-2/+3
2019-12-09gpio: mpc8xxx: Add platform device to gpiochip->parentJohnson CH Chen (陳昭勳)1-0/+1
2019-12-09gpio: xtensa: fix driver buildMax Filippov1-4/+3
2019-12-04gpio: pca953x: tighten up indentationAndy Shevchenko1-11/+11
2019-12-04gpio: pca953x: convert to use bitmap APIAndy Shevchenko1-94/+70