aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-21gpio: lynxpoint: Setup correct IRQ handlersAndy Shevchenko1-0/+6
2019-11-21gpiolib: acpi: Make acpi_gpiochip_alloc_event always return AE_OKHans de Goede1-2/+3
2019-11-21gpio/mpc8xxx: fix qoriq GPIO readingRussell King1-0/+3
2019-11-21gpio: mpc8xxx: Don't overwrite default irq_set_type callbackVladimir Oltean1-1/+2
2019-11-15gpiolib: acpi: Print pin number on acpi_gpiochip_alloc_event errorsHans de Goede1-3/+9
2019-11-13gpiolib: fix coding style in gpiod_hog()Bartosz Golaszewski1-3/+3
2019-11-13Merge tag 'intel-gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into develLinus Walleij2-30/+56
2019-11-13Merge tag 'gpio-v5.5-updates-for-linus-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij10-213/+457
2019-11-13Merge tag 'gpio-v5.4-rc8-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixesLinus Walleij2-6/+6
2019-11-13gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklistHans de Goede1-0/+17
2019-11-13gpio: merrifield: Pass irqchip when adding gpiochipAndy Shevchenko1-13/+19
2019-11-13gpio: merrifield: Add GPIO <-> pin mapping ranges via callbackAndy Shevchenko1-17/+25
2019-11-13gpiolib: Introduce ->add_pin_ranges() callbackAndy Shevchenko1-0/+12
2019-11-13gpio: mmio: remove untrue leftover commentMatti Vaittinen1-1/+0
2019-11-13gpio: em: Use platform_get_irq() to obtain interruptsGeert Uytterhoeven1-12/+9
2019-11-12gpio: tegra186: Add debounce supportThierry Reding1-0/+38
2019-11-12gpio: tegra186: Program interrupt route mappingThierry Reding1-0/+46
2019-11-12gpio: tegra186: Derive register offsets from bank/portThierry Reding1-95/+100
2019-11-12gpio: add new SET_CONFIG ioctl() to gpio chardevKent Gibson1-0/+69
2019-11-12gpiolib: move validation of line handle flags into helper functionKent Gibson1-42/+51
2019-11-12gpio: mockup: add set_config to support pull up/downKent Gibson1-34/+60
2019-11-12gpiolib: add support for biasing output linesKent Gibson1-2/+6
2019-11-12gpiolib: add support for disabling line biasKent Gibson2-10/+52
2019-11-12gpiolib: add support for pull up/down to lineevent_createKent Gibson1-0/+4
2019-11-12gpio: expose pull-up/pull-down line flags to userspaceDrew Fustini1-0/+18
2019-11-12gpio: rcar: Use proper irq_chip nameGeert Uytterhoeven1-1/+1
2019-11-12gpio: em: Use proper irq_chip nameGeert Uytterhoeven1-1/+1
2019-11-12gpio: bd70528: Add MODULE ALIAS to autoload moduleMatti Vaittinen1-0/+1
2019-11-12Merge remote-tracking branch 'driver-core/driver-core-next' into gpio/for-nextBartosz Golaszewski2-15/+8
2019-11-12gpio: bd70528: Use correct unit for debounce timesThierry Reding1-3/+3
2019-11-12gpio: max77620: Fixup debounce delaysThierry Reding1-3/+3
2019-11-11Merge 5.4-rc7 into char-misc-nextGreg Kroah-Hartman1-20/+13
2019-11-08gpio: xgs-iproc: Fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2019-11-08Merge branch 'devel' into for-nextLinus Walleij73-373/+1200
2019-11-08Revert "gpio: expose pull-up/pull-down line flags to userspace"Linus Walleij1-12/+0
2019-11-07gpiolib: No need to call gpiochip_remove_pin_ranges() twiceAndy Shevchenko2-5/+3
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen60-102/+211
2019-11-07gpio: xgs-iproc: Fix section mismatch on device tree match tableMark Brown1-1/+1
2019-11-05gpio: tegra186: use devm_platform_ioremap_resource_byname()Bartosz Golaszewski1-3/+1
2019-11-05gpio: mvebu: use devm_platform_ioremap_resource_byname()Bartosz Golaszewski1-12/+7
2019-11-05gpiolib: Switch order of valid mask and hw initLinus Walleij1-2/+2
2019-11-05Merge tag 'v5.4-rc6' into develLinus Walleij7-26/+66
2019-11-03Revert "gpio: merrifield: Pass irqchip when adding gpiochip"Linus Walleij1-16/+12
2019-11-03Revert "gpio: merrifield: Restore use of irq_base"Linus Walleij1-1/+0
2019-11-03Revert "gpio: merrifield: Move hardware initialization to callback"Linus Walleij1-5/+3
2019-11-03drivers: mcb: use symbol namespacesJohannes Thumshirn1-0/+1
2019-11-01Merge tag 'mips_fixes_5.4_3' into mips-nextPaul Burton4-15/+27
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang2-2/+2
2019-10-29gpio: Add xgs-iproc driverChris Packham3-0/+331
2019-10-29gpio: Add RDA Micro GPIO controller supportManivannan Sadhasivam3-0/+304