index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: gpio-generic: Add 16 and 32 bit big endian byte order support
Andreas Larsson
2013-04-10
1
-9
/
+47
*
gpio: samsung: Add terminating entry for exynos_pinctrl_ids
Axel Lin
2013-03-27
1
-0
/
+1
*
gpio: mvebu: add dbg_show function
Simon Guinot
2013-03-27
1
-0
/
+59
*
MAX7301 GPIO: Do not force SPI speed when using OF Platform
Christophe Leroy
2013-03-27
1
-1
/
+2
*
gpio: gpio-tps65910.c: fix checkpatch error
Laurent Navet
2013-03-27
1
-1
/
+1
*
gpio: gpio-timberdale.c: fix checkpatch error
Laurent Navet
2013-03-27
1
-2
/
+1
*
gpio: gpio-tc3589x.c: fix checkpatch errors
Laurent Navet
2013-03-27
1
-4
/
+4
*
gpio: gpio-stp-xway.c: fix checkpatch error
Laurent Navet
2013-03-27
1
-1
/
+1
*
gpio: gpio-sch.c: fix checkpatch error
Laurent Navet
2013-03-27
1
-39
/
+35
*
gpio: gpio-pxa.c: fix checkpatch errors
Laurent Navet
2013-03-27
1
-2
/
+2
*
gpio: gpio-pca953x.c: fix checkpatch error
Laurent Navet
2013-03-27
1
-2
/
+1
*
gpio: gpio-omap.c: fix checkpatch error
Laurent Navet
2013-03-27
1
-1
/
+1
*
gpio: gpio-mvebu.c: fix checkpatch errors
Laurent Navet
2013-03-27
1
-13
/
+13
*
gpio: gpiolib-of.c: fix checkpatch error
Laurent Navet
2013-03-27
1
-1
/
+1
*
gpio: mc33880: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
2013-03-27
1
-4
/
+4
*
gpio: 74x164: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
2013-03-27
1
-4
/
+4
*
gpio: mc33880: use dev_err() instead of printk()
Jingoo Han
2013-03-27
1
-1
/
+2
*
gpio: pcf857x: use devm_kzalloc()
Jingoo Han
2013-03-27
1
-5
/
+2
*
gpio: mc33880: use devm_kzalloc()
Jingoo Han
2013-03-27
1
-5
/
+3
*
gpio: max732x: use devm_kzalloc()
Jingoo Han
2013-03-27
1
-3
/
+2
*
gpio: max7301: use devm_kzalloc()
Jingoo Han
2013-03-27
1
-3
/
+1
*
gpio: max7300: use devm_kzalloc()
Jingoo Han
2013-03-27
1
-3
/
+1
*
gpio: adp5520: use devm_kzalloc()
Jingoo Han
2013-03-27
1
-3
/
+1
*
gpio/vt8500: Convert to devm_ioremap_resource()
Sachin Kamat
2013-03-27
1
-5
/
+3
*
gpio: em: Make use of devm functions
Magnus Damm
2013-03-27
1
-34
/
+19
*
gpio-lynxpoint: Add X86 dependency and io-port handling header.
Mathias Nyman
2013-03-27
2
-1
/
+2
*
gpio/gpio-ich: make ichx_gpio_check_available() return a pure boolean value
Mika Westerberg
2013-03-27
1
-1
/
+1
*
gpio-sch: Allow for more than 8 lines in the resume well
Darren Hart
2013-03-27
1
-10
/
+27
*
Add TI TCA9554 to supported devices table
Nikolay Balandin
2013-03-27
1
-0
/
+1
*
gpio: viperboard: Remove duplicate code to set gpio->gpiob_val
Axel Lin
2013-03-27
1
-4
/
+0
*
gpio-ich: Check for pin availability at request time
Jean Delvare
2013-03-27
1
-12
/
+3
*
gpio/em: Add Device Tree support
Magnus Damm
2013-03-06
1
-3
/
+42
*
gpio/omap: warn if bank is not enabled on setting irq type
Jon Hunter
2013-03-06
1
-0
/
+3
*
gpio/omap: convert gpio irq domain to linear mapping
Jon Hunter
2013-03-06
1
-41
/
+31
*
gpio/tegra: assume CONFIG_OF
Stephen Warren
2013-03-04
1
-6
/
+5
*
gpio/gpio-ich: fix ichx_gpio_check_available() return what callers expect
Mika Westerberg
2013-03-02
1
-2
/
+2
*
gpiolib: move comment to right function
Alexandre Courbot
2013-03-02
1
-1
/
+1
*
gpiolib: use const parameters when possible
Alexandre Courbot
2013-03-02
1
-13
/
+16
*
gpiolib: check descriptors validity before use
Alexandre Courbot
2013-03-02
1
-47
/
+65
*
gpio: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-8
/
+3
*
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
2013-02-26
15
-600
/
+1454
|
\
|
*
gpio: em: Use irq_domain_add_simple() to fix runtime error
Magnus Damm
2013-02-14
1
-1
/
+2
|
*
gpio: using common order: let 'static const' instead of 'const static'
Chen Gang
2013-02-11
1
-3
/
+3
|
*
gpio/vt8500: memory cleanup missing
Tony Prisk
2013-02-11
1
-12
/
+49
|
*
gpiolib: Fix locking on gpio debugfs files
Grant Likely
2013-02-11
1
-3
/
+9
|
*
gpiolib: let gpio_chip reference its descriptors
Alexandre Courbot
2013-02-11
1
-16
/
+23
|
*
gpiolib: use descriptors internally
Alexandre Courbot
2013-02-11
1
-176
/
+338
|
*
gpiolib: use gpio_chips list in gpiochip_find_base
Alexandre Courbot
2013-02-09
1
-21
/
+16
|
*
gpiolib: use gpio_chips list in sysfs ops
Alexandre Courbot
2013-02-09
1
-27
/
+10
|
*
gpiolib: use gpio_chips list in gpiochip_find
Alexandre Courbot
2013-02-09
1
-10
/
+7
[next]