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.12.y
linux-6.13.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-01-25
sh-pfc: Add shx3 pinmux support
Laurent Pinchart
5
-0
/
+592
2013-01-25
sh-pfc: Add sh7786 pinmux support
Laurent Pinchart
5
-0
/
+847
2013-01-25
sh-pfc: Add sh7785 pinmux support
Laurent Pinchart
5
-0
/
+1314
2013-01-25
sh-pfc: Add sh7757 pinmux support
Laurent Pinchart
5
-0
/
+2292
2013-01-25
sh-pfc: Add sh7734 pinmux support
Laurent Pinchart
5
-0
/
+2485
2013-01-25
sh-pfc: Add sh7724 pinmux support
Laurent Pinchart
5
-0
/
+2235
2013-01-25
sh-pfc: Add sh7723 pinmux support
Laurent Pinchart
5
-0
/
+1913
2013-01-25
sh-pfc: Add sh7722 pinmux support
Laurent Pinchart
5
-0
/
+1789
2013-01-25
sh-pfc: Add sh7720 pinmux support
Laurent Pinchart
5
-0
/
+1246
2013-01-25
sh-pfc: Add sh7269 pinmux support
Laurent Pinchart
5
-0
/
+2844
2013-01-25
sh-pfc: Add sh7264 pinmux support
Laurent Pinchart
5
-0
/
+2141
2013-01-25
sh-pfc: Add sh7203 pinmux support
Laurent Pinchart
5
-0
/
+1602
2013-01-25
sh-pfc: Add sh73a0 pinmux support
Laurent Pinchart
5
-0
/
+2807
2013-01-25
sh-pfc: Add sh7372 pinmux support
Laurent Pinchart
5
-0
/
+1667
2013-01-25
sh-pfc: Add r8a7779 pinmux support
Laurent Pinchart
5
-0
/
+2633
2013-01-25
sh-pfc: Add r8a7740 pinmux support
Laurent Pinchart
5
-0
/
+2622
2013-01-25
sh-pfc: Support pinmux info in driver data instead of platform data
Laurent Pinchart
4
-49
/
+51
2013-01-25
sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/
Laurent Pinchart
10
-9
/
+15
2013-01-25
sh-pfc: Remove unused resource and num_resources platform data fields
Laurent Pinchart
1
-13
/
+4
2013-01-25
sh-pfc: Remove platform device registration
Laurent Pinchart
1
-12
/
+0
2013-01-25
sh-pfc: Support passing resources through platform device
Laurent Pinchart
2
-7
/
+21
2013-01-25
sh-pfc: Split platform device and platform driver registration
Laurent Pinchart
1
-9
/
+6
2013-01-25
sh-pfc: Use sh_pfc_ namespace prefix through the whole driver
Laurent Pinchart
2
-56
/
+55
2013-01-25
sh-pfc: Sort headers alphabetically
Laurent Pinchart
3
-15
/
+15
2013-01-25
sh-pfc: Remove check for impossible error condition
Laurent Pinchart
1
-2
/
+2
2013-01-25
sh-pfc: Let the compiler decide whether to inline functions
Laurent Pinchart
1
-5
/
+3
2013-01-25
sh-pfc: Use devm_ioremap_nocache()
Laurent Pinchart
1
-21
/
+4
2013-01-25
sh-pfc: Use devm_kzalloc()
Laurent Pinchart
3
-40
/
+19
2013-01-25
sh-pfc: Move platform device and driver to the core
Laurent Pinchart
4
-94
/
+114
2013-01-25
sh-pfc: Merge PFC core and gpio
Laurent Pinchart
5
-87
/
+25
2013-01-25
sh-pfc: Merge PFC core and pinctrl
Laurent Pinchart
4
-25
/
+7
2013-01-25
sh-pfc: Move private definitions and declarations to private header
Laurent Pinchart
4
-0
/
+50
2013-01-25
sh-pfc: Split platform data from the sh_pfc structure
Laurent Pinchart
3
-68
/
+67
2013-01-09
Merge tag 'edac_fixes_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-18
/
+9
2013-01-09
Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
5
-25
/
+29
2013-01-09
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
46
-792
/
+437
2013-01-08
Merge tag 'mxs-fixes-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 i...
Olof Johansson
1
-1
/
+2
2013-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
20
-41
/
+116
2013-01-08
drm/ttm: fix fence locking in ttm_buffer_object_transfer
Daniel Vetter
1
-1
/
+3
2013-01-08
Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
6
-16
/
+135
2013-01-08
drm/prime: drop reference on imported dma-buf come from gem
Seung-Woo Kim
5
-0
/
+17
2013-01-08
xen/netfront: improve truesize tracking
Ian Campbell
1
-23
/
+4
2013-01-08
Merge tag 'pm+acpi-for-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
21
-852
/
+149
2013-01-07
EDAC: Cleanup device deregistering path
Lans Zhang
1
-12
/
+6
2013-01-07
EDAC: Fix EDAC Kconfig menu
Borislav Petkov
1
-5
/
+3
2013-01-07
EDAC: Fix kernel panic on module unloading
Konstantin Khlebnikov
1
-2
/
+1
2013-01-07
pinctrl: mvebu: make pdma clock on dove mandatory
Sebastian Hesselbarth
1
-2
/
+5
2013-01-07
drm/radeon: add quirk for d3 delay during switcheroo poweron for apple macbooks
Maarten Lankhorst
1
-0
/
+28
2013-01-07
drm/exynos: move finish page flip to a common place
Rahul Sharma
5
-88
/
+36
2013-01-07
drm/exynos: fimd: modify condition in fimd resume
Prathyush K
1
-1
/
+1
[next]