summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP4: SMP: Add mpu timer support for OMAP4430Santosh Shilimkar2009-06-092-0/+30
* ARM: OMAP4: SMP: Add OMAP4430 SMP board filesSantosh Shilimkar2009-06-091-0/+51
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Russell King2009-05-2923-412/+367
|\
| * Merge branch 'omap4' into for-nextTony Lindgren2009-05-2813-14/+264
| |\
| | * ARM: OMAP4: Add minimal support for omap4Santosh Shilimkar2009-05-2813-14/+264
| * | Merge branch 'omap3-upstream' into for-nextTony Lindgren2009-05-282-4/+4
| |\|
| | * ARM: OMAP3: Initialize more devices for LDPTony Lindgren2009-05-281-0/+4
| | * ARM: OMAP2/3: Remove L4_WK_OMAP_BASE, L4_PER_OMAP_BASE, L4_EMU_BASE, L3_OMAP_...Tony Lindgren2009-05-281-4/+0
| * | Merge branch 'omap-upstream' into for-nextTony Lindgren2009-05-285-8/+65
| |\|
| | * ARM: OMAP1: Make 770 LCD workAndrew de Quincey2009-05-281-4/+0
| | * ARM: OMAP2/3: Add generic smc91x support when connected to GPMCTony Lindgren2009-05-281-0/+42
| | * ARM: OMAP2/3: Add generic onenand support when connected to GPMCJuha Yrjola2009-05-281-2/+20
| | * ARM: OMAP2/3: sDMA: Correct omap_request_dma_chain(), v2Santosh Shilimkar2009-05-281-1/+1
| | * ARM: OMAP2/3: DMA: implement trans copy and const fillTomi Valkeinen2009-05-281-0/+1
| | * ARM: OMAP: Increase VMALLOC_END to allow 256MB RAMMans Rullgard2009-05-251-1/+1
| | * ARM: OMAP2/3: Remove OMAP_CM_REGADDRTony Lindgren2009-05-252-16/+0
| | * ARM: OMAP2/3: Remove OMAP2_PRCM_BASETony Lindgren2009-05-251-2/+0
| | * ARM: OMAP2/3: Move define of OMAP2_VA_IC_BASE to be local to entry-macro.STony Lindgren2009-05-253-6/+6
| | * ARM: OMAP2/3: Remove OMAP_PRM_REGADDR and OMAP2_PRM_BASETony Lindgren2009-05-252-3/+0
| | * ARM: OMAP2/3: Remove OMAP2_32KSYNCT_BASETony Lindgren2009-05-252-3/+0
| * | OMAP3: PM: Ensure MUSB block can idle when driver not loadedPeter 'p2' De Schrijver2009-05-281-6/+0
| * | OMAP3: PM: Add D2D clocks and auto-idle setup to PRCM initKevin Hilman2009-05-281-0/+4
| * | OMAP3: PM: UART: disable clocks when idle and off-mode supportKevin Hilman2009-05-282-2/+9
| * | OMAP3: PM: Add wake-up bit defintiions for CONTROL_PADCONF_XKevin Hilman2009-05-281-0/+4
| * | OMAP3: PM: Force IVA2 into idle during bootupKevin Hilman2009-05-281-0/+5
| * | OMAP: Add new function to check wether there is irq pendingJouni Hogander2009-05-281-0/+1
| * | OMAP2/3: PM: push core PM code from linux-omapKevin Hilman2009-05-281-345/+0
| * | Merge branch 'omap-clock-upstream' of git://git.pwsan.com/linux-2.6 into for-...Tony Lindgren2009-05-262-3/+5
| |\ \
| | * | OMAP2xxx clock: rename clk_init_one() to clk_preinit()Paul Walmsley2009-05-121-1/+1
| | * | OMAP3 clock: only unlock SDRC DLL if SDRC clk < 83MHzPaul Walmsley2009-05-121-2/+4
| | |/
| * | ARM: OMAP2/3: Remove OMAP_CM_REGADDRTony Lindgren2009-05-252-16/+0
| * | ARM: OMAP2/3: Remove OMAP2_PRCM_BASETony Lindgren2009-05-251-2/+0
| * | ARM: OMAP2/3: Move define of OMAP2_VA_IC_BASE to be local to entry-macro.STony Lindgren2009-05-253-6/+6
| * | ARM: OMAP2/3: Remove OMAP_PRM_REGADDR and OMAP2_PRM_BASETony Lindgren2009-05-252-3/+0
| * | ARM: OMAP2/3: Remove OMAP2_32KSYNCT_BASETony Lindgren2009-05-252-3/+0
| |/
* | Merge branch 'iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Russell King2009-05-253-0/+358
|\ \ | |/ |/|
| * omap iommu: simple virtual address space managementHiroshi DOYU2009-05-191-0/+94
| * omap iommu: omap2 architecture specific functionsHiroshi DOYU2009-05-051-0/+96
| * omap iommu: tlb and pagetable primitivesHiroshi DOYU2009-05-051-0/+168
* | Merge branch 'omap-clock-fixes' into omap-fixesTony Lindgren2009-04-242-1/+18
|\ \
| * | OMAP2/3 GPTIMER: allow system tick GPTIMER to be changed in board-*.c filesPaul Walmsley2009-04-232-1/+18
| |/
* | ARM: OMAP2: Remove defines and resource init for OMAP24XX EACJarkko Nikula2009-04-231-100/+0
* | ARM: OMAP: MMC: Remove unused power_pinLadislav Michl2009-04-231-1/+0
* | ARM: OMAP: Remove old dead gpio expander codeTony Lindgren2009-04-232-39/+0
|/
* [ARM] 5434/1: ARM: OMAP: Fix mailbox compile for 24xxTony Lindgren2009-03-281-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Russell King2009-03-2529-714/+348
|\
| * ARM: OMAP3: MUSB initialization for omap hw, v2Felipe Balbi2009-03-231-0/+8
| * ARM: OMAP3: Add base address definitions and resources for OMAP 3 IS, v2Tony Lindgren2009-03-231-0/+27
| * ARM: OMAP3: mmc-twl4030 init passes device nodes back, v2David Brownell2009-03-231-0/+2
| * ARM: OMAP3: Add more GPIO mux optionsTony Lindgren2009-03-231-0/+13