summaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Merge branch 'depends/rmk/memory_h' into next/cleanup2Arnd Bergmann6-106/+21
2011-10-20ARM: OMAP: Warn if omap_ioremap is called before SoC detectionTony Lindgren2-0/+12
2011-10-20ARM: OMAP: Move set_globals initialization to happen in init_earlyTony Lindgren1-7/+7
2011-10-20ARM: OMAP: Map SRAM later on with ioremap_exec()Tony Lindgren2-49/+22
2011-10-20ARM: OMAP: Remove calls to SRAM allocations for framebufferTony Lindgren1-16/+0
2011-10-20ARM: OMAP: Avoid cpu_is_omapxxxx usage until map_io is doneTony Lindgren1-0/+1
2011-10-20ARM: OMAP1: Use generic map_io, init_early and init_irqTony Lindgren1-2/+25
2011-10-13ARM: switch from NO_MACH_MEMORY_H to NEED_MACH_MEMORY_HNicolas Pitre1-1/+1
2011-10-04ARM: OMAP: omap_device: Add a method to build an omap_device from a DT nodeBenoit Cousson1-0/+101
2011-10-04ARM: OMAP: omap_device: Add omap_device_[alloc|delete] for DT integrationBenoit Cousson1-58/+119
2011-10-04ARM: OMAP2+: devices: Remove all omap_device_pm_latency structuresBenoit Cousson1-9/+1
2011-10-04ARM: OMAP: omap_device: Create a default omap_device_pm_latencyBenoit Cousson1-1/+18
2011-10-04ARM: OMAP: omap_device: Add omap_device_get_by_hwmod_nameNishanth Menon2-0/+37
2011-10-04Merge branches 'cleanup-part3', 'voltage', 'dmtimer' and 'l3' into dt-baseTony Lindgren14-994/+966
2011-09-27ARM: OMAP2+: Add SoC specific map_io functionsBenoit Cousson1-0/+4
2011-09-27ARM: OMAP: mcbsp: Start generalize signal muxing functionsJarkko Nikula2-8/+29
2011-09-27ARM: OMAP: mcbsp: Start generalize omap2_mcbsp_set_clks_srcJarkko Nikula2-12/+26
2011-09-27ARM: OMAP: mcbsp: Move address definitions to arch/arm/mach-omap1/mcbsp.cJarkko Nikula1-11/+0
2011-09-27ARM: OMAP: mcbsp: Update mcbsp.h include dependenciesJarkko Nikula1-3/+1
2011-09-27ARM: OMAP: mcbsp: Cleanup sidetone control initialization and make it genericJarkko Nikula2-57/+22
2011-09-27ARM: OMAP: mcbsp: Move sidetone clock management to mach-omap2/mcbsp.cJarkko Nikula2-14/+5
2011-09-27ARM: OMAP: mcbsp: Use per instance register cache sizeJarkko Nikula2-4/+5
2011-09-27ARM: OMAP: mcbsp: Make threshold based transfer code genericJarkko Nikula2-76/+59
2011-09-27ARM: OMAP: mcbsp: Make tranceiver configuration control register access genericJarkko Nikula2-4/+5
2011-09-27ARM: OMAP: mcbsp: Make wakeup control genericJarkko Nikula2-34/+12
2011-09-27ARM: OMAP: mcbsp: Implement generic register accessJarkko Nikula2-115/+75
2011-09-27ARM: OMAP: mcbsp: Move out omap_mcbsp_register_board_cfg from plat-omap/devic...Jarkko Nikula2-48/+0
2011-09-27ARM: OMAP: mcbsp: Remove unused variables from platform dataJarkko Nikula1-7/+0
2011-09-26ARM: mach-omap2: remove mach/memory.hNicolas Pitre2-46/+1
2011-09-26ARM: OMAP: move OMAP1 memory config from plat/memory.h to its mach/memory.hNicolas Pitre1-44/+1
2011-09-26ARM: plat-omap: make OMAP_UART_INFO into a relative offsetNicolas Pitre2-4/+10
2011-09-24OMAP4: Fix the emif and dmm virtual mappingSantosh Shilimkar1-2/+2
2011-09-23Merge branch 'for_3.2/omap_device' of git://gitorious.org/khilman/linux-omap-...Tony Lindgren4-135/+118
2011-09-22ARM: OMAP: dmtimer: add error handling to export APIsTarun Kanti DebBarma2-37/+89
2011-09-22ARM: OMAP: dmtimer: low-power mode supportTarun Kanti DebBarma2-5/+140
2011-09-22ARM: OMAP: dmtimer: skip reserved timersTony Lindgren2-1/+8
2011-09-22ARM: OMAP: dmtimer: pm_runtime supportTarun Kanti DebBarma2-24/+10
2011-09-22ARM: OMAP: dmtimer: switch-over to platform device driverTarun Kanti DebBarma2-248/+103
2011-09-22ARM: OMAP: dmtimer: platform driverTarun Kanti DebBarma2-6/+135
2011-09-22ARM: OMAP2+: dmtimer: convert to platform devicesTarun Kanti DebBarma1-1/+11
2011-09-22ARM: OMAP1: dmtimer: conversion to platform devicesTarun Kanti DebBarma2-44/+20
2011-09-19ARM: OMAP: Add support for dmtimer v2 ipTony Lindgren2-65/+111
2011-09-16OMAP: omap_device: decouple platform_device from omap_deviceKevin Hilman2-50/+57
2011-09-16OMAP: omap_device: _disable_idle_on_suspend() takes platform_device pointerKevin Hilman1-5/+8
2011-09-16OMAP: omap_device: device register functions now take platform_device pointerKevin Hilman1-11/+11
2011-09-16OMAP: omap_device: when building return platform_device instead of omap_deviceKevin Hilman3-9/+9
2011-09-16OMAP: omap_device: remove internal functions from omap_device.hKevin Hilman2-10/+8
2011-09-16OMAP: omap_device: make latency autoadjust messages debugGrazvydas Ignotas1-8/+8
2011-09-16OMAP: omap_device: replace debug/warning/error prints with dev_* macrosKevin Hilman1-43/+42
2011-09-16omap: mcbsp: Remove omap device APIJarkko Nikula1-27/+0