summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
AgeCommit message (Expand)AuthorFilesLines
2011-03-11omap2+: Add separate list for dynamic pads to muxTony Lindgren3-16/+80
2011-03-11Merge branch 'for_2.6.39/pm-integration' of ssh://master.kernel.org/pub/scm/l...Tony Lindgren5-44/+84
2011-03-11Merge branch 'integration-2.6.39-for-tony' of git://git.pwsan.com/linux-integ...Tony Lindgren67-1861/+3769
2011-03-11perf: add OMAP support for the new power eventsJean Pihet3-5/+39
2011-03-11OMAP4: Add IVA OPP enteries.Shweta Gulati1-1/+7
2011-03-11OMAP4: Update Voltage Rail Values for MPU, IVA and COREShweta Gulati1-9/+9
2011-03-11OMAP4: Enable 800 MHz and 1 GHz MPU-OPPShweta Gulati1-2/+2
2011-03-11OMAP3+: OPP: Replace voltage values with MacrosVishwanath BS2-29/+29
2011-03-11OMAP: Add gpio-keys support for OveroSteve Sakoman1-0/+42
2011-03-11OMAP: Add gpio-leds support for OveroSteve Sakoman1-0/+53
2011-03-11omap: overo: Add regulator for ads7846Steve Sakoman1-0/+31
2011-03-11OMAP: DSS2: Add DSS2 support for OveroSteve Sakoman1-37/+200
2011-03-11OMAP2PLUS:DSS2: add opt_clock_available in pdataSemwal, Sumit1-0/+22
2011-03-11OMAP: DSS2: Have separate irq handlers for DISPC and DSIarchit taneja3-22/+24
2011-03-11OMAP4: DSS2: Add hwmod device names for OMAP4.Mayuresh Janorkar1-7/+13
2011-03-11OMAP4: DSS2: clocks: Add ick as dummy clockSumit Semwal1-0/+5
2011-03-11OMAP2PLUS: clocks: Align DSS clock names and rolesSumit Semwal5-17/+17
2011-03-11OMAP2, 3: DSS2: DSI: create platform_driver, move init, exit to driverSenthilvadivu Guruswamy8-24/+38
2011-03-11OMAP2, 3: DSS2: VENC: create platform_driver, move init, exit to driverSenthilvadivu Guruswamy9-9/+9
2011-03-11OMAP2, 3: DSS2: Move clocks from core driver to dss driverSenthilvadivu Guruswamy3-15/+15
2011-03-11OMAP2,3: DSS2: Build omap_device for each DSS HWIPSenthilvadivu Guruswamy1-0/+52
2011-03-11OMAP: 3430SDP: Remove unused vdda_dac supplyTomi Valkeinen1-3/+0
2011-03-11Merge remote branch 'remotes/origin/voltage_split_2.6.39' into tmp-integratio...Paul Walmsley21-756/+1605
2011-03-11Merge remote branch 'remotes/origin/hwmod_a_2.6.39' into tmp-integration-2.6....Paul Walmsley6-59/+79
2011-03-11Merge remote branches 'remotes/origin/pwrdm_clkdm_b_2.6.39', 'remotes/origin/...Paul Walmsley106-2668/+13680
2011-03-11OMAP3: wdtimer: Fix CORE idle transitionPaul Walmsley1-0/+5
2011-03-11OMAP2+: voltage: reorganize, split code from dataPaul Walmsley14-778/+1226
2011-03-11Merge branch 'for_2.6.39/pm-misc' of ssh://master.kernel.org/pub/scm/linux/ke...Tony Lindgren17-244/+339
2011-03-10OMAP3: PM: Clear the SCTLR C bit in asm code to prevent data cache allocationSantosh Shilimkar1-0/+27
2011-03-10OMAP3: PM: Remove un-necessary cp15 registers form low power cpu contextSantosh Shilimkar1-116/+40
2011-03-10OMAP3: PM: Allow the cache clean when L1 is lost.Santosh Shilimkar1-12/+3
2011-03-10OMAP3: PM: Fix the MMU on sequence in the asm codeSantosh Shilimkar1-0/+5
2011-03-10OMAP3: PM: Use ARMv7 supported instructions instead of legacy CP15 onesSantosh Shilimkar1-11/+10
2011-03-10omap: Fix H4 init_irq to not call h4_init_flashTony Lindgren1-1/+1
2011-03-10OMAP2+: clockdomain: add flag that will block autodeps from being added for a...Paul Walmsley3-8/+24
2011-03-10OMAP2+: hwmod: add API to handle autoidle modeKishon Vijay Abraham I1-0/+36
2011-03-10OMAP2+: hwmod: allow board files to prevent devices from being reset upon initPaul Walmsley1-0/+26
2011-03-10OMAP2+: hwmod: use status bit info for reset lineomar ramirez3-42/+56
2011-03-10OMAP2+: hwmod: Fix what _init_clock returnsRajendra Nayak1-1/+1
2011-03-10omap: hwmod: add syss reset done flags to omap2, omap3 hwmodsAvinash.H.M3-15/+21
2011-03-10OMAP2+: hwmod: fix incorrect computation of autoidle_maskTarun Kanti DebBarma1-1/+1
2011-03-10OMAP3: hwmod data: Remove masters port links for interconnects.Benoit Cousson1-28/+0
2011-03-10OMAP3: hwmod data: Fix incorrect SmartReflex -> L4 CORE interconnect linksBenoit Cousson1-2/+2
2011-03-10OMAP: clock: fix compile warningFelipe Balbi1-2/+2
2011-03-10OMAP2+: smartreflex: remove SR debug directory in omap_sr_remove()Anand S Sawant1-10/+13
2011-03-10ARM: omap3: Thumb-2 compatibility for sleep34xx.SDave Martin1-5/+43
2011-03-10ARM: omap3: Thumb-2 compatibility for sram34xx.SDave Martin1-8/+28
2011-03-10ARM: omap3: Remove hand-encoded SMC instructionsDave Martin1-7/+7
2011-03-10ARM: omap4: Convert END() to ENDPROC() for correct linkage with CONFIG_THUMB2...Dave Martin2-5/+5
2011-03-10ARM: omap4: Provide do_wfi() for Thumb-2Dave Martin1-0/+4