summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-23gpio: dln2: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-12/+4
2016-02-23gpio: da9055: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-14/+2
2016-02-23gpio: da9052: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+1
2016-02-23gpio: cs5535: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-15/+5
2016-02-23gpio: crystalcove: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-7/+2
2016-02-23gpio: clps711x: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+1
2016-02-23gpio: bcm-kona: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-1/+1
2016-02-23gpio: arizona: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+2
2016-02-23gpio: adp5588: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-3/+1
2016-02-23gpio: adp5520: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-12/+1
2016-02-23gpio: adnp: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+1
2016-02-23gpio: 74xx-mmio: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+1
2016-02-23gpio: Add missing devm_gpio_ wrapper in devres.txtLaxman Dewangan1-0/+3
2016-02-23gpio: Add resource management devm_gpio_chip_{add_data,remove}Laxman Dewangan1-0/+2
2016-02-23gpio: Add devm_ apis for gpiochip_add_data and gpiochip_removeLaxman Dewangan2-0/+78
2016-02-22gpio: fixup line flags for userspace ABILinus Walleij1-7/+9
2016-02-20Revert "gpio: remove broken irq_to_gpio() interface"Linus Walleij1-0/+12
2016-02-20gpiolib: fix crash when gpiochip removedBamvor Jian Zhang1-3/+2
2016-02-19gpio: pisosr: add missing unlockSudip Mukherjee1-3/+1
2016-02-19gpio: X-Gene standby GPIO controller DTS bindingQuan Nguyen1-7/+40
2016-02-19gpio: xgene: Enable X-Gene standby GPIO as interrupt controllerQuan Nguyen1-32/+233
2016-02-19MIPS: txx9: rbtx4938: switch to gpiochip_add_data()Linus Walleij1-1/+2
2016-02-19MIPS: txx9: iocled: use gpiochip data pointerLinus Walleij1-6/+4
2016-02-19MIPS: rb532: use gpiochip data pointerLinus Walleij1-6/+6
2016-02-19MIPS: txx9: switch to gpiochip_add_data()Linus Walleij1-2/+2
2016-02-19MIPS: jz4740: use gpiochip data pointerLinus Walleij1-4/+6
2016-02-19MIPS: bcm63xx: switch to gpiochip_add_data()Linus Walleij1-2/+2
2016-02-19MIPS: ar7: use gpiochip data pointerLinus Walleij1-17/+9
2016-02-19MIPS: alchemy: switch to gpiochip_add_data()Linus Walleij1-4/+4
2016-02-19m68k: gpio: switch to gpiochip_add_data()Linus Walleij1-1/+1
2016-02-19blackfin: extgpio: switch to gpiochip_add_data()Linus Walleij1-3/+3
2016-02-19blackfin: gpio: switch to gpiochip_add_data()Linus Walleij1-1/+3
2016-02-19ARM: plat-orion: use gpiochip data pointerLinus Walleij1-15/+9
2016-02-19ARM: w90x900: use gpiochip data pointerLinus Walleij1-7/+6
2016-02-19ARM: simpad: switch to gpiochip_add_data()Linus Walleij1-2/+2
2016-02-19ARM: s3c24xx: switch to gpiochip_add_data()Linus Walleij1-1/+1
2016-02-19ARM: ixp4xx: switch to gpiochip_add_data()Linus Walleij1-2/+2
2016-02-19ARM: imx: switch to gpiochip_add_data()Linus Walleij1-1/+3
2016-02-19ARM: gemini: switch to gpiochip_add_data()Linus Walleij1-2/+2
2016-02-19ARM: scoop: use gpiochip data pointerLinus Walleij1-5/+5
2016-02-19pinctrl: cygnus-gpio: use gpiochip data pointerLinus Walleij1-19/+14
2016-02-19gpio: add userspace ABI for GPIO line informationLinus Walleij4-14/+156
2016-02-19gpio: store reflect the label to userspaceLinus Walleij5-3/+22
2016-02-19gpio: tps65218: remove unused #includeLinus Walleij1-1/+0
2016-02-19gpio: allow setting ARCH_NR_GPIOS from KconfigArnd Bergmann1-0/+4
2016-02-19gpio: ks8695: remove irq_to_gpio functionArnd Bergmann1-12/+0
2016-02-19gpio: remove broken irq_to_gpio() interfaceArnd Bergmann1-12/+0
2016-02-19MIPS: jz4740: Fix surviving instance of irq_to_gpio()Ralf Baechle1-1/+1
2016-02-18gpio: use kzalloc to allocate gpio_deviceJosh Cartwright1-1/+1
2016-02-16gpio-mcp23s08: correctly handling failed allocationInsu Yun1-0/+2