aboutsummaryrefslogtreecommitdiffstats
path: root/udelay.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2003-07-18[lcd4linux @ 2003-07-18 04:43:14 by reinelt]reinelt1-5/+4
udelay: unnecessary sanity check removed
2003-04-04[lcd4linux @ 2003-04-04 06:01:59 by reinelt]reinelt1-1/+6
new parallel port abstraction scheme
2003-02-27[lcd4linux @ 2003-02-27 07:43:10 by reinelt]reinelt1-33/+26
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.
2002-08-21[lcd4linux @ 2002-08-21 06:09:53 by reinelt]reinelt1-2/+9
some T6963 fixes, ndelay wrap
2002-08-17[lcd4linux @ 2002-08-17 14:14:21 by reinelt]reinelt1-14/+25
USBLCD fixes
2002-04-29[lcd4linux @ 2002-04-29 11:00:25 by reinelt]reinelt1-10/+16
added Toshiba T6963 driver added ndelay() with nanosecond resolution
2001-08-08[lcd4linux @ 2001-08-08 05:40:24 by reinelt]reinelt1-3/+7
renamed CLK_TCK to CLOCKS_PER_SEC
2001-03-12[lcd4linux @ 2001-03-12 13:44:58 by reinelt]reinelt1-13/+127
new udelay() using Time Stamp Counters
2001-03-12[lcd4linux @ 2001-03-12 12:39:36 by reinelt]reinelt1-1/+33
reworked autoconf a lot: drivers may be excluded, #define's went to config.h
2001-03-01[lcd4linux @ 2001-03-01 22:33:50 by reinelt]reinelt1-2/+5
renamed Raster_flush() to PPM_flush()
2000-07-31[lcd4linux @ 2000-07-31 10:43:44 by reinelt]reinelt1-3/+7
some changes to support kernel-2.4 (different layout of various files in /proc)
2000-04-15[lcd4linux @ 2000-04-15 16:56:52 by reinelt]reinelt1-0/+99
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
215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250