summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2020-01-07gpio: zynq: Fix for bug in zynq_gpio_restore_context APISwapna Manupati
2020-01-07gpio: max77620: Add missing dependency on GPIOLIB_IRQCHIPDmitry Osipenko
2020-01-06gpio: gpiolib: fix confusing indentionEnrico Weigelt, metux IT consult
2020-01-03gpio: mockup: fix coding styleBartosz Golaszewski
2019-12-27Merge tag 'gpio-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-12-20gpio: tegra: Use NOIRQ phase for suspend/resumeDmitry Osipenko
2019-12-20gpio: tegra: Properly handle irq_set_irq_wake() errorDmitry Osipenko
2019-12-20gpio: tegra: Use generic readl_relaxed/writel_relaxed accessorsDmitry Osipenko
2019-12-18mmc: core: Rework cd-gpio handlingMichał Mirosław
2019-12-18mmc: core: Rework wp-gpio handlingMichał Mirosław
2019-12-18gpio: add gpiod_toggle_active_low()Michał Mirosław
2019-12-17Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-16gpio: tegra186: Allow building on Tegra194-only configurationsThierry Reding
2019-12-13pinctrl: lynxpoint: Move GPIO driver to pin controller folderAndy Shevchenko
2019-12-13Merge tag 'gpio-v5.5-rc2-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij
2019-12-13gpiolib: Make use of assign_bit() APIAndy Shevchenko
2019-12-13gpio: Add support for the Xylon LogiCVC GPIOsPaul Kocialkowski
2019-12-12gpio: remove unneeded MODULE_VERSION() usageEnrico Weigelt, metux IT consult
2019-12-12gpiolib: Add GPIOCHIP_NAME definitionGeert Uytterhoeven
2019-12-11gpio: bcm-kona: use platform_irq_countPeng Fan
2019-12-11gpio: mvebu: use platform_irq_countPeng Fan
2019-12-11gpio: pca953x: Remove redundant forward declarationAndy Shevchenko
2019-12-11gpio: pca953x: Switch to bitops in IRQ callbacksAndy Shevchenko
2019-12-11gpio: pca953x: Don't hardcode irq trigger typeVignesh Raghavendra
2019-12-11gpiolib: fix up emulated open drain outputsRussell King
2019-12-11gpio: xgs-iproc: remove __exit annotation for iproc_gpio_removeArnd Bergmann
2019-12-11gpio: aspeed: avoid return type warningArnd Bergmann
2019-12-11gpio: mockup: Fix usage of new GPIO_LINE_DIRECTIONKent Gibson
2019-12-09gpio: Fix error message on out-of-range GPIO in lookup tableGeert Uytterhoeven
2019-12-09gpio: mpc8xxx: Add platform device to gpiochip->parentJohnson CH Chen (陳昭勳)
2019-12-09gpio: xtensa: fix driver buildMax Filippov
2019-12-04gpio: pca953x: tighten up indentationAndy Shevchenko
2019-12-04gpio: pca953x: convert to use bitmap APIAndy Shevchenko
2019-12-04gpio: pca953x: use input from regs structure in pca953x_irq_pending()Andy Shevchenko
2019-12-04gpio: pca953x: remove redundant variable and check in IRQ handlerAndy Shevchenko
2019-12-04gpio: pca953x: utilize the for_each_set_clump8 macroWilliam Breathitt Gray
2019-12-04gpio: max3191x: utilize the for_each_set_clump8 macroWilliam Breathitt Gray
2019-12-04gpio: pisosr: utilize the for_each_set_clump8 macroWilliam Breathitt Gray
2019-12-04gpio: 74x164: utilize the for_each_set_clump8 macroWilliam Breathitt Gray
2019-12-04gpio: uniphier: utilize for_each_set_clump8 macroWilliam Breathitt Gray
2019-12-04gpio: pcie-idio-24: utilize for_each_set_clump8 macroWilliam Breathitt Gray
2019-12-04gpio: pci-idio-16: utilize for_each_set_clump8 macroWilliam Breathitt Gray
2019-12-04gpio: ws16c48: utilize for_each_set_clump8 macroWilliam Breathitt Gray
2019-12-04gpio: gpio-mm: utilize for_each_set_clump8 macroWilliam Breathitt Gray
2019-12-04gpio: 104-idi-48: utilize for_each_set_clump8 macroWilliam Breathitt Gray
2019-12-04gpio: 104-dio-48e: utilize for_each_set_clump8 macroWilliam Breathitt Gray
2019-12-03gpiolib: of: Make of_gpio_spi_cs_get_count staticYueHaibing
2019-12-01Merge tag 'gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-11-28gpio: Handle counting of Freescale chipselectsLinus Walleij
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds