- 09 May, 2005 37 commits
-
-
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>
-
Juha Yrjola authored
Adds support for boot reason. Signed-off-by: Juha Yrjola <juha.yrjola@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Juha Yrjola authored
Adds support for board specific tag ATAG_BOARD. Signed-off-by: Juha Yrjola <juha.yrjola@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Lauri Leukkunen authored
Adds support for OMAP dual mode timer. Signed-off-by: Lauri Leukkunen <lauri.leukkunen@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Enables dynamic tick timer for OMAP. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Adds ARM generic support for dynamic tick timer. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Sync with linux-omap tree. Adds cpufreq support for OMAP. Does not yet include changing memory timings. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
David Brownell authored
Sync with linux-omap tree. Updates to low-level USB initialization. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tuukka Tikkanen authored
Sync with linux-omap tree. PM updates to make deep sleep work. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
David Singleton authored
Sync with linux-omap tree. Improves the locking for pin multiplexing. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Sync with linux-omap tree. Fixes for clock framework, DSP related updates, and optional polling read and write. DSP updates by Toshihiro Kobayashi <toshihiro.kobayashi@nokia.com> Polling read and write by Nishant Menon <x0nishan@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Sync with linux-omap tree. Adds wake-up functionality to GPIO interrupts. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Juha Yrjola authored
Sync with linux-omap tree. Updates DMA code to check for active LCD transfers. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tuukka Tikkanen authored
Sync with linux-omap tree. Updates clock framework to reset unused clocks with a late_initcall. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Juha Yrjl authored
Sync with linux-omap tree. Splits OMAP1 specific low-level init file common.c into smaller files, and moves them into omap1 subdirectory. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Paul Mundt authored
Sync with linux-omap tree. Moves OMAP1 specific board files to omap1 subdirectory. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Paul Mundt authored
Sync with linux-omap tree. Moves OMAP1 specific core files, such as irq.c, time.c and fpga.c to omap1 subdirectory. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Paul Mundt authored
Sync with linux-omap tree. Move OMAP1 specific files to omap1 subdirectory to allow sharing code with upcoming OMAP2 boards. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Sync with linux-omap tree. Updates from various OMAP developers. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 07 May, 2005 3 commits
-
-
Linus Torvalds authored
-
Jeff Dike authored
This fixes some x86_64 bugs - - maybe_map returns -1 on error instead of 0, which is interpreted as physical address 0 - removed an include of ipc.h, which isn't needed - fixed the calculation of signal frame location - the signal delivery code is now immune to the stack expansion check - added a missing include Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Bodo Stroesser authored
tt-mode closes switch_pipes in exit_thread_tt and kills processes in switch_to_tt, if the exit_state is EXIT_DEAD or EXIT_ZOMBIE. In very rare cases the exiting process can be scheduled out after having set exit_state and closed switch_pipes (from release_task it calls proc_pid_flush, which might sleep). If this process is to be restarted, UML failes in switch_to_tt with: write of switch_pipe failed, err = 9 We fix this by closing switch_pipes not in exit_thread_tt, but later in release_thread_tt. Additionally, we set switch_pipe[0] = 0 after closing. switch_to_tt must not kill "from" process depending on its exit_state, but must kill it after release_thread was processed only, so it examines switch_pipe[0] for its decision. Signed-off-by: Bodo Stroesser <bstroesser@fujitsu-siemens.com> Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-