summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2016-09-23Merge branch 'gpio-irq-validmask' into develLinus Walleij
2016-09-23gpiolib: Make it possible to exclude GPIOs from IRQ domainMika Westerberg
2016-09-19gpio: tc3589x: fix up complaints on unsignedLinus Walleij
2016-09-19gpio: tc3589x: add .get_direction() and small cleanupLinus Walleij
2016-09-18gpio: f7188x: use gpiochip_get_data instead of container_ofAmitesh Singh
2016-09-18gpio: tps65218: use devm_gpiochip_add_data() for gpio registrationWei Yongjun
2016-09-15gpio: aspeed: fix return value check in aspeed_gpio_probe()Wei Yongjun
2016-09-15gpio: wcove: fix implicit assumption module.h is presentPaul Gortmaker
2016-09-15gpio: loongson1: fix implicit assumption module.h is presentPaul Gortmaker
2016-09-15gpio: ath79: fix implicit assumption module.h is presentPaul Gortmaker
2016-09-15gpio: altera: fix implicit assumption module.h is presentPaul Gortmaker
2016-09-15gpio: ts4800: fix implicit assumption module.h is presentPaul Gortmaker
2016-09-15gpio: sx150x: fix implicit assumption module.h is presentPaul Gortmaker
2016-09-15gpio: palmas: fix implicit assumption module.h is presentPaul Gortmaker
2016-09-13Revert "gpio: pca953x: initialize ret to zero to avoid returning garbage"Linus Walleij
2016-09-13gpio: aspeed: add MODULE_LICENSE()Linus Walleij
2016-09-13gpiolib: Forbid irqchip default trigger for ACPI enumerated devicesMika Westerberg
2016-09-13gpio: constify gpio_chip structuresJulia Lawall
2016-09-13gpio: lp873x: Use devm_gpiochip_add_data() for gpio registrationWei Yongjun
2016-09-13Merge tag 'ib-mfd-gpio-regulator-v4.9' of git://git.kernel.org/pub/scm/linux/...Linus Walleij
2016-09-12gpio: pca953x: initialize ret to zero to avoid returning garbageColin Ian King
2016-09-12gpio: iop: Use generic GPIO MMIO functions for driverAlexander Shiyan
2016-09-12gpio: fix documentation for gpiod_unexportAmitesh Singh
2016-09-12gpio: pca953x: coding style fixesBartosz Golaszewski
2016-09-12gpio: pca953x: remove an unused variableBartosz Golaszewski
2016-09-12gpio: pca953x: refactor pca953x_read_regs()Bartosz Golaszewski
2016-09-12gpio: pca953x: refactor pca953x_write_regs()Bartosz Golaszewski
2016-09-12gpio: pca953x: code shrinkBartosz Golaszewski
2016-09-12gpio: mxc: add generic gpio request/free callbacks to pinctrlVladimir Zapolskiy
2016-09-12gpio: mxc: shift gpio_mxc_init() to subsys_initcall levelVladimir Zapolskiy
2016-09-12gpio: lpc32xx: remove unused platform data fileVladimir Zapolskiy
2016-09-12gpio/gpiolib: Forbid irqchip default trigger if probed over DTMarc Zyngier
2016-09-08gpio: rcar: Add r8a7796 (R-Car M3-W) supportSimon Horman
2016-09-08gpio: sa1100: fix irq probing for ucb1x00Russell King
2016-09-08gpio: mcp23s08: make driver depend on OF_GPIOLinus Walleij
2016-09-08Revert "gpio: include <linux/io-mapping.h> in gpiolib-of"Linus Walleij
2016-09-07gpio: Add Aspeed driverJoel Stanley
2016-09-07gpio: pca954x: fix undefined error code from removeArnd Bergmann
2016-08-31gpio: lp873x: Add support for General Purpose OutputsKeerthy
2016-08-23gpio: vf610: drop unused MODULE_ tags from non-modular codePaul Gortmaker
2016-08-23gpio: spear-spics: drop unused MODULE_ tags from non-modular codePaul Gortmaker
2016-08-23gpio: mxc: drop unused MODULE_ tags from non-modular codePaul Gortmaker
2016-08-23gpio: msic: drop unused MODULE_ tags from non-modular codePaul Gortmaker
2016-08-19gpio: wcove-gpio: add get_direction methodBin Gao
2016-08-19gpio: make any OF dependent driver depend on OF_GPIOLinus Walleij
2016-08-19gpio: Fix OF build problem on UMLinus Walleij
2016-08-19gpio: add Technologic I2C-FPGA gpio supportLucile Quirion
2016-08-19gpio: refactor gpiochip_find() slightlyMasahiro Yamada
2016-08-11gpio: mmio: add brcm,bcm6345 supportChristian Lamparter
2016-08-11Merge tag 'ib-mfd-gpio-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Walleij