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.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
/
arch
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-20
ARM: OMAP: Warn if omap_ioremap is called before SoC detection
Tony Lindgren
4
-0
/
+14
2011-10-20
ARM: OMAP: Move set_globals initialization to happen in init_early
Tony Lindgren
8
-70
/
+62
2011-10-20
ARM: OMAP: Map SRAM later on with ioremap_exec()
Tony Lindgren
6
-76
/
+28
2011-10-20
ARM: OMAP: Remove calls to SRAM allocations for framebuffer
Tony Lindgren
1
-16
/
+0
2011-10-20
ARM: OMAP: Avoid cpu_is_omapxxxx usage until map_io is done
Tony Lindgren
3
-53
/
+50
2011-10-20
ARM: OMAP1: Use generic map_io, init_early and init_irq
Tony Lindgren
17
-296
/
+183
2011-10-05
arm/dts: OMAP3+: Add mpu, dsp and iva nodes
Benoit Cousson
3
-1
/
+44
2011-10-05
arm/dts: OMAP4: Add a main ocp entry bound to l3-noc driver
Benoit Cousson
2
-1
/
+7
2011-10-05
ARM: OMAP2+: l3-noc: Add support for device-tree
Benoit Cousson
1
-6
/
+19
2011-10-05
ARM: OMAP2+: board-generic: Add i2c static init
Benoit Cousson
1
-2
/
+39
2011-10-05
ARM: OMAP2+: board-generic: Add DT support to generic board
Benoit Cousson
2
-45
/
+90
2011-10-05
arm/dts: Add support for OMAP3 Beagle board
Benoit Cousson
1
-0
/
+29
2011-10-05
arm/dts: Add initial device tree support for OMAP3 SoC
Benoit Cousson
1
-0
/
+44
2011-10-05
arm/dts: Add support for OMAP4 SDP board
Benoit Cousson
1
-0
/
+29
2011-10-05
arm/dts: Add support for OMAP4 PandaBoard
Benoit Cousson
1
-0
/
+29
2011-10-05
arm/dts: Add initial device tree support for OMAP4 SoC
Benoit Cousson
1
-0
/
+79
2011-10-04
ARM: OMAP: omap_device: Add a method to build an omap_device from a DT node
Benoit Cousson
1
-0
/
+101
2011-10-04
ARM: OMAP: omap_device: Add omap_device_[alloc|delete] for DT integration
Benoit Cousson
1
-58
/
+119
2011-10-04
ARM: OMAP2+: devices: Remove all omap_device_pm_latency structures
Benoit Cousson
11
-164
/
+14
2011-10-04
ARM: OMAP: omap_device: Create a default omap_device_pm_latency
Benoit Cousson
1
-1
/
+18
2011-10-04
ARM: OMAP2+: pm: Remove static devices variable for mpu, dsp, iva and l3 PM
Benoit Cousson
1
-40
/
+7
2011-10-04
ARM: OMAP2+: pm: Use hwmod name instead of dev pointer
Benoit Cousson
1
-7
/
+15
2011-10-04
ARM: OMAP3: beagle-board: Use the omap_hwmod_name_get_dev API
Benoit Cousson
1
-2
/
+2
2011-10-04
ARM: OMAP: omap_device: Add omap_device_get_by_hwmod_name
Nishanth Menon
2
-0
/
+37
2011-10-04
Merge branches 'cleanup-part3', 'voltage', 'dmtimer' and 'l3' into dt-base
Tony Lindgren
116
-4762
/
+5136
2011-10-03
ARM: OMAP: irq: loop counter fix in omap_init_irq()
Tapani Utriainen
1
-2
/
+2
2011-10-03
ARM: OMAP4: Keyboard: Fix section mismatch in the board file
Bjarne Steinsbo
1
-1
/
+1
2011-09-30
ARM: OMAP: musb: Remove a redundant omap4430_phy_init call in usb_musb_init
Axel Lin
1
-3
/
+0
2011-09-30
ARM: OMAP: Fix i2c init for twl4030
Tony Lindgren
1
-1
/
+2
2011-09-30
ARM: OMAP4: MMC: fix power and audio issue, decouple USBC1 from MMC1
Bryan Buckley
1
-8
/
+4
2011-09-29
Merge branch 'for_3_2/omap_misc' of git://gitorious.org/omap-sw-develoment/li...
Tony Lindgren
5
-291
/
+322
2011-09-27
ARM: OMAP2+: Remove custom init_irq for remaining boards
Tony Lindgren
5
-30
/
+5
2011-09-27
ARM: OMAP2+: Use SoC specifc map_io
Tony Lindgren
8
-58
/
+10
2011-09-27
ARM: OMAP2+: Add SoC specific map_io functions
Benoit Cousson
2
-0
/
+22
2011-09-27
ARM: OMAP: mcbsp: Start generalize signal muxing functions
Jarkko Nikula
3
-27
/
+53
2011-09-27
ARM: OMAP: mcbsp: Start generalize omap2_mcbsp_set_clks_src
Jarkko Nikula
3
-28
/
+35
2011-09-27
ARM: OMAP: mcbsp: Move address definitions to arch/arm/mach-omap1/mcbsp.c
Jarkko Nikula
2
-11
/
+11
2011-09-27
ARM: OMAP: mcbsp: Update mcbsp.h include dependencies
Jarkko Nikula
1
-3
/
+1
2011-09-27
ARM: OMAP: mcbsp: Cleanup sidetone control initialization and make it generic
Jarkko Nikula
2
-57
/
+22
2011-09-27
ARM: OMAP: mcbsp: Move sidetone clock management to mach-omap2/mcbsp.c
Jarkko Nikula
3
-14
/
+31
2011-09-27
ARM: OMAP: mcbsp: Use per instance register cache size
Jarkko Nikula
2
-4
/
+5
2011-09-27
ARM: OMAP: mcbsp: Make threshold based transfer code generic
Jarkko Nikula
2
-76
/
+59
2011-09-27
ARM: OMAP: mcbsp: Make tranceiver configuration control register access generic
Jarkko Nikula
3
-6
/
+9
2011-09-27
ARM: OMAP: mcbsp: Make wakeup control generic
Jarkko Nikula
3
-34
/
+15
2011-09-27
ARM: OMAP: mcbsp: Implement generic register access
Jarkko Nikula
4
-116
/
+82
2011-09-27
ARM: OMAP: mcbsp: Move out omap_mcbsp_register_board_cfg from plat-omap/devic...
Jarkko Nikula
3
-48
/
+32
2011-09-27
ARM: OMAP: mcbsp: Remove unused variables from platform data
Jarkko Nikula
1
-7
/
+0
2011-09-27
Merge branch 'samsung-fixes-3' of git://github.com/kgene/linux-samsung
Linus Torvalds
4
-13
/
+10
2011-09-27
ARM: EXYNOS4: Rename sclk_cam clocks for FIMC driver
Sylwester Nawrocki
1
-4
/
+2
2011-09-27
ARM: S5PV210: Rename sclk_cam clocks for FIMC media driver
Sylwester Nawrocki
1
-4
/
+2
[next]