An error occurred fetching the project authors.
- 23 Jun, 2008 2 commits
-
-
arun c authored
From 11262ea96e0fa73dd3470362b571a33b792bfb09 Mon Sep 17 00:00:00 2001 From: arun <arunedarath@mistralsolutions.com> Date: Wed, 11 Jun 2008 15:46:10 +0530 Subject: [PATCH] This patch completes the name change from 2430osk to OMAP2EVM Also a) Changed old style i2c registration b) Changed the Maintainer Signed-off-by: arun <arunedarath@mistralsolutions.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
arun c authored
From c379ad7c092bd0230d6c24652a86abb2d8184d64 Mon Sep 17 00:00:00 2001 From: arun <arunedarath@mistralsolutions.com> Date: Wed, 11 Jun 2008 14:43:34 +0530 Subject: [PATCH] Renaming files to reflect name change from 2430OSK to OMAP2EVM renamed: arch/arm/configs/omap_2430osk_defconfig -> arch/arm/configs/omap2_evm_defconfig renamed: arch/arm/mach-omap2/board-2430osk.c -> arch/arm/mach-omap2/board-omap2evm.c renamed: include/asm-arm/arch-omap/board-2430osk.h -> include/asm-arm/arch-omap/board-omap2evm.h Signed-off-by: arun <arunedarath@mistralsolutions.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 23 Nov, 2007 1 commit
-
-
Paul Walmsley authored
Add the omap2_set_globals_{242x,243x,343x}() functions. These functions are called early upon boot in the map_io() functions in the board-specific init files. The functions are currently no-ops. Later patches augment these functions to set global variables to the base virtual addresses of OMAP modules. This makes it possible to write code that can run without modification on multiple OMAP chip revisions. The *_set_globals_* functions are added into arch/arm/plat-omap/common.c. This patch currently only introduces OMAP2 and OMAP3 functions, but a later patch introduces an OMAP16XX-specific version, omap1_set_globals_16xx(). Also, while we are here, we get rid of the unused OMAP_L4_BASE define. Signed-off-by: Paul Walmsley <paul@pwsan.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 31 Oct, 2007 1 commit
-
-
Syed Mohammed Khasim authored
Adds minimal booting support for MISTRAL's OMAP2430 OSK All Credit and Thanks to Mistral's 2430 OSK Team Signed-off-by: Syed Mohammed Khasim <x0khasim@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-