index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
gpio: ath79: Check valid gpio count for both DT and non-DT cases
Axel Lin
2016-02-25
1
-4
/
+5
|
/
/
/
*
|
/
gpio: Propagate all errors in devm_get_gpiod_from_child()
Geert Uytterhoeven
2016-02-25
1
-1
/
+1
|
|
/
|
/
|
*
|
gpio: fixup line flags for userspace ABI
Linus Walleij
2016-02-22
1
-7
/
+9
*
|
gpiolib: fix crash when gpiochip removed
Bamvor Jian Zhang
2016-02-20
1
-3
/
+2
*
|
gpio: pisosr: add missing unlock
Sudip Mukherjee
2016-02-19
1
-3
/
+1
*
|
gpio: xgene: Enable X-Gene standby GPIO as interrupt controller
Quan Nguyen
2016-02-19
1
-32
/
+233
*
|
gpio: add userspace ABI for GPIO line information
Linus Walleij
2016-02-19
1
-2
/
+49
*
|
gpio: store reflect the label to userspace
Linus Walleij
2016-02-19
2
-0
/
+16
*
|
gpio: tps65218: remove unused #include
Linus Walleij
2016-02-19
1
-1
/
+0
*
|
gpio: ks8695: remove irq_to_gpio function
Arnd Bergmann
2016-02-19
1
-12
/
+0
*
|
gpio: use kzalloc to allocate gpio_device
Josh Cartwright
2016-02-18
1
-1
/
+1
*
|
gpio-mcp23s08: correctly handling failed allocation
Insu Yun
2016-02-16
1
-0
/
+2
*
|
gpio: tps65218: Make tps65218_gpio_output set proper output level
Axel Lin
2016-02-16
1
-0
/
+1
*
|
gpio: tpic2810: Make tpic2810_direction_output set proper output level
Axel Lin
2016-02-16
1
-0
/
+3
*
|
gpio: create an API to detect open drain/source on lines
Linus Walleij
2016-02-16
2
-5
/
+22
*
|
gpio: davinci: Fix possible NULL pointer deference
Nicholas Krause
2016-02-16
1
-0
/
+2
*
|
gpio: Include linux/gpio.h instead of asm/gpio.h
Bjorn Helgaas
2016-02-16
1
-1
/
+0
*
|
gpio: TS-4800: remove useless bgpio_init flags
Julien Grossholtz
2016-02-16
1
-2
/
+1
*
|
gpio: move the subdriver data pointer into gpio_device
Linus Walleij
2016-02-16
2
-2
/
+17
*
|
gpio: move the pin ranges into gpio_device
Linus Walleij
2016-02-16
3
-14
/
+24
*
|
gpio: ws16c48: Use devm_request_region
William Breathitt Gray
2016-02-16
1
-17
/
+8
*
|
gpio: sch311x: Use devm_request_region
William Breathitt Gray
2016-02-16
1
-5
/
+3
*
|
gpio: ich: Use devm_request_region
William Breathitt Gray
2016-02-16
1
-42
/
+9
*
|
gpio: amd8111: Use devm_request_region
William Breathitt Gray
2016-02-16
1
-4
/
+3
*
|
gpio: 104-idio-16: Use devm_request_region
William Breathitt Gray
2016-02-16
1
-17
/
+8
*
|
gpio: 104-idi-48: Use devm_request_region
William Breathitt Gray
2016-02-16
1
-17
/
+8
*
|
gpio: 104-dio-48e: Use devm_request_region
William Breathitt Gray
2016-02-16
1
-17
/
+8
*
|
gpio: misc: Pass correct license string to MODULE_LICENSE
William Breathitt Gray
2016-02-16
4
-4
/
+4
*
|
gpio: reference count the gpio device for each desc
Linus Walleij
2016-02-11
1
-2
/
+6
*
|
gpio: reflect base and ngpio into gpio_device
Linus Walleij
2016-02-11
3
-130
/
+149
*
|
gpio/pinctrl: sunxi: stop poking around in private vars
Linus Walleij
2016-02-11
1
-0
/
+9
*
|
gpio: move descriptors into gpio_device
Linus Walleij
2016-02-11
3
-33
/
+26
*
|
gpio: move sysfs mock device to the gpio_device
Linus Walleij
2016-02-11
3
-17
/
+21
*
|
gpio: remember to finally free gpio_device
Linus Walleij
2016-02-11
1
-0
/
+1
*
|
gpio: add tps65218 gpio
Nicolas Saenz Julienne
2016-02-11
3
-0
/
+231
*
|
gpio: Add driver for TI TPIC2810
Andrew F. Davis
2016-02-10
3
-0
/
+176
*
|
gpio: Add driver for SPI serializers
Andrew F. Davis
2016-02-10
3
-0
/
+195
*
|
gpio: ath79: Update the copyright notice
Alban Bedel
2016-02-10
1
-2
/
+1
*
|
gpio: ath79: Add support for the interrupt controller
Alban Bedel
2016-02-10
2
-0
/
+206
*
|
gpio: ath79: Make the driver removable
Alban Bedel
2016-02-10
1
-0
/
+10
*
|
gpio: ath79: Allow building in compile tests
Alban Bedel
2016-02-10
2
-2
/
+5
*
|
gpio: ath79: Move to the generic GPIO driver
Alban Bedel
2016-02-10
3
-113
/
+24
*
|
Merge branch 'chardev' into devel
Linus Walleij
2016-02-09
3
-83
/
+331
|
\
\
|
*
|
gpio: add a userspace chardev ABI for GPIOs
Linus Walleij
2016-02-09
2
-1
/
+126
|
*
|
gpio: refer to gpio device in prints and debugfs
Linus Walleij
2016-02-09
2
-9
/
+9
|
*
|
gpio: make the gpiochip a real device
Linus Walleij
2016-02-09
3
-74
/
+197
|
|
/
*
|
drivers/gpio: Switch gpio-mpc8xxx to use gpio-generic
Liu Gang
2016-02-08
1
-159
/
+100
*
|
gpio: add TS-4800 fpga GPIO support
Julien Grossholtz
2016-02-05
3
-0
/
+102
*
|
gpio: davinci: use irq_data_get_chip_type
Geliang Tang
2016-01-28
1
-2
/
+1
*
|
gpio/qoriq: Add qoriq platforms support
Liu Gang
2016-01-28
1
-3
/
+5
[prev]
[next]