index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-15
sh-pfc: Don't needlessly check GPIO type in sh_gpio_free()
Laurent Pinchart
1
-4
/
+1
2013-03-15
sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs only
Laurent Pinchart
4
-28
/
+59
2013-03-15
sh-pfc: Make struct pinmux_gpio enum_id field const
Laurent Pinchart
1
-1
/
+1
2013-03-15
sh-pfc: Initialize pinmux_gpio flags statically
Laurent Pinchart
2
-20
/
+15
2013-03-15
sh-pfc: Remove unused sh_pfc_soc_info reserved_id field
Laurent Pinchart
17
-17
/
+0
2013-03-15
sh-pfc: Replace SoC info data and mark ranges with a number of pins
Laurent Pinchart
18
-44
/
+36
2013-03-15
sh-pfc: Replace first_gpio and last_gpio with nr_gpios
Laurent Pinchart
20
-68
/
+43
2013-03-15
sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible
Laurent Pinchart
11
-2410
/
+2409
2013-03-15
sh-pfc: Don't take the sh_pfc spinlock in sh_pfc_map_gpios()
Laurent Pinchart
1
-5
/
+0
2013-03-15
sh-pfc: Drop the sh_pfc_pinctrl spinlock
Laurent Pinchart
1
-13
/
+0
2013-03-15
sh-pfc: Fix a typo and simplify a definition on sh73a0
Guennadi Liakhovetski
1
-6
/
+2
2013-03-15
sh-pfc: Don't define the per-device pinctrl struct instances as global
Laurent Pinchart
1
-22
/
+18
2013-03-15
sh-pfc: Declare operation structures as const
Laurent Pinchart
1
-3
/
+3
2013-03-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...
Simon Horman
4
-6
/
+5
2013-03-13
pinctrl: generic: Fix compilation error
Sachin Kamat
1
-1
/
+1
2013-03-13
pinctrl: Print the correct information in debugfs pinconf-state file
Laurent Pinchart
1
-1
/
+1
2013-03-13
pinctrl: abx500: Fix checking if pin use AlternateFunction register
Axel Lin
1
-1
/
+1
2013-03-07
pinctrl: sunxi: Add Allwinner A13 pin functions
Maxime Ripard
1
-70
/
+169
2013-03-07
pinctrl: sunxi: Add Allwinner A10 pin functions
Maxime Ripard
1
-162
/
+571
2013-03-07
pinctrl: single: Fix build error
Axel Lin
1
-3
/
+3
2013-03-07
pinctrl: single: support generic pinconf
Haojian Zhuang
2
-7
/
+402
2013-03-07
pinctrl: single: set function mask as optional
Haojian Zhuang
1
-4
/
+22
2013-03-07
pinctrl: generic: dump pin configuration
Haojian Zhuang
2
-0
/
+22
2013-03-07
pinctrl: single: create new gpio function range
Haojian Zhuang
1
-2
/
+71
2013-03-07
gpio: pl061: bind pinctrl by gpio request
Haojian Zhuang
1
-0
/
+13
2013-03-07
pinctrl: check pinctrl ready for gpio range
Haojian Zhuang
1
-0
/
+36
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
pinctrl: abx500: Add terminating entry for of_device_id table
Axel Lin
1
-0
/
+1
2013-03-07
pinctrl: Declare operation structures as const
Laurent Pinchart
21
-52
/
+52
2013-03-07
pinctrl: core: use devres_release() instead of devres_destroy()
Jingoo Han
1
-2
/
+1
2013-03-07
gpio: fix wrong checking condition for gpio range
Haojian Zhuang
1
-3
/
+2
2013-03-04
Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
3
-48
/
+39
2013-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-17
/
+13
2013-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
5
-10
/
+16
2013-03-04
Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+12
2013-03-04
Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-0
/
+1417
2013-03-03
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-1
/
+1
2013-03-03
Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-8
/
+10
2013-03-03
Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-15
/
+14
2013-03-03
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
20
-849
/
+795
2013-03-03
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-77
/
+75
2013-03-03
Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86
Linus Torvalds
14
-273
/
+1292
2013-03-03
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
Linus Torvalds
33
-329
/
+1800
2013-03-03
Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linus
Russell King
116
-937
/
+1210
2013-03-03
metag: Internal and external irqchips
James Hogan
3
-0
/
+1213
2013-03-03
metag: Time keeping
James Hogan
3
-0
/
+204
2013-03-02
Merge tag 'dm-3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
43
-580
/
+8407
2013-03-02
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
5
-11
/
+15
2013-03-02
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
67
-1190
/
+4000
[next]