- 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 10 commits
-
-
Tony Lindgren authored
Fixed compile for omap2
-
Tony Lindgren authored
Fixed compile for omap1
-
Tony Lindgren authored
Added common devices.c to plat-omap for I2C and MMC init
-
Tony Lindgren authored
Fixed mux compile warning
-
Tony Lindgren authored
OMAP2_MUX_CFG to MUX_CFG_24XX
-
Tony Lindgren authored
Split pin multiplexing tables from mux.h into mux.c files in omap1 and omap2. Also added support for some 24xx pins.
-
Tony Lindgren authored
Move omap_serial_init() to happen after board specific map_io(). Patch based on Kyungmin Park's suggestion.
-
Romain Goyet authored
Add support for Palm Tungsten E PDA Fore more info, please see http://palmtelinux.sourceforge.net
-
Romain Goyet authored
No output from compressed image on CONFIG_MACH_OMAP_PALMTE
-
Romain Goyet authored
Reset DMA channels in init and add support for 330
-
- 14 Sep, 2005 9 commits
-
-
Kevin Hilman authored
Signed-off-by: Kevin Hilman <kevin@hilman.org>
-
Tony Lindgren authored
Search and replace of CONFIG_ARCH_OMAP1510 with CONFIG_ARCH_OMAP15XX
-
Tony Lindgren authored
According to spru602b.pdf TRM, 1510 has 192K of SRAM, not 512K
-
Tony Lindgren authored
Fixed MMC compile
-
Dirk Behme authored
CC [M] sound/arm/omap-aic23.o sound/arm/omap-aic23.c: In function snd_omap_aic23_suspend' Signed-off-by: Dirk Behme <dirk.behme_at_de.bosch.com>
-
Dirk Behme authored
CONFIG_SENSORS_TLV320AIC23_MODULE is missing: CC [M] sound/arm/omap-alsa-mixer.o sound/arm/omap-alsa-mixer.c: In function SND_OMAP_WRITE' sound/arm/omap-alsa-mixer.c: In function MIXER_NAME' undeclared (first use in this function) sound/arm/omap-alsa-mixer.c:487: error: (Each undeclared identifier is reported only once sound/arm/omap-alsa-mixer.c:487: error: for each function it appears in.) Signed-off-by: Dirk Behme <dirk.behme_at_de.bosch.com> Btw: omap-alsa-mixer.c will not compile if CONFIG_SENSORS_TLV320AIC23 or CONFIG_SENSORS_TLV320AIC23_MODULE aren't defined. May be this ifdef should be removed?
-
Dirk Behme authored
CC drivers/video/omap/omapfb_main.o drivers/video/omap/omapfb_main.c: In function omapfb_suspend' drivers/video/omap/omapfb_main.c: At top level: drivers/video/omap/omapfb_main.c:1645: warning: initialization from incompatible pointer type drivers/video/omap/omapfb_main.c:1646: warning: initialization from incompatible pointer type drivers/video/omap/omapfb_main.c:1702: warning: initialization from incompatible pointer type drivers/video/omap/omapfb_main.c:1704: warning: initialization from incompatible pointer type drivers/video/omap/omapfb_main.c:1704: warning: initialization from incompatible pointer type drivers/video/omap/omapfb_main.c:1705: warning: initialization from incompatible pointer type drivers/video/omap/omapfb_main.c:1728: warning: initialization from incompatible pointer type Signed-off-by: Dirk Behme <dirk.behme_at_de.bosch.com>
-
Romain Goyet authored
Add basic 330 cpu support. 330 is handled as 15xx.
-
Tony Lindgren authored
POSIX timers were triggering too fast. This was caused by incorrect CLOCK_TICK_RATE for 32KHz timer.
-
- 13 Sep, 2005 11 commits
-
-
Imre Deak authored
This fixes the problem where UART index != UART line, because some of the UARTs are disabled. Also cleans up serial init.
-
Tony Lindgren authored
Fixed compile for I2C
-
Tony Lindgren authored
Sync with mainline
-
Tony Lindgren authored
Fixed merge conflicts
-
Tony Lindgren authored
-
Linus Torvalds authored
Two weeks after 2.6.13: starting to calm things down.
-
Greg Ungerer authored
Switch to a space optimized version of local_irq_disable() for ColdFire platforms. Also add reboot support for the Freescale M5272 platform. Patch originally submitted by Philippe De Muyter <phdm@macqel.be>. Add reboot support for the Freescale M523x ColdFire platform. Patch originally submitted by Jate Sujjavanich. Signed-off-by: Greg Ungerer <gerg@uclinux.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Greg Ungerer authored
Specialized startup code for the 68328 based DragenEngine board. It doesn't easily fit into the common 68x328 startup code framework. It doesn't want any of the common hardware setup to be done here. Signed-off-by: Greg Ungerer <gerg@uclinux.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Greg Ungerer authored
Implement the scattergather support macros for m68knommu targets. Patch originally submitted by Leon Woestenberg <leonw@mailcan.com>. Signed-off-by: Greg Ungerer <gerg@uclinux.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Greg Ungerer authored
Add better support for flushing the cache's on some ColdFire processors. The 5249 cache code is now enabled (it was stubbed out), it really is needed. Add support for the 527x and 528x families - we only use the simple instruction cache on them. Signed-off-by: Greg Ungerer <gerg@uclinux.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Linus Torvalds authored
-