index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
auxdisplay
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
tools: gpio: Small updates for output format
Markus Pargmann
1
-2
/
+2
2016-02-22
gpio: fixup line flags for userspace ABI
Linus Walleij
1
-7
/
+9
2016-02-20
Revert "gpio: remove broken irq_to_gpio() interface"
Linus Walleij
1
-0
/
+12
2016-02-20
gpiolib: fix crash when gpiochip removed
Bamvor Jian Zhang
1
-3
/
+2
2016-02-19
gpio: pisosr: add missing unlock
Sudip Mukherjee
1
-3
/
+1
2016-02-19
gpio: X-Gene standby GPIO controller DTS binding
Quan Nguyen
1
-7
/
+40
2016-02-19
gpio: xgene: Enable X-Gene standby GPIO as interrupt controller
Quan Nguyen
1
-32
/
+233
2016-02-19
MIPS: txx9: rbtx4938: switch to gpiochip_add_data()
Linus Walleij
1
-1
/
+2
2016-02-19
MIPS: txx9: iocled: use gpiochip data pointer
Linus Walleij
1
-6
/
+4
2016-02-19
MIPS: rb532: use gpiochip data pointer
Linus Walleij
1
-6
/
+6
2016-02-19
MIPS: txx9: switch to gpiochip_add_data()
Linus Walleij
1
-2
/
+2
2016-02-19
MIPS: jz4740: use gpiochip data pointer
Linus Walleij
1
-4
/
+6
2016-02-19
MIPS: bcm63xx: switch to gpiochip_add_data()
Linus Walleij
1
-2
/
+2
2016-02-19
MIPS: ar7: use gpiochip data pointer
Linus Walleij
1
-17
/
+9
2016-02-19
MIPS: alchemy: switch to gpiochip_add_data()
Linus Walleij
1
-4
/
+4
2016-02-19
m68k: gpio: switch to gpiochip_add_data()
Linus Walleij
1
-1
/
+1
2016-02-19
blackfin: extgpio: switch to gpiochip_add_data()
Linus Walleij
1
-3
/
+3
2016-02-19
blackfin: gpio: switch to gpiochip_add_data()
Linus Walleij
1
-1
/
+3
2016-02-19
ARM: plat-orion: use gpiochip data pointer
Linus Walleij
1
-15
/
+9
2016-02-19
ARM: w90x900: use gpiochip data pointer
Linus Walleij
1
-7
/
+6
2016-02-19
ARM: simpad: switch to gpiochip_add_data()
Linus Walleij
1
-2
/
+2
2016-02-19
ARM: s3c24xx: switch to gpiochip_add_data()
Linus Walleij
1
-1
/
+1
2016-02-19
ARM: ixp4xx: switch to gpiochip_add_data()
Linus Walleij
1
-2
/
+2
2016-02-19
ARM: imx: switch to gpiochip_add_data()
Linus Walleij
1
-1
/
+3
2016-02-19
ARM: gemini: switch to gpiochip_add_data()
Linus Walleij
1
-2
/
+2
2016-02-19
ARM: scoop: use gpiochip data pointer
Linus Walleij
1
-5
/
+5
2016-02-19
pinctrl: cygnus-gpio: use gpiochip data pointer
Linus Walleij
1
-19
/
+14
2016-02-19
gpio: add userspace ABI for GPIO line information
Linus Walleij
4
-14
/
+156
2016-02-19
gpio: store reflect the label to userspace
Linus Walleij
5
-3
/
+22
2016-02-19
gpio: tps65218: remove unused #include
Linus Walleij
1
-1
/
+0
2016-02-19
gpio: allow setting ARCH_NR_GPIOS from Kconfig
Arnd Bergmann
1
-0
/
+4
2016-02-19
gpio: ks8695: remove irq_to_gpio function
Arnd Bergmann
1
-12
/
+0
2016-02-19
gpio: remove broken irq_to_gpio() interface
Arnd Bergmann
1
-12
/
+0
2016-02-19
MIPS: jz4740: Fix surviving instance of irq_to_gpio()
Ralf Baechle
1
-1
/
+1
2016-02-18
gpio: use kzalloc to allocate gpio_device
Josh Cartwright
1
-1
/
+1
2016-02-16
gpio-mcp23s08: correctly handling failed allocation
Insu Yun
1
-0
/
+2
2016-02-16
gpio: tps65218: Make tps65218_gpio_output set proper output level
Axel Lin
1
-0
/
+1
2016-02-16
gpio: tpic2810: Make tpic2810_direction_output set proper output level
Axel Lin
1
-0
/
+3
2016-02-16
gpio: create an API to detect open drain/source on lines
Linus Walleij
3
-5
/
+26
2016-02-16
gpio: davinci: Fix possible NULL pointer deference
Nicholas Krause
1
-0
/
+2
2016-02-16
gpio: Remove unused asm/gpio.h files
Bjorn Helgaas
9
-36
/
+0
2016-02-16
gpio: Include linux/gpio.h instead of asm/gpio.h
Bjorn Helgaas
24
-29
/
+18
2016-02-16
gpio: TS-4800: remove useless bgpio_init flags
Julien Grossholtz
1
-2
/
+1
[next]