summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
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: 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-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: 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
2016-08-11gpio: Add GPIO support for the Diamond Systems GPIO-MMWilliam Breathitt Gray
2016-08-11gpio: Add Intel WhiskeyCove PMIC GPIO driverBin Gao
2016-08-11gpio: Add AXP209 GPIO driverMaxime Ripard
2016-08-11gpio: pca954x: Add vcc regulator and enable itPhil Reid
2016-08-10gpio: stmpe: Add STMPE1600 supportPatrice Chotard
2016-08-10gpio: stmpe: Rework registers accessPatrice Chotard
2016-08-10gpio: stmpe: Write int status register only when neededPatrice Chotard
2016-08-10gpio: stmpe: Fix edge and rising/falling edge detectionPatrice Chotard
2016-08-08gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij
2016-07-26Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-07-22gpio: dwapb: add missing fwnode_handle_put() in dwapb_gpio_get_pdata()Wei Yongjun
2016-07-22gpio: merrifield: Protect irq_ack() and gpio_set() by lockAndy Shevchenko
2016-07-22gpio: merrifield: Introduce GPIO driver to support MerrifieldAndy Shevchenko
2016-07-22gpio: intel-mid: Make it depend to X86_INTEL_MIDAndy Shevchenko
2016-07-22gpio: intel-mid: Sort header block alphabeticallyAndy Shevchenko
2016-07-22gpio: intel-mid: Remove potentially harmful codeAndy Shevchenko
2016-07-22gpio: rcar: add R8A7792 supportSergei Shtylyov
2016-07-22gpiolib: remove duplicated include from gpiolib.cWei Yongjun
2016-07-22gpio: tegra: don't auto-enable for COMPILE_TESTArnd Bergmann
2016-07-06Revert "gpio: convince line to become input in irq helper"Linus Walleij
2016-07-06gpiolib: of_find_gpio(): Don't discard errorsLars-Peter Clausen
2016-07-06gpio: of: Allow overriding the device nodeThierry Reding
2016-07-05Revert "gpio: gpiolib-of: Allow compile testing"Linus Walleij
2016-07-04gpio: free handles in fringe casesLinus Walleij
2016-07-04Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"Johan Hovold