- 18 May, 2005 7 commits
-
-
Tony Lindgren authored
Fixed typo in smc91x.h.
-
Tony Lindgren authored
Fixed ifdefs in cpu.h and reformatted a bit.
-
Dirk Behme authored
[PATCH] ARM: OMAP: Clean up cpu.h, part 3 Move around the macros to improve readability. Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
[PATCH] ARM: OMAP: Clean up cpu.h, part 2 Remove old optimizations for 1610; These are no longer needed as 1610, 5912 and 1710 are consdered a single group. Also adds a placeholder for cpu_is_omap2420(). Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
[PATCH] ARM: OMAP: Clean up cpu.h, part 1 Rename MULTI_OMAP to MULTI_OMAP1 and add option for MULTI_OMAP2. Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
David Brownell authored
[PATCH] ARM: OMAP: support set_irq_type() This updates IRQ triggering code to be a closer match for other ARMs: - Adds support for the standard ARM-Linux set_irq_type() call. - Reports errors on unsupported triggering modes (e.g. nothing except 16xx GPIOs can trigger on both edges) and on bogus wakeup requests. - Deprecates the OMAP-only omap_set_gpio_edge_ctrl() call. - Removes many of the "sparse" warnings from the GPIO code. - Modifies the smc91x driver so it knows which OMAP boards use falling edge triggers (vs rising, like everything else). Later patches can remove the deprecation warnings and then the OMAP-only version of that standard call. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
David Singleton authored
[PATCH] ARM: OMAP: fix for modversions bug EXPORT_SYMBOL_ALIAS add corresponding entry to the kernel crc table for each symbol alias added to the kernel symbol table. Signed-off-by: David Singleton <dsingleton@mvista.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 17 May, 2005 1 commit
-
-
David Brownell authored
[PATCH] ARM: OMAP: nand flash and cmdlinepart Override the default chip name so command line partitioning can be used. Move probe() to init section. Provide missing "return" statement. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 10 May, 2005 1 commit
-
-
Toshihiro Kobayashi authored
[PATCH] OMAP: DSP pm fix This is a fix for pm code with regard to the DSP. In the current code we have a problem that DSP won't re-enabled after suspend if DSP is just turned on (with idle request) from McBSP driver but not used by DSP Gateway. I moved DSP related code from pm.c to dsp_common.c. With this patch DSP will be resumed to the original state after suspend, whichever state (reset / idling for McBSP / running with DSP Gateway) DSP was in. Signed-off-by: Toshihiro Kobayashi <Toshihiro.Kobayashi@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 09 May, 2005 31 commits
-
-
Tony Lindgren authored
-
Tony Lindgren authored
Adds OMAP camera driver. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Adds OMAP audio driver. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Adds OMAP watchdog driver. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Adds OMAP RTC driver. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Adds OMAP1510 specific fixes to 8250.c serial driver. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Adds OMAP IrDA driver Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Adds memory timing warning to smc91x Ethernet driver. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Adds various OMAP input drivers. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
David Brownell authored
Updates OMAP USB drivers. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Adds various OMAP SSI drivers. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Adds various OMAP I2C drivers. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
David Brownell authored
Adds OMAP CompactFlash driver. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Juha Yrjola authored
Adds OMAP MMC driver. Signed-off-by: Juha Yrjola <juha.yrjola@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Adds NOR and NAND drivers for OMAP. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Imre Deak authored
Adds support for OMAP framebuffer. Signed-off-by: Imre Deak <imre.deak@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Adds omap kernel version to Makefile and forces CROSS_COMPILE. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Allows booting from USB drive. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Adds documentation for OMAP. Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
OMAP needs I2C early during boot. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Todd Poynor authored
JFFS2 fixes. Signed-off-by: Todd Poynor <tpoynor@mvista.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Makes low-level printk work. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Adds defconfigs. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Linker compile fix for gcc-3.3.4. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Adds function to get clock usecount. Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Include device header for dma-mapping. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Kevin Hilman authored
Boots 730 without a bootloader Signed-off-by: Kevin Hilman <khilman@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tuukka Tikkanen authored
Adds support for running 32KHz timer at 100HZ using modulo code. Signed-off-by: Tuukka Tikkanen <> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Toshihiro Kobayashi authored
Adds support for integrated DSP on OMAP processors. Signed-off-by: Toshihiro Kobayashi <toshihiro.kobayashi@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Kevin Hilman authored
Boots 730 without bootloader. Signed-off-by: Kevin Hilman <khilman@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Juha Yrjola authored
Adds support for GPIO switch Signed-off-by: Juha Yrjola <juha.yrjola@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-