summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: pisosr: Use devm_gpiod_get_optional for gpio->load_gpioAxel Lin2016-02-251-7/+4
* gpio: xgene: fix type of variable containing error codesAndrzej Hajda2016-02-251-1/+1
* gpio: rcar: Use ARCH_RENESASSimon Horman2016-02-251-1/+1
* gpio: ts4800: Drop redundant code to set already initialized gpio_chip fieldsAxel Lin2016-02-251-2/+0
* gpio: brcmstb: Use list_for_each_entry at appropriate placesAxel Lin2016-02-251-9/+4
* gpio: ath79: Check valid gpio count for both DT and non-DT casesAxel Lin2016-02-251-4/+5
* gpio: Propagate all errors in devm_get_gpiod_from_child()Geert Uytterhoeven2016-02-251-1/+1
* tools: gpio: Small updates for output formatMarkus Pargmann2016-02-231-2/+2
* gpio: fixup line flags for userspace ABILinus Walleij2016-02-221-7/+9
* Revert "gpio: remove broken irq_to_gpio() interface"Linus Walleij2016-02-201-0/+12
* gpiolib: fix crash when gpiochip removedBamvor Jian Zhang2016-02-201-3/+2
* gpio: pisosr: add missing unlockSudip Mukherjee2016-02-191-3/+1
* gpio: X-Gene standby GPIO controller DTS bindingQuan Nguyen2016-02-191-7/+40
* gpio: xgene: Enable X-Gene standby GPIO as interrupt controllerQuan Nguyen2016-02-191-32/+233
* MIPS: txx9: rbtx4938: switch to gpiochip_add_data()Linus Walleij2016-02-191-1/+2
* MIPS: txx9: iocled: use gpiochip data pointerLinus Walleij2016-02-191-6/+4
* MIPS: rb532: use gpiochip data pointerLinus Walleij2016-02-191-6/+6
* MIPS: txx9: switch to gpiochip_add_data()Linus Walleij2016-02-191-2/+2
* MIPS: jz4740: use gpiochip data pointerLinus Walleij2016-02-191-4/+6
* MIPS: bcm63xx: switch to gpiochip_add_data()Linus Walleij2016-02-191-2/+2
* MIPS: ar7: use gpiochip data pointerLinus Walleij2016-02-191-17/+9
* MIPS: alchemy: switch to gpiochip_add_data()Linus Walleij2016-02-191-4/+4
* m68k: gpio: switch to gpiochip_add_data()Linus Walleij2016-02-191-1/+1
* blackfin: extgpio: switch to gpiochip_add_data()Linus Walleij2016-02-191-3/+3
* blackfin: gpio: switch to gpiochip_add_data()Linus Walleij2016-02-191-1/+3
* ARM: plat-orion: use gpiochip data pointerLinus Walleij2016-02-191-15/+9
* ARM: w90x900: use gpiochip data pointerLinus Walleij2016-02-191-7/+6
* ARM: simpad: switch to gpiochip_add_data()Linus Walleij2016-02-191-2/+2
* ARM: s3c24xx: switch to gpiochip_add_data()Linus Walleij2016-02-191-1/+1
* ARM: ixp4xx: switch to gpiochip_add_data()Linus Walleij2016-02-191-2/+2
* ARM: imx: switch to gpiochip_add_data()Linus Walleij2016-02-191-1/+3
* ARM: gemini: switch to gpiochip_add_data()Linus Walleij2016-02-191-2/+2
* ARM: scoop: use gpiochip data pointerLinus Walleij2016-02-191-5/+5
* pinctrl: cygnus-gpio: use gpiochip data pointerLinus Walleij2016-02-191-19/+14
* gpio: add userspace ABI for GPIO line informationLinus Walleij2016-02-194-14/+156
* gpio: store reflect the label to userspaceLinus Walleij2016-02-195-3/+22
* gpio: tps65218: remove unused #includeLinus Walleij2016-02-191-1/+0
* gpio: allow setting ARCH_NR_GPIOS from KconfigArnd Bergmann2016-02-191-0/+4
* gpio: ks8695: remove irq_to_gpio functionArnd Bergmann2016-02-191-12/+0
* gpio: remove broken irq_to_gpio() interfaceArnd Bergmann2016-02-191-12/+0
* MIPS: jz4740: Fix surviving instance of irq_to_gpio()Ralf Baechle2016-02-191-1/+1
* gpio: use kzalloc to allocate gpio_deviceJosh Cartwright2016-02-181-1/+1
* gpio-mcp23s08: correctly handling failed allocationInsu Yun2016-02-161-0/+2
* gpio: tps65218: Make tps65218_gpio_output set proper output levelAxel Lin2016-02-161-0/+1
* gpio: tpic2810: Make tpic2810_direction_output set proper output levelAxel Lin2016-02-161-0/+3
* gpio: create an API to detect open drain/source on linesLinus Walleij2016-02-163-5/+26
* gpio: davinci: Fix possible NULL pointer deferenceNicholas Krause2016-02-161-0/+2
* gpio: Remove unused asm/gpio.h filesBjorn Helgaas2016-02-169-36/+0
* gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas2016-02-1624-29/+18
* gpio: TS-4800: remove useless bgpio_init flagsJulien Grossholtz2016-02-161-2/+1
OpenPOWER on IntegriCloud