summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'o...Russell King2008-07-1023-206/+1570
|\ \ \
| | | * ARM: OMAP2: Clock: New OMAP2/3 DPLL rate rounding algorithmPaul Walmsley2008-07-035-18/+250
| | | * ARM: OMAP2: Clock: Add OMAP3 DPLL autoidle functionsPaul Walmsley2008-07-034-30/+371
| | | * ARM: OMAP: Add OMAP chip type structure; clean up mach-omap2/id.cPaul Walmsley2008-07-031-27/+168
| | | * ARM: OMAP: Turn CM and PRM access into functionsTony Lindgren2008-07-034-7/+62
| | | * ARM: OMAP: Introduce omap_globals and prcm access functions for multi-omapTony Lindgren2008-07-037-46/+81
| | | * ARM: OMAP: McBSP: Add support for mcbsp on mach-omap2Eduardo Valentin2008-07-033-10/+230
| | | * ARM: OMAP: McBSP: Add support for mcbsp on mach-omap1Eduardo Valentin2008-07-031-10/+20
| | | * ARM: OMAP: SRAM: Split sram24xx.S into sram242x.S and sram243x.STony Lindgren2008-07-036-57/+397
| | | * ARM: OMAP: SRAM: Move omap2 sram-fn.S to sram242x.STony Lindgren2008-07-032-1/+1
| | | * ARM: OMAP: DMTimer: Optimize by adding load and startRichard Woodruff2008-07-031-6/+3Star
| | | * ARM: OMAP: Correcting the gpmc prefetch control register addressThara Gopinath2008-06-071-1/+1
| |_|/ |/| |
| * | [ARM] dyntick: Remove obsolete and unused ARM dyntick supportRussell King2008-05-121-7/+0Star
* | | ARM: OMAP: Fixed comments on global PRM register usageKalle Jokiniemi2008-05-091-1/+1
* | | ARM: OMAP: Add PARENT_CONTROLS_CLOCK flag to dpll5_m2_ckHögander Jouni2008-05-091-1/+2
* | | ARM: OMAP: PRCM fixes to ssi clock handlingJouni Högander2008-05-092-2/+5
* | | ARM: OMAP: Add fuctional clock enabler for iva2Hiroshi DOYU2008-05-092-2/+4
* | | ARM: OMAP: Fix 34xx to use correct shift values for gpio2-6 fclksJouni Högander2008-05-091-5/+5
* | | ARM: OMAP: Fix Unbalanced enable for IRQ in omap mailboxHiroshi DOYU2008-05-091-10/+15
* | | ARM: OMAP: Add calls to omap2_set_globals_*()Paul Walmsley2008-05-094-0/+4
|/ /
* | ARM: OMAP2: New DPLL clock frameworkRoman Tereshonkov2008-04-144-109/+410
* | ARM: OMAP2: Add 34xx clock codePaul Walmsley2008-04-142-0/+236
* | ARM: OMAP2: Add 34xx clocksPaul Walmsley2008-04-141-0/+2704
* | ARM: OMAP2: Remove old PRCM register access codePaul Walmsley2008-04-143-797/+1Star
* | ARM: OMAP2: Clean up 24xx clock codeTony Lindgren2008-04-144-62/+49Star
* | ARM: OMAP2: Remove old 24xx specific clock functionsPaul Walmsley2008-04-141-722/+0Star
* | ARM: OMAP: Add rest of 24xx clocksPaul Walmsley2008-04-141-530/+957
* | ARM: OMAP2: Change 24xx to use shared clock code and new reg accessPaul Walmsley2008-04-146-226/+467
* | ARM: OMAP2: Add common clock framework for 24xx and 34xxPaul Walmsley2008-04-142-0/+830
* | ARM: OMAP2: Move clock.c to clock24xx.cPaul Walmsley2008-04-142-1/+4
* | ARM: OMAP2: Move clock.h to clock24xx.hPaul Walmsley2008-04-142-1/+1
* | ARM: OMAP2: Remove old 24xx PM codeTony Lindgren2008-04-141-269/+1Star
* | ARM: OMAP2: Change 24xx to use new register accessPaul Walmsley2008-04-1410-97/+238
* | ARM: OMAP2: Add register access for 34xxTony Lindgren2008-04-142-0/+1251
* | ARM: OMAP2: Add common register access for 24xx and 34xxPaul Walmsley2008-04-148-2/+1571
* | ARM: OMAP2: Clean-up mux codeTony Lindgren2008-04-141-26/+43
* | ARM: OMAP2: Add new pin multiplexing configurationsTony Lindgren2008-04-141-3/+41
* | ARM: OMAP: Timer32K: Re-organize duplicated 32k-timer codeKevin Hilman2008-04-142-18/+138
* | ARM: OMAP: Split omap_cfg_reg() into omap processor specific functionsTony Lindgren2008-04-141-0/+31
* | ARM: OMAP: Allow registering pin mux functionTony Lindgren2008-04-141-2/+19
|/
* ARM: OMAP2: Register the L4 io bus to boot OMAP2Kyungmin Park2008-03-061-0/+6
* Merge branch 'pxa-plat' into develRussell King2008-01-282-2/+2
|\
| * [NET] smc91x: Make smc91x use IRQ resource trigger flagsRussell King2008-01-282-2/+2
| |
| \
*-. \ Merge branches 'at91', 'ep93xx', 'iop', 'kprobes', 'ks8695', 'misc', 'msm', '...Russell King2008-01-281-1/+0Star
|\ \ \ | | |/ | |/|
| | * [ARM] remove duplicate includesLucas Woods2008-01-261-1/+0Star
| |/
* / [ARM] Fix timer damage from d3d74453c34f8fd87674a8cf5b8a327c68f22e99Russell King2008-01-281-4/+0Star
|/
* [ARM] Fix assignment instead of condition in arm/mach-omap2/clock.cRoel Kluin2007-10-311-1/+1
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* PM: Rework struct platform_suspend_opsRafael J. Wysocki2007-10-181-17/+3Star
* PM: Rename struct pm_ops and related thingsRafael J. Wysocki2007-10-181-3/+3