- 09 May, 2005 33 commits
-
-
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 7 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>
-
Bodo Stroesser authored
Only x86 and x86_64 use arch_align_stack(), all other subarches have: #define arch_align_stack(x) (x) So, if this definition is found, UML's own arch_align_stack() should be skipped. Signed-off-by: Bodo Stroesser <bstroesser@fujitsu-siemens.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/mem.c still uses hardcoded TOP for i386 instead of CONFIG_TOP_ADDR provided by subarch's Kconfig_XXXX, which would be right. 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>
-
Jeff Dike authored
So, there I was, looking at my own code, wondering what the magic setjmp return values did. This patch turns the constants that are used to make requests of the initial thread into meaningful symbols. 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>
-
Jeff Dike authored
This eliminates some stuff from arch/um/kernel/Makefile which refers to a file which has long since been deleted. 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>
-