summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.4.0-test6-pre8.Ralf Baechle2000-08-0811-60/+54
|
* Merge with Linu 2.4.0-test6-pre6.Ralf Baechle2000-08-088-40/+75
|
* Merge with Linux 2.4.0-test6-pre4.Ralf Baechle2000-08-086-38/+43
|
* Merge with Linux 2.4.0-test6-pre2.Ralf Baechle2000-08-0816-106/+136
|
* Merge with Linux 2.4.0-test6-pre1.Ralf Baechle2000-08-089-104/+162
|
* ARC console is not just for IP22.Keith M Wesolowski2000-08-012-6/+3
| | | | Timer dead code cleanup.
* Missing from last merge.Ralf Baechle2000-07-301-0/+15
|
* Merge with 2.4.0-test5 final.Ralf Baechle2000-07-2820-168/+119
|
* Get PROM console working again.Ralf Baechle2000-07-281-0/+6
|
* Merge with Linux 2.4.0-test5-pre5.Ralf Baechle2000-07-276-31/+68
|
* Merge with Linux 2.4.0-test5-pre4.Ralf Baechle2000-07-2353-416/+11369
|
* Merge with Linux 2.4.0-test5-pre3.Ralf Baechle2000-07-2126-1365/+1696
|
* Merge with Linux 2.4.0-test5-pre2.Ralf Baechle2000-07-182-0/+6
|
* Merge with Linux 2.4.0-test5-pre1. This works again on Origin UP.Ralf Baechle2000-07-1540-315/+344
| | | | The IP22 cache bugs which are plaguing some machines are still unfixed.
* Portability cleanup as required by Linus.Ralf Baechle2000-07-151-22/+27
|
* Make sure we don't add timers back in history. This gets serialRalf Baechle2000-07-151-2/+6
| | | | console working again. Tytso is notified.
* Hack into a shape ready to be merged and send patch off to Linus.Ralf Baechle2000-07-121-0/+2
|
* Merge with 2.4.0-test4-pre2.Ralf Baechle2000-07-121-372/+521
|
* Merge with Linux 2.4.0-test3.Ralf Baechle2000-07-111-2/+2
|
* Merge with Linux 2.4.0-test3-pre8. Linus has accepted most of whatRalf Baechle2000-07-101-65/+65
| | | | | I've sent him, so we're very close to full integration of the MIPS port into his sources.
* Serial driver fixes, sent to Linus.Ralf Baechle2000-07-091-2/+4
|
* Merge with Linux 2.4.0-test3-pre5. 64-bit kernel are still notRalf Baechle2000-07-083-53/+41
| | | | -Werror clean.
* Merge with 2.4.0-test3-pre4.Ralf Baechle2000-07-0828-137/+152
|
* No more ifeq needed.Ralf Baechle2000-07-061-4/+1
|
* Merge with Linux 2.4.0-test3-pre2.Ralf Baechle2000-07-035-171/+319
|
* Fix compile error. DEC guys, nobody of you compiling this stuff orRalf Baechle2000-06-291-1/+1
| | | | why do random people from linux-kernel send me such patches???
* Merge with Linux 2.4.0-test2.Ralf Baechle2000-06-2560-7980/+8119
|
* Merge with Linux 2.4.0-ac22-riel.Ralf Baechle2000-06-211-2/+0
|
* Undo random keyboard driver patch which nobody really remembersRalf Baechle2000-06-201-1/+1
| | | | why it was necessary ...
* Fix struct stat64 in the 32-bit kernel and struct stat in the 64-bitRalf Baechle2000-06-201-1/+1
| | | | | kernel to match each other and the the glibc definition. The glibc part of this change has been sent to Andreas.
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-19101-1532/+5805
| | | | | possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown.
* Merge with 2.4.0-test1.Ralf Baechle2000-06-165-4/+193
|
* Merge with 2.3.99-pre9.Ralf Baechle2000-06-1531-674/+1889
|
* The last CONFIG_HAVE_IO_PORTS...Harald Koerfgen2000-05-231-1/+1
|
* Also kill CONFIG_HAVE_IO_PORTS.Ralf Baechle2000-05-231-5/+4
|
* Typo fixedHarald Koerfgen2000-05-211-1/+1
|
* Fix namespace collision between serial.c and sgiserial.c which couldRalf Baechle2000-05-191-1/+7
| | | | hit in certain weirdo configurations.
* Let tty_io.c call init_serial_console (CONFIG_SERIAL vs. CONFIG_SGI_SERIAL)Florian Lohoff2000-05-191-1/+1
|
* Some small fixes and cleanups:Harald Koerfgen2000-05-161-1/+1
| | | | | | | | o superfluidous #ifdef __KERNEL__ in include/asm-mips/socket.h removed o we don't need a little endian version of waking_non_zero_interruptible() o arch/mips/config.in fixes and improvements o compile floppy/kbd/ide support only when the CONFIG options are set o IP22s aren't the only MIPS boxes without a PC speaker
* Merge with Linux 2.3.99-pre8. Linus must hate me, too man patches ;-)Ralf Baechle2000-05-123-244/+152
|
* Merge with Linux 2.3.99-pre7 and various other bits.Ralf Baechle2000-05-12110-344/+22081
|
* Merge with 2.3.99-pre6.Ralf Baechle2000-04-2841-2380/+3305
|
* Merge with Linux 2.3.99-pre4.Ralf Baechle2000-04-1928-565/+6259
|
* Revert changes here - We have fixed Config.in - CONFIG_SERIAL is not selectableFlorian Lohoff2000-04-081-4/+0
| | | | with mips IP22
* We at least dont have PC Style serial ports on the IP22Florian Lohoff2000-04-061-0/+4
|
* More DDB5074 updates.Ralf Baechle2000-03-291-1/+2
|
* Makefile fixed for a crosscompiling environmentHarald Koerfgen2000-03-281-3/+1
| | | | DECstation serial drivers fixed
* Merge with Linux 2.3.99-pre3.Ralf Baechle2000-03-2715-908/+1023
|
* Merge with Linux 2.3.99-pre2.Ralf Baechle2000-03-2311-75/+58
|
* Merge with 2.3.99-pre1.Ralf Baechle2000-03-1940-615/+590
|