- 03 Oct, 2005 13 commits
-
-
Tony Lindgren authored
Add MMC support for 24xx
-
Tony Lindgren authored
Add support for 24xx Menelaus I2C PM chip. Based on TI's 2.6.9 code.
-
Tony Lindgren authored
This patch cleans up i2c-omap.c more for inclusion in the mainline kernel, and adds support for both I2C interfaces on OMAP 24xx.
-
Komal Shah authored
Moved UART clock initialisation code from clock.c to serial.c Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Beautify include order in system.h
-
Tony Lindgren authored
Moved prcm.h to include, changed system.h to use it
-
Tony Lindgren authored
Changed OMAP_GPIO_IRQ() macro to allow higher GPIO interrupts
-
Tony Lindgren authored
Change h4 smc91x init to use mux api
-
Tony Lindgren authored
Improved omap2 arch_reset code based on Richard's code
-
Tony Lindgren authored
-
Ladislav Michl authored
Below is patch fixing soft lockup in clocks. clockfw_lock is already held in clk_set_rate when calling omap1_clk_set_rate, no need to lock it again.
-
Tony Lindgren authored
-
Komal Shah authored
Flash support for OMAP24xx Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 30 Sep, 2005 8 commits
-
-
Komal Shah authored
Flash support for OMAP24xx Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Mux additions and clean-up for omap2
-
Tony Lindgren authored
Reorganize system.h and make omap2 reboot work
-
Tony Lindgren authored
Move omap2 IO defines
-
Tony Lindgren authored
Set smc91x irqtype for H4
-
Tony Lindgren authored
Do not try to change rate on omap2 if no speed found
-
Tony Lindgren authored
Enable GPIO clocks for 24xx
-
Tony Lindgren authored
OMAP specific parts of RMK's hardware.h and mach-types.h patch
-
- 28 Sep, 2005 1 commit
-
-
Kevin Hilman authored
Signed-off-by: Kevin Hilman <kevin@hilman.org>
-
- 27 Sep, 2005 1 commit
-
-
Kevin Hilman authored
Signed-off-by: Kevin Hilman <kevin@hilman.org>
-
- 26 Sep, 2005 5 commits
-
-
Tony Lindgren authored
Undo of accidental change of default compiler
-
Tony Lindgren authored
Add clock framework for omap2. Based on omap2 clock framework code by Richard Woodruff.
-
Tony Lindgren authored
Add omap2 SRAM code and change io.h to work with assembly. The functions in sram-fn.S are modified from sleep.S file for omap2 from Richard Woodruff.
-
Tony Lindgren authored
-
Tony Lindgren authored
Clock framework fixes to allow adding omap2 clocks
-
- 23 Sep, 2005 1 commit
-
-
Kevin Hilman authored
Enable TSC2101 support when Touchscreen is enabled. Fix #if in tsc2101 driver Signed-off-by: Kevin Hilman <kevin@hilman.org>
-
- 22 Sep, 2005 1 commit
-
-
Vladimir Barinov authored
Signed-off-by: Vladimir Barinov <vbarinov@ru.mvista.com> Signed-off-by: Kevin Hilman <kevin@hilman.org>
-
- 21 Sep, 2005 2 commits
-
-
Tony Lindgren authored
Enabled SRAM code for omap2
-
Tony Lindgren authored
Fixed clock compile for CONFIG_OMAP_RESET_CLOCKS, more locking
-
- 20 Sep, 2005 5 commits
-
-
Tony Lindgren authored
By mapping two 1MB sections we save some 4k table entries and decrease TLB pressure. Recommended by Richard Woodruff.
-
Tony Lindgren authored
-
Tony Lindgren authored
Modifiy common clock.h for omap2, add omap1 specific clock.h
-
Dirk Behme authored
arch/arm/plat-omap/dsp/dsp_core.c:760: warning: initialization from incompatible pointer type arch/arm/plat-omap/dsp/dsp_mem.c:1579: warning: initialization from incompatible pointer type Signed-off-by: Dirk Behme <dirk.behme_at_de.bosch.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Fixed a typo in SRAM detection for 330 and changed the detection to use cpu_is_omap15xx() as noted by Gonzales Laurent.
-
- 19 Sep, 2005 1 commit
-
-
Tony Lindgren authored
This patch contains the following changes: - Move omap1 specific clock code into mach-omap1/clock.c leaving only common code shared between omap1 and omap2 to plat-omap/clock.c. - Move clock.h and sram.h header files to include/asm-arm/arch-omap/ - Change clock init to register omap1 specific functions with plat-omap/clock.c - Some clean-up of code This patch makes no functional changes to omap1 clocks.
-
- 16 Sep, 2005 1 commit
-
-
Tuukka Tikkanen authored
Clock update to support clock idling
-
- 15 Sep, 2005 1 commit
-
-
Tony Lindgren authored
Fixed compile for omap2
-