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
2013-03-27
gpio: pcf857x: use devm_kzalloc()
Jingoo Han
1
-5
/
+2
2013-03-27
gpio: mc33880: use devm_kzalloc()
Jingoo Han
1
-5
/
+3
2013-03-27
gpio: max732x: use devm_kzalloc()
Jingoo Han
1
-3
/
+2
2013-03-27
gpio: max7301: use devm_kzalloc()
Jingoo Han
1
-3
/
+1
2013-03-27
gpio: max7300: use devm_kzalloc()
Jingoo Han
1
-3
/
+1
2013-03-27
gpio: adp5520: use devm_kzalloc()
Jingoo Han
1
-3
/
+1
2013-03-27
gpio/vt8500: Convert to devm_ioremap_resource()
Sachin Kamat
1
-5
/
+3
2013-03-27
gpio: em: Make use of devm functions
Magnus Damm
1
-34
/
+19
2013-03-27
gpio-lynxpoint: Add X86 dependency and io-port handling header.
Mathias Nyman
2
-1
/
+2
2013-03-27
gpio/gpio-ich: make ichx_gpio_check_available() return a pure boolean value
Mika Westerberg
1
-1
/
+1
2013-03-27
gpio-sch: Allow for more than 8 lines in the resume well
Darren Hart
1
-10
/
+27
2013-03-27
Add TI TCA9554 to supported devices table
Nikolay Balandin
1
-0
/
+1
2013-03-27
gpio: stmpe: pass DT node to irqdomain
Gabriel Fernandez
1
-4
/
+11
2013-03-27
gpio: viperboard: Remove duplicate code to set gpio->gpiob_val
Axel Lin
1
-4
/
+0
2013-03-27
gpio-ich: Check for pin availability at request time
Jean Delvare
1
-12
/
+3
2013-03-27
gpio-ich: Fix value returned by ichx_gpio_request
Jean Delvare
1
-1
/
+1
2013-03-26
arm: Move chained_irq_(enter|exit) to a generic file
Catalin Marinas
6
-10
/
+6
2013-03-24
Merge tag 'pinctrl-fixes-for-v3.9' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+2
2013-03-18
Merge branches 'soc' and 'pinmux' into boards-base
Simon Horman
2
-55
/
+82
2013-03-15
Merge branch 'next/pinctrl-exynos' of git://git.kernel.org/pub/scm/linux/kern...
Arnd Bergmann
1
-0
/
+1
2013-03-15
Merge branch 'next/irq-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/...
Arnd Bergmann
1
-2
/
+6
2013-03-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...
Simon Horman
1
-3
/
+2
2013-03-12
Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-0
/
+7
2013-03-08
gpio: mvebu: Add clk support to prevent lockup
Andrew Lunn
1
-0
/
+7
2013-03-07
gpio: pl061: bind pinctrl by gpio request
Haojian Zhuang
1
-0
/
+13
2013-03-07
gpio: pl061: support irqdomain
Haojian Zhuang
1
-39
/
+65
2013-03-07
gpio: add gpio offset in gpio range cells property
Haojian Zhuang
1
-13
/
+2
2013-03-07
gpio: fix wrong checking condition for gpio range
Haojian Zhuang
1
-3
/
+2
2013-03-06
gpio/em: Add Device Tree support
Magnus Damm
1
-3
/
+42
2013-03-06
gpio/omap: warn if bank is not enabled on setting irq type
Jon Hunter
1
-0
/
+3
2013-03-06
gpio/omap: convert gpio irq domain to linear mapping
Jon Hunter
1
-41
/
+31
2013-03-05
gpio: Make gpio-msm-v1 into a platform driver
Stephen Boyd
1
-71
/
+149
2013-03-05
gpio: samsung: skip gpiolib registration if pinctrl support is enabled for ex...
Thomas Abraham
1
-0
/
+1
2013-03-05
gpio: samsung: fixes build warning with s3c2410_defconfig
Kukjin Kim
1
-1
/
+2
2013-03-05
ARM: S3C24XX: handle s3c2412 eints using new infrastructure
Heiko Stuebner
1
-1
/
+4
2013-03-04
gpio/tegra: assume CONFIG_OF
Stephen Warren
1
-6
/
+5
2013-03-02
gpio/gpio-ich: fix ichx_gpio_check_available() return what callers expect
Mika Westerberg
1
-2
/
+2
2013-03-02
gpiolib: move comment to right function
Alexandre Courbot
1
-1
/
+1
2013-03-02
gpiolib: use const parameters when possible
Alexandre Courbot
1
-13
/
+16
2013-03-02
gpiolib: check descriptors validity before use
Alexandre Courbot
1
-47
/
+65
2013-02-27
gpio: convert to idr_alloc()
Tejun Heo
1
-8
/
+3
2013-02-26
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
15
-600
/
+1454
2013-02-24
Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...
Linus Torvalds
3
-0
/
+192
2013-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-2
/
+2
2013-02-21
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-1
/
+0
2013-02-21
Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+3
2013-02-21
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-30
/
+27
2013-02-20
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
1
-35
/
+0
2013-02-20
Merge tag 'pinctrl-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-528
/
+1
2013-02-14
gpio: em: Use irq_domain_add_simple() to fix runtime error
Magnus Damm
1
-1
/
+2
[prev]
[next]