summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'depends/rmk/memory_h' into next/cleanup2Arnd Bergmann2011-11-016-106/+21
|\
| * ARM: switch from NO_MACH_MEMORY_H to NEED_MACH_MEMORY_HNicolas Pitre2011-10-131-1/+1
| * ARM: mach-omap2: remove mach/memory.hNicolas Pitre2011-09-262-46/+1
| * ARM: OMAP: move OMAP1 memory config from plat/memory.h to its mach/memory.hNicolas Pitre2011-09-261-44/+1
| * ARM: plat-omap: make OMAP_UART_INFO into a relative offsetNicolas Pitre2011-09-262-4/+10
| * ARM: omap: Setup consistent dma size at boot timeJon Medhurst2011-08-223-13/+10
* | ARM: OMAP: Warn if omap_ioremap is called before SoC detectionTony Lindgren2011-10-202-0/+12
* | ARM: OMAP: Move set_globals initialization to happen in init_earlyTony Lindgren2011-10-201-7/+7
* | ARM: OMAP: Map SRAM later on with ioremap_exec()Tony Lindgren2011-10-202-49/+22
* | ARM: OMAP: Remove calls to SRAM allocations for framebufferTony Lindgren2011-10-201-16/+0
* | ARM: OMAP: Avoid cpu_is_omapxxxx usage until map_io is doneTony Lindgren2011-10-201-0/+1
* | ARM: OMAP1: Use generic map_io, init_early and init_irqTony Lindgren2011-10-201-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
| |_|_|/ / |/| | | |
| | | * | ARM: OMAP: dmtimer: add error handling to export APIsTarun Kanti DebBarma2011-09-222-37/+89
| | | * | ARM: OMAP: dmtimer: low-power mode supportTarun Kanti DebBarma2011-09-222-5/+140
| | | * | ARM: OMAP: dmtimer: skip reserved timersTony Lindgren2011-09-222-1/+8
| | | * | ARM: OMAP: dmtimer: pm_runtime supportTarun Kanti DebBarma2011-09-222-24/+10
| | | * | ARM: OMAP: dmtimer: switch-over to platform device driverTarun Kanti DebBarma2011-09-222-248/+103
| | | * | ARM: OMAP: dmtimer: platform driverTarun Kanti DebBarma2011-09-222-6/+135
| | | * | ARM: OMAP2+: dmtimer: convert to platform devicesTarun Kanti DebBarma2011-09-221-1/+11
| | | * | ARM: OMAP1: dmtimer: conversion to platform devicesTarun Kanti DebBarma2011-09-222-44/+20
| | | * | ARM: OMAP: Add support for dmtimer v2 ipTony Lindgren2011-09-192-65/+111
| | * | | Merge branch 'for_3.2/voltage-cleanup' of git://gitorious.org/khilman/linux-o...Tony Lindgren2011-09-162-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
| * | | | ARM: OMAP2+: Add SoC specific map_io functionsBenoit Cousson2011-09-271-0/+4
| * | | | ARM: OMAP: mcbsp: Start generalize signal muxing functionsJarkko Nikula2011-09-272-8/+29
| * | | | ARM: OMAP: mcbsp: Start generalize omap2_mcbsp_set_clks_srcJarkko Nikula2011-09-272-12/+26
| * | | | ARM: OMAP: mcbsp: Move address definitions to arch/arm/mach-omap1/mcbsp.cJarkko Nikula2011-09-271-11/+0
| * | | | ARM: OMAP: mcbsp: Update mcbsp.h include dependenciesJarkko Nikula2011-09-271-3/+1
| * | | | ARM: OMAP: mcbsp: Cleanup sidetone control initialization and make it genericJarkko Nikula2011-09-272-57/+22
| * | | | ARM: OMAP: mcbsp: Move sidetone clock management to mach-omap2/mcbsp.cJarkko Nikula2011-09-272-14/+5
| * | | | ARM: OMAP: mcbsp: Use per instance register cache sizeJarkko Nikula2011-09-272-4/+5
| * | | | ARM: OMAP: mcbsp: Make threshold based transfer code genericJarkko Nikula2011-09-272-76/+59
| * | | | ARM: OMAP: mcbsp: Make tranceiver configuration control register access genericJarkko Nikula2011-09-272-4/+5
| * | | | ARM: OMAP: mcbsp: Make wakeup control genericJarkko Nikula2011-09-272-34/+12
| * | | | ARM: OMAP: mcbsp: Implement generic register accessJarkko Nikula2011-09-272-115/+75
| * | | | ARM: OMAP: mcbsp: Move out omap_mcbsp_register_board_cfg from plat-omap/devic...Jarkko Nikula2011-09-272-48/+0
| * | | | ARM: OMAP: mcbsp: Remove unused variables from platform dataJarkko Nikula2011-09-271-7/+0
| * | | | Merge branch 'for_3.2/omap_device' of git://gitorious.org/khilman/linux-omap-...Tony Lindgren2011-09-234-135/+118
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | OMAP: omap_device: decouple platform_device from omap_deviceKevin Hilman2011-09-162-50/+57
| | * | | OMAP: omap_device: _disable_idle_on_suspend() takes platform_device pointerKevin Hilman2011-09-161-5/+8
| | * | | OMAP: omap_device: device register functions now take platform_device pointerKevin Hilman2011-09-161-11/+11
| | * | | OMAP: omap_device: when building return platform_device instead of omap_deviceKevin Hilman2011-09-163-9/+9