- 24 May, 2005 3 commits
-
-
Anderson Lizardo authored
[PATCH] ARM: OMAP: I2C Kconfig fix for OMAP H2 I2C Kconfig fix for OMAP H2 Signed-off-by: Anderson Lizardo <anderson.lizardo@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
OMAP DSP control registers DSP_CKCTL, DSP_IDLECT1, etc are not in the IO area, so omap_readw() and omap_writew() cannot be used with these registers. Instead __raw_readw() and __raw_writew() must be used. The DSP virt addr = phys addr. This fixes audio problems in the recent kernels as pointed out by Nishant Menon.
-
Vladimir A. Barinov authored
[PATCH] ARM: OMAP: problem with audio on h3 This string is needed to avoid work of the second dma channel if we need only one to send data (i.e. send only one small chunk). Otherwise it will produce: # cat /home/out.txt >/dev/dsp MUX: initialized N14_1610_UWIRE_CS0 audio_dsr_handler}-ERROR: Interrupt(3) for empty queue(h=1, T=1)??? Interrupt(3) for empty queue(h=1, T=1)??? {audio_dsr_handler}-ERROR: nbfrag=8,pendfrags=0,USR-H=1, QH-1 QT-1 MUX: initialized V5_1710_MCLK_OFF The attached patch should solve the probelm that pointed David Cohen. Signed-off-by: Vladimir A. Barinov <vbarinov@ru.mvista.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 20 May, 2005 1 commit
-
-
Tony Lindgren authored
Fix a typo in cpu.h
-
- 19 May, 2005 2 commits
-
-
Tony Lindgren authored
Merge with ../linux-omap-2.6.git ../linux-omap-2.6.git
-
Tony Lindgren authored
Serial port RX lines can be muxed into GPIO lines for the duration of the sleep to be used as wake-up events.
-
- 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 25 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>
-