summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | gpio: tegra: Use generic readl_relaxed/writel_relaxed accessorsDmitry Osipenko2019-12-201-2/+2
| | * | | | | gpio: remove unneeded MODULE_VERSION() usageEnrico Weigelt, metux IT consult2019-12-122-2/+0
| | * | | | | gpio: bcm-kona: use platform_irq_countPeng Fan2019-12-111-3/+9
| | * | | | | gpio: mvebu: use platform_irq_countPeng Fan2019-12-111-2/+5
| | * | | | | gpio: pca953x: Remove redundant forward declarationAndy Shevchenko2019-12-111-2/+0
| | * | | | | gpio: pca953x: Don't hardcode irq trigger typeVignesh Raghavendra2019-12-111-2/+1
| | | |_|_|/ | | |/| | |
| * | | | | gpio: mpc8xxx: ls1088a/ls1028a edge detection mode bug fixs.Song Hui2020-01-071-0/+1
| * | | | | gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_ma...Jia-Ju Bai2020-01-071-4/+6
| * | | | | gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_remove()Jia-Ju Bai2020-01-071-4/+0
| * | | | | gpiolib: Make use of assign_bit() APIAndy Shevchenko2019-12-131-39/+20
| * | | | | gpio: Add support for the Xylon LogiCVC GPIOsPaul Kocialkowski2019-12-133-0/+177
| * | | | | gpiolib: Add GPIOCHIP_NAME definitionGeert Uytterhoeven2019-12-123-6/+7
| |/ / / /
* | | | | Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-273-0/+262
|\ \ \ \ \
| * | | | | gpio/sifive: Add GPIO driver for SiFive SoCsYash Shah2020-01-203-0/+262
* | | | | | Merge tag 'mmc-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-01-272-21/+11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | mmc: core: Rework cd-gpio handlingMichał Mirosław2019-12-181-17/+0
| * | | | | mmc: core: Rework wp-gpio handlingMichał Mirosław2019-12-181-4/+0
| * | | | | gpio: add gpiod_toggle_active_low()Michał Mirosław2019-12-181-0/+11
| | |/ / / | |/| | |
* | | | | Revert "gpio: thunderx: Switch to GPIOLIB_IRQCHIP"Kevin Hao2020-01-152-57/+107
| |_|/ / |/| | |
* | | | gpiolib: acpi: Add honor_wakeup module-option + quirk mechanismHans de Goede2020-01-071-1/+31
* | | | gpiolib: acpi: Turn dmi_system_id table into a generic quirk tableHans de Goede2020-01-071-4/+15
* | | | gpio: zynq: Fix for bug in zynq_gpio_restore_context APISwapna Manupati2020-01-071-3/+5
* | | | gpio: max77620: Add missing dependency on GPIOLIB_IRQCHIPDmitry Osipenko2020-01-071-0/+1
* | | | gpio: mockup: fix coding styleBartosz Golaszewski2020-01-031-2/+2
| |/ / |/| |
* | | Merge tag 'gpio-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-12-278-28/+34
|\ \ \ | |_|/ |/| |
| * | gpio: tegra186: Allow building on Tegra194-only configurationsThierry Reding2019-12-161-2/+2
| * | Merge tag 'gpio-v5.5-rc2-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij2019-12-136-24/+28
| |\ \
| | * | gpio: pca953x: Switch to bitops in IRQ callbacksAndy Shevchenko2019-12-111-16/+10
| | * | gpiolib: fix up emulated open drain outputsRussell King2019-12-111-0/+8
| | * | gpio: xgs-iproc: remove __exit annotation for iproc_gpio_removeArnd Bergmann2019-12-111-1/+1
| | * | gpio: aspeed: avoid return type warningArnd Bergmann2019-12-111-1/+1
| | * | gpio: mockup: Fix usage of new GPIO_LINE_DIRECTIONKent Gibson2019-12-111-2/+5
| | * | gpio: xtensa: fix driver buildMax Filippov2019-12-091-4/+3
| | |/
| * | gpio: Fix error message on out-of-range GPIO in lookup tableGeert Uytterhoeven2019-12-091-2/+3
| * | gpio: mpc8xxx: Add platform device to gpiochip->parentJohnson CH Chen (陳昭勳)2019-12-091-0/+1
| |/
* | Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-171-0/+27
|\ \ | |/ |/|
| * gpiolib: of: Make of_gpio_spi_cs_get_count staticYueHaibing2019-12-031-1/+1
| * gpio: Handle counting of Freescale chipselectsLinus Walleij2019-11-281-0/+27
* | gpio: pca953x: tighten up indentationAndy Shevchenko2019-12-041-11/+11
* | gpio: pca953x: convert to use bitmap APIAndy Shevchenko2019-12-041-94/+70
* | gpio: pca953x: use input from regs structure in pca953x_irq_pending()Andy Shevchenko2019-12-041-1/+1
* | gpio: pca953x: remove redundant variable and check in IRQ handlerAndy Shevchenko2019-12-041-3/+1
* | gpio: pca953x: utilize the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-10/+7
* | gpio: max3191x: utilize the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-9/+10
* | gpio: pisosr: utilize the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-6/+6
* | gpio: 74x164: utilize the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-10/+9
* | gpio: uniphier: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-10/+3
* | gpio: pcie-idio-24: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-69/+40
* | gpio: pci-idio-16: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-48/+27
* | gpio: ws16c48: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-53/+20