summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* OMAP3 clock: add a short delay when lowering CORE clk ratePaul Walmsley2009-06-194-18/+44
* OMAP3 clock: initialize SDRC timings at kernel startPaul Walmsley2009-06-192-3/+36
* OMAP3 clock: remove wait for DPLL3 M2 clock to stabilizePaul Walmsley2009-06-191-3/+0
* Merge branch 'omap4' into for-nextTony Lindgren2009-05-2833-66/+1550
|\
| * ARM: OMAP4: Add defconfig for 4430 SDPSantosh Shilimkar2009-05-281-0/+806
| * ARM: OMAP4: Add support for 4430 SDPSantosh Shilimkar2009-05-285-4/+111
| * ARM: OMAP4: Clock stubs since CLKDEV not in yet.Santosh Shilimkar2009-05-281-0/+33
| * ARM: OMAP4: Add minimal support for omap4Santosh Shilimkar2009-05-2826-62/+600
* | Merge branch 'omap3-boards' into for-nextTony Lindgren2009-05-2814-203/+3842
|\ \ | |/
| * ARM: OMAP3: pandora: add support for mode devicesGrazvydas Ignotas2009-05-281-0/+149
| * ARM: OMAP3: Add omap3 EVM defconfigSyed Mohammed Khasim2009-05-281-0/+1528
| * ARM: OMAP3: Add omap3 EVM supportSyed Mohammed Khasim2009-05-283-0/+335
| * ARM: OMAP3: Defconfig for Zoom2 boardVikram Pandita2009-05-281-0/+1211
| * ARM: OMAP3: Add support for OMAP3 Zoom2 boardVikram Pandita2009-05-284-1/+277
| * ARM: OMAP3: RX51: Connect VAUX3 to MMC2Adrian Hunter2009-05-281-3/+27
| * ARM: OMAP3: pandora: setup regulator framework for MMCGrazvydas Ignotas2009-05-281-0/+45
| * ARM: OMAP3: Initialize regulators for Beagle and OveroDavid Brownell2009-05-282-28/+152
| * ARM: OMAP3: mmc-twl4030 uses regulator frameworkDavid Brownell2009-05-283-171/+118
* | Merge branch 'omap3-upstream' into for-nextTony Lindgren2009-05-2810-30/+352
|\ \ | |/
| * ARM: OMAP3: Initialize more devices for LDPTony Lindgren2009-05-282-1/+207
| * ARM: OMAP3: ZOOM MDK: Add FB support to board fileImre Deak2009-05-281-4/+15
| * ARM: OMAP3: SDRC: add timing data for Qimonda HYB18M512160AF-6Paul Walmsley2009-05-282-1/+56
| * ARM: OMAP3: SDRC: add timing data for Micron MT46H32M32LF-6, v2Paul Walmsley2009-05-284-3/+62
| * ARM: OMAP2/3: Serial: Remove arch_initcall dependencyVikram Pandita2009-05-281-13/+9
| * 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-2821-328/+910
|\ \ | |/
| * ARM: OMAP1: Make 770 LCD workAndrew de Quincey2009-05-283-20/+22
| * ARM: OMAP: Add some entries to MAINTAINERSTony Lindgren2009-05-281-14/+63
| * ARM: OMAP2: 2430SDP: Add FB support to board fileImre Deak2009-05-281-0/+19
| * ARM: OMAP2/3: Add generic smc91x support when connected to GPMCTony Lindgren2009-05-286-254/+313
| * ARM: OMAP2/3: Add generic onenand support when connected to GPMCJuha Yrjola2009-05-285-3/+412
| * ARM: OMAP2/3: sDMA: Correct omap_request_dma_chain(), v2Santosh Shilimkar2009-05-282-2/+2
| * ARM: OMAP2/3: DMA: implement trans copy and const fillTomi Valkeinen2009-05-282-28/+50
| * ARM: OMAP1: Misc clean-upTony Lindgren2009-05-253-1/+5
| * ARM: OMAP: Update contact address of I2C registration helperJarkko Nikula2009-05-251-1/+1
| * ARM: OMAP: McBSP: Fix legacy interrupts to clear their statusEero Nurkkala2009-05-251-6/+24
| * ARM: OMAP: Increase VMALLOC_END to allow 256MB RAMMans Rullgard2009-05-252-3/+3
| * ARM: OMAP: Remove unnecessary omap2_globals.Santosh Shilimkar2009-05-251-9/+4
| * ARM: OMAP: Remove useless omap_sram_error function.Santosh Shilimkar2009-05-251-20/+5
| * ARM: OMAP: Remove unwanted type casts and fix the compiler warning.Santosh Shilimkar2009-05-251-7/+7
| * ARM: OMAP2/3: Reorganize Makefile to add omap4 supportTony Lindgren2009-05-251-3/+8
| * ARM: OMAP2/3: Remove OMAP_CM_REGADDRTony Lindgren2009-05-255-21/+4
| * 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-2510-100/+160
| * ARM: OMAP2/3: Remove OMAP2_32KSYNCT_BASETony Lindgren2009-05-255-18/+62
* | OMAP1: PM: update and decouple from OMAP2/3 PM coreKevin Hilman2009-05-284-84/+17
* | OMAP3: PM: prevent module wakeups from waking IVA2Kevin Hilman2009-05-282-0/+8
* | OMAP3: PM: Clear pending PRCM reset flags on initKevin Hilman2009-05-281-0/+9
* | OMAP3: PM: Ensure PRCM interrupts are cleared at bootKevin Hilman2009-05-281-0/+3