summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-18gpio: tps65218: use devm_gpiochip_add_data() for gpio registrationWei Yongjun1-11/+2
2016-09-15gpio: aspeed: fix return value check in aspeed_gpio_probe()Wei Yongjun1-2/+2
2016-09-15gpio: don't include module.h in shared driver headerPaul Gortmaker1-1/+1
2016-09-15gpio: wcove: fix implicit assumption module.h is presentPaul Gortmaker1-0/+1
2016-09-15gpio: loongson1: fix implicit assumption module.h is presentPaul Gortmaker1-0/+1
2016-09-15gpio: ath79: fix implicit assumption module.h is presentPaul Gortmaker1-0/+1
2016-09-15gpio: altera: fix implicit assumption module.h is presentPaul Gortmaker1-0/+1
2016-09-15gpio: ts4800: fix implicit assumption module.h is presentPaul Gortmaker1-0/+1
2016-09-15gpio: sx150x: fix implicit assumption module.h is presentPaul Gortmaker1-2/+0
2016-09-15gpio: palmas: fix implicit assumption module.h is presentPaul Gortmaker1-1/+0
2016-09-13Revert "gpio: pca953x: initialize ret to zero to avoid returning garbage"Linus Walleij1-1/+1
2016-09-13gpio: aspeed: add MODULE_LICENSE()Linus Walleij1-0/+1
2016-09-13gpiolib: Forbid irqchip default trigger for ACPI enumerated devicesMika Westerberg1-1/+6
2016-09-13gpio: constify gpio_chip structuresJulia Lawall20-20/+20
2016-09-13gpio: lp873x: Use devm_gpiochip_add_data() for gpio registrationWei Yongjun1-11/+1
2016-09-13Merge tag 'ib-mfd-gpio-regulator-v4.9' of git://git.kernel.org/pub/scm/linux/...Linus Walleij8-1/+589
2016-09-13Merge tag 'v4.8-rc2' into develLinus Walleij276-1229/+2991
2016-09-12gpio: pca953x: initialize ret to zero to avoid returning garbageColin Ian King1-1/+1
2016-09-12gpio: iop: Use generic GPIO MMIO functions for driverAlexander Shiyan2-94/+24
2016-09-12gpio: fix documentation for gpiod_unexportAmitesh Singh1-2/+2
2016-09-12gpio: pca953x: coding style fixesBartosz Golaszewski1-10/+13
2016-09-12gpio: pca953x: remove an unused variableBartosz Golaszewski1-4/+1
2016-09-12gpio: pca953x: refactor pca953x_read_regs()Bartosz Golaszewski1-14/+35
2016-09-12gpio: pca953x: refactor pca953x_write_regs()Bartosz Golaszewski1-28/+47
2016-09-12gpio: pca953x: code shrinkBartosz Golaszewski1-85/+48
2016-09-12gpio: lpc32xx: remove unused platform data fileVladimir Zapolskiy2-51/+14
2016-09-12gpio/gpiolib: Forbid irqchip default trigger if probed over DTMarc Zyngier1-0/+9
2016-09-08gpio: rcar: Add r8a7796 (R-Car M3-W) supportSimon Horman2-0/+5
2016-09-08gpio: mrvl: dt-binding: remove orion-gpio descriptionBaruch Siach1-23/+0
2016-09-07gpio: Add Aspeed driverJoel Stanley3-0/+465
2016-09-07gpio: dt-bindings: Add documentation for Aspeed GPIO controllersAndrew Jeffery1-0/+36
2016-09-07gpio: pca954x: fix undefined error code from removeArnd Bergmann1-0/+2
2016-08-31regulator: lp873x: Change the MFD config option as per latest namingKeerthy1-1/+1
2016-08-31gpio: lp873x: Add support for General Purpose OutputsKeerthy3-0/+204
2016-08-31mfd: lp873x: Add lp873x PMIC supportKeerthy4-0/+384
2016-08-24dt-bindings: GPIO: Add TPIC2810 bindingAndrew F. Davis1-0/+16
2016-08-23gpio: vf610: drop unused MODULE_ tags from non-modular codePaul Gortmaker1-6/+1
2016-08-23gpio: spear-spics: drop unused MODULE_ tags from non-modular codePaul Gortmaker1-6/+1
2016-08-23gpio: mxc: drop unused MODULE_ tags from non-modular codePaul Gortmaker1-8/+2
2016-08-23gpio: msic: drop unused MODULE_ tags from non-modular codePaul Gortmaker1-6/+0
2016-08-19gpio: wcove-gpio: add get_direction methodBin Gao1-0/+14
2016-08-19gpio: add Technologic I2C-FPGA gpio supportLucile Quirion3-0/+198
2016-08-19gpio: add bindings for Technologic I2C-FPGA gpio controllerLucile Quirion1-0/+30
2016-08-19gpio: dt-bindings: remove ti,tps65086-gpio bindingAndrew F. Davis1-16/+0
2016-08-19gpio: refactor gpiochip_find() slightlyMasahiro Yamada1-8/+4
2016-08-14Linux 4.8-rc2v4.8-rc2Linus Torvalds1-1/+1
2016-08-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds9-8/+84
2016-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds1-1/+0
2016-08-13Merge tag 'fixes-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+3
2016-08-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds8-86/+136