aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: pca953x: initialize ret to zero to avoid returning garbageColin Ian King2016-09-121-1/+1
* gpio: iop: Use generic GPIO MMIO functions for driverAlexander Shiyan2016-09-122-94/+24
* gpio: fix documentation for gpiod_unexportAmitesh Singh2016-09-121-2/+2
* gpio: pca953x: coding style fixesBartosz Golaszewski2016-09-121-10/+13
* gpio: pca953x: remove an unused variableBartosz Golaszewski2016-09-121-4/+1
* gpio: pca953x: refactor pca953x_read_regs()Bartosz Golaszewski2016-09-121-14/+35
* gpio: pca953x: refactor pca953x_write_regs()Bartosz Golaszewski2016-09-121-28/+47
* gpio: pca953x: code shrinkBartosz Golaszewski2016-09-121-85/+48
* gpio: lpc32xx: remove unused platform data fileVladimir Zapolskiy2016-09-122-51/+14
* gpio/gpiolib: Forbid irqchip default trigger if probed over DTMarc Zyngier2016-09-121-0/+9
* gpio: rcar: Add r8a7796 (R-Car M3-W) supportSimon Horman2016-09-082-0/+5
* gpio: mrvl: dt-binding: remove orion-gpio descriptionBaruch Siach2016-09-081-23/+0
* gpio: Add Aspeed driverJoel Stanley2016-09-073-0/+465
* gpio: dt-bindings: Add documentation for Aspeed GPIO controllersAndrew Jeffery2016-09-071-0/+36
* gpio: pca954x: fix undefined error code from removeArnd Bergmann2016-09-071-0/+2
* dt-bindings: GPIO: Add TPIC2810 bindingAndrew F. Davis2016-08-241-0/+16
* gpio: vf610: drop unused MODULE_ tags from non-modular codePaul Gortmaker2016-08-231-6/+1
* gpio: spear-spics: drop unused MODULE_ tags from non-modular codePaul Gortmaker2016-08-231-6/+1
* gpio: mxc: drop unused MODULE_ tags from non-modular codePaul Gortmaker2016-08-231-8/+2
* gpio: msic: drop unused MODULE_ tags from non-modular codePaul Gortmaker2016-08-231-6/+0
* gpio: wcove-gpio: add get_direction methodBin Gao2016-08-191-0/+14
* gpio: add Technologic I2C-FPGA gpio supportLucile Quirion2016-08-193-0/+198
* gpio: add bindings for Technologic I2C-FPGA gpio controllerLucile Quirion2016-08-191-0/+30
* gpio: dt-bindings: remove ti,tps65086-gpio bindingAndrew F. Davis2016-08-191-16/+0
* gpio: refactor gpiochip_find() slightlyMasahiro Yamada2016-08-191-8/+4
* gpio: mmio: add brcm,bcm6345 supportChristian Lamparter2016-08-111-0/+4
* gpio: dt-bindings: add brcm,bcm6345-gpio bindingsÁlvaro Fernández Rojas2016-08-111-0/+46
* Merge tag 'ib-mfd-gpio-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Walleij2016-08-116-86/+352
|\
| * gpio: stmpe: Add STMPE1600 supportPatrice Chotard2016-08-101-10/+38
| * mfd: Add STMPE1600 supportPatrice Chotard2016-08-104-5/+84
| * Documentation: dt: Add stmpe1600 compatible string to STMPE MFDPatrice Chotard2016-08-101-1/+1
| * gpio: stmpe: Rework registers accessPatrice Chotard2016-08-101-21/+27
| * mfd: stmpe: Rework registers accessPatrice Chotard2016-08-103-10/+105
| * mfd: stmpe: Use generic bit mask namePatrice Chotard2016-08-102-6/+4
| * gpio: stmpe: Write int status register only when neededPatrice Chotard2016-08-101-4/+8
| * gpio: stmpe: Fix edge and rising/falling edge detectionPatrice Chotard2016-08-101-25/+60
| * mfd: stmpe: Add reset support for all STMPE variantPatrice Chotard2016-08-102-10/+20
| * mfd: stmpe: Add STMPE_IDX_SYS_CTRL/2 enumPatrice Chotard2016-08-103-7/+18
* | gpio: Add GPIO support for the Diamond Systems GPIO-MMWilliam Breathitt Gray2016-08-114-0/+287
* | gpio: Add Intel WhiskeyCove PMIC GPIO driverBin Gao2016-08-113-0/+469
* | gpio: Add AXP209 GPIO driverMaxime Ripard2016-08-114-0/+199
* | gpio: pca954x: Add vcc regulator and enable itPhil Reid2016-08-111-9/+32
* | gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-08-083-36/+7
* | ARM: do away with final ARCH_REQUIRE_GPIOLIBLinus Walleij2016-08-081-1/+1
* | blackfin: do away with ARCH_REQUIRE_GPIOLIBLinus Walleij2016-08-081-1/+1
* | arm64: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-08-082-7/+6
|/
* Linux 4.8-rc1v4.8-rc1Linus Torvalds2016-08-071-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-0762-213/+213
|\
| * block: rename bio bi_rw to bi_opfJens Axboe2016-08-0751-157/+158
| * target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe2016-08-071-1/+1