summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-017-134/+335
|\
| * Merge branch 'depends/rmk/memory_h' into next/cleanup2Arnd Bergmann2011-11-016-106/+21
| |\
| * | ARM: OMAP: Warn if omap_ioremap is called before SoC detectionTony Lindgren2011-10-192-0/+12
| * | ARM: OMAP: Move set_globals initialization to happen in init_earlyTony Lindgren2011-10-191-7/+7
| * | ARM: OMAP: Map SRAM later on with ioremap_exec()Tony Lindgren2011-10-192-49/+22
| * | 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-191-0/+1
| * | ARM: OMAP1: Use generic map_io, init_early and init_irqTony Lindgren2011-10-191-2/+25
| * | 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-041-9/+1
| * | ARM: OMAP: omap_device: Create a default omap_device_pm_latencyBenoit Cousson2011-10-041-1/+18
| * | 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-0414-994/+966
| |\ \ \ \ \
| | | | | * | OMAP4: Fix the emif and dmm virtual mappingSantosh Shilimkar2011-09-241-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'next/pm' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-012-1/+20
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'for_3.2/voltage-cleanup' of git://gitorious.org/khilman/linux-o...Tony Lindgren2011-09-152-1/+20
| |\ \ \ \ \
| | * | | | | omap: voltage: add a stub header file for external/regulator useTero Kristo2011-09-151-0/+20
| | * | | | | OMAP2+: hwmod: remove unused voltagedomain pointerKevin Hilman2011-09-151-1/+0
* | | | | | | Merge branch 'next/timer' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-012-375/+571
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branches 'stericsson/timer' and 'omap/dmtimer' into next/timerArnd Bergmann2011-10-317-473/+596
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | ARM: omap: use __devexit_p in dmtimer driverArnd Bergmann2011-10-011-1/+1
| | | |_|_|/ / | | |/| | | |
| | * | | | | ARM: OMAP: dmtimer: add error handling to export APIsTarun Kanti DebBarma2011-09-212-37/+89
| | * | | | | ARM: OMAP: dmtimer: low-power mode supportTarun Kanti DebBarma2011-09-212-5/+140
| | * | | | | ARM: OMAP: dmtimer: skip reserved timersTony Lindgren2011-09-212-1/+8
| | * | | | | ARM: OMAP: dmtimer: pm_runtime supportTarun Kanti DebBarma2011-09-212-24/+10
| | * | | | | ARM: OMAP: dmtimer: switch-over to platform device driverTarun Kanti DebBarma2011-09-212-248/+103
| | * | | | | ARM: OMAP: dmtimer: platform driverTarun Kanti DebBarma2011-09-212-6/+135
| | * | | | | ARM: OMAP2+: dmtimer: convert to platform devicesTarun Kanti DebBarma2011-09-211-1/+11
| | * | | | | ARM: OMAP1: dmtimer: conversion to platform devicesTarun Kanti DebBarma2011-09-212-44/+20
| | * | | | | ARM: OMAP: Add support for dmtimer v2 ipTony Lindgren2011-09-192-65/+111
| | |/ / / /
* | | | | | Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-0111-616/+373
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'next/fixes' into next/cleanupArnd Bergmann2011-10-318-119/+14
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'depends/rmk/memory_h' into next/fixesArnd Bergmann2011-10-316-106/+21
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Merge branch 'depends/rmk/gpio' into next/fixesArnd Bergmann2011-10-314-26/+3
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'depends/rmk/devel-stable' into next/cleanupArnd Bergmann2011-10-083-13/+10
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | ARM: OMAP2+: Add SoC specific map_io functionsBenoit Cousson2011-09-261-0/+4
| * | | | | | | ARM: OMAP: mcbsp: Start generalize signal muxing functionsJarkko Nikula2011-09-262-8/+29
| * | | | | | | ARM: OMAP: mcbsp: Start generalize omap2_mcbsp_set_clks_srcJarkko Nikula2011-09-262-12/+26
| * | | | | | | ARM: OMAP: mcbsp: Move address definitions to arch/arm/mach-omap1/mcbsp.cJarkko Nikula2011-09-261-11/+0
| * | | | | | | ARM: OMAP: mcbsp: Update mcbsp.h include dependenciesJarkko Nikula2011-09-261-3/+1
| * | | | | | | ARM: OMAP: mcbsp: Cleanup sidetone control initialization and make it genericJarkko Nikula2011-09-262-57/+22
| * | | | | | | ARM: OMAP: mcbsp: Move sidetone clock management to mach-omap2/mcbsp.cJarkko Nikula2011-09-262-14/+5
| * | | | | | | ARM: OMAP: mcbsp: Use per instance register cache sizeJarkko Nikula2011-09-262-4/+5
| * | | | | | | ARM: OMAP: mcbsp: Make threshold based transfer code genericJarkko Nikula2011-09-262-76/+59
| * | | | | | | ARM: OMAP: mcbsp: Make tranceiver configuration control register access genericJarkko Nikula2011-09-262-4/+5
| * | | | | | | ARM: OMAP: mcbsp: Make wakeup control genericJarkko Nikula2011-09-262-34/+12
| * | | | | | | ARM: OMAP: mcbsp: Implement generic register accessJarkko Nikula2011-09-262-115/+75
| * | | | | | | ARM: OMAP: mcbsp: Move out omap_mcbsp_register_board_cfg from plat-omap/devic...Jarkko Nikula2011-09-262-48/+0
| * | | | | | | ARM: OMAP: mcbsp: Remove unused variables from platform dataJarkko Nikula2011-09-261-7/+0