summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Merge branch 'omap/dt' into next/dtArnd Bergmann2011-10-31123-5040/+5809
| |\ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'msm/dt', 'imx/dt' and 'at91/dt' into next/dtArnd Bergmann2011-10-30248-623/+3295
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | ARM: at91: add at91sam9g20 and Calao USB A9G20 DT supportJean-Christophe PLAGNIOL-VILLARD2011-10-255-1/+159
| | | * | | | | | | | | | | | | ARM: at91: dt: at91sam9g45 family and board device tree filesNicolas Ferre2011-10-257-0/+285
| | * | | | | | | | | | | | | | arm/mx5: add device tree support for imx51 babbageShawn Guo2011-10-188-2/+524
| | * | | | | | | | | | | | | | arm/mx5: add device tree support for imx53 boardsShawn Guo2011-10-1814-10/+1034
| | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | ARM: msm: Add devicetree support for msm8660-surfDavid Brown2011-08-292-7/+75
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-0156-1118/+1372
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'depends/rmk/memory_h' into next/cleanup2Arnd Bergmann2011-11-01464-1658/+829
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | ARM: OMAP: Warn if omap_ioremap is called before SoC detectionTony Lindgren2011-10-194-0/+14
| * | | | | | | | | | | | | | | ARM: OMAP: Move set_globals initialization to happen in init_earlyTony Lindgren2011-10-198-70/+62
| * | | | | | | | | | | | | | | ARM: OMAP: Map SRAM later on with ioremap_exec()Tony Lindgren2011-10-196-76/+28
| * | | | | | | | | | | | | | | ARM: OMAP: Remove calls to SRAM allocations for framebufferTony Lindgren2011-10-191-16/+0
| * | | | | | | | | | | | | | | ARM: OMAP: Avoid cpu_is_omapxxxx usage until map_io is doneTony Lindgren2011-10-193-53/+50
| * | | | | | | | | | | | | | | ARM: OMAP1: Use generic map_io, init_early and init_irqTony Lindgren2011-10-1917-296/+183
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | arm/dts: OMAP3+: Add mpu, dsp and iva nodesBenoit Cousson2011-10-043-1/+44
| * | | | | | | | | | | | | | arm/dts: OMAP4: Add a main ocp entry bound to l3-noc driverBenoit Cousson2011-10-042-1/+7
| * | | | | | | | | | | | | | ARM: OMAP2+: l3-noc: Add support for device-treeBenoit Cousson2011-10-041-6/+19
| * | | | | | | | | | | | | | ARM: OMAP2+: board-generic: Add i2c static initBenoit Cousson2011-10-041-2/+39
| * | | | | | | | | | | | | | ARM: OMAP2+: board-generic: Add DT support to generic boardBenoit Cousson2011-10-042-45/+90
| * | | | | | | | | | | | | | arm/dts: Add support for OMAP3 Beagle boardBenoit Cousson2011-10-041-0/+29
| * | | | | | | | | | | | | | arm/dts: Add initial device tree support for OMAP3 SoCBenoit Cousson2011-10-041-0/+44
| * | | | | | | | | | | | | | arm/dts: Add support for OMAP4 SDP boardBenoit Cousson2011-10-041-0/+29
| * | | | | | | | | | | | | | arm/dts: Add support for OMAP4 PandaBoardBenoit Cousson2011-10-041-0/+29
| * | | | | | | | | | | | | | arm/dts: Add initial device tree support for OMAP4 SoCBenoit Cousson2011-10-041-0/+79
| * | | | | | | | | | | | | | ARM: OMAP: omap_device: Add a method to build an omap_device from a DT nodeBenoit Cousson2011-10-041-0/+101
| * | | | | | | | | | | | | | ARM: OMAP: omap_device: Add omap_device_[alloc|delete] for DT integrationBenoit Cousson2011-10-041-58/+119
| * | | | | | | | | | | | | | ARM: OMAP2+: devices: Remove all omap_device_pm_latency structuresBenoit Cousson2011-10-0411-164/+14
| * | | | | | | | | | | | | | ARM: OMAP: omap_device: Create a default omap_device_pm_latencyBenoit Cousson2011-10-041-1/+18
| * | | | | | | | | | | | | | ARM: OMAP2+: pm: Remove static devices variable for mpu, dsp, iva and l3 PMBenoit Cousson2011-10-041-40/+7
| * | | | | | | | | | | | | | ARM: OMAP2+: pm: Use hwmod name instead of dev pointerBenoit Cousson2011-10-041-7/+15
| * | | | | | | | | | | | | | ARM: OMAP3: beagle-board: Use the omap_hwmod_name_get_dev APIBenoit Cousson2011-10-041-2/+2
| * | | | | | | | | | | | | | ARM: OMAP: omap_device: Add omap_device_get_by_hwmod_nameNishanth Menon2011-10-042-0/+37
| | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'cleanup-part3', 'voltage', 'dmtimer' and 'l3' into dt-baseTony Lindgren2011-10-04116-4762/+5136
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for_3_2/omap_misc' of git://gitorious.org/omap-sw-develoment/li...Tony Lindgren2011-09-285-291/+322
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | | | | OMAP4: Fix the emif and dmm virtual mappingSantosh Shilimkar2011-09-241-2/+2
| | | | | | * | | | | | | | | | | | | | OMAP: Print Initiator name for l3 custom error.sricharan2011-09-242-10/+50
| | | | | | * | | | | | | | | | | | | | OMAP: Fix sparse warnings in l3 error handler.sricharan2011-09-243-14/+15
| | | | | | * | | | | | | | | | | | | | OMAP: Fix indentation issues in l3 error handler.sricharan2011-09-244-204/+202
| | | | | | * | | | | | | | | | | | | | OMAP: Fix a BUG in l3 error handler.Todd Poynor2011-09-241-7/+5
| | | | | | * | | | | | | | | | | | | | OMAP: Improve register access in L3 Error handler.Todd Poynor2011-09-244-71/+65
| | | * | | | | | | | | | | | | | | | | Merge branch 'for_3.2/voltage-cleanup' of git://gitorious.org/khilman/linux-o...Tony Lindgren2011-09-232-16/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'next/cross-platform' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-0115-79/+136
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'cross-platform/debug_ll' and 'cross-platform/cpu-mapping' int...Arnd Bergmann2011-10-2026-23/+312
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | ARM: versatile: convert logical CPU numbers to physical numbersWill Deacon2011-10-173-3/+3
| | * | | | | | | | | | | | | | | | | | | | ARM: ux500: convert logical CPU numbers to physical numbersWill Deacon2011-10-172-2/+2
| | * | | | | | | | | | | | | | | | | | | | ARM: shmobile: convert logical CPU numbers to physical numbersWill Deacon2011-10-171-1/+5
| | * | | | | | | | | | | | | | | | | | | | ARM: msm: convert logical CPU numbers to physical numbersWill Deacon2011-10-172-2/+2
| | * | | | | | | | | | | | | | | | | | | | ARM: exynos4: convert logical CPU numbers to physical numbersWill Deacon2011-10-172-2/+2
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | arm/imx: use Kconfig choice for low-level debug UART selectionShawn Guo2011-10-173-42/+64