index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-01
gpio: Remove broken mark for da9052 gpio driver
Axel Lin
1
-1
/
+1
2012-09-01
gpio: mc9s08dz60: Use devm_kzalloc API
Axel Lin
1
-18
/
+3
2012-09-01
gpio: mc9s08dz60: Fix build error if I2C=m
Axel Lin
1
-1
/
+1
2012-08-28
gpio-samsung: Remove now unused s3c2410_gpio* API
Sylwester Nawrocki
1
-40
/
+0
2012-08-24
Merge tag 'v3.6-rc3' into staging/for_v3.7
Mauro Carvalho Chehab
7
-17
/
+46
2012-08-23
gpio: pcf857x: enable gpio_to_irq() support
Kuninori Morimoto
1
-0
/
+122
2012-08-21
gpio: bt8xx: Fix build error due to missing include file
Axel Lin
1
-1
/
+1
2012-08-17
gpio: gpio-pch: Use spinlock for register access protection
Axel Lin
1
-12
/
+10
2012-08-17
gpio: gpio-ml-ioh: Use spinlock for register access protection
Axel Lin
1
-10
/
+10
2012-08-17
gpiolib: Use seq_file's iterator interface
Thierry Reding
1
-27
/
+73
2012-08-17
gpio: Fix debug message in of_get_named_gpio_flags()
Thierry Reding
1
-1
/
+1
2012-08-16
gpio: pxa: add chain_eneter and chain_exit for irq handler
Chao Xie
1
-0
/
+7
2012-08-16
GPIO: gpio-pxa: simplify pxa_gpio_to_irq() and pxa_irq_to_chip()
Daniel Mack
1
-54
/
+16
2012-08-14
GPIO: gpio-pxa: fix building without CONFIG_OF
Arnd Bergmann
1
-2
/
+2
2012-08-12
Merge tag 'gpio-fixes-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
6
-14
/
+43
2012-08-10
gpio: em: do not discard em_gio_irq_domain_cleanup
Arnd Bergmann
1
-1
/
+1
2012-08-07
drivers/gpio/gpio-langwell.c: fix error return code
Julia Lawall
1
-2
/
+5
2012-08-07
gpio: samsung: Fix off-by-one bug in gpio addresses
Sean Paul
1
-7
/
+7
2012-08-07
gpio/mxc: specify gpio base for device tree probe
Shawn Guo
1
-1
/
+2
2012-08-07
gpio/mxc: remove redundant shadow variables initialization
Shawn Guo
1
-2
/
+0
2012-08-05
GPIO: gpio-pxa: fix devicetree functions
Daniel Mack
1
-0
/
+26
2012-08-05
gpio: msic: Fix calculating register address in msic_gpio_to_oreg()
Axel Lin
1
-1
/
+1
2012-08-05
gpio-sch: Fix leak of resource
Alan Cox
1
-1
/
+2
2012-07-30
Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
Linus Torvalds
3
-0
/
+166
2012-07-26
Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
13
-138
/
+639
2012-07-25
gpio: tps6586x: Add gpio support through platform driver
Laxman Dewangan
3
-0
/
+166
2012-07-23
Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-24
/
+32
2012-07-17
gpio: of_get_named_gpio_flags() return -EPROBE_DEFER if GPIO not yet available
Roland Stigge
1
-1
/
+4
2012-07-17
gpiolib: Defer failed gpio requests by default
Mark Brown
1
-1
/
+1
2012-07-17
gpio/pca953x: increase variables size to support 24 bit of data
Leed Aguilar
1
-14
/
+14
2012-07-17
GPIO: PCA953X: Increase size of invert variable to support 24 bit
Chandrabhanu Mahapatra
1
-5
/
+6
2012-07-17
gpio/omap: move bank->dbck initialization to omap_gpio_mod_init()
Tarun Kanti DebBarma
1
-6
/
+4
2012-07-17
gpio/mxc: use the edge_sel feature if available
Benoît Thébaudeau
1
-14
/
+57
2012-07-17
gpio: propagate of_parse_phandle_with_args errors
Alexandre Courbot
1
-1
/
+1
2012-07-17
gpio: samsung: add flags specifier to device-tree binding
Olof Johansson
1
-1
/
+4
2012-07-17
gpiolib: Add support for Wolfson Microelectronics Arizona class devices
Mark Brown
3
-0
/
+170
2012-07-12
gpio: gpio-lpc32xx: Add gpio_to_irq mapping
Roland Stigge
1
-0
/
+65
2012-07-12
gpio: pcf857x: share 8/16 bit access functions
Kuninori Morimoto
1
-62
/
+31
2012-07-12
gpio: LPC32xx: Driver cleanup
Roland Stigge
1
-8
/
+1
2012-07-12
gpiolib: wm8994: Convert to devm_kzalloc()
Mark Brown
1
-8
/
+3
2012-07-12
gpiolib: wm8994: Use irq_domain mappings for gpios
Mark Brown
1
-4
/
+2
2012-07-12
gpio: add a driver for GPIO pins found on AMD-8111 south bridge chips
Dmitry Eremin-Solenikov
3
-0
/
+259
2012-07-10
gpio/gpio-tps65910: gpio_chip.of_node referenced without CONFIG_OF_GPIO defined
Jerry Snitselaar
1
-0
/
+2
2012-07-09
Merge branch 'kevin' into fixes
Linus Walleij
1
-1
/
+13
2012-07-05
Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 into grant
Linus Walleij
2
-13
/
+17
2012-07-05
gpio: tps65910: initialize of_node of gpio_chip
Laxman Dewangan
1
-0
/
+1
2012-07-05
gpio/mxc: make irqs work for fsl,imx21-gpio devices
Uwe Kleine-König
1
-4
/
+6
2012-07-05
gpio: export devm_gpio_request_one
Stephen Warren
1
-0
/
+1
2012-07-05
gpiolib: wm8994: Pay attention to the value set when enabling as output
Mark Brown
1
-1
/
+4
2012-07-05
gpio/msm_v1: CONFIG_GPIO_MSM_V1 is only available on three SoCs
Christian Dietrich
1
-1
/
+1
[prev]
[next]