summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel-map-io' into omap-for-linusTony Lindgren2010-08-041-3/+0Star
|\
| * ARM: OMAP: Convert to use ->reserve method to reserve boot time memoryRussell King2010-07-161-3/+0Star
* | Merge branch 'for_2.6.36' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren2010-08-041-2/+9
|\ \
| * | OMAP: PM: create omap_devices for MPU, DSP, L3Kevin Hilman2010-07-271-1/+1
| * | OMAP: hwmod: allow omap_hwmod_late_init() caller to skip module idle in _setup()Paul Walmsley2010-07-271-1/+8
| |/
* / omap: mux: Remove old mux codeTony Lindgren2010-07-051-2/+0Star
|/
* omap2/3: Fix DEBUG_LL for omap zoom2/3Tony Lindgren2010-05-041-0/+9
* OMAP4: fix temporary hacks that break multi-omap PMKevin Hilman2010-03-121-7/+6Star
* omap: mach-omap2/io.c: fix function declarationsAaro Koskinen2010-03-121-4/+4
* Merge branch 'for_2.6.34_b' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren2010-02-251-17/+12Star
|\
| * OMAP hwmod: convert header files with static allocations into C filesPaul Walmsley2010-02-241-14/+7Star
| * OMAP2 clock: split OMAP2420, OMAP2430 clock data into their own filesPaul Walmsley2010-02-241-2/+4
| * OMAP3/4 clock: split into per-chip family filesPaul Walmsley2010-02-241-1/+1
* | omap3/4: Remove overlapping mapping of L4_WKUP io spaceSantosh Shilimkar2010-02-231-12/+0Star
|/
* omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren2010-02-151-2/+2
* omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2Tony Lindgren2010-02-151-1/+1
* omap2/3/4: Fix omap2_map_common_io for multi-omapTony Lindgren2010-02-151-17/+34
* OMAP2/3/4 clock: rename and clean the omap2_clk_init() functionsPaul Walmsley2010-01-291-2/+13
* OMAP2/3 clkdm/pwrdm: move wkdep/sleepdep handling from pwrdm to clkdmPaul Walmsley2010-01-271-1/+1
* ARM: OMAP4: PM: Refine the APIs to support OMAP4 features.Abhijit Pagare2010-01-271-1/+1
* ARM: OMAP4: PM: Refine the APIs to support OMAP4 features.Abhijit Pagare2010-01-271-1/+1
* OMAP2xxx IO mapping: mark DSP mappings as being 2420-onlyPaul Walmsley2010-01-081-9/+9
* OMAP2: remove duplicated #includeHuang Weiyi2010-01-081-1/+0Star
* omap: mux: Remove old mux code for 34xxTony Lindgren2009-12-121-0/+1
* ARM: OMAP4: PM: Add dummy hooks for OMAP4 dpll api'sRajendra Nayak2009-12-121-3/+1Star
* OMAP: Add VRAM managerTomi Valkeinen2009-12-091-0/+2
* OMAP: OMAPFB: split omapfb.hTomi Valkeinen2009-12-091-1/+1
* Merge branch '7xx-iosplit-plat' with omap-fixesTony Lindgren2009-11-111-10/+28
|\
| * omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-201-10/+10
| * omap: Add OMAP4 L3 and L4 peripherals.Santosh Shilimkar2009-10-201-0/+18
* | omap4: Allow omap_serial_early_init() for OMAP4430 boardSantosh Shilimkar2009-10-231-0/+2
|/
* omap: Fix 44xx compileTony Lindgren2009-09-251-2/+2
* OMAP: omap_hwmod: call omap_hwmod init at boot; create interconnectsPaul Walmsley2009-09-031-1/+16
* OMAP2/3 board-*.c files: read bootloader configuration earlierPaul Walmsley2009-09-031-0/+2
* OMAP2/3 PM: create the OMAP PM interface and add a default OMAP PM no-op layerPaul Walmsley2009-09-031-0/+4
* OMAP3 SDRC: add support for 2 SDRAM chip selectsJean Pihet2009-07-251-2/+3
* OMAP3 clock: initialize SDRC timings at kernel startPaul Walmsley2009-06-201-0/+36
* ARM: OMAP4: Add minimal support for omap4Santosh Shilimkar2009-05-281-2/+50
* [ARM] OMAP2 SDRC: add SDRAM timing parameter infrastructurePaul Walmsley2009-02-081-2/+2
* [ARM] OMAP2 SDRC: separate common OMAP2/3 code from OMAP2xxx codePaul Walmsley2009-02-081-1/+1
* [ARM] OMAP2 SDRC: move mach-omap2/memory.h into mach/sdrc.hPaul Walmsley2009-02-081-2/+2
* Merge branch 'omap-all' into develRussell King2008-10-141-29/+123
|\
| * ARM: OMAP3: Add minimal omap3430 supportSyed Mohammed, Khasim2008-10-091-21/+105
| * ARM: OMAP2: Misc updates from linux-omap treeTony Lindgren2008-10-061-9/+10
| * ARM: OMAP2: Clockdomain: Encode OMAP2/3 clockdomainsPaul Walmsley2008-08-191-0/+4
| * ARM: OMAP2: Powerdomain: Add OMAP2/3 common powerdomainsPaul Walmsley2008-08-191-0/+5
* | [ARM] Convert asm/io.h to linux/io.hRussell King2008-09-061-1/+1
|/
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
* ARM: OMAP2: Register the L4 io bus to boot OMAP2Kyungmin Park2008-03-061-0/+6
* ARM: OMAP: Add minimal OMAP2430 supportSyed Mohammed Khasim2007-09-201-0/+20