Age | Commit message (Expand) | Author | Files | Lines |
2016-03-30 | gpio: xgene: Prevent NULL pointer dereference | Axel Lin | 1 | -0/+5 |
2016-03-30 | gpio: menz127: Drop lock field from struct men_z127_gpio | Axel Lin | 1 | -5/+4 |
2016-03-18 | Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -0/+146 |
2016-03-16 | gpio: mcp23s08: Fix clearing of interrupt. | Phil Reid | 1 | -0/+4 |
2016-03-16 | gpiolib: Fix comment referring to gpio_*() in gpiod_*() | Geert Uytterhoeven | 1 | -2/+2 |
2016-03-16 | gpio: pca953x: Fix pca953x_gpio_set_multiple() on 64-bit | Geert Uytterhoeven | 1 | -2/+4 |
2016-03-16 | gpio: xgene: Fix kconfig for standby GIPO contoller | Matthias Brugger | 1 | -0/+1 |
2016-03-16 | gpio: tps65086: Add GPO driver for the TPS65086 PMIC | Andrew F. Davis | 3 | -0/+146 |
2016-03-09 | gpio: tps65912: fix bad merge | Linus Walleij | 1 | -2/+2 |
2016-03-09 | Revert "gpio: lp3943: Drop pin_used and lp3943_gpio_request/lp3943_gpio_free" | Linus Walleij | 1 | -0/+22 |
2016-03-09 | gpio: omap: drop dev field from gpio_bank structure | Grygorii Strashko | 1 | -28/+29 |
2016-03-09 | Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linu... | Linus Walleij | 2 | -80/+86 |
2016-03-09 | gpio: mpc8xxx: Slightly update the code for better readability | Axel Lin | 1 | -2/+5 |
2016-03-09 | gpio: mpc8xxx: Remove *read_reg and *write_reg from struct mpc8xxx_gpio_chip | Axel Lin | 1 | -27/+21 |
2016-03-09 | gpio: mpc8xxx: Fixup setting gpio direction output | Axel Lin | 1 | -2/+1 |
2016-03-09 | gpio: mcp23s08: Add support for mcp23s18 | Phil Reid | 1 | -4/+15 |
2016-03-09 | gpio: add driver for MEN 16Z127 GPIO controller | Andreas Werner | 3 | -0/+208 |
2016-03-09 | gpio: lp3943: Drop pin_used and lp3943_gpio_request/lp3943_gpio_free | Axel Lin | 1 | -22/+0 |
2016-03-08 | gpio: timberdale: Switch to devm_ioremap_resource() | Amitoj Kaur Chawla | 1 | -17/+4 |
2016-03-08 | gpio: ts4800: Add IMX51 dependency | Julien Grossholtz | 1 | -0/+1 |
2016-03-08 | Merge branch 'devm-gpiochip-add-data' into devel | Linus Walleij | 60 | -470/+218 |
2016-03-07 | gpiolib: rewrite gpiodev_add_to_list | Bamvor Jian Zhang | 1 | -40/+25 |
2016-03-07 | gpio: moxart: Allow compile test build | Axel Lin | 1 | -1/+1 |
2016-03-07 | gpio: moxart: Drop redundant code to set already initialized gpio_chip fields | Axel Lin | 1 | -3/+0 |
2016-02-25 | gpio: present the consumer of a line to userspace | Linus Walleij | 1 | -4/+4 |
2016-02-25 | gpio: fix abi regression in sysfs | Bamvor Jian Zhang | 1 | -1/+11 |
2016-02-25 | gpio: mb86s7x: Allow compile test build | Axel Lin | 1 | -1/+1 |
2016-02-25 | gpio: pisosr: Use gpiod_set_value_cansleep in pisosr_gpio_refresh() | Axel Lin | 1 | -2/+2 |
2016-02-25 | gpio: pisosr: Use devm_gpiod_get_optional for gpio->load_gpio | Axel Lin | 1 | -7/+4 |
2016-02-25 | gpio: xgene: fix type of variable containing error codes | Andrzej Hajda | 1 | -1/+1 |
2016-02-25 | gpio: rcar: Use ARCH_RENESAS | Simon Horman | 1 | -1/+1 |
2016-02-25 | gpio: ts4800: Drop redundant code to set already initialized gpio_chip fields | Axel Lin | 1 | -2/+0 |
2016-02-25 | gpio: brcmstb: Use list_for_each_entry at appropriate places | Axel Lin | 1 | -9/+4 |
2016-02-25 | gpio: ath79: Check valid gpio count for both DT and non-DT cases | Axel Lin | 1 | -4/+5 |
2016-02-25 | Merge branch 'devm_gpiochip' of https://github.com/ldewangan/linux-upstream i... | Linus Walleij | 59 | -470/+176 |
2016-02-25 | gpio: pisosr: Use devm_gpiod_get_optional for gpio->load_gpio | Axel Lin | 1 | -7/+4 |
2016-02-25 | gpio: xgene: fix type of variable containing error codes | Andrzej Hajda | 1 | -1/+1 |
2016-02-25 | gpio: rcar: Use ARCH_RENESAS | Simon Horman | 1 | -1/+1 |
2016-02-25 | gpio: ts4800: Drop redundant code to set already initialized gpio_chip fields | Axel Lin | 1 | -2/+0 |
2016-02-25 | gpio: brcmstb: Use list_for_each_entry at appropriate places | Axel Lin | 1 | -9/+4 |
2016-02-25 | gpio: ath79: Check valid gpio count for both DT and non-DT cases | Axel Lin | 1 | -4/+5 |
2016-02-25 | gpio: rcar: Add Runtime PM handling for interrupts | Geert Uytterhoeven | 1 | -0/+42 |
2016-02-25 | gpio: Propagate all errors in devm_get_gpiod_from_child() | Geert Uytterhoeven | 1 | -1/+1 |
2016-02-23 | gpio: xgene: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -10/+1 |
2016-02-23 | gpio: xgene-sb: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -2/+1 |
2016-02-23 | gpio: wm8994: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -14/+3 |
2016-02-23 | gpio: wm8350: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -10/+2 |
2016-02-23 | gpio: wm8350: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -10/+2 |
2016-02-23 | gpio: vx855: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -11/+1 |
2016-02-23 | gpio: viperboard: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -20/+4 |