summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2015-12-27gpio: intel-mid: Be sure to clamp return valueLinus Walleij1-1/+1
2015-12-27gpio: em: Be sure to clamp return valueLinus Walleij1-1/+1
2015-12-27gpio: davinci: Be sure to clamp return valueLinus Walleij1-1/+1
2015-12-27gpio: da9052: Be sure to clamp return valueLinus Walleij1-6/+3
2015-12-22gpio: sx150x: Add support for sx1502Peter Rosin1-4/+49
2015-12-22gpio: 104-idi-48: Clear pending interrupt once in IRQ handlerWilliam Breathitt Gray1-10/+9
2015-12-22gpio: pxa: fixes non devicetree buildsRobert Jarzmik1-13/+13
2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij8-59/+79
2015-12-17gpio: revert get() to non-errorprogating behaviourLinus Walleij1-1/+7
2015-12-17gpio: generic: clamp values from bgpio_get_set()Linus Walleij1-2/+2
2015-12-15gpio: pch: fix non-DT buildLinus Walleij1-0/+2
2015-12-15gpio: pxa: add pin control gpio direction and requestRobert Jarzmik1-0/+23
2015-12-14gpio: pl061: add support for wakeup configurationSudeep Holla1-0/+9
2015-12-14gpio: zynq: Do PM initialization earlier to support gpio hogsMichal Simek1-10/+9
2015-12-11gpio: forward-declare enum gpiod_flagsLinus Walleij1-1/+1
2015-12-11gpio: ath79: Fix the logic to clear offset bit of AR71XX_GPIO_REG_OE registerAxel Lin1-1/+1
2015-12-11gpio: rcar: Improve clock error handling and reportingGeert Uytterhoeven1-1/+10
2015-12-11gpio: rcar: Remove obsolete platform data supportGeert Uytterhoeven1-51/+26
2015-12-11gpio: Restore indentation of parent device setupGeert Uytterhoeven3-3/+3
2015-12-11gpio: pca953x: Add set_multiple to allow multiple bits to be set in one write.Phil Reid1-0/+38
2015-12-10gpio: mpc5200: Use platform_register/unregister_drivers()Thierry Reding1-10/+7
2015-12-10gpio: 104-idio-16: Clear pending interrupt in IRQ handlerWilliam Breathitt Gray1-10/+7
2015-12-10gpio: drop surplus PCI and USB dependenciesAndrew F. Davis1-8/+5
2015-12-10gpio: pch: allow use from device treePaul Burton1-0/+1
2015-12-10gpio: pch: allow build on MIPS platformsPaul Burton1-1/+1
2015-12-10gpio: 74x164: Use a single SPI transfer instead of multiple transfersGeert Uytterhoeven1-32/+15
2015-12-10gpio: 74x164: Allocate buffer with gen_74x164_chipGeert Uytterhoeven1-12/+11
2015-12-10gpio: pxa: change the interrupt managementRobert Jarzmik1-63/+82
2015-12-10gpio: pxa: convert to devm_ioremapRobert Jarzmik1-5/+2
2015-12-10gpio: pxa: convert to one gpiochipRobert Jarzmik1-101/+120
2015-12-09gpio: pca953x: make inclusion of <linux/of_platform.h> unconditionalLinus Walleij1-2/+0
2015-12-09gpio: pca935x: fix of-only probed devicesBen Dooks1-32/+44
2015-12-09gpio: pca953x: add onsemi,pca9654 idBen Dooks1-0/+2
2015-12-04gpio: davinci: fix missed parent conversionLinus Walleij1-1/+1
2015-12-01gpio: Add GPIO support for the ACCES 104-IDI-48William Breathitt Gray3-0/+359
2015-11-30gpio: use dev_get_platdata()Nizam Haider5-6/+6
2015-11-30gpio: 104-idio-16: Disable IRQ on device probeWilliam Breathitt Gray1-0/+3
2015-11-30gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacksGrygorii Strashko1-2/+0
2015-11-30gpio: Drop owner assignment from i2c_driverKrzysztof Kozlowski6-6/+0
2015-11-30gpiolib: make comment consistent with codeBamvor Jian Zhang1-2/+3
2015-11-30gpiolib: fix oops, if gpio name is NULLVladimir Zapolskiy1-1/+1
2015-11-19gpio: 104-idio-16: Use lowercase symbol names for const variablesWilliam Breathitt Gray1-19/+18
2015-11-19gpiolib: do not allow to insert an empty gpiochipBamvor Jian Zhang1-0/+5
2015-11-19gpiolib: improve overlap check of range of gpioBamvor Jian Zhang1-19/+36
2015-11-19gpiolib: keep comment consistent with codeBamvor Jian Zhang1-1/+1
2015-11-19gpio: pxa: change initcall level second attemptRobert Jarzmik1-2/+14
2015-11-19gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov3-0/+54
2015-11-19gpio: Add IRQ support to ACCES 104-IDIO-16 driverWilliam Breathitt Gray2-2/+116
2015-11-19gpio: change member .dev to .parentLinus Walleij74-168/+179
2015-11-17gpio-tegra: Do not create the debugfs entry by defaultSuzuki K. Poulose1-49/+56