index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-17
gpio: devres: make comments proper
Wolfram Sang
1
-7
/
+7
2013-06-17
GPIO: xilinx: Enable driver for Xilinx zynq
Michal Simek
1
-1
/
+1
2013-06-17
GPIO: xilinx: Use BIT macro
Michal Simek
1
-6
/
+6
2013-06-17
GPIO: xilinx: Use __raw_readl/__raw_writel IO functions
Michal Simek
1
-2
/
+7
2013-06-17
GPIO: xilinx: Add support for dual channel
Michal Simek
1
-12
/
+91
2013-06-17
GPIO: xilinx: Simplify driver probe function
Michal Simek
1
-14
/
+10
2013-06-14
Merge tag 'msm-cleanup-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel...
Olof Johansson
2
-81
/
+116
2013-06-14
Merge tag 'msm-fix-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
Olof Johansson
1
-1
/
+1
2013-06-14
Merge tag 'msm-fix-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
Olof Johansson
1
-1
/
+1
2013-06-14
Merge tag 'renesas-gpio-rcar-for-v3.11' of git://git.kernel.org/pub/scm/linux...
Olof Johansson
1
-16
/
+78
2013-06-12
gpio: msm: Add device tree and irqdomain support for gpio-msm-v2
Rohit Vaswani
2
-78
/
+114
2013-06-12
gpio: msm-v1: Remove errant __devinit to fix compile
Stephen Boyd
1
-1
/
+1
2013-06-12
ARM: msm: Remove gpiomux-v2 and re-organize MSM_GPIOMUX configs
Rohit Vaswani
1
-3
/
+2
2013-06-12
gpio-rcar: Add DT support
Laurent Pinchart
1
-10
/
+56
2013-06-11
Merge branch 'clps711x/soc' into next/soc
Olof Johansson
2
-169
/
+72
2013-06-11
GPIO: clps711x: Add DT support
Alexander Shiyan
1
-3
/
+11
2013-06-11
GPIO: clps711x: Rewrite driver for using generic GPIO code
Alexander Shiyan
2
-168
/
+63
2013-06-12
Merge branch 'v3.11-next/driver-pinctrl' into v3.11-next/s3c24xx-driver
Kukjin Kim
1
-0
/
+4
2013-06-12
Merge branch 'v3.11-next/driver-gpio' into v3.11-next/s3c24xx-driver
Kukjin Kim
1
-63
/
+0
2013-06-12
gpio: samsung: Remove OF support for s3c24xx
Sylwester Nawrocki
1
-63
/
+0
2013-06-11
Merge tag 'renesas-pinmux-for-v3.11' of git://git.kernel.org/pub/scm/linux/ke...
Olof Johansson
1
-6
/
+22
2013-06-04
gpio-rcar: Add support for IRQ_TYPE_EDGE_BOTH
Simon Horman
1
-5
/
+21
2013-06-04
gpio-rcar: R-Car GPIO IRQ share interrupt
Kuninori Morimoto
1
-1
/
+1
2013-06-03
PM / Runtime: Rework the "runtime idle" helper routine
Rafael J. Wysocki
1
-5
/
+1
2013-05-30
gpio: sx150x: convert to use devm_* functions
Nikolay Balandin
1
-11
/
+7
2013-05-30
gpio-ml-ioh: fix error return code in ioh_gpio_probe()
Wei Yongjun
1
-0
/
+1
2013-05-30
gpio-langwell: drop away explicit casting
Andy Shevchenko
1
-8
/
+4
2013-05-30
gpio-langwell: amend error messages
Andy Shevchenko
1
-6
/
+4
2013-05-30
gpio-langwell: use managed functions pcim_* and devm_*
Andy Shevchenko
1
-57
/
+21
2013-05-30
gpio-langwell: do not use direct access to iomapped memory
Andy Shevchenko
1
-5
/
+7
2013-05-30
gpio-langwell: initialize lock before usage
Andy Shevchenko
1
-2
/
+2
2013-05-30
gpio: max7300: Fix trivial typo in Kconfig help text
Axel Lin
1
-1
/
+1
2013-05-30
gpio: stmpe: Staticize non-exported symbols
Axel Lin
1
-3
/
+3
2013-05-30
gpio: vx855: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-05-30
gpio: timberdale: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-05-30
gpio: tc3589x: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-05-30
gpio: stmpe: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-05-30
gpio: rdc321x: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-5
/
+2
2013-05-30
gpio: lynxpoint: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-05-30
gpio: langwell: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-05-23
Merge tag 'gpio-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-21
/
+64
2013-05-20
gpio: Don't override the error code in probe error handling
Axel Lin
4
-9
/
+6
2013-05-20
gpio: mxs: Use set and clear capabilities of the gpio controller
Maxime Ripard
1
-1
/
+2
2013-05-20
gpio-langwell: fix irq conflicts when DT is not used
David Cohen
1
-7
/
+10
2013-05-20
gpio: mcp23s08: Fix build error when CONFIG_SPI_MASTER=y && CONFIG_I2C=m
Axel Lin
1
-1
/
+1
2013-05-21
pinctrl: Add pinctrl-s3c24xx driver
Heiko Stuebner
1
-0
/
+4
2013-05-18
drivers/gpio: don't check resource with devm_ioremap_resource
Wolfram Sang
2
-10
/
+0
2013-05-13
gpio/omap: ensure gpio context is initialised
Jon Hunter
1
-3
/
+45
2013-05-09
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
2
-2
/
+1
2013-05-07
Merge tag 'soc-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-0
/
+403
[prev]
[next]