index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-30
gpiolib-acpi: Duplicate con_id string when adding it to the crs lookup list
Ville Syrjälä
1
-1
/
+1
2016-04-12
Revert "gpio: rcar: Fine-grained Runtime PM support"
Linus Walleij
1
-17
/
+6
2016-04-12
Revert "gpio: rcar: Add Runtime PM handling for interrupts"
Linus Walleij
1
-42
/
+0
2016-04-08
gpio: pca953x: Use correct u16 value for register word write
Yong Li
1
-1
/
+2
2016-04-08
gpiolib: Defer gpio device setup until after gpiolib initialization
Guenter Roeck
1
-31
/
+67
2016-04-08
gpiolib: Do not use devm functions when registering gpio chip
Guenter Roeck
1
-7
/
+12
2016-04-08
gpio: pxa: fix legacy non pinctrl aware builds
Robert Jarzmik
1
-2
/
+2
2016-04-08
gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_*
Dmitry Torokhov
1
-4
/
+12
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
[next]