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
2013-04-12
gpiolib-acpi: introduce acpi_get_gpio_by_index() helper
Mika Westerberg
1
-0
/
+77
2013-04-11
GPIO: gpio-generic: remove kfree() from bgpio_remove call
Alexander Shiyan
1
-5
/
+1
2013-04-11
gpio: pca953x: fix irq_domain_add_simple usage
Alexandre Belloni
1
-1
/
+1
2013-04-11
Merge branch 'armsoc/pxa' of git://github.com/hzhuang1/linux into next/boards
Olof Johansson
1
-56
/
+95
2013-04-11
ARM: mmp: add more compatible names in gpio driver
Haojian Zhuang
1
-12
/
+13
2013-04-11
ARM: pxa: move PXA_GPIO_TO_IRQ macro
Haojian Zhuang
1
-11
/
+9
2013-04-11
ARM: pxa: remove cpu_is_xxx in gpio driver
Haojian Zhuang
1
-33
/
+73
2013-04-10
gpio / ACPI: Handle ACPI events in accordance with the spec
Rafael J. Wysocki
1
-20
/
+120
2013-04-10
gpio: lpc32xx: Fix off-by-one valid range checking for bank
Axel Lin
1
-1
/
+1
2013-04-10
gpio: mcp23s08: convert driver to DT
Lars Poeschel
1
-29
/
+104
2013-04-10
gpio/omap: force restore if context loss is not detectable
Jon Hunter
1
-8
/
+17
2013-04-10
gpio/omap: optimise interrupt service routine
Jon Hunter
1
-7
/
+7
2013-04-10
gpio/omap: remove extra context restores in *_runtime_resume()
Tarun Kanti DebBarma
1
-4
/
+0
2013-04-10
gpio/omap: free irq domain in probe() failure paths
Jon Hunter
1
-2
/
+4
2013-04-10
gpio: gpio-generic: Add 16 and 32 bit big endian byte order support
Andreas Larsson
1
-9
/
+47
2013-04-09
Merge branch 'tegra/soc' into next/drivers
Arnd Bergmann
1
-2
/
+19
2013-04-09
Merge tag 'omap-for-v3.10/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/soc
Arnd Bergmann
2
-5
/
+12
2013-04-09
Merge tag 'tegra-for-3.10-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/soc
Arnd Bergmann
1
-2
/
+19
2013-04-09
Merge tag 'v3.9-rc5' into next/cleanup
Arnd Bergmann
1
-3
/
+2
2013-04-09
Merge tag 'omap-for-v3.10/board-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/boards
Arnd Bergmann
2
-5
/
+12
2013-04-09
Merge tag 'davinci-for-v3.10/board' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/boards
Arnd Bergmann
1
-0
/
+7
2013-04-08
Merge tag 'omap-for-v3.10/timer-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/drivers
Arnd Bergmann
1
-3
/
+2
2013-04-08
Merge tag 'vt8500/pinctrl' of git://server.prisktech.co.nz/git/linuxwmt into next/drivers
Arnd Bergmann
4
-362
/
+7
2013-04-04
Merge tag 'gpio-fixes-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
2
-5
/
+12
2013-04-04
gpio: vt8500: Remove arch-vt8500 gpio driver
Tony Prisk
3
-362
/
+0
2013-04-03
gpio: tegra: add gpio wakeup source handling
Joseph Lo
1
-2
/
+19
2013-04-03
Merge tag 'v3.9-rc5' into devel
Linus Walleij
4
-66
/
+93
2013-04-02
Merge tag 'renesas-boards3-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/boards2
Olof Johansson
5
-55
/
+485
2013-04-03
gpio-rcar: Add pinctrl support
Laurent Pinchart
1
-0
/
+23
2013-04-03
gpio: Renesas R-Car GPIO driver V3
Magnus Damm
3
-0
/
+380
2013-04-02
Merge branch 'soc' into pinmux-base
Simon Horman
2
-63
/
+84
2013-03-27
gpio: pl061: Add pl061_gpio_free()
Axel Lin
1
-0
/
+8
2013-03-27
gpio: samsung: Add terminating entry for exynos_pinctrl_ids
Axel Lin
1
-0
/
+1
2013-03-27
gpio: mvebu: add dbg_show function
Simon Guinot
1
-0
/
+59
2013-03-27
MAX7301 GPIO: Do not force SPI speed when using OF Platform
Christophe Leroy
1
-1
/
+2
2013-03-27
gpio: gpio-tps65910.c: fix checkpatch error
Laurent Navet
1
-1
/
+1
2013-03-27
gpio: gpio-timberdale.c: fix checkpatch error
Laurent Navet
1
-2
/
+1
2013-03-27
gpio: gpio-tc3589x.c: fix checkpatch errors
Laurent Navet
1
-4
/
+4
2013-03-27
gpio: gpio-stp-xway.c: fix checkpatch error
Laurent Navet
1
-1
/
+1
2013-03-27
gpio: gpio-sch.c: fix checkpatch error
Laurent Navet
1
-36
/
+32
2013-03-27
gpio: gpio-pxa.c: fix checkpatch errors
Laurent Navet
1
-2
/
+2
2013-03-27
gpio: gpio-pca953x.c: fix checkpatch error
Laurent Navet
1
-2
/
+1
2013-03-27
gpio: gpio-omap.c: fix checkpatch error
Laurent Navet
1
-1
/
+1
2013-03-27
gpio: gpio-mvebu.c: fix checkpatch errors
Laurent Navet
1
-13
/
+13
2013-03-27
gpio: gpiolib-of.c: fix checkpatch error
Laurent Navet
1
-1
/
+1
2013-03-27
gpio: mc33880: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
1
-4
/
+4
2013-03-27
gpio: 74x164: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
1
-4
/
+4
2013-03-27
gpio: mc33880: use dev_err() instead of printk()
Jingoo Han
1
-1
/
+2
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
[prev]
[next]