aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2016-04-08gpio: pca953x: Use correct u16 value for register word writeGravatar Yong Li 1-1/+2
2016-04-08gpiolib: Defer gpio device setup until after gpiolib initializationGravatar Guenter Roeck 1-31/+67
2016-04-08gpiolib: Do not use devm functions when registering gpio chipGravatar Guenter Roeck 1-7/+12
2016-04-08gpio: pxa: fix legacy non pinctrl aware buildsGravatar Robert Jarzmik 1-2/+2
2016-04-08gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_*Gravatar Dmitry Torokhov 1-4/+12
2016-03-30gpio: xgene: Prevent NULL pointer dereferenceGravatar Axel Lin 1-0/+5
2016-03-30gpio: menz127: Drop lock field from struct men_z127_gpioGravatar Axel Lin 1-5/+4
2016-03-18Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-0/+146
2016-03-16gpio: mcp23s08: Fix clearing of interrupt.Gravatar Phil Reid 1-0/+4
2016-03-16gpiolib: Fix comment referring to gpio_*() in gpiod_*()Gravatar Geert Uytterhoeven 1-2/+2
2016-03-16gpio: pca953x: Fix pca953x_gpio_set_multiple() on 64-bitGravatar Geert Uytterhoeven 1-2/+4
2016-03-16gpio: xgene: Fix kconfig for standby GIPO contollerGravatar Matthias Brugger 1-0/+1
2016-03-16gpio: tps65086: Add GPO driver for the TPS65086 PMICGravatar Andrew F. Davis 3-0/+146
2016-03-09gpio: tps65912: fix bad mergeGravatar Linus Walleij 1-2/+2
2016-03-09Revert "gpio: lp3943: Drop pin_used and lp3943_gpio_request/lp3943_gpio_free"Gravatar Linus Walleij 1-0/+22
2016-03-09gpio: omap: drop dev field from gpio_bank structureGravatar Grygorii Strashko 1-28/+29
2016-03-09Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Walleij 2-80/+86
2016-03-09gpio: mpc8xxx: Slightly update the code for better readabilityGravatar Axel Lin 1-2/+5
2016-03-09gpio: mpc8xxx: Remove *read_reg and *write_reg from struct mpc8xxx_gpio_chipGravatar Axel Lin 1-27/+21
2016-03-09gpio: mpc8xxx: Fixup setting gpio direction outputGravatar Axel Lin 1-2/+1
2016-03-09gpio: mcp23s08: Add support for mcp23s18Gravatar Phil Reid 1-4/+15
2016-03-09gpio: add driver for MEN 16Z127 GPIO controllerGravatar Andreas Werner 3-0/+208
2016-03-09gpio: lp3943: Drop pin_used and lp3943_gpio_request/lp3943_gpio_freeGravatar Axel Lin 1-22/+0
2016-03-08gpio: timberdale: Switch to devm_ioremap_resource()Gravatar Amitoj Kaur Chawla 1-17/+4
2016-03-08gpio: ts4800: Add IMX51 dependencyGravatar Julien Grossholtz 1-0/+1
2016-03-08Merge branch 'devm-gpiochip-add-data' into develGravatar Linus Walleij 60-470/+218
2016-03-07gpiolib: rewrite gpiodev_add_to_listGravatar Bamvor Jian Zhang 1-40/+25
2016-03-07gpio: moxart: Allow compile test buildGravatar Axel Lin 1-1/+1
2016-03-07gpio: moxart: Drop redundant code to set already initialized gpio_chip fieldsGravatar Axel Lin 1-3/+0
2016-02-25gpio: present the consumer of a line to userspaceGravatar Linus Walleij 1-4/+4
2016-02-25gpio: fix abi regression in sysfsGravatar Bamvor Jian Zhang 1-1/+11
2016-02-25gpio: mb86s7x: Allow compile test buildGravatar Axel Lin 1-1/+1
2016-02-25gpio: pisosr: Use gpiod_set_value_cansleep in pisosr_gpio_refresh()Gravatar Axel Lin 1-2/+2
2016-02-25gpio: pisosr: Use devm_gpiod_get_optional for gpio->load_gpioGravatar Axel Lin 1-7/+4
2016-02-25gpio: xgene: fix type of variable containing error codesGravatar Andrzej Hajda 1-1/+1
2016-02-25gpio: rcar: Use ARCH_RENESASGravatar Simon Horman 1-1/+1
2016-02-25gpio: ts4800: Drop redundant code to set already initialized gpio_chip fieldsGravatar Axel Lin 1-2/+0
2016-02-25gpio: brcmstb: Use list_for_each_entry at appropriate placesGravatar Axel Lin 1-9/+4
2016-02-25gpio: ath79: Check valid gpio count for both DT and non-DT casesGravatar Axel Lin 1-4/+5
2016-02-25Merge branch 'devm_gpiochip' of https://github.com/ldewangan/linux-upstream i...Gravatar Linus Walleij 59-470/+176
2016-02-25gpio: pisosr: Use devm_gpiod_get_optional for gpio->load_gpioGravatar Axel Lin 1-7/+4
2016-02-25gpio: xgene: fix type of variable containing error codesGravatar Andrzej Hajda 1-1/+1
2016-02-25gpio: rcar: Use ARCH_RENESASGravatar Simon Horman 1-1/+1
2016-02-25gpio: ts4800: Drop redundant code to set already initialized gpio_chip fieldsGravatar Axel Lin 1-2/+0
2016-02-25gpio: brcmstb: Use list_for_each_entry at appropriate placesGravatar Axel Lin 1-9/+4
2016-02-25gpio: ath79: Check valid gpio count for both DT and non-DT casesGravatar Axel Lin 1-4/+5
2016-02-25gpio: rcar: Add Runtime PM handling for interruptsGravatar Geert Uytterhoeven 1-0/+42
2016-02-25gpio: Propagate all errors in devm_get_gpiod_from_child()Gravatar Geert Uytterhoeven 1-1/+1
2016-02-23gpio: xgene: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-10/+1
2016-02-23gpio: xgene-sb: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-2/+1