aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-15gpio: Add generic serializer DT bindingAndrew F. Davis1-0/+34
2016-03-10gpio: uapi: use 0xB4 as ioctl() majorLinus Walleij2-2/+3
2016-03-09gpio: tps65912: fix bad mergeLinus Walleij1-2/+2
2016-03-09Revert "gpio: lp3943: Drop pin_used and lp3943_gpio_request/lp3943_gpio_free"Linus Walleij2-0/+28
2016-03-09gpio: omap: drop dev field from gpio_bank structureGrygorii Strashko1-28/+29
2016-03-09Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into develLinus Walleij279-3046/+4554
2016-03-09gpio: mpc8xxx: Slightly update the code for better readabilityAxel Lin1-2/+5
2016-03-09gpio: mpc8xxx: Remove *read_reg and *write_reg from struct mpc8xxx_gpio_chipAxel Lin1-27/+21
2016-03-09gpio: mpc8xxx: Fixup setting gpio direction outputAxel Lin1-2/+1
2016-03-09gpio: mcp23s08: Add support for mcp23s18Phil Reid2-7/+16
2016-03-09dt-bindings: gpio: altera: Fix altr,interrupt-type propertyMarek Vasut1-2/+2
2016-03-09gpio: add driver for MEN 16Z127 GPIO controllerAndreas Werner3-0/+208
2016-03-09gpio: lp3943: Drop pin_used and lp3943_gpio_request/lp3943_gpio_freeAxel Lin2-28/+0
2016-03-08gpio: timberdale: Switch to devm_ioremap_resource()Amitoj Kaur Chawla1-17/+4
2016-03-08gpio: ts4800: Add IMX51 dependencyJulien Grossholtz1-0/+1
2016-03-08Merge branch 'devm-gpiochip-add-data' into develLinus Walleij63-470/+229
2016-03-07gpiolib: rewrite gpiodev_add_to_listBamvor Jian Zhang1-40/+25
2016-03-07gpio: moxart: Allow compile test buildAxel Lin1-1/+1
2016-03-07gpio: moxart: Drop redundant code to set already initialized gpio_chip fieldsAxel Lin1-3/+0
2016-02-25gpio: present the consumer of a line to userspaceLinus Walleij3-17/+19
2016-02-25gpio: fix abi regression in sysfsBamvor Jian Zhang1-1/+11
2016-02-25gpio: documenatation: fix GPIO_LOOKUP{,_IDX} documentationGabor Juhos1-6/+5
2016-02-25gpio: mb86s7x: Allow compile test buildAxel Lin1-1/+1
2016-02-25gpio: pisosr: Use gpiod_set_value_cansleep in pisosr_gpio_refresh()Axel Lin1-2/+2
2016-02-25gpio: pisosr: Use devm_gpiod_get_optional for gpio->load_gpioAxel Lin1-7/+4
2016-02-25gpio: xgene: fix type of variable containing error codesAndrzej Hajda1-1/+1
2016-02-25gpio: rcar: Use ARCH_RENESASSimon Horman1-1/+1
2016-02-25gpio: ts4800: Drop redundant code to set already initialized gpio_chip fieldsAxel Lin1-2/+0
2016-02-25gpio: brcmstb: Use list_for_each_entry at appropriate placesAxel Lin1-9/+4
2016-02-25gpio: ath79: Check valid gpio count for both DT and non-DT casesAxel Lin1-4/+5
2016-02-25Merge branch 'devm_gpiochip' of https://github.com/ldewangan/linux-upstream into devm-gpiochip-add-dataLinus Walleij62-470/+187
2016-02-25gpio: pisosr: Use devm_gpiod_get_optional for gpio->load_gpioAxel Lin1-7/+4
2016-02-25gpio: xgene: fix type of variable containing error codesAndrzej Hajda1-1/+1
2016-02-25gpio: rcar: Use ARCH_RENESASSimon Horman1-1/+1
2016-02-25gpio: ts4800: Drop redundant code to set already initialized gpio_chip fieldsAxel Lin1-2/+0
2016-02-25gpio: brcmstb: Use list_for_each_entry at appropriate placesAxel Lin1-9/+4
2016-02-25gpio: ath79: Check valid gpio count for both DT and non-DT casesAxel Lin1-4/+5
2016-02-25gpio: rcar: Add Runtime PM handling for interruptsGeert Uytterhoeven1-0/+42
2016-02-25gpio: Propagate all errors in devm_get_gpiod_from_child()Geert Uytterhoeven1-1/+1
2016-02-23gpio: xgene: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+1
2016-02-23gpio: xgene-sb: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-2/+1
2016-02-23gpio: wm8994: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-14/+3
2016-02-23gpio: wm8350: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+2
2016-02-23gpio: wm8350: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+2
2016-02-23gpio: vx855: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-11/+1
2016-02-23gpio: viperboard: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-20/+4
2016-02-23gpio: ucb1400: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-2/+1
2016-02-23gpio: twl6040: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-8/+1
2016-02-23gpio: ts5500: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-6/+3
2016-02-23gpio: ts4800: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-11/+1