1
0
Fork 0
alistair23-linux/drivers/tc
Maciej W. Rozycki 8b4a40809e zs: move to the serial subsystem
This is a reimplementation of the zs driver for the serial subsystem.  Any
resemblance to the old driver is purely coincidential.  ;-) I do hope I got
the handling of modem lines right -- better do not tackle me about the
issue unless you feel too good...

Any users of the old driver: please note the numbers of the serial lines
have now been swapped, i.e.  ttyS0 <-> ttyS1 and ttyS2 <-> ttyS3.  It has
to do with the modem lines mentioned above; basically the port A in a given
chip has to be initialised before the port B if you want to use the latter
as the serial console (which is usually the case), as operations on modem
lines of the serial line associated with the port B access both ports (see
the comment at the top of the driver for the details of wiring used).
Please update your scripts.

This is also the reason each SCC now requests an IRQ once only (as seen in
"/proc/interrupts") -- the handler takes care of both ports at once as the
line associated with the port B has to take status update interrupts from
both ports (and yet the line of the port A takes its own for itself too).
The old driver never got it right...

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-18 08:38:22 -07:00
..
.gitignore Add .gitignore files for Turbochannel 2005-11-07 18:05:37 +00:00
Makefile zs: move to the serial subsystem 2007-07-18 08:38:22 -07:00
lk201-map.c_shipped Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lk201-map.map Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lk201-remap.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lk201.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
lk201.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tc-driver.c [TC] MIPS: TURBOchannel update to the driver model 2007-02-09 16:23:15 +00:00
tc.c [TC] MIPS: TURBOchannel resources off-by-one fix 2007-02-09 16:23:15 +00:00