Age | Commit message (Collapse) | Author | Files | Lines |
|
first try to integrate the Evaluator into a display driver (MatrixOrbital here)
small warning in processor.c fixed (thanks to Zachary Giles)
workaround for udelay() on alpha (no msr.h avaliable) (thanks to Zachary Giles)
|
|
libtool junk; copyright messages cleaned up
|
|
udelay: unnecessary sanity check removed
|
|
new parallel port abstraction scheme
|
|
asm/msr.h: included hard-coded definition of rdtscl() if msr.h cannot be found.
autoconf/automake/autoanything: switched back to 1.4. Hope it works again.
|
|
some T6963 fixes, ndelay wrap
|
|
USBLCD fixes
|
|
added Toshiba T6963 driver
added ndelay() with nanosecond resolution
|
|
renamed CLK_TCK to CLOCKS_PER_SEC
|
|
new udelay() using Time Stamp Counters
|
|
reworked autoconf a lot: drivers may be excluded, #define's went to config.h
|
|
renamed Raster_flush() to PPM_flush()
|
|
some changes to support kernel-2.4 (different layout of various files in /proc)
|
|
moved delay loops to udelay.c
renamed -d (debugging) switch to -v (verbose)
new switch -d to calibrate delay loop
'Delay' entry for HD44780 back again
delay loops will not calibrate automatically, because this will fail with hich CPU load
|