cyclades: switch to tty_port_hangup
[deliverable/linux.git] / drivers / char / cyclades.c
1 #undef BLOCKMOVE
2 #define Z_WAKE
3 #undef Z_EXT_CHARS_IN_BUFFER
4
5 /*
6 * linux/drivers/char/cyclades.c
7 *
8 * This file contains the driver for the Cyclades async multiport
9 * serial boards.
10 *
11 * Initially written by Randolph Bentson <bentson@grieg.seaslug.org>.
12 * Modified and maintained by Marcio Saito <marcio@cyclades.com>.
13 *
14 * Copyright (C) 2007 Jiri Slaby <jirislaby@gmail.com>
15 *
16 * Much of the design and some of the code came from serial.c
17 * which was copyright (C) 1991, 1992 Linus Torvalds. It was
18 * extensively rewritten by Theodore Ts'o, 8/16/92 -- 9/14/92,
19 * and then fixed as suggested by Michael K. Johnson 12/12/92.
20 * Converted to pci probing and cleaned up by Jiri Slaby.
21 *
22 * This version supports shared IRQ's (only for PCI boards).
23 *
24 * Prevent users from opening non-existing Z ports.
25 *
26 * Revision 2.3.2.8 2000/07/06 18:14:16 ivan
27 * Fixed the PCI detection function to work properly on Alpha systems.
28 * Implemented support for TIOCSERGETLSR ioctl.
29 * Implemented full support for non-standard baud rates.
30 *
31 * Revision 2.3.2.7 2000/06/01 18:26:34 ivan
32 * Request PLX I/O region, although driver doesn't use it, to avoid
33 * problems with other drivers accessing it.
34 * Removed count for on-board buffer characters in cy_chars_in_buffer
35 * (Cyclades-Z only).
36 *
37 * Revision 2.3.2.6 2000/05/05 13:56:05 ivan
38 * Driver now reports physical instead of virtual memory addresses.
39 * Masks were added to some Cyclades-Z read accesses.
40 * Implemented workaround for PLX9050 bug that would cause a system lockup
41 * in certain systems, depending on the MMIO addresses allocated to the
42 * board.
43 * Changed the Tx interrupt programming in the CD1400 chips to boost up
44 * performance (Cyclom-Y only).
45 * Code is now compliant with the new module interface (module_[init|exit]).
46 * Make use of the PCI helper functions to access PCI resources.
47 * Did some code "housekeeping".
48 *
49 * Revision 2.3.2.5 2000/01/19 14:35:33 ivan
50 * Fixed bug in cy_set_termios on CRTSCTS flag turnoff.
51 *
52 * Revision 2.3.2.4 2000/01/17 09:19:40 ivan
53 * Fixed SMP locking in Cyclom-Y interrupt handler.
54 *
55 * Revision 2.3.2.3 1999/12/28 12:11:39 ivan
56 * Added a new cyclades_card field called nports to allow the driver to
57 * know the exact number of ports found by the Z firmware after its load;
58 * RX buffer contention prevention logic on interrupt op mode revisited
59 * (Cyclades-Z only);
60 * Revisited printk's for Z debug;
61 * Driver now makes sure that the constant SERIAL_XMIT_SIZE is defined;
62 *
63 * Revision 2.3.2.2 1999/10/01 11:27:43 ivan
64 * Fixed bug in cyz_poll that would make all ports but port 0
65 * unable to transmit/receive data (Cyclades-Z only);
66 * Implemented logic to prevent the RX buffer from being stuck with data
67 * due to a driver / firmware race condition in interrupt op mode
68 * (Cyclades-Z only);
69 * Fixed bug in block_til_ready logic that would lead to a system crash;
70 * Revisited cy_close spinlock usage;
71 *
72 * Revision 2.3.2.1 1999/09/28 11:01:22 ivan
73 * Revisited CONFIG_PCI conditional compilation for PCI board support;
74 * Implemented TIOCGICOUNT and TIOCMIWAIT ioctl support;
75 * _Major_ cleanup on the Cyclades-Z interrupt support code / logic;
76 * Removed CTS handling from the driver -- this is now completely handled
77 * by the firmware (Cyclades-Z only);
78 * Flush RX on-board buffers on a port open (Cyclades-Z only);
79 * Fixed handling of ASYNC_SPD_* TTY flags;
80 * Module unload now unmaps all memory area allocated by ioremap;
81 *
82 * Revision 2.3.1.1 1999/07/15 16:45:53 ivan
83 * Removed CY_PROC conditional compilation;
84 * Implemented SMP-awareness for the driver;
85 * Implemented a new ISA IRQ autoprobe that uses the irq_probe_[on|off]
86 * functions;
87 * The driver now accepts memory addresses (maddr=0xMMMMM) and IRQs
88 * (irq=NN) as parameters (only for ISA boards);
89 * Fixed bug in set_line_char that would prevent the Cyclades-Z
90 * ports from being configured at speeds above 115.2Kbps;
91 * Fixed bug in cy_set_termios that would prevent XON/XOFF flow control
92 * switching from working properly;
93 * The driver now only prints IRQ info for the Cyclades-Z if it's
94 * configured to work in interrupt mode;
95 *
96 * Revision 2.2.2.3 1999/06/28 11:13:29 ivan
97 * Added support for interrupt mode operation for the Z cards;
98 * Removed the driver inactivity control for the Z;
99 * Added a missing MOD_DEC_USE_COUNT in the cy_open function for when
100 * the Z firmware is not loaded yet;
101 * Replaced the "manual" Z Tx flush buffer by a call to a FW command of
102 * same functionality;
103 * Implemented workaround for IRQ setting loss on the PCI configuration
104 * registers after a PCI bridge EEPROM reload (affects PLX9060 only);
105 *
106 * Revision 2.2.2.2 1999/05/14 17:18:15 ivan
107 * /proc entry location changed to /proc/tty/driver/cyclades;
108 * Added support to shared IRQ's (only for PCI boards);
109 * Added support for Cobalt Qube2 systems;
110 * IRQ [de]allocation scheme revisited;
111 * BREAK implementation changed in order to make use of the 'break_ctl'
112 * TTY facility;
113 * Fixed typo in TTY structure field 'driver_name';
114 * Included a PCI bridge reset and EEPROM reload in the board
115 * initialization code (for both Y and Z series).
116 *
117 * Revision 2.2.2.1 1999/04/08 16:17:43 ivan
118 * Fixed a bug in cy_wait_until_sent that was preventing the port to be
119 * closed properly after a SIGINT;
120 * Module usage counter scheme revisited;
121 * Added support to the upcoming Y PCI boards (i.e., support to additional
122 * PCI Device ID's).
123 *
124 * Revision 2.2.1.10 1999/01/20 16:14:29 ivan
125 * Removed all unnecessary page-alignement operations in ioremap calls
126 * (ioremap is currently safe for these operations).
127 *
128 * Revision 2.2.1.9 1998/12/30 18:18:30 ivan
129 * Changed access to PLX PCI bridge registers from I/O to MMIO, in
130 * order to make PLX9050-based boards work with certain motherboards.
131 *
132 * Revision 2.2.1.8 1998/11/13 12:46:20 ivan
133 * cy_close function now resets (correctly) the tty->closing flag;
134 * JIFFIES_DIFF macro fixed.
135 *
136 * Revision 2.2.1.7 1998/09/03 12:07:28 ivan
137 * Fixed bug in cy_close function, which was not informing HW of
138 * which port should have the reception disabled before doing so;
139 * fixed Cyclom-8YoP hardware detection bug.
140 *
141 * Revision 2.2.1.6 1998/08/20 17:15:39 ivan
142 * Fixed bug in cy_close function, which causes malfunction
143 * of one of the first 4 ports when a higher port is closed
144 * (Cyclom-Y only).
145 *
146 * Revision 2.2.1.5 1998/08/10 18:10:28 ivan
147 * Fixed Cyclom-4Yo hardware detection bug.
148 *
149 * Revision 2.2.1.4 1998/08/04 11:02:50 ivan
150 * /proc/cyclades implementation with great collaboration of
151 * Marc Lewis <marc@blarg.net>;
152 * cyy_interrupt was changed to avoid occurrence of kernel oopses
153 * during PPP operation.
154 *
155 * Revision 2.2.1.3 1998/06/01 12:09:10 ivan
156 * General code review in order to comply with 2.1 kernel standards;
157 * data loss prevention for slow devices revisited (cy_wait_until_sent
158 * was created);
159 * removed conditional compilation for new/old PCI structure support
160 * (now the driver only supports the new PCI structure).
161 *
162 * Revision 2.2.1.1 1998/03/19 16:43:12 ivan
163 * added conditional compilation for new/old PCI structure support;
164 * removed kernel series (2.0.x / 2.1.x) conditional compilation.
165 *
166 * Revision 2.1.1.3 1998/03/16 18:01:12 ivan
167 * cleaned up the data loss fix;
168 * fixed XON/XOFF handling once more (Cyclades-Z);
169 * general review of the driver routines;
170 * introduction of a mechanism to prevent data loss with slow
171 * printers, by forcing a delay before closing the port.
172 *
173 * Revision 2.1.1.2 1998/02/17 16:50:00 ivan
174 * fixed detection/handling of new CD1400 in Ye boards;
175 * fixed XON/XOFF handling (Cyclades-Z);
176 * fixed data loss caused by a premature port close;
177 * introduction of a flag that holds the CD1400 version ID per port
178 * (used by the CYGETCD1400VER new ioctl).
179 *
180 * Revision 2.1.1.1 1997/12/03 17:31:19 ivan
181 * Code review for the module cleanup routine;
182 * fixed RTS and DTR status report for new CD1400's in get_modem_info;
183 * includes anonymous changes regarding signal_pending.
184 *
185 * Revision 2.1 1997/11/01 17:42:41 ivan
186 * Changes in the driver to support Alpha systems (except 8Zo V_1);
187 * BREAK fix for the Cyclades-Z boards;
188 * driver inactivity control by FW implemented;
189 * introduction of flag that allows driver to take advantage of
190 * a special CD1400 feature related to HW flow control;
191 * added support for the CD1400 rev. J (Cyclom-Y boards);
192 * introduction of ioctls to:
193 * - control the rtsdtr_inv flag (Cyclom-Y);
194 * - control the rflow flag (Cyclom-Y);
195 * - adjust the polling interval (Cyclades-Z);
196 *
197 * Revision 1.36.4.33 1997/06/27 19:00:00 ivan
198 * Fixes related to kernel version conditional
199 * compilation.
200 *
201 * Revision 1.36.4.32 1997/06/14 19:30:00 ivan
202 * Compatibility issues between kernels 2.0.x and
203 * 2.1.x (mainly related to clear_bit function).
204 *
205 * Revision 1.36.4.31 1997/06/03 15:30:00 ivan
206 * Changes to define the memory window according to the
207 * board type.
208 *
209 * Revision 1.36.4.30 1997/05/16 15:30:00 daniel
210 * Changes to support new cycladesZ boards.
211 *
212 * Revision 1.36.4.29 1997/05/12 11:30:00 daniel
213 * Merge of Bentson's and Daniel's version 1.36.4.28.
214 * Corrects bug in cy_detect_pci: check if there are more
215 * ports than the number of static structs allocated.
216 * Warning message during initialization if this driver is
217 * used with the new generation of cycladesZ boards. Those
218 * will be supported only in next release of the driver.
219 * Corrects bug in cy_detect_pci and cy_detect_isa that
220 * returned wrong number of VALID boards, when a cyclomY
221 * was found with no serial modules connected.
222 * Changes to use current (2.1.x) kernel subroutine names
223 * and created macros for compilation with 2.0.x kernel,
224 * instead of the other way around.
225 *
226 * Revision 1.36.4.28 1997/05/?? ??:00:00 bentson
227 * Change queue_task_irq_off to queue_task_irq.
228 * The inline function queue_task_irq_off (tqueue.h)
229 * was removed from latest releases of 2.1.x kernel.
230 * Use of macro __init to mark the initialization
231 * routines, so memory can be reused.
232 * Also incorporate implementation of critical region
233 * in function cleanup_module() created by anonymous
234 * linuxer.
235 *
236 * Revision 1.36.4.28 1997/04/25 16:00:00 daniel
237 * Change to support new firmware that solves DCD problem:
238 * application could fail to receive SIGHUP signal when DCD
239 * varying too fast.
240 *
241 * Revision 1.36.4.27 1997/03/26 10:30:00 daniel
242 * Changed for support linux versions 2.1.X.
243 * Backward compatible with linux versions 2.0.X.
244 * Corrected illegal use of filler field in
245 * CH_CTRL struct.
246 * Deleted some debug messages.
247 *
248 * Revision 1.36.4.26 1997/02/27 12:00:00 daniel
249 * Included check for NULL tty pointer in cyz_poll.
250 *
251 * Revision 1.36.4.25 1997/02/26 16:28:30 bentson
252 * Bill Foster at Blarg! Online services noticed that
253 * some of the switch elements of -Z modem control
254 * lacked a closing "break;"
255 *
256 * Revision 1.36.4.24 1997/02/24 11:00:00 daniel
257 * Changed low water threshold for buffer xmit_buf
258 *
259 * Revision 1.36.4.23 1996/12/02 21:50:16 bentson
260 * Marcio provided fix to modem status fetch for -Z
261 *
262 * Revision 1.36.4.22 1996/10/28 22:41:17 bentson
263 * improve mapping of -Z control page (thanks to Steve
264 * Price <stevep@fa.tdktca.com> for help on this)
265 *
266 * Revision 1.36.4.21 1996/09/10 17:00:10 bentson
267 * shift from CPU-bound to memcopy in cyz_polling operation
268 *
269 * Revision 1.36.4.20 1996/09/09 18:30:32 Bentson
270 * Added support to set and report higher speeds.
271 *
272 * Revision 1.36.4.19c 1996/08/09 10:00:00 Marcio Saito
273 * Some fixes in the HW flow control for the BETA release.
274 * Don't try to register the IRQ.
275 *
276 * Revision 1.36.4.19 1996/08/08 16:23:18 Bentson
277 * make sure "cyc" appears in all kernel messages; all soft interrupts
278 * handled by same routine; recognize out-of-band reception; comment
279 * out some diagnostic messages; leave RTS/CTS flow control to hardware;
280 * fix race condition in -Z buffer management; only -Y needs to explicitly
281 * flush chars; tidy up some startup messages;
282 *
283 * Revision 1.36.4.18 1996/07/25 18:57:31 bentson
284 * shift MOD_INC_USE_COUNT location to match
285 * serial.c; purge some diagnostic messages;
286 *
287 * Revision 1.36.4.17 1996/07/25 18:01:08 bentson
288 * enable modem status messages and fetch & process them; note
289 * time of last activity type for each port; set_line_char now
290 * supports more than line 0 and treats 0 baud correctly;
291 * get_modem_info senses rs_status;
292 *
293 * Revision 1.36.4.16 1996/07/20 08:43:15 bentson
294 * barely works--now's time to turn on
295 * more features 'til it breaks
296 *
297 * Revision 1.36.4.15 1996/07/19 22:30:06 bentson
298 * check more -Z board status; shorten boot message
299 *
300 * Revision 1.36.4.14 1996/07/19 22:20:37 bentson
301 * fix reference to ch_ctrl in startup; verify return
302 * values from cyz_issue_cmd and cyz_update_channel;
303 * more stuff to get modem control correct;
304 *
305 * Revision 1.36.4.13 1996/07/11 19:53:33 bentson
306 * more -Z stuff folded in; re-order changes to put -Z stuff
307 * after -Y stuff (to make changes clearer)
308 *
309 * Revision 1.36.4.12 1996/07/11 15:40:55 bentson
310 * Add code to poll Cyclades-Z. Add code to get & set RS-232 control.
311 * Add code to send break. Clear firmware ID word at startup (so
312 * that other code won't talk to inactive board).
313 *
314 * Revision 1.36.4.11 1996/07/09 05:28:29 bentson
315 * add code for -Z in set_line_char
316 *
317 * Revision 1.36.4.10 1996/07/08 19:28:37 bentson
318 * fold more -Z stuff (or in some cases, error messages)
319 * into driver; add text to "don't know what to do" messages.
320 *
321 * Revision 1.36.4.9 1996/07/08 18:38:38 bentson
322 * moved compile-time flags near top of file; cosmetic changes
323 * to narrow text (to allow 2-up printing); changed many declarations
324 * to "static" to limit external symbols; shuffled code order to
325 * coalesce -Y and -Z specific code, also to put internal functions
326 * in order of tty_driver structure; added code to recognize -Z
327 * ports (and for moment, do nothing or report error); add cy_startup
328 * to parse boot command line for extra base addresses for ISA probes;
329 *
330 * Revision 1.36.4.8 1996/06/25 17:40:19 bentson
331 * reorder some code, fix types of some vars (int vs. long),
332 * add cy_setup to support user declared ISA addresses
333 *
334 * Revision 1.36.4.7 1996/06/21 23:06:18 bentson
335 * dump ioctl based firmware load (it's now a user level
336 * program); ensure uninitialzed ports cannot be used
337 *
338 * Revision 1.36.4.6 1996/06/20 23:17:19 bentson
339 * rename vars and restructure some code
340 *
341 * Revision 1.36.4.5 1996/06/14 15:09:44 bentson
342 * get right status back after boot load
343 *
344 * Revision 1.36.4.4 1996/06/13 19:51:44 bentson
345 * successfully loads firmware
346 *
347 * Revision 1.36.4.3 1996/06/13 06:08:33 bentson
348 * add more of the code for the boot/load ioctls
349 *
350 * Revision 1.36.4.2 1996/06/11 21:00:51 bentson
351 * start to add Z functionality--starting with ioctl
352 * for loading firmware
353 *
354 * Revision 1.36.4.1 1996/06/10 18:03:02 bentson
355 * added code to recognize Z/PCI card at initialization; report
356 * presence, but card is not initialized (because firmware needs
357 * to be loaded)
358 *
359 * Revision 1.36.3.8 1996/06/07 16:29:00 bentson
360 * starting minor number at zero; added missing verify_area
361 * as noted by Heiko Eißfeldt <heiko@colossus.escape.de>
362 *
363 * Revision 1.36.3.7 1996/04/19 21:06:18 bentson
364 * remove unneeded boot message & fix CLOCAL hardware flow
365 * control (Miquel van Smoorenburg <miquels@Q.cistron.nl>);
366 * remove unused diagnostic statements; minor 0 is first;
367 *
368 * Revision 1.36.3.6 1996/03/13 13:21:17 marcio
369 * The kernel function vremap (available only in later 1.3.xx kernels)
370 * allows the access to memory addresses above the RAM. This revision
371 * of the driver supports PCI boards below 1Mb (device id 0x100) and
372 * above 1Mb (device id 0x101).
373 *
374 * Revision 1.36.3.5 1996/03/07 15:20:17 bentson
375 * Some global changes to interrupt handling spilled into
376 * this driver--mostly unused arguments in system function
377 * calls. Also added change by Marcio Saito which should
378 * reduce lost interrupts at startup by fast processors.
379 *
380 * Revision 1.36.3.4 1995/11/13 20:45:10 bentson
381 * Changes by Corey Minyard <minyard@wf-rch.cirr.com> distributed
382 * in 1.3.41 kernel to remove a possible race condition, extend
383 * some error messages, and let the driver run as a loadable module
384 * Change by Alan Wendt <alan@ez0.ezlink.com> to remove a
385 * possible race condition.
386 * Change by Marcio Saito <marcio@cyclades.com> to fix PCI addressing.
387 *
388 * Revision 1.36.3.3 1995/11/13 19:44:48 bentson
389 * Changes by Linus Torvalds in 1.3.33 kernel distribution
390 * required due to reordering of driver initialization.
391 * Drivers are now initialized *after* memory management.
392 *
393 * Revision 1.36.3.2 1995/09/08 22:07:14 bentson
394 * remove printk from ISR; fix typo
395 *
396 * Revision 1.36.3.1 1995/09/01 12:00:42 marcio
397 * Minor fixes in the PCI board support. PCI function calls in
398 * conditional compilation (CONFIG_PCI). Thanks to Jim Duncan
399 * <duncan@okay.com>. "bad serial count" message removed.
400 *
401 * Revision 1.36.3 1995/08/22 09:19:42 marcio
402 * Cyclom-Y/PCI support added. Changes in the cy_init routine and
403 * board initialization. Changes in the boot messages. The driver
404 * supports up to 4 boards and 64 ports by default.
405 *
406 * Revision 1.36.1.4 1995/03/29 06:14:14 bentson
407 * disambiguate between Cyclom-16Y and Cyclom-32Ye;
408 *
409 * Revision 1.36.1.3 1995/03/23 22:15:35 bentson
410 * add missing break in modem control block in ioctl switch statement
411 * (discovered by Michael Edward Chastain <mec@jobe.shell.portal.com>);
412 *
413 * Revision 1.36.1.2 1995/03/22 19:16:22 bentson
414 * make sure CTS flow control is set as soon as possible (thanks
415 * to note from David Lambert <lambert@chesapeake.rps.slb.com>);
416 *
417 * Revision 1.36.1.1 1995/03/13 15:44:43 bentson
418 * initialize defaults for receive threshold and stale data timeout;
419 * cosmetic changes;
420 *
421 * Revision 1.36 1995/03/10 23:33:53 bentson
422 * added support of chips 4-7 in 32 port Cyclom-Ye;
423 * fix cy_interrupt pointer dereference problem
424 * (Joe Portman <baron@aa.net>);
425 * give better error response if open is attempted on non-existent port
426 * (Zachariah Vaum <jchryslr@netcom.com>);
427 * correct command timeout (Kenneth Lerman <lerman@@seltd.newnet.com>);
428 * conditional compilation for -16Y on systems with fast, noisy bus;
429 * comment out diagnostic print function;
430 * cleaned up table of base addresses;
431 * set receiver time-out period register to correct value,
432 * set receive threshold to better default values,
433 * set chip timer to more accurate 200 Hz ticking,
434 * add code to monitor and modify receive parameters
435 * (Rik Faith <faith@cs.unc.edu> Nick Simicich
436 * <njs@scifi.emi.net>);
437 *
438 * Revision 1.35 1994/12/16 13:54:18 steffen
439 * additional patch by Marcio Saito for board detection
440 * Accidently left out in 1.34
441 *
442 * Revision 1.34 1994/12/10 12:37:12 steffen
443 * This is the corrected version as suggested by Marcio Saito
444 *
445 * Revision 1.33 1994/12/01 22:41:18 bentson
446 * add hooks to support more high speeds directly; add tytso
447 * patch regarding CLOCAL wakeups
448 *
449 * Revision 1.32 1994/11/23 19:50:04 bentson
450 * allow direct kernel control of higher signalling rates;
451 * look for cards at additional locations
452 *
453 * Revision 1.31 1994/11/16 04:33:28 bentson
454 * ANOTHER fix from Corey Minyard, minyard@wf-rch.cirr.com--
455 * a problem in chars_in_buffer has been resolved by some
456 * small changes; this should yield smoother output
457 *
458 * Revision 1.30 1994/11/16 04:28:05 bentson
459 * Fix from Corey Minyard, Internet: minyard@metronet.com,
460 * UUCP: minyard@wf-rch.cirr.com, WORK: minyardbnr.ca, to
461 * cy_hangup that appears to clear up much (all?) of the
462 * DTR glitches; also he's added/cleaned-up diagnostic messages
463 *
464 * Revision 1.29 1994/11/16 04:16:07 bentson
465 * add change proposed by Ralph Sims, ralphs@halcyon.com, to
466 * operate higher speeds in same way as other serial ports;
467 * add more serial ports (for up to two 16-port muxes).
468 *
469 * Revision 1.28 1994/11/04 00:13:16 root
470 * turn off diagnostic messages
471 *
472 * Revision 1.27 1994/11/03 23:46:37 root
473 * bunch of changes to bring driver into greater conformance
474 * with the serial.c driver (looking for missed fixes)
475 *
476 * Revision 1.26 1994/11/03 22:40:36 root
477 * automatic interrupt probing fixed.
478 *
479 * Revision 1.25 1994/11/03 20:17:02 root
480 * start to implement auto-irq
481 *
482 * Revision 1.24 1994/11/03 18:01:55 root
483 * still working on modem signals--trying not to drop DTR
484 * during the getty/login processes
485 *
486 * Revision 1.23 1994/11/03 17:51:36 root
487 * extend baud rate support; set receive threshold as function
488 * of baud rate; fix some problems with RTS/CTS;
489 *
490 * Revision 1.22 1994/11/02 18:05:35 root
491 * changed arguments to udelay to type long to get
492 * delays to be of correct duration
493 *
494 * Revision 1.21 1994/11/02 17:37:30 root
495 * employ udelay (after calibrating loops_per_second earlier
496 * in init/main.c) instead of using home-grown delay routines
497 *
498 * Revision 1.20 1994/11/02 03:11:38 root
499 * cy_chars_in_buffer forces a return value of 0 to let
500 * login work (don't know why it does); some functions
501 * that were returning EFAULT, now executes the code;
502 * more work on deciding when to disable xmit interrupts;
503 *
504 * Revision 1.19 1994/11/01 20:10:14 root
505 * define routine to start transmission interrupts (by enabling
506 * transmit interrupts); directly enable/disable modem interrupts;
507 *
508 * Revision 1.18 1994/11/01 18:40:45 bentson
509 * Don't always enable transmit interrupts in startup; interrupt on
510 * TxMpty instead of TxRdy to help characters get out before shutdown;
511 * restructure xmit interrupt to check for chars first and quit if
512 * none are ready to go; modem status (MXVRx) is upright, _not_ inverted
513 * (to my view);
514 *
515 * Revision 1.17 1994/10/30 04:39:45 bentson
516 * rename serial_driver and callout_driver to cy_serial_driver and
517 * cy_callout_driver to avoid linkage interference; initialize
518 * info->type to PORT_CIRRUS; ruggedize paranoia test; elide ->port
519 * from cyclades_port structure; add paranoia check to cy_close;
520 *
521 * Revision 1.16 1994/10/30 01:14:33 bentson
522 * change major numbers; add some _early_ return statements;
523 *
524 * Revision 1.15 1994/10/29 06:43:15 bentson
525 * final tidying up for clean compile; enable some error reporting
526 *
527 * Revision 1.14 1994/10/28 20:30:22 Bentson
528 * lots of changes to drag the driver towards the new tty_io
529 * structures and operation. not expected to work, but may
530 * compile cleanly.
531 *
532 * Revision 1.13 1994/07/21 23:08:57 Bentson
533 * add some diagnostic cruft; support 24 lines (for testing
534 * both -8Y and -16Y cards; be more thorough in servicing all
535 * chips during interrupt; add "volatile" a few places to
536 * circumvent compiler optimizations; fix base & offset
537 * computations in block_til_ready (was causing chip 0 to
538 * stop operation)
539 *
540 * Revision 1.12 1994/07/19 16:42:11 Bentson
541 * add some hackery for kernel version 1.1.8; expand
542 * error messages; refine timing for delay loops and
543 * declare loop params volatile
544 *
545 * Revision 1.11 1994/06/11 21:53:10 bentson
546 * get use of save_car right in transmit interrupt service
547 *
548 * Revision 1.10.1.1 1994/06/11 21:31:18 bentson
549 * add some diagnostic printing; try to fix save_car stuff
550 *
551 * Revision 1.10 1994/06/11 20:36:08 bentson
552 * clean up compiler warnings
553 *
554 * Revision 1.9 1994/06/11 19:42:46 bentson
555 * added a bunch of code to support modem signalling
556 *
557 * Revision 1.8 1994/06/11 17:57:07 bentson
558 * recognize break & parity error
559 *
560 * Revision 1.7 1994/06/05 05:51:34 bentson
561 * Reorder baud table to be monotonic; add cli to CP; discard
562 * incoming characters and status if the line isn't open; start to
563 * fold code into cy_throttle; start to port get_serial_info,
564 * set_serial_info, get_modem_info, set_modem_info, and send_break
565 * from serial.c; expand cy_ioctl; relocate and expand config_setup;
566 * get flow control characters from tty struct; invalidate ports w/o
567 * hardware;
568 *
569 * Revision 1.6 1994/05/31 18:42:21 bentson
570 * add a loop-breaker in the interrupt service routine;
571 * note when port is initialized so that it can be shut
572 * down under the right conditions; receive works without
573 * any obvious errors
574 *
575 * Revision 1.5 1994/05/30 00:55:02 bentson
576 * transmit works without obvious errors
577 *
578 * Revision 1.4 1994/05/27 18:46:27 bentson
579 * incorporated more code from lib_y.c; can now print short
580 * strings under interrupt control to port zero; seems to
581 * select ports/channels/lines correctly
582 *
583 * Revision 1.3 1994/05/25 22:12:44 bentson
584 * shifting from multi-port on a card to proper multiplexor
585 * data structures; added skeletons of most routines
586 *
587 * Revision 1.2 1994/05/19 13:21:43 bentson
588 * start to crib from other sources
589 *
590 */
591
592 #define CY_VERSION "2.5"
593
594 /* If you need to install more boards than NR_CARDS, change the constant
595 in the definition below. No other change is necessary to support up to
596 eight boards. Beyond that you'll have to extend cy_isa_addresses. */
597
598 #define NR_CARDS 4
599
600 /*
601 If the total number of ports is larger than NR_PORTS, change this
602 constant in the definition below. No other change is necessary to
603 support more boards/ports. */
604
605 #define NR_PORTS 256
606
607 #define ZO_V1 0
608 #define ZO_V2 1
609 #define ZE_V1 2
610
611 #define SERIAL_PARANOIA_CHECK
612 #undef CY_DEBUG_OPEN
613 #undef CY_DEBUG_THROTTLE
614 #undef CY_DEBUG_OTHER
615 #undef CY_DEBUG_IO
616 #undef CY_DEBUG_COUNT
617 #undef CY_DEBUG_DTR
618 #undef CY_DEBUG_WAIT_UNTIL_SENT
619 #undef CY_DEBUG_INTERRUPTS
620 #undef CY_16Y_HACK
621 #undef CY_ENABLE_MONITORING
622 #undef CY_PCI_DEBUG
623
624 /*
625 * Include section
626 */
627 #include <linux/module.h>
628 #include <linux/errno.h>
629 #include <linux/signal.h>
630 #include <linux/sched.h>
631 #include <linux/timer.h>
632 #include <linux/interrupt.h>
633 #include <linux/tty.h>
634 #include <linux/tty_flip.h>
635 #include <linux/serial.h>
636 #include <linux/smp_lock.h>
637 #include <linux/major.h>
638 #include <linux/string.h>
639 #include <linux/fcntl.h>
640 #include <linux/ptrace.h>
641 #include <linux/cyclades.h>
642 #include <linux/mm.h>
643 #include <linux/ioport.h>
644 #include <linux/init.h>
645 #include <linux/delay.h>
646 #include <linux/spinlock.h>
647 #include <linux/bitops.h>
648 #include <linux/firmware.h>
649 #include <linux/device.h>
650
651 #include <asm/system.h>
652 #include <linux/io.h>
653 #include <asm/irq.h>
654 #include <linux/uaccess.h>
655
656 #include <linux/kernel.h>
657 #include <linux/pci.h>
658
659 #include <linux/stat.h>
660 #include <linux/proc_fs.h>
661 #include <linux/seq_file.h>
662
663 static void cy_throttle(struct tty_struct *tty);
664 static void cy_send_xchar(struct tty_struct *tty, char ch);
665
666 #ifndef SERIAL_XMIT_SIZE
667 #define SERIAL_XMIT_SIZE (min(PAGE_SIZE, 4096))
668 #endif
669 #define WAKEUP_CHARS 256
670
671 #define STD_COM_FLAGS (0)
672
673 /* firmware stuff */
674 #define ZL_MAX_BLOCKS 16
675 #define DRIVER_VERSION 0x02010203
676 #define RAM_SIZE 0x80000
677
678 enum zblock_type {
679 ZBLOCK_PRG = 0,
680 ZBLOCK_FPGA = 1
681 };
682
683 struct zfile_header {
684 char name[64];
685 char date[32];
686 char aux[32];
687 u32 n_config;
688 u32 config_offset;
689 u32 n_blocks;
690 u32 block_offset;
691 u32 reserved[9];
692 } __attribute__ ((packed));
693
694 struct zfile_config {
695 char name[64];
696 u32 mailbox;
697 u32 function;
698 u32 n_blocks;
699 u32 block_list[ZL_MAX_BLOCKS];
700 } __attribute__ ((packed));
701
702 struct zfile_block {
703 u32 type;
704 u32 file_offset;
705 u32 ram_offset;
706 u32 size;
707 } __attribute__ ((packed));
708
709 static struct tty_driver *cy_serial_driver;
710
711 #ifdef CONFIG_ISA
712 /* This is the address lookup table. The driver will probe for
713 Cyclom-Y/ISA boards at all addresses in here. If you want the
714 driver to probe addresses at a different address, add it to
715 this table. If the driver is probing some other board and
716 causing problems, remove the offending address from this table.
717 */
718
719 static unsigned int cy_isa_addresses[] = {
720 0xD0000,
721 0xD2000,
722 0xD4000,
723 0xD6000,
724 0xD8000,
725 0xDA000,
726 0xDC000,
727 0xDE000,
728 0, 0, 0, 0, 0, 0, 0, 0
729 };
730
731 #define NR_ISA_ADDRS ARRAY_SIZE(cy_isa_addresses)
732
733 #ifdef MODULE
734 static long maddr[NR_CARDS];
735 static int irq[NR_CARDS];
736
737 module_param_array(maddr, long, NULL, 0);
738 module_param_array(irq, int, NULL, 0);
739 #endif
740
741 #endif /* CONFIG_ISA */
742
743 /* This is the per-card data structure containing address, irq, number of
744 channels, etc. This driver supports a maximum of NR_CARDS cards.
745 */
746 static struct cyclades_card cy_card[NR_CARDS];
747
748 static int cy_next_channel; /* next minor available */
749
750 /*
751 * This is used to look up the divisor speeds and the timeouts
752 * We're normally limited to 15 distinct baud rates. The extra
753 * are accessed via settings in info->port.flags.
754 * 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
755 * 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
756 * HI VHI
757 * 20
758 */
759 static int baud_table[] = {
760 0, 50, 75, 110, 134, 150, 200, 300, 600, 1200,
761 1800, 2400, 4800, 9600, 19200, 38400, 57600, 76800, 115200, 150000,
762 230400, 0
763 };
764
765 static char baud_co_25[] = { /* 25 MHz clock option table */
766 /* value => 00 01 02 03 04 */
767 /* divide by 8 32 128 512 2048 */
768 0x00, 0x04, 0x04, 0x04, 0x04, 0x04, 0x03, 0x03, 0x03, 0x02,
769 0x02, 0x02, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
770 };
771
772 static char baud_bpr_25[] = { /* 25 MHz baud rate period table */
773 0x00, 0xf5, 0xa3, 0x6f, 0x5c, 0x51, 0xf5, 0xa3, 0x51, 0xa3,
774 0x6d, 0x51, 0xa3, 0x51, 0xa3, 0x51, 0x36, 0x29, 0x1b, 0x15
775 };
776
777 static char baud_co_60[] = { /* 60 MHz clock option table (CD1400 J) */
778 /* value => 00 01 02 03 04 */
779 /* divide by 8 32 128 512 2048 */
780 0x00, 0x00, 0x00, 0x04, 0x04, 0x04, 0x04, 0x04, 0x03, 0x03,
781 0x03, 0x02, 0x02, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
782 0x00
783 };
784
785 static char baud_bpr_60[] = { /* 60 MHz baud rate period table (CD1400 J) */
786 0x00, 0x82, 0x21, 0xff, 0xdb, 0xc3, 0x92, 0x62, 0xc3, 0x62,
787 0x41, 0xc3, 0x62, 0xc3, 0x62, 0xc3, 0x82, 0x62, 0x41, 0x32,
788 0x21
789 };
790
791 static char baud_cor3[] = { /* receive threshold */
792 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a,
793 0x0a, 0x0a, 0x0a, 0x09, 0x09, 0x08, 0x08, 0x08, 0x08, 0x07,
794 0x07
795 };
796
797 /*
798 * The Cyclades driver implements HW flow control as any serial driver.
799 * The cyclades_port structure member rflow and the vector rflow_thr
800 * allows us to take advantage of a special feature in the CD1400 to avoid
801 * data loss even when the system interrupt latency is too high. These flags
802 * are to be used only with very special applications. Setting these flags
803 * requires the use of a special cable (DTR and RTS reversed). In the new
804 * CD1400-based boards (rev. 6.00 or later), there is no need for special
805 * cables.
806 */
807
808 static char rflow_thr[] = { /* rflow threshold */
809 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
810 0x00, 0x00, 0x00, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a,
811 0x0a
812 };
813
814 /* The Cyclom-Ye has placed the sequential chips in non-sequential
815 * address order. This look-up table overcomes that problem.
816 */
817 static const unsigned int cy_chip_offset[] = { 0x0000,
818 0x0400,
819 0x0800,
820 0x0C00,
821 0x0200,
822 0x0600,
823 0x0A00,
824 0x0E00
825 };
826
827 /* PCI related definitions */
828
829 #ifdef CONFIG_PCI
830 static struct pci_device_id cy_pci_dev_id[] __devinitdata = {
831 /* PCI < 1Mb */
832 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_Y_Lo) },
833 /* PCI > 1Mb */
834 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_Y_Hi) },
835 /* 4Y PCI < 1Mb */
836 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_4Y_Lo) },
837 /* 4Y PCI > 1Mb */
838 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_4Y_Hi) },
839 /* 8Y PCI < 1Mb */
840 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_8Y_Lo) },
841 /* 8Y PCI > 1Mb */
842 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_8Y_Hi) },
843 /* Z PCI < 1Mb */
844 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_Z_Lo) },
845 /* Z PCI > 1Mb */
846 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_Z_Hi) },
847 { } /* end of table */
848 };
849 MODULE_DEVICE_TABLE(pci, cy_pci_dev_id);
850 #endif
851
852 static void cy_start(struct tty_struct *);
853 static void cy_set_line_char(struct cyclades_port *, struct tty_struct *);
854 static int cyz_issue_cmd(struct cyclades_card *, __u32, __u8, __u32);
855 #ifdef CONFIG_ISA
856 static unsigned detect_isa_irq(void __iomem *);
857 #endif /* CONFIG_ISA */
858
859 #ifndef CONFIG_CYZ_INTR
860 static void cyz_poll(unsigned long);
861
862 /* The Cyclades-Z polling cycle is defined by this variable */
863 static long cyz_polling_cycle = CZ_DEF_POLL;
864
865 static DEFINE_TIMER(cyz_timerlist, cyz_poll, 0, 0);
866
867 #else /* CONFIG_CYZ_INTR */
868 static void cyz_rx_restart(unsigned long);
869 static struct timer_list cyz_rx_full_timer[NR_PORTS];
870 #endif /* CONFIG_CYZ_INTR */
871
872 static inline bool cy_is_Z(struct cyclades_card *card)
873 {
874 return card->num_chips == (unsigned int)-1;
875 }
876
877 static inline bool __cyz_fpga_loaded(struct RUNTIME_9060 __iomem *ctl_addr)
878 {
879 return readl(&ctl_addr->init_ctrl) & (1 << 17);
880 }
881
882 static inline bool cyz_fpga_loaded(struct cyclades_card *card)
883 {
884 return __cyz_fpga_loaded(card->ctl_addr.p9060);
885 }
886
887 static inline bool cyz_is_loaded(struct cyclades_card *card)
888 {
889 struct FIRM_ID __iomem *fw_id = card->base_addr + ID_ADDRESS;
890
891 return (card->hw_ver == ZO_V1 || cyz_fpga_loaded(card)) &&
892 readl(&fw_id->signature) == ZFIRM_ID;
893 }
894
895 static inline int serial_paranoia_check(struct cyclades_port *info,
896 char *name, const char *routine)
897 {
898 #ifdef SERIAL_PARANOIA_CHECK
899 if (!info) {
900 printk(KERN_WARNING "cyc Warning: null cyclades_port for (%s) "
901 "in %s\n", name, routine);
902 return 1;
903 }
904
905 if (info->magic != CYCLADES_MAGIC) {
906 printk(KERN_WARNING "cyc Warning: bad magic number for serial "
907 "struct (%s) in %s\n", name, routine);
908 return 1;
909 }
910 #endif
911 return 0;
912 } /* serial_paranoia_check */
913
914 /***********************************************************/
915 /********* Start of block of Cyclom-Y specific code ********/
916
917 /* This routine waits up to 1000 micro-seconds for the previous
918 command to the Cirrus chip to complete and then issues the
919 new command. An error is returned if the previous command
920 didn't finish within the time limit.
921
922 This function is only called from inside spinlock-protected code.
923 */
924 static int cyy_issue_cmd(void __iomem *base_addr, u_char cmd, int index)
925 {
926 unsigned int i;
927
928 /* Check to see that the previous command has completed */
929 for (i = 0; i < 100; i++) {
930 if (readb(base_addr + (CyCCR << index)) == 0)
931 break;
932 udelay(10L);
933 }
934 /* if the CCR never cleared, the previous command
935 didn't finish within the "reasonable time" */
936 if (i == 100)
937 return -1;
938
939 /* Issue the new command */
940 cy_writeb(base_addr + (CyCCR << index), cmd);
941
942 return 0;
943 } /* cyy_issue_cmd */
944
945 #ifdef CONFIG_ISA
946 /* ISA interrupt detection code */
947 static unsigned detect_isa_irq(void __iomem *address)
948 {
949 int irq;
950 unsigned long irqs, flags;
951 int save_xir, save_car;
952 int index = 0; /* IRQ probing is only for ISA */
953
954 /* forget possible initially masked and pending IRQ */
955 irq = probe_irq_off(probe_irq_on());
956
957 /* Clear interrupts on the board first */
958 cy_writeb(address + (Cy_ClrIntr << index), 0);
959 /* Cy_ClrIntr is 0x1800 */
960
961 irqs = probe_irq_on();
962 /* Wait ... */
963 udelay(5000L);
964
965 /* Enable the Tx interrupts on the CD1400 */
966 local_irq_save(flags);
967 cy_writeb(address + (CyCAR << index), 0);
968 cyy_issue_cmd(address, CyCHAN_CTL | CyENB_XMTR, index);
969
970 cy_writeb(address + (CyCAR << index), 0);
971 cy_writeb(address + (CySRER << index),
972 readb(address + (CySRER << index)) | CyTxRdy);
973 local_irq_restore(flags);
974
975 /* Wait ... */
976 udelay(5000L);
977
978 /* Check which interrupt is in use */
979 irq = probe_irq_off(irqs);
980
981 /* Clean up */
982 save_xir = (u_char) readb(address + (CyTIR << index));
983 save_car = readb(address + (CyCAR << index));
984 cy_writeb(address + (CyCAR << index), (save_xir & 0x3));
985 cy_writeb(address + (CySRER << index),
986 readb(address + (CySRER << index)) & ~CyTxRdy);
987 cy_writeb(address + (CyTIR << index), (save_xir & 0x3f));
988 cy_writeb(address + (CyCAR << index), (save_car));
989 cy_writeb(address + (Cy_ClrIntr << index), 0);
990 /* Cy_ClrIntr is 0x1800 */
991
992 return (irq > 0) ? irq : 0;
993 }
994 #endif /* CONFIG_ISA */
995
996 static void cyy_chip_rx(struct cyclades_card *cinfo, int chip,
997 void __iomem *base_addr)
998 {
999 struct cyclades_port *info;
1000 struct tty_struct *tty;
1001 int len, index = cinfo->bus_index;
1002 u8 save_xir, channel, save_car, data, char_count;
1003
1004 #ifdef CY_DEBUG_INTERRUPTS
1005 printk(KERN_DEBUG "cyy_interrupt: rcvd intr, chip %d\n", chip);
1006 #endif
1007 /* determine the channel & change to that context */
1008 save_xir = readb(base_addr + (CyRIR << index));
1009 channel = save_xir & CyIRChannel;
1010 info = &cinfo->ports[channel + chip * 4];
1011 save_car = readb(base_addr + (CyCAR << index));
1012 cy_writeb(base_addr + (CyCAR << index), save_xir);
1013
1014 tty = tty_port_tty_get(&info->port);
1015 /* if there is nowhere to put the data, discard it */
1016 if (tty == NULL) {
1017 if ((readb(base_addr + (CyRIVR << index)) & CyIVRMask) ==
1018 CyIVRRxEx) { /* exception */
1019 data = readb(base_addr + (CyRDSR << index));
1020 } else { /* normal character reception */
1021 char_count = readb(base_addr + (CyRDCR << index));
1022 while (char_count--)
1023 data = readb(base_addr + (CyRDSR << index));
1024 }
1025 goto end;
1026 }
1027 /* there is an open port for this data */
1028 if ((readb(base_addr + (CyRIVR << index)) & CyIVRMask) ==
1029 CyIVRRxEx) { /* exception */
1030 data = readb(base_addr + (CyRDSR << index));
1031
1032 /* For statistics only */
1033 if (data & CyBREAK)
1034 info->icount.brk++;
1035 else if (data & CyFRAME)
1036 info->icount.frame++;
1037 else if (data & CyPARITY)
1038 info->icount.parity++;
1039 else if (data & CyOVERRUN)
1040 info->icount.overrun++;
1041
1042 if (data & info->ignore_status_mask) {
1043 info->icount.rx++;
1044 tty_kref_put(tty);
1045 return;
1046 }
1047 if (tty_buffer_request_room(tty, 1)) {
1048 if (data & info->read_status_mask) {
1049 if (data & CyBREAK) {
1050 tty_insert_flip_char(tty,
1051 readb(base_addr + (CyRDSR <<
1052 index)), TTY_BREAK);
1053 info->icount.rx++;
1054 if (info->port.flags & ASYNC_SAK)
1055 do_SAK(tty);
1056 } else if (data & CyFRAME) {
1057 tty_insert_flip_char(tty,
1058 readb(base_addr + (CyRDSR <<
1059 index)), TTY_FRAME);
1060 info->icount.rx++;
1061 info->idle_stats.frame_errs++;
1062 } else if (data & CyPARITY) {
1063 /* Pieces of seven... */
1064 tty_insert_flip_char(tty,
1065 readb(base_addr + (CyRDSR <<
1066 index)), TTY_PARITY);
1067 info->icount.rx++;
1068 info->idle_stats.parity_errs++;
1069 } else if (data & CyOVERRUN) {
1070 tty_insert_flip_char(tty, 0,
1071 TTY_OVERRUN);
1072 info->icount.rx++;
1073 /* If the flip buffer itself is
1074 overflowing, we still lose
1075 the next incoming character.
1076 */
1077 tty_insert_flip_char(tty,
1078 readb(base_addr + (CyRDSR <<
1079 index)), TTY_FRAME);
1080 info->icount.rx++;
1081 info->idle_stats.overruns++;
1082 /* These two conditions may imply */
1083 /* a normal read should be done. */
1084 /* } else if(data & CyTIMEOUT) { */
1085 /* } else if(data & CySPECHAR) { */
1086 } else {
1087 tty_insert_flip_char(tty, 0,
1088 TTY_NORMAL);
1089 info->icount.rx++;
1090 }
1091 } else {
1092 tty_insert_flip_char(tty, 0, TTY_NORMAL);
1093 info->icount.rx++;
1094 }
1095 } else {
1096 /* there was a software buffer overrun and nothing
1097 * could be done about it!!! */
1098 info->icount.buf_overrun++;
1099 info->idle_stats.overruns++;
1100 }
1101 } else { /* normal character reception */
1102 /* load # chars available from the chip */
1103 char_count = readb(base_addr + (CyRDCR << index));
1104
1105 #ifdef CY_ENABLE_MONITORING
1106 ++info->mon.int_count;
1107 info->mon.char_count += char_count;
1108 if (char_count > info->mon.char_max)
1109 info->mon.char_max = char_count;
1110 info->mon.char_last = char_count;
1111 #endif
1112 len = tty_buffer_request_room(tty, char_count);
1113 while (len--) {
1114 data = readb(base_addr + (CyRDSR << index));
1115 tty_insert_flip_char(tty, data, TTY_NORMAL);
1116 info->idle_stats.recv_bytes++;
1117 info->icount.rx++;
1118 #ifdef CY_16Y_HACK
1119 udelay(10L);
1120 #endif
1121 }
1122 info->idle_stats.recv_idle = jiffies;
1123 }
1124 tty_schedule_flip(tty);
1125 tty_kref_put(tty);
1126 end:
1127 /* end of service */
1128 cy_writeb(base_addr + (CyRIR << index), save_xir & 0x3f);
1129 cy_writeb(base_addr + (CyCAR << index), save_car);
1130 }
1131
1132 static void cyy_chip_tx(struct cyclades_card *cinfo, unsigned int chip,
1133 void __iomem *base_addr)
1134 {
1135 struct cyclades_port *info;
1136 struct tty_struct *tty;
1137 int char_count, index = cinfo->bus_index;
1138 u8 save_xir, channel, save_car, outch;
1139
1140 /* Since we only get here when the transmit buffer
1141 is empty, we know we can always stuff a dozen
1142 characters. */
1143 #ifdef CY_DEBUG_INTERRUPTS
1144 printk(KERN_DEBUG "cyy_interrupt: xmit intr, chip %d\n", chip);
1145 #endif
1146
1147 /* determine the channel & change to that context */
1148 save_xir = readb(base_addr + (CyTIR << index));
1149 channel = save_xir & CyIRChannel;
1150 save_car = readb(base_addr + (CyCAR << index));
1151 cy_writeb(base_addr + (CyCAR << index), save_xir);
1152
1153 /* validate the port# (as configured and open) */
1154 if (channel + chip * 4 >= cinfo->nports) {
1155 cy_writeb(base_addr + (CySRER << index),
1156 readb(base_addr + (CySRER << index)) & ~CyTxRdy);
1157 goto end;
1158 }
1159 info = &cinfo->ports[channel + chip * 4];
1160 tty = tty_port_tty_get(&info->port);
1161 if (tty == NULL) {
1162 cy_writeb(base_addr + (CySRER << index),
1163 readb(base_addr + (CySRER << index)) & ~CyTxRdy);
1164 goto end;
1165 }
1166
1167 /* load the on-chip space for outbound data */
1168 char_count = info->xmit_fifo_size;
1169
1170 if (info->x_char) { /* send special char */
1171 outch = info->x_char;
1172 cy_writeb(base_addr + (CyTDR << index), outch);
1173 char_count--;
1174 info->icount.tx++;
1175 info->x_char = 0;
1176 }
1177
1178 if (info->breakon || info->breakoff) {
1179 if (info->breakon) {
1180 cy_writeb(base_addr + (CyTDR << index), 0);
1181 cy_writeb(base_addr + (CyTDR << index), 0x81);
1182 info->breakon = 0;
1183 char_count -= 2;
1184 }
1185 if (info->breakoff) {
1186 cy_writeb(base_addr + (CyTDR << index), 0);
1187 cy_writeb(base_addr + (CyTDR << index), 0x83);
1188 info->breakoff = 0;
1189 char_count -= 2;
1190 }
1191 }
1192
1193 while (char_count-- > 0) {
1194 if (!info->xmit_cnt) {
1195 if (readb(base_addr + (CySRER << index)) & CyTxMpty) {
1196 cy_writeb(base_addr + (CySRER << index),
1197 readb(base_addr + (CySRER << index)) &
1198 ~CyTxMpty);
1199 } else {
1200 cy_writeb(base_addr + (CySRER << index),
1201 (readb(base_addr + (CySRER << index)) &
1202 ~CyTxRdy) | CyTxMpty);
1203 }
1204 goto done;
1205 }
1206 if (info->port.xmit_buf == NULL) {
1207 cy_writeb(base_addr + (CySRER << index),
1208 readb(base_addr + (CySRER << index)) &
1209 ~CyTxRdy);
1210 goto done;
1211 }
1212 if (tty->stopped || tty->hw_stopped) {
1213 cy_writeb(base_addr + (CySRER << index),
1214 readb(base_addr + (CySRER << index)) &
1215 ~CyTxRdy);
1216 goto done;
1217 }
1218 /* Because the Embedded Transmit Commands have been enabled,
1219 * we must check to see if the escape character, NULL, is being
1220 * sent. If it is, we must ensure that there is room for it to
1221 * be doubled in the output stream. Therefore we no longer
1222 * advance the pointer when the character is fetched, but
1223 * rather wait until after the check for a NULL output
1224 * character. This is necessary because there may not be room
1225 * for the two chars needed to send a NULL.)
1226 */
1227 outch = info->port.xmit_buf[info->xmit_tail];
1228 if (outch) {
1229 info->xmit_cnt--;
1230 info->xmit_tail = (info->xmit_tail + 1) &
1231 (SERIAL_XMIT_SIZE - 1);
1232 cy_writeb(base_addr + (CyTDR << index), outch);
1233 info->icount.tx++;
1234 } else {
1235 if (char_count > 1) {
1236 info->xmit_cnt--;
1237 info->xmit_tail = (info->xmit_tail + 1) &
1238 (SERIAL_XMIT_SIZE - 1);
1239 cy_writeb(base_addr + (CyTDR << index), outch);
1240 cy_writeb(base_addr + (CyTDR << index), 0);
1241 info->icount.tx++;
1242 char_count--;
1243 }
1244 }
1245 }
1246
1247 done:
1248 tty_wakeup(tty);
1249 tty_kref_put(tty);
1250 end:
1251 /* end of service */
1252 cy_writeb(base_addr + (CyTIR << index), save_xir & 0x3f);
1253 cy_writeb(base_addr + (CyCAR << index), save_car);
1254 }
1255
1256 static void cyy_chip_modem(struct cyclades_card *cinfo, int chip,
1257 void __iomem *base_addr)
1258 {
1259 struct cyclades_port *info;
1260 struct tty_struct *tty;
1261 int index = cinfo->bus_index;
1262 u8 save_xir, channel, save_car, mdm_change, mdm_status;
1263
1264 /* determine the channel & change to that context */
1265 save_xir = readb(base_addr + (CyMIR << index));
1266 channel = save_xir & CyIRChannel;
1267 info = &cinfo->ports[channel + chip * 4];
1268 save_car = readb(base_addr + (CyCAR << index));
1269 cy_writeb(base_addr + (CyCAR << index), save_xir);
1270
1271 mdm_change = readb(base_addr + (CyMISR << index));
1272 mdm_status = readb(base_addr + (CyMSVR1 << index));
1273
1274 tty = tty_port_tty_get(&info->port);
1275 if (!tty)
1276 goto end;
1277
1278 if (mdm_change & CyANY_DELTA) {
1279 /* For statistics only */
1280 if (mdm_change & CyDCD)
1281 info->icount.dcd++;
1282 if (mdm_change & CyCTS)
1283 info->icount.cts++;
1284 if (mdm_change & CyDSR)
1285 info->icount.dsr++;
1286 if (mdm_change & CyRI)
1287 info->icount.rng++;
1288
1289 wake_up_interruptible(&info->delta_msr_wait);
1290 }
1291
1292 if ((mdm_change & CyDCD) && (info->port.flags & ASYNC_CHECK_CD)) {
1293 if (mdm_status & CyDCD)
1294 wake_up_interruptible(&info->port.open_wait);
1295 else
1296 tty_hangup(tty);
1297 }
1298 if ((mdm_change & CyCTS) && (info->port.flags & ASYNC_CTS_FLOW)) {
1299 if (tty->hw_stopped) {
1300 if (mdm_status & CyCTS) {
1301 /* cy_start isn't used
1302 because... !!! */
1303 tty->hw_stopped = 0;
1304 cy_writeb(base_addr + (CySRER << index),
1305 readb(base_addr + (CySRER << index)) |
1306 CyTxRdy);
1307 tty_wakeup(tty);
1308 }
1309 } else {
1310 if (!(mdm_status & CyCTS)) {
1311 /* cy_stop isn't used
1312 because ... !!! */
1313 tty->hw_stopped = 1;
1314 cy_writeb(base_addr + (CySRER << index),
1315 readb(base_addr + (CySRER << index)) &
1316 ~CyTxRdy);
1317 }
1318 }
1319 }
1320 /* if (mdm_change & CyDSR) {
1321 }
1322 if (mdm_change & CyRI) {
1323 }*/
1324 tty_kref_put(tty);
1325 end:
1326 /* end of service */
1327 cy_writeb(base_addr + (CyMIR << index), save_xir & 0x3f);
1328 cy_writeb(base_addr + (CyCAR << index), save_car);
1329 }
1330
1331 /* The real interrupt service routine is called
1332 whenever the card wants its hand held--chars
1333 received, out buffer empty, modem change, etc.
1334 */
1335 static irqreturn_t cyy_interrupt(int irq, void *dev_id)
1336 {
1337 int status;
1338 struct cyclades_card *cinfo = dev_id;
1339 void __iomem *base_addr, *card_base_addr;
1340 unsigned int chip, too_many, had_work;
1341 int index;
1342
1343 if (unlikely(cinfo == NULL)) {
1344 #ifdef CY_DEBUG_INTERRUPTS
1345 printk(KERN_DEBUG "cyy_interrupt: spurious interrupt %d\n",
1346 irq);
1347 #endif
1348 return IRQ_NONE; /* spurious interrupt */
1349 }
1350
1351 card_base_addr = cinfo->base_addr;
1352 index = cinfo->bus_index;
1353
1354 /* card was not initialized yet (e.g. DEBUG_SHIRQ) */
1355 if (unlikely(card_base_addr == NULL))
1356 return IRQ_HANDLED;
1357
1358 /* This loop checks all chips in the card. Make a note whenever
1359 _any_ chip had some work to do, as this is considered an
1360 indication that there will be more to do. Only when no chip
1361 has any work does this outermost loop exit.
1362 */
1363 do {
1364 had_work = 0;
1365 for (chip = 0; chip < cinfo->num_chips; chip++) {
1366 base_addr = cinfo->base_addr +
1367 (cy_chip_offset[chip] << index);
1368 too_many = 0;
1369 while ((status = readb(base_addr +
1370 (CySVRR << index))) != 0x00) {
1371 had_work++;
1372 /* The purpose of the following test is to ensure that
1373 no chip can monopolize the driver. This forces the
1374 chips to be checked in a round-robin fashion (after
1375 draining each of a bunch (1000) of characters).
1376 */
1377 if (1000 < too_many++)
1378 break;
1379 spin_lock(&cinfo->card_lock);
1380 if (status & CySRReceive) /* rx intr */
1381 cyy_chip_rx(cinfo, chip, base_addr);
1382 if (status & CySRTransmit) /* tx intr */
1383 cyy_chip_tx(cinfo, chip, base_addr);
1384 if (status & CySRModem) /* modem intr */
1385 cyy_chip_modem(cinfo, chip, base_addr);
1386 spin_unlock(&cinfo->card_lock);
1387 }
1388 }
1389 } while (had_work);
1390
1391 /* clear interrupts */
1392 spin_lock(&cinfo->card_lock);
1393 cy_writeb(card_base_addr + (Cy_ClrIntr << index), 0);
1394 /* Cy_ClrIntr is 0x1800 */
1395 spin_unlock(&cinfo->card_lock);
1396 return IRQ_HANDLED;
1397 } /* cyy_interrupt */
1398
1399 /***********************************************************/
1400 /********* End of block of Cyclom-Y specific code **********/
1401 /******** Start of block of Cyclades-Z specific code *******/
1402 /***********************************************************/
1403
1404 static int
1405 cyz_fetch_msg(struct cyclades_card *cinfo,
1406 __u32 *channel, __u8 *cmd, __u32 *param)
1407 {
1408 struct BOARD_CTRL __iomem *board_ctrl = cinfo->board_ctrl;
1409 unsigned long loc_doorbell;
1410
1411 loc_doorbell = readl(&cinfo->ctl_addr.p9060->loc_doorbell);
1412 if (loc_doorbell) {
1413 *cmd = (char)(0xff & loc_doorbell);
1414 *channel = readl(&board_ctrl->fwcmd_channel);
1415 *param = (__u32) readl(&board_ctrl->fwcmd_param);
1416 cy_writel(&cinfo->ctl_addr.p9060->loc_doorbell, 0xffffffff);
1417 return 1;
1418 }
1419 return 0;
1420 } /* cyz_fetch_msg */
1421
1422 static int
1423 cyz_issue_cmd(struct cyclades_card *cinfo,
1424 __u32 channel, __u8 cmd, __u32 param)
1425 {
1426 struct BOARD_CTRL __iomem *board_ctrl = cinfo->board_ctrl;
1427 __u32 __iomem *pci_doorbell;
1428 unsigned int index;
1429
1430 if (!cyz_is_loaded(cinfo))
1431 return -1;
1432
1433 index = 0;
1434 pci_doorbell = &cinfo->ctl_addr.p9060->pci_doorbell;
1435 while ((readl(pci_doorbell) & 0xff) != 0) {
1436 if (index++ == 1000)
1437 return (int)(readl(pci_doorbell) & 0xff);
1438 udelay(50L);
1439 }
1440 cy_writel(&board_ctrl->hcmd_channel, channel);
1441 cy_writel(&board_ctrl->hcmd_param, param);
1442 cy_writel(pci_doorbell, (long)cmd);
1443
1444 return 0;
1445 } /* cyz_issue_cmd */
1446
1447 static void cyz_handle_rx(struct cyclades_port *info, struct tty_struct *tty)
1448 {
1449 struct BUF_CTRL __iomem *buf_ctrl = info->u.cyz.buf_ctrl;
1450 struct cyclades_card *cinfo = info->card;
1451 unsigned int char_count;
1452 int len;
1453 #ifdef BLOCKMOVE
1454 unsigned char *buf;
1455 #else
1456 char data;
1457 #endif
1458 __u32 rx_put, rx_get, new_rx_get, rx_bufsize, rx_bufaddr;
1459
1460 rx_get = new_rx_get = readl(&buf_ctrl->rx_get);
1461 rx_put = readl(&buf_ctrl->rx_put);
1462 rx_bufsize = readl(&buf_ctrl->rx_bufsize);
1463 rx_bufaddr = readl(&buf_ctrl->rx_bufaddr);
1464 if (rx_put >= rx_get)
1465 char_count = rx_put - rx_get;
1466 else
1467 char_count = rx_put - rx_get + rx_bufsize;
1468
1469 if (char_count) {
1470 #ifdef CY_ENABLE_MONITORING
1471 info->mon.int_count++;
1472 info->mon.char_count += char_count;
1473 if (char_count > info->mon.char_max)
1474 info->mon.char_max = char_count;
1475 info->mon.char_last = char_count;
1476 #endif
1477 if (tty == NULL) {
1478 /* flush received characters */
1479 new_rx_get = (new_rx_get + char_count) &
1480 (rx_bufsize - 1);
1481 info->rflush_count++;
1482 } else {
1483 #ifdef BLOCKMOVE
1484 /* we'd like to use memcpy(t, f, n) and memset(s, c, count)
1485 for performance, but because of buffer boundaries, there
1486 may be several steps to the operation */
1487 while (1) {
1488 len = tty_prepare_flip_string(tty, &buf,
1489 char_count);
1490 if (!len)
1491 break;
1492
1493 len = min_t(unsigned int, min(len, char_count),
1494 rx_bufsize - new_rx_get);
1495
1496 memcpy_fromio(buf, cinfo->base_addr +
1497 rx_bufaddr + new_rx_get, len);
1498
1499 new_rx_get = (new_rx_get + len) &
1500 (rx_bufsize - 1);
1501 char_count -= len;
1502 info->icount.rx += len;
1503 info->idle_stats.recv_bytes += len;
1504 }
1505 #else
1506 len = tty_buffer_request_room(tty, char_count);
1507 while (len--) {
1508 data = readb(cinfo->base_addr + rx_bufaddr +
1509 new_rx_get);
1510 new_rx_get = (new_rx_get + 1) &
1511 (rx_bufsize - 1);
1512 tty_insert_flip_char(tty, data, TTY_NORMAL);
1513 info->idle_stats.recv_bytes++;
1514 info->icount.rx++;
1515 }
1516 #endif
1517 #ifdef CONFIG_CYZ_INTR
1518 /* Recalculate the number of chars in the RX buffer and issue
1519 a cmd in case it's higher than the RX high water mark */
1520 rx_put = readl(&buf_ctrl->rx_put);
1521 if (rx_put >= rx_get)
1522 char_count = rx_put - rx_get;
1523 else
1524 char_count = rx_put - rx_get + rx_bufsize;
1525 if (char_count >= readl(&buf_ctrl->rx_threshold) &&
1526 !timer_pending(&cyz_rx_full_timer[
1527 info->line]))
1528 mod_timer(&cyz_rx_full_timer[info->line],
1529 jiffies + 1);
1530 #endif
1531 info->idle_stats.recv_idle = jiffies;
1532 tty_schedule_flip(tty);
1533 }
1534 /* Update rx_get */
1535 cy_writel(&buf_ctrl->rx_get, new_rx_get);
1536 }
1537 }
1538
1539 static void cyz_handle_tx(struct cyclades_port *info, struct tty_struct *tty)
1540 {
1541 struct BUF_CTRL __iomem *buf_ctrl = info->u.cyz.buf_ctrl;
1542 struct cyclades_card *cinfo = info->card;
1543 u8 data;
1544 unsigned int char_count;
1545 #ifdef BLOCKMOVE
1546 int small_count;
1547 #endif
1548 __u32 tx_put, tx_get, tx_bufsize, tx_bufaddr;
1549
1550 if (info->xmit_cnt <= 0) /* Nothing to transmit */
1551 return;
1552
1553 tx_get = readl(&buf_ctrl->tx_get);
1554 tx_put = readl(&buf_ctrl->tx_put);
1555 tx_bufsize = readl(&buf_ctrl->tx_bufsize);
1556 tx_bufaddr = readl(&buf_ctrl->tx_bufaddr);
1557 if (tx_put >= tx_get)
1558 char_count = tx_get - tx_put - 1 + tx_bufsize;
1559 else
1560 char_count = tx_get - tx_put - 1;
1561
1562 if (char_count) {
1563
1564 if (tty == NULL)
1565 goto ztxdone;
1566
1567 if (info->x_char) { /* send special char */
1568 data = info->x_char;
1569
1570 cy_writeb(cinfo->base_addr + tx_bufaddr + tx_put, data);
1571 tx_put = (tx_put + 1) & (tx_bufsize - 1);
1572 info->x_char = 0;
1573 char_count--;
1574 info->icount.tx++;
1575 }
1576 #ifdef BLOCKMOVE
1577 while (0 < (small_count = min_t(unsigned int,
1578 tx_bufsize - tx_put, min_t(unsigned int,
1579 (SERIAL_XMIT_SIZE - info->xmit_tail),
1580 min_t(unsigned int, info->xmit_cnt,
1581 char_count))))) {
1582
1583 memcpy_toio((char *)(cinfo->base_addr + tx_bufaddr +
1584 tx_put),
1585 &info->port.xmit_buf[info->xmit_tail],
1586 small_count);
1587
1588 tx_put = (tx_put + small_count) & (tx_bufsize - 1);
1589 char_count -= small_count;
1590 info->icount.tx += small_count;
1591 info->xmit_cnt -= small_count;
1592 info->xmit_tail = (info->xmit_tail + small_count) &
1593 (SERIAL_XMIT_SIZE - 1);
1594 }
1595 #else
1596 while (info->xmit_cnt && char_count) {
1597 data = info->port.xmit_buf[info->xmit_tail];
1598 info->xmit_cnt--;
1599 info->xmit_tail = (info->xmit_tail + 1) &
1600 (SERIAL_XMIT_SIZE - 1);
1601
1602 cy_writeb(cinfo->base_addr + tx_bufaddr + tx_put, data);
1603 tx_put = (tx_put + 1) & (tx_bufsize - 1);
1604 char_count--;
1605 info->icount.tx++;
1606 }
1607 #endif
1608 tty_wakeup(tty);
1609 ztxdone:
1610 /* Update tx_put */
1611 cy_writel(&buf_ctrl->tx_put, tx_put);
1612 }
1613 }
1614
1615 static void cyz_handle_cmd(struct cyclades_card *cinfo)
1616 {
1617 struct BOARD_CTRL __iomem *board_ctrl = cinfo->board_ctrl;
1618 struct tty_struct *tty;
1619 struct cyclades_port *info;
1620 __u32 channel, param, fw_ver;
1621 __u8 cmd;
1622 int special_count;
1623 int delta_count;
1624
1625 fw_ver = readl(&board_ctrl->fw_version);
1626
1627 while (cyz_fetch_msg(cinfo, &channel, &cmd, &param) == 1) {
1628 special_count = 0;
1629 delta_count = 0;
1630 info = &cinfo->ports[channel];
1631 tty = tty_port_tty_get(&info->port);
1632 if (tty == NULL)
1633 continue;
1634
1635 switch (cmd) {
1636 case C_CM_PR_ERROR:
1637 tty_insert_flip_char(tty, 0, TTY_PARITY);
1638 info->icount.rx++;
1639 special_count++;
1640 break;
1641 case C_CM_FR_ERROR:
1642 tty_insert_flip_char(tty, 0, TTY_FRAME);
1643 info->icount.rx++;
1644 special_count++;
1645 break;
1646 case C_CM_RXBRK:
1647 tty_insert_flip_char(tty, 0, TTY_BREAK);
1648 info->icount.rx++;
1649 special_count++;
1650 break;
1651 case C_CM_MDCD:
1652 info->icount.dcd++;
1653 delta_count++;
1654 if (info->port.flags & ASYNC_CHECK_CD) {
1655 u32 dcd = fw_ver > 241 ? param :
1656 readl(&info->u.cyz.ch_ctrl->rs_status);
1657 if (dcd & C_RS_DCD)
1658 wake_up_interruptible(&info->port.open_wait);
1659 else
1660 tty_hangup(tty);
1661 }
1662 break;
1663 case C_CM_MCTS:
1664 info->icount.cts++;
1665 delta_count++;
1666 break;
1667 case C_CM_MRI:
1668 info->icount.rng++;
1669 delta_count++;
1670 break;
1671 case C_CM_MDSR:
1672 info->icount.dsr++;
1673 delta_count++;
1674 break;
1675 #ifdef Z_WAKE
1676 case C_CM_IOCTLW:
1677 complete(&info->shutdown_wait);
1678 break;
1679 #endif
1680 #ifdef CONFIG_CYZ_INTR
1681 case C_CM_RXHIWM:
1682 case C_CM_RXNNDT:
1683 case C_CM_INTBACK2:
1684 /* Reception Interrupt */
1685 #ifdef CY_DEBUG_INTERRUPTS
1686 printk(KERN_DEBUG "cyz_interrupt: rcvd intr, card %d, "
1687 "port %ld\n", info->card, channel);
1688 #endif
1689 cyz_handle_rx(info, tty);
1690 break;
1691 case C_CM_TXBEMPTY:
1692 case C_CM_TXLOWWM:
1693 case C_CM_INTBACK:
1694 /* Transmission Interrupt */
1695 #ifdef CY_DEBUG_INTERRUPTS
1696 printk(KERN_DEBUG "cyz_interrupt: xmit intr, card %d, "
1697 "port %ld\n", info->card, channel);
1698 #endif
1699 cyz_handle_tx(info, tty);
1700 break;
1701 #endif /* CONFIG_CYZ_INTR */
1702 case C_CM_FATAL:
1703 /* should do something with this !!! */
1704 break;
1705 default:
1706 break;
1707 }
1708 if (delta_count)
1709 wake_up_interruptible(&info->delta_msr_wait);
1710 if (special_count)
1711 tty_schedule_flip(tty);
1712 tty_kref_put(tty);
1713 }
1714 }
1715
1716 #ifdef CONFIG_CYZ_INTR
1717 static irqreturn_t cyz_interrupt(int irq, void *dev_id)
1718 {
1719 struct cyclades_card *cinfo = dev_id;
1720
1721 if (unlikely(!cyz_is_loaded(cinfo))) {
1722 #ifdef CY_DEBUG_INTERRUPTS
1723 printk(KERN_DEBUG "cyz_interrupt: board not yet loaded "
1724 "(IRQ%d).\n", irq);
1725 #endif
1726 return IRQ_NONE;
1727 }
1728
1729 /* Handle the interrupts */
1730 cyz_handle_cmd(cinfo);
1731
1732 return IRQ_HANDLED;
1733 } /* cyz_interrupt */
1734
1735 static void cyz_rx_restart(unsigned long arg)
1736 {
1737 struct cyclades_port *info = (struct cyclades_port *)arg;
1738 struct cyclades_card *card = info->card;
1739 int retval;
1740 __u32 channel = info->line - card->first_line;
1741 unsigned long flags;
1742
1743 spin_lock_irqsave(&card->card_lock, flags);
1744 retval = cyz_issue_cmd(card, channel, C_CM_INTBACK2, 0L);
1745 if (retval != 0) {
1746 printk(KERN_ERR "cyc:cyz_rx_restart retval on ttyC%d was %x\n",
1747 info->line, retval);
1748 }
1749 spin_unlock_irqrestore(&card->card_lock, flags);
1750 }
1751
1752 #else /* CONFIG_CYZ_INTR */
1753
1754 static void cyz_poll(unsigned long arg)
1755 {
1756 struct cyclades_card *cinfo;
1757 struct cyclades_port *info;
1758 unsigned long expires = jiffies + HZ;
1759 unsigned int port, card;
1760
1761 for (card = 0; card < NR_CARDS; card++) {
1762 cinfo = &cy_card[card];
1763
1764 if (!cy_is_Z(cinfo))
1765 continue;
1766 if (!cyz_is_loaded(cinfo))
1767 continue;
1768
1769 /* Skip first polling cycle to avoid racing conditions with the FW */
1770 if (!cinfo->intr_enabled) {
1771 cinfo->intr_enabled = 1;
1772 continue;
1773 }
1774
1775 cyz_handle_cmd(cinfo);
1776
1777 for (port = 0; port < cinfo->nports; port++) {
1778 struct tty_struct *tty;
1779
1780 info = &cinfo->ports[port];
1781 tty = tty_port_tty_get(&info->port);
1782 /* OK to pass NULL to the handle functions below.
1783 They need to drop the data in that case. */
1784
1785 if (!info->throttle)
1786 cyz_handle_rx(info, tty);
1787 cyz_handle_tx(info, tty);
1788 tty_kref_put(tty);
1789 }
1790 /* poll every 'cyz_polling_cycle' period */
1791 expires = jiffies + cyz_polling_cycle;
1792 }
1793 mod_timer(&cyz_timerlist, expires);
1794 } /* cyz_poll */
1795
1796 #endif /* CONFIG_CYZ_INTR */
1797
1798 /********** End of block of Cyclades-Z specific code *********/
1799 /***********************************************************/
1800
1801 /* This is called whenever a port becomes active;
1802 interrupts are enabled and DTR & RTS are turned on.
1803 */
1804 static int cy_startup(struct cyclades_port *info, struct tty_struct *tty)
1805 {
1806 struct cyclades_card *card;
1807 unsigned long flags;
1808 int retval = 0;
1809 void __iomem *base_addr;
1810 int chip, channel, index;
1811 unsigned long page;
1812
1813 card = info->card;
1814 channel = info->line - card->first_line;
1815
1816 page = get_zeroed_page(GFP_KERNEL);
1817 if (!page)
1818 return -ENOMEM;
1819
1820 spin_lock_irqsave(&card->card_lock, flags);
1821
1822 if (info->port.flags & ASYNC_INITIALIZED) {
1823 free_page(page);
1824 goto errout;
1825 }
1826
1827 if (!info->type) {
1828 set_bit(TTY_IO_ERROR, &tty->flags);
1829 free_page(page);
1830 goto errout;
1831 }
1832
1833 if (info->port.xmit_buf)
1834 free_page(page);
1835 else
1836 info->port.xmit_buf = (unsigned char *)page;
1837
1838 spin_unlock_irqrestore(&card->card_lock, flags);
1839
1840 cy_set_line_char(info, tty);
1841
1842 if (!cy_is_Z(card)) {
1843 chip = channel >> 2;
1844 channel &= 0x03;
1845 index = card->bus_index;
1846 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
1847
1848 #ifdef CY_DEBUG_OPEN
1849 printk(KERN_DEBUG "cyc startup card %d, chip %d, channel %d, "
1850 "base_addr %p\n",
1851 card, chip, channel, base_addr);
1852 #endif
1853 spin_lock_irqsave(&card->card_lock, flags);
1854
1855 cy_writeb(base_addr + (CyCAR << index), (u_char) channel);
1856
1857 cy_writeb(base_addr + (CyRTPR << index),
1858 (info->default_timeout ? info->default_timeout : 0x02));
1859 /* 10ms rx timeout */
1860
1861 cyy_issue_cmd(base_addr, CyCHAN_CTL | CyENB_RCVR | CyENB_XMTR,
1862 index);
1863
1864 cy_writeb(base_addr + (CyCAR << index), (u_char) channel);
1865 cy_writeb(base_addr + (CyMSVR1 << index), CyRTS);
1866 cy_writeb(base_addr + (CyMSVR2 << index), CyDTR);
1867
1868 #ifdef CY_DEBUG_DTR
1869 printk(KERN_DEBUG "cyc:startup raising DTR\n");
1870 printk(KERN_DEBUG " status: 0x%x, 0x%x\n",
1871 readb(base_addr + (CyMSVR1 << index)),
1872 readb(base_addr + (CyMSVR2 << index)));
1873 #endif
1874
1875 cy_writeb(base_addr + (CySRER << index),
1876 readb(base_addr + (CySRER << index)) | CyRxData);
1877 info->port.flags |= ASYNC_INITIALIZED;
1878
1879 clear_bit(TTY_IO_ERROR, &tty->flags);
1880 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1881 info->breakon = info->breakoff = 0;
1882 memset((char *)&info->idle_stats, 0, sizeof(info->idle_stats));
1883 info->idle_stats.in_use =
1884 info->idle_stats.recv_idle =
1885 info->idle_stats.xmit_idle = jiffies;
1886
1887 spin_unlock_irqrestore(&card->card_lock, flags);
1888
1889 } else {
1890 struct CH_CTRL __iomem *ch_ctrl = info->u.cyz.ch_ctrl;
1891
1892 if (!cyz_is_loaded(card))
1893 return -ENODEV;
1894
1895 #ifdef CY_DEBUG_OPEN
1896 printk(KERN_DEBUG "cyc startup Z card %d, channel %d, "
1897 "base_addr %p\n", card, channel, card->base_addr);
1898 #endif
1899 spin_lock_irqsave(&card->card_lock, flags);
1900
1901 cy_writel(&ch_ctrl->op_mode, C_CH_ENABLE);
1902 #ifdef Z_WAKE
1903 #ifdef CONFIG_CYZ_INTR
1904 cy_writel(&ch_ctrl->intr_enable,
1905 C_IN_TXBEMPTY | C_IN_TXLOWWM | C_IN_RXHIWM |
1906 C_IN_RXNNDT | C_IN_IOCTLW | C_IN_MDCD);
1907 #else
1908 cy_writel(&ch_ctrl->intr_enable,
1909 C_IN_IOCTLW | C_IN_MDCD);
1910 #endif /* CONFIG_CYZ_INTR */
1911 #else
1912 #ifdef CONFIG_CYZ_INTR
1913 cy_writel(&ch_ctrl->intr_enable,
1914 C_IN_TXBEMPTY | C_IN_TXLOWWM | C_IN_RXHIWM |
1915 C_IN_RXNNDT | C_IN_MDCD);
1916 #else
1917 cy_writel(&ch_ctrl->intr_enable, C_IN_MDCD);
1918 #endif /* CONFIG_CYZ_INTR */
1919 #endif /* Z_WAKE */
1920
1921 retval = cyz_issue_cmd(card, channel, C_CM_IOCTL, 0L);
1922 if (retval != 0) {
1923 printk(KERN_ERR "cyc:startup(1) retval on ttyC%d was "
1924 "%x\n", info->line, retval);
1925 }
1926
1927 /* Flush RX buffers before raising DTR and RTS */
1928 retval = cyz_issue_cmd(card, channel, C_CM_FLUSH_RX, 0L);
1929 if (retval != 0) {
1930 printk(KERN_ERR "cyc:startup(2) retval on ttyC%d was "
1931 "%x\n", info->line, retval);
1932 }
1933
1934 /* set timeout !!! */
1935 /* set RTS and DTR !!! */
1936 cy_writel(&ch_ctrl->rs_control, readl(&ch_ctrl->rs_control) |
1937 C_RS_RTS | C_RS_DTR);
1938 retval = cyz_issue_cmd(card, channel, C_CM_IOCTLM, 0L);
1939 if (retval != 0) {
1940 printk(KERN_ERR "cyc:startup(3) retval on ttyC%d was "
1941 "%x\n", info->line, retval);
1942 }
1943 #ifdef CY_DEBUG_DTR
1944 printk(KERN_DEBUG "cyc:startup raising Z DTR\n");
1945 #endif
1946
1947 /* enable send, recv, modem !!! */
1948
1949 info->port.flags |= ASYNC_INITIALIZED;
1950 clear_bit(TTY_IO_ERROR, &tty->flags);
1951 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1952 info->breakon = info->breakoff = 0;
1953 memset((char *)&info->idle_stats, 0, sizeof(info->idle_stats));
1954 info->idle_stats.in_use =
1955 info->idle_stats.recv_idle =
1956 info->idle_stats.xmit_idle = jiffies;
1957
1958 spin_unlock_irqrestore(&card->card_lock, flags);
1959 }
1960
1961 #ifdef CY_DEBUG_OPEN
1962 printk(KERN_DEBUG "cyc startup done\n");
1963 #endif
1964 return 0;
1965
1966 errout:
1967 spin_unlock_irqrestore(&card->card_lock, flags);
1968 return retval;
1969 } /* startup */
1970
1971 static void start_xmit(struct cyclades_port *info)
1972 {
1973 struct cyclades_card *card;
1974 unsigned long flags;
1975 void __iomem *base_addr;
1976 int chip, channel, index;
1977
1978 card = info->card;
1979 channel = info->line - card->first_line;
1980 if (!cy_is_Z(card)) {
1981 chip = channel >> 2;
1982 channel &= 0x03;
1983 index = card->bus_index;
1984 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
1985
1986 spin_lock_irqsave(&card->card_lock, flags);
1987 cy_writeb(base_addr + (CyCAR << index), channel);
1988 cy_writeb(base_addr + (CySRER << index),
1989 readb(base_addr + (CySRER << index)) | CyTxRdy);
1990 spin_unlock_irqrestore(&card->card_lock, flags);
1991 } else {
1992 #ifdef CONFIG_CYZ_INTR
1993 int retval;
1994
1995 spin_lock_irqsave(&card->card_lock, flags);
1996 retval = cyz_issue_cmd(card, channel, C_CM_INTBACK, 0L);
1997 if (retval != 0) {
1998 printk(KERN_ERR "cyc:start_xmit retval on ttyC%d was "
1999 "%x\n", info->line, retval);
2000 }
2001 spin_unlock_irqrestore(&card->card_lock, flags);
2002 #else /* CONFIG_CYZ_INTR */
2003 /* Don't have to do anything at this time */
2004 #endif /* CONFIG_CYZ_INTR */
2005 }
2006 } /* start_xmit */
2007
2008 /*
2009 * This routine shuts down a serial port; interrupts are disabled,
2010 * and DTR is dropped if the hangup on close termio flag is on.
2011 */
2012 static void cy_shutdown(struct cyclades_port *info, struct tty_struct *tty)
2013 {
2014 struct cyclades_card *card;
2015 unsigned long flags;
2016 void __iomem *base_addr;
2017 int chip, channel, index;
2018
2019 if (!(info->port.flags & ASYNC_INITIALIZED))
2020 return;
2021
2022 card = info->card;
2023 channel = info->line - card->first_line;
2024 if (!cy_is_Z(card)) {
2025 chip = channel >> 2;
2026 channel &= 0x03;
2027 index = card->bus_index;
2028 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
2029
2030 #ifdef CY_DEBUG_OPEN
2031 printk(KERN_DEBUG "cyc shutdown Y card %d, chip %d, "
2032 "channel %d, base_addr %p\n",
2033 card, chip, channel, base_addr);
2034 #endif
2035
2036 spin_lock_irqsave(&card->card_lock, flags);
2037
2038 /* Clear delta_msr_wait queue to avoid mem leaks. */
2039 wake_up_interruptible(&info->delta_msr_wait);
2040
2041 if (info->port.xmit_buf) {
2042 unsigned char *temp;
2043 temp = info->port.xmit_buf;
2044 info->port.xmit_buf = NULL;
2045 free_page((unsigned long)temp);
2046 }
2047 cy_writeb(base_addr + (CyCAR << index), (u_char) channel);
2048 if (tty->termios->c_cflag & HUPCL) {
2049 cy_writeb(base_addr + (CyMSVR1 << index), ~CyRTS);
2050 cy_writeb(base_addr + (CyMSVR2 << index), ~CyDTR);
2051 #ifdef CY_DEBUG_DTR
2052 printk(KERN_DEBUG "cyc shutdown dropping DTR\n");
2053 printk(KERN_DEBUG " status: 0x%x, 0x%x\n",
2054 readb(base_addr + (CyMSVR1 << index)),
2055 readb(base_addr + (CyMSVR2 << index)));
2056 #endif
2057 }
2058 cyy_issue_cmd(base_addr, CyCHAN_CTL | CyDIS_RCVR, index);
2059 /* it may be appropriate to clear _XMIT at
2060 some later date (after testing)!!! */
2061
2062 set_bit(TTY_IO_ERROR, &tty->flags);
2063 info->port.flags &= ~ASYNC_INITIALIZED;
2064 spin_unlock_irqrestore(&card->card_lock, flags);
2065 } else {
2066 struct CH_CTRL __iomem *ch_ctrl = info->u.cyz.ch_ctrl;
2067 int retval;
2068
2069 #ifdef CY_DEBUG_OPEN
2070 printk(KERN_DEBUG "cyc shutdown Z card %d, channel %d, "
2071 "base_addr %p\n", card, channel, card->base_addr);
2072 #endif
2073
2074 if (!cyz_is_loaded(card))
2075 return;
2076
2077 spin_lock_irqsave(&card->card_lock, flags);
2078
2079 if (info->port.xmit_buf) {
2080 unsigned char *temp;
2081 temp = info->port.xmit_buf;
2082 info->port.xmit_buf = NULL;
2083 free_page((unsigned long)temp);
2084 }
2085
2086 if (tty->termios->c_cflag & HUPCL) {
2087 cy_writel(&ch_ctrl->rs_control,
2088 readl(&ch_ctrl->rs_control) &
2089 ~(C_RS_RTS | C_RS_DTR));
2090 retval = cyz_issue_cmd(info->card, channel,
2091 C_CM_IOCTLM, 0L);
2092 if (retval != 0) {
2093 printk(KERN_ERR"cyc:shutdown retval on ttyC%d "
2094 "was %x\n", info->line, retval);
2095 }
2096 #ifdef CY_DEBUG_DTR
2097 printk(KERN_DEBUG "cyc:shutdown dropping Z DTR\n");
2098 #endif
2099 }
2100
2101 set_bit(TTY_IO_ERROR, &tty->flags);
2102 info->port.flags &= ~ASYNC_INITIALIZED;
2103
2104 spin_unlock_irqrestore(&card->card_lock, flags);
2105 }
2106
2107 #ifdef CY_DEBUG_OPEN
2108 printk(KERN_DEBUG "cyc shutdown done\n");
2109 #endif
2110 } /* shutdown */
2111
2112 /*
2113 * ------------------------------------------------------------
2114 * cy_open() and friends
2115 * ------------------------------------------------------------
2116 */
2117
2118 /*
2119 * This routine is called whenever a serial port is opened. It
2120 * performs the serial-specific initialization for the tty structure.
2121 */
2122 static int cy_open(struct tty_struct *tty, struct file *filp)
2123 {
2124 struct cyclades_port *info;
2125 unsigned int i, line;
2126 int retval;
2127
2128 line = tty->index;
2129 if (tty->index < 0 || NR_PORTS <= line)
2130 return -ENODEV;
2131
2132 for (i = 0; i < NR_CARDS; i++)
2133 if (line < cy_card[i].first_line + cy_card[i].nports &&
2134 line >= cy_card[i].first_line)
2135 break;
2136 if (i >= NR_CARDS)
2137 return -ENODEV;
2138 info = &cy_card[i].ports[line - cy_card[i].first_line];
2139 if (info->line < 0)
2140 return -ENODEV;
2141
2142 /* If the card's firmware hasn't been loaded,
2143 treat it as absent from the system. This
2144 will make the user pay attention.
2145 */
2146 if (cy_is_Z(info->card)) {
2147 struct cyclades_card *cinfo = info->card;
2148 struct FIRM_ID __iomem *firm_id = cinfo->base_addr + ID_ADDRESS;
2149
2150 if (!cyz_is_loaded(cinfo)) {
2151 if (cinfo->hw_ver == ZE_V1 && cyz_fpga_loaded(cinfo) &&
2152 readl(&firm_id->signature) ==
2153 ZFIRM_HLT) {
2154 printk(KERN_ERR "cyc:Cyclades-Z Error: you "
2155 "need an external power supply for "
2156 "this number of ports.\nFirmware "
2157 "halted.\n");
2158 } else {
2159 printk(KERN_ERR "cyc:Cyclades-Z firmware not "
2160 "yet loaded\n");
2161 }
2162 return -ENODEV;
2163 }
2164 #ifdef CONFIG_CYZ_INTR
2165 else {
2166 /* In case this Z board is operating in interrupt mode, its
2167 interrupts should be enabled as soon as the first open
2168 happens to one of its ports. */
2169 if (!cinfo->intr_enabled) {
2170 u16 intr;
2171
2172 /* Enable interrupts on the PLX chip */
2173 intr = readw(&cinfo->ctl_addr.p9060->
2174 intr_ctrl_stat) | 0x0900;
2175 cy_writew(&cinfo->ctl_addr.p9060->
2176 intr_ctrl_stat, intr);
2177 /* Enable interrupts on the FW */
2178 retval = cyz_issue_cmd(cinfo, 0,
2179 C_CM_IRQ_ENBL, 0L);
2180 if (retval != 0) {
2181 printk(KERN_ERR "cyc:IRQ enable retval "
2182 "was %x\n", retval);
2183 }
2184 cinfo->intr_enabled = 1;
2185 }
2186 }
2187 #endif /* CONFIG_CYZ_INTR */
2188 /* Make sure this Z port really exists in hardware */
2189 if (info->line > (cinfo->first_line + cinfo->nports - 1))
2190 return -ENODEV;
2191 }
2192 #ifdef CY_DEBUG_OTHER
2193 printk(KERN_DEBUG "cyc:cy_open ttyC%d\n", info->line);
2194 #endif
2195 tty->driver_data = info;
2196 if (serial_paranoia_check(info, tty->name, "cy_open"))
2197 return -ENODEV;
2198
2199 #ifdef CY_DEBUG_OPEN
2200 printk(KERN_DEBUG "cyc:cy_open ttyC%d, count = %d\n", info->line,
2201 info->port.count);
2202 #endif
2203 info->port.count++;
2204 #ifdef CY_DEBUG_COUNT
2205 printk(KERN_DEBUG "cyc:cy_open (%d): incrementing count to %d\n",
2206 current->pid, info->port.count);
2207 #endif
2208
2209 /*
2210 * If the port is the middle of closing, bail out now
2211 */
2212 if (tty_hung_up_p(filp) || (info->port.flags & ASYNC_CLOSING)) {
2213 wait_event_interruptible(info->port.close_wait,
2214 !(info->port.flags & ASYNC_CLOSING));
2215 return (info->port.flags & ASYNC_HUP_NOTIFY) ? -EAGAIN: -ERESTARTSYS;
2216 }
2217
2218 /*
2219 * Start up serial port
2220 */
2221 retval = cy_startup(info, tty);
2222 if (retval)
2223 return retval;
2224
2225 retval = tty_port_block_til_ready(&info->port, tty, filp);
2226 if (retval) {
2227 #ifdef CY_DEBUG_OPEN
2228 printk(KERN_DEBUG "cyc:cy_open returning after block_til_ready "
2229 "with %d\n", retval);
2230 #endif
2231 return retval;
2232 }
2233
2234 info->throttle = 0;
2235 tty_port_tty_set(&info->port, tty);
2236
2237 #ifdef CY_DEBUG_OPEN
2238 printk(KERN_DEBUG "cyc:cy_open done\n");
2239 #endif
2240 return 0;
2241 } /* cy_open */
2242
2243 /*
2244 * cy_wait_until_sent() --- wait until the transmitter is empty
2245 */
2246 static void cy_wait_until_sent(struct tty_struct *tty, int timeout)
2247 {
2248 struct cyclades_card *card;
2249 struct cyclades_port *info = tty->driver_data;
2250 void __iomem *base_addr;
2251 int chip, channel, index;
2252 unsigned long orig_jiffies;
2253 int char_time;
2254
2255 if (serial_paranoia_check(info, tty->name, "cy_wait_until_sent"))
2256 return;
2257
2258 if (info->xmit_fifo_size == 0)
2259 return; /* Just in case.... */
2260
2261 orig_jiffies = jiffies;
2262 lock_kernel();
2263 /*
2264 * Set the check interval to be 1/5 of the estimated time to
2265 * send a single character, and make it at least 1. The check
2266 * interval should also be less than the timeout.
2267 *
2268 * Note: we have to use pretty tight timings here to satisfy
2269 * the NIST-PCTS.
2270 */
2271 char_time = (info->timeout - HZ / 50) / info->xmit_fifo_size;
2272 char_time = char_time / 5;
2273 if (char_time <= 0)
2274 char_time = 1;
2275 if (timeout < 0)
2276 timeout = 0;
2277 if (timeout)
2278 char_time = min(char_time, timeout);
2279 /*
2280 * If the transmitter hasn't cleared in twice the approximate
2281 * amount of time to send the entire FIFO, it probably won't
2282 * ever clear. This assumes the UART isn't doing flow
2283 * control, which is currently the case. Hence, if it ever
2284 * takes longer than info->timeout, this is probably due to a
2285 * UART bug of some kind. So, we clamp the timeout parameter at
2286 * 2*info->timeout.
2287 */
2288 if (!timeout || timeout > 2 * info->timeout)
2289 timeout = 2 * info->timeout;
2290 #ifdef CY_DEBUG_WAIT_UNTIL_SENT
2291 printk(KERN_DEBUG "In cy_wait_until_sent(%d) check=%d, jiff=%lu...",
2292 timeout, char_time, jiffies);
2293 #endif
2294 card = info->card;
2295 channel = (info->line) - (card->first_line);
2296 if (!cy_is_Z(card)) {
2297 chip = channel >> 2;
2298 channel &= 0x03;
2299 index = card->bus_index;
2300 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
2301 while (readb(base_addr + (CySRER << index)) & CyTxRdy) {
2302 #ifdef CY_DEBUG_WAIT_UNTIL_SENT
2303 printk(KERN_DEBUG "Not clean (jiff=%lu)...", jiffies);
2304 #endif
2305 if (msleep_interruptible(jiffies_to_msecs(char_time)))
2306 break;
2307 if (timeout && time_after(jiffies, orig_jiffies +
2308 timeout))
2309 break;
2310 }
2311 }
2312 /* Run one more char cycle */
2313 msleep_interruptible(jiffies_to_msecs(char_time * 5));
2314 unlock_kernel();
2315 #ifdef CY_DEBUG_WAIT_UNTIL_SENT
2316 printk(KERN_DEBUG "Clean (jiff=%lu)...done\n", jiffies);
2317 #endif
2318 }
2319
2320 static void cy_flush_buffer(struct tty_struct *tty)
2321 {
2322 struct cyclades_port *info = tty->driver_data;
2323 struct cyclades_card *card;
2324 int channel, retval;
2325 unsigned long flags;
2326
2327 #ifdef CY_DEBUG_IO
2328 printk(KERN_DEBUG "cyc:cy_flush_buffer ttyC%d\n", info->line);
2329 #endif
2330
2331 if (serial_paranoia_check(info, tty->name, "cy_flush_buffer"))
2332 return;
2333
2334 card = info->card;
2335 channel = info->line - card->first_line;
2336
2337 spin_lock_irqsave(&card->card_lock, flags);
2338 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
2339 spin_unlock_irqrestore(&card->card_lock, flags);
2340
2341 if (cy_is_Z(card)) { /* If it is a Z card, flush the on-board
2342 buffers as well */
2343 spin_lock_irqsave(&card->card_lock, flags);
2344 retval = cyz_issue_cmd(card, channel, C_CM_FLUSH_TX, 0L);
2345 if (retval != 0) {
2346 printk(KERN_ERR "cyc: flush_buffer retval on ttyC%d "
2347 "was %x\n", info->line, retval);
2348 }
2349 spin_unlock_irqrestore(&card->card_lock, flags);
2350 }
2351 tty_wakeup(tty);
2352 } /* cy_flush_buffer */
2353
2354
2355 /*
2356 * This routine is called when a particular tty device is closed.
2357 */
2358 static void cy_close(struct tty_struct *tty, struct file *filp)
2359 {
2360 struct cyclades_port *info = tty->driver_data;
2361 struct cyclades_card *card;
2362 unsigned long flags;
2363
2364 #ifdef CY_DEBUG_OTHER
2365 printk(KERN_DEBUG "cyc:cy_close ttyC%d\n", info->line);
2366 #endif
2367
2368 if (!info || serial_paranoia_check(info, tty->name, "cy_close"))
2369 return;
2370
2371 card = info->card;
2372
2373 spin_lock_irqsave(&card->card_lock, flags);
2374 /* If the TTY is being hung up, nothing to do */
2375 if (tty_hung_up_p(filp)) {
2376 spin_unlock_irqrestore(&card->card_lock, flags);
2377 return;
2378 }
2379 #ifdef CY_DEBUG_OPEN
2380 printk(KERN_DEBUG "cyc:cy_close ttyC%d, count = %d\n", info->line,
2381 info->port.count);
2382 #endif
2383 if ((tty->count == 1) && (info->port.count != 1)) {
2384 /*
2385 * Uh, oh. tty->count is 1, which means that the tty
2386 * structure will be freed. Info->count should always
2387 * be one in these conditions. If it's greater than
2388 * one, we've got real problems, since it means the
2389 * serial port won't be shutdown.
2390 */
2391 printk(KERN_ERR "cyc:cy_close: bad serial port count; "
2392 "tty->count is 1, info->port.count is %d\n", info->port.count);
2393 info->port.count = 1;
2394 }
2395 #ifdef CY_DEBUG_COUNT
2396 printk(KERN_DEBUG "cyc:cy_close at (%d): decrementing count to %d\n",
2397 current->pid, info->port.count - 1);
2398 #endif
2399 if (--info->port.count < 0) {
2400 #ifdef CY_DEBUG_COUNT
2401 printk(KERN_DEBUG "cyc:cyc_close setting count to 0\n");
2402 #endif
2403 info->port.count = 0;
2404 }
2405 if (info->port.count) {
2406 spin_unlock_irqrestore(&card->card_lock, flags);
2407 return;
2408 }
2409 info->port.flags |= ASYNC_CLOSING;
2410
2411 /*
2412 * Now we wait for the transmit buffer to clear; and we notify
2413 * the line discipline to only process XON/XOFF characters.
2414 */
2415 tty->closing = 1;
2416 spin_unlock_irqrestore(&card->card_lock, flags);
2417 if (info->port.closing_wait != CY_CLOSING_WAIT_NONE)
2418 tty_wait_until_sent(tty, info->port.closing_wait);
2419
2420 spin_lock_irqsave(&card->card_lock, flags);
2421
2422 if (!cy_is_Z(card)) {
2423 int channel = info->line - card->first_line;
2424 int index = card->bus_index;
2425 void __iomem *base_addr = card->base_addr +
2426 (cy_chip_offset[channel >> 2] << index);
2427 /* Stop accepting input */
2428 channel &= 0x03;
2429 cy_writeb(base_addr + (CyCAR << index), (u_char) channel);
2430 cy_writeb(base_addr + (CySRER << index),
2431 readb(base_addr + (CySRER << index)) & ~CyRxData);
2432 if (info->port.flags & ASYNC_INITIALIZED) {
2433 /* Waiting for on-board buffers to be empty before
2434 closing the port */
2435 spin_unlock_irqrestore(&card->card_lock, flags);
2436 cy_wait_until_sent(tty, info->timeout);
2437 spin_lock_irqsave(&card->card_lock, flags);
2438 }
2439 } else {
2440 #ifdef Z_WAKE
2441 /* Waiting for on-board buffers to be empty before closing
2442 the port */
2443 struct CH_CTRL __iomem *ch_ctrl = info->u.cyz.ch_ctrl;
2444 int channel = info->line - card->first_line;
2445 int retval;
2446
2447 if (readl(&ch_ctrl->flow_status) != C_FS_TXIDLE) {
2448 retval = cyz_issue_cmd(card, channel, C_CM_IOCTLW, 0L);
2449 if (retval != 0) {
2450 printk(KERN_DEBUG "cyc:cy_close retval on "
2451 "ttyC%d was %x\n", info->line, retval);
2452 }
2453 spin_unlock_irqrestore(&card->card_lock, flags);
2454 wait_for_completion_interruptible(&info->shutdown_wait);
2455 spin_lock_irqsave(&card->card_lock, flags);
2456 }
2457 #endif
2458 }
2459
2460 spin_unlock_irqrestore(&card->card_lock, flags);
2461 cy_shutdown(info, tty);
2462 cy_flush_buffer(tty);
2463 tty_ldisc_flush(tty);
2464 spin_lock_irqsave(&card->card_lock, flags);
2465
2466 tty->closing = 0;
2467 tty_port_tty_set(&info->port, NULL);
2468 if (info->port.blocked_open) {
2469 spin_unlock_irqrestore(&card->card_lock, flags);
2470 if (info->port.close_delay) {
2471 msleep_interruptible(jiffies_to_msecs
2472 (info->port.close_delay));
2473 }
2474 wake_up_interruptible(&info->port.open_wait);
2475 spin_lock_irqsave(&card->card_lock, flags);
2476 }
2477 info->port.flags &= ~(ASYNC_NORMAL_ACTIVE | ASYNC_CLOSING);
2478 wake_up_interruptible(&info->port.close_wait);
2479
2480 #ifdef CY_DEBUG_OTHER
2481 printk(KERN_DEBUG "cyc:cy_close done\n");
2482 #endif
2483
2484 spin_unlock_irqrestore(&card->card_lock, flags);
2485 } /* cy_close */
2486
2487 /* This routine gets called when tty_write has put something into
2488 * the write_queue. The characters may come from user space or
2489 * kernel space.
2490 *
2491 * This routine will return the number of characters actually
2492 * accepted for writing.
2493 *
2494 * If the port is not already transmitting stuff, start it off by
2495 * enabling interrupts. The interrupt service routine will then
2496 * ensure that the characters are sent.
2497 * If the port is already active, there is no need to kick it.
2498 *
2499 */
2500 static int cy_write(struct tty_struct *tty, const unsigned char *buf, int count)
2501 {
2502 struct cyclades_port *info = tty->driver_data;
2503 unsigned long flags;
2504 int c, ret = 0;
2505
2506 #ifdef CY_DEBUG_IO
2507 printk(KERN_DEBUG "cyc:cy_write ttyC%d\n", info->line);
2508 #endif
2509
2510 if (serial_paranoia_check(info, tty->name, "cy_write"))
2511 return 0;
2512
2513 if (!info->port.xmit_buf)
2514 return 0;
2515
2516 spin_lock_irqsave(&info->card->card_lock, flags);
2517 while (1) {
2518 c = min(count, (int)(SERIAL_XMIT_SIZE - info->xmit_cnt - 1));
2519 c = min(c, (int)(SERIAL_XMIT_SIZE - info->xmit_head));
2520
2521 if (c <= 0)
2522 break;
2523
2524 memcpy(info->port.xmit_buf + info->xmit_head, buf, c);
2525 info->xmit_head = (info->xmit_head + c) &
2526 (SERIAL_XMIT_SIZE - 1);
2527 info->xmit_cnt += c;
2528 buf += c;
2529 count -= c;
2530 ret += c;
2531 }
2532 spin_unlock_irqrestore(&info->card->card_lock, flags);
2533
2534 info->idle_stats.xmit_bytes += ret;
2535 info->idle_stats.xmit_idle = jiffies;
2536
2537 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped)
2538 start_xmit(info);
2539
2540 return ret;
2541 } /* cy_write */
2542
2543 /*
2544 * This routine is called by the kernel to write a single
2545 * character to the tty device. If the kernel uses this routine,
2546 * it must call the flush_chars() routine (if defined) when it is
2547 * done stuffing characters into the driver. If there is no room
2548 * in the queue, the character is ignored.
2549 */
2550 static int cy_put_char(struct tty_struct *tty, unsigned char ch)
2551 {
2552 struct cyclades_port *info = tty->driver_data;
2553 unsigned long flags;
2554
2555 #ifdef CY_DEBUG_IO
2556 printk(KERN_DEBUG "cyc:cy_put_char ttyC%d\n", info->line);
2557 #endif
2558
2559 if (serial_paranoia_check(info, tty->name, "cy_put_char"))
2560 return 0;
2561
2562 if (!info->port.xmit_buf)
2563 return 0;
2564
2565 spin_lock_irqsave(&info->card->card_lock, flags);
2566 if (info->xmit_cnt >= (int)(SERIAL_XMIT_SIZE - 1)) {
2567 spin_unlock_irqrestore(&info->card->card_lock, flags);
2568 return 0;
2569 }
2570
2571 info->port.xmit_buf[info->xmit_head++] = ch;
2572 info->xmit_head &= SERIAL_XMIT_SIZE - 1;
2573 info->xmit_cnt++;
2574 info->idle_stats.xmit_bytes++;
2575 info->idle_stats.xmit_idle = jiffies;
2576 spin_unlock_irqrestore(&info->card->card_lock, flags);
2577 return 1;
2578 } /* cy_put_char */
2579
2580 /*
2581 * This routine is called by the kernel after it has written a
2582 * series of characters to the tty device using put_char().
2583 */
2584 static void cy_flush_chars(struct tty_struct *tty)
2585 {
2586 struct cyclades_port *info = tty->driver_data;
2587
2588 #ifdef CY_DEBUG_IO
2589 printk(KERN_DEBUG "cyc:cy_flush_chars ttyC%d\n", info->line);
2590 #endif
2591
2592 if (serial_paranoia_check(info, tty->name, "cy_flush_chars"))
2593 return;
2594
2595 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
2596 !info->port.xmit_buf)
2597 return;
2598
2599 start_xmit(info);
2600 } /* cy_flush_chars */
2601
2602 /*
2603 * This routine returns the numbers of characters the tty driver
2604 * will accept for queuing to be written. This number is subject
2605 * to change as output buffers get emptied, or if the output flow
2606 * control is activated.
2607 */
2608 static int cy_write_room(struct tty_struct *tty)
2609 {
2610 struct cyclades_port *info = tty->driver_data;
2611 int ret;
2612
2613 #ifdef CY_DEBUG_IO
2614 printk(KERN_DEBUG "cyc:cy_write_room ttyC%d\n", info->line);
2615 #endif
2616
2617 if (serial_paranoia_check(info, tty->name, "cy_write_room"))
2618 return 0;
2619 ret = SERIAL_XMIT_SIZE - info->xmit_cnt - 1;
2620 if (ret < 0)
2621 ret = 0;
2622 return ret;
2623 } /* cy_write_room */
2624
2625 static int cy_chars_in_buffer(struct tty_struct *tty)
2626 {
2627 struct cyclades_port *info = tty->driver_data;
2628
2629 if (serial_paranoia_check(info, tty->name, "cy_chars_in_buffer"))
2630 return 0;
2631
2632 #ifdef Z_EXT_CHARS_IN_BUFFER
2633 if (!cy_is_Z(info->card)) {
2634 #endif /* Z_EXT_CHARS_IN_BUFFER */
2635 #ifdef CY_DEBUG_IO
2636 printk(KERN_DEBUG "cyc:cy_chars_in_buffer ttyC%d %d\n",
2637 info->line, info->xmit_cnt);
2638 #endif
2639 return info->xmit_cnt;
2640 #ifdef Z_EXT_CHARS_IN_BUFFER
2641 } else {
2642 struct BUF_CTRL __iomem *buf_ctrl = info->u.cyz.buf_ctrl;
2643 int char_count;
2644 __u32 tx_put, tx_get, tx_bufsize;
2645
2646 lock_kernel();
2647 tx_get = readl(&buf_ctrl->tx_get);
2648 tx_put = readl(&buf_ctrl->tx_put);
2649 tx_bufsize = readl(&buf_ctrl->tx_bufsize);
2650 if (tx_put >= tx_get)
2651 char_count = tx_put - tx_get;
2652 else
2653 char_count = tx_put - tx_get + tx_bufsize;
2654 #ifdef CY_DEBUG_IO
2655 printk(KERN_DEBUG "cyc:cy_chars_in_buffer ttyC%d %d\n",
2656 info->line, info->xmit_cnt + char_count);
2657 #endif
2658 unlock_kernel();
2659 return info->xmit_cnt + char_count;
2660 }
2661 #endif /* Z_EXT_CHARS_IN_BUFFER */
2662 } /* cy_chars_in_buffer */
2663
2664 /*
2665 * ------------------------------------------------------------
2666 * cy_ioctl() and friends
2667 * ------------------------------------------------------------
2668 */
2669
2670 static void cyy_baud_calc(struct cyclades_port *info, __u32 baud)
2671 {
2672 int co, co_val, bpr;
2673 __u32 cy_clock = ((info->chip_rev >= CD1400_REV_J) ? 60000000 :
2674 25000000);
2675
2676 if (baud == 0) {
2677 info->tbpr = info->tco = info->rbpr = info->rco = 0;
2678 return;
2679 }
2680
2681 /* determine which prescaler to use */
2682 for (co = 4, co_val = 2048; co; co--, co_val >>= 2) {
2683 if (cy_clock / co_val / baud > 63)
2684 break;
2685 }
2686
2687 bpr = (cy_clock / co_val * 2 / baud + 1) / 2;
2688 if (bpr > 255)
2689 bpr = 255;
2690
2691 info->tbpr = info->rbpr = bpr;
2692 info->tco = info->rco = co;
2693 }
2694
2695 /*
2696 * This routine finds or computes the various line characteristics.
2697 * It used to be called config_setup
2698 */
2699 static void cy_set_line_char(struct cyclades_port *info, struct tty_struct *tty)
2700 {
2701 struct cyclades_card *card;
2702 unsigned long flags;
2703 void __iomem *base_addr;
2704 int chip, channel, index;
2705 unsigned cflag, iflag;
2706 int baud, baud_rate = 0;
2707 int i;
2708
2709 if (!tty->termios) /* XXX can this happen at all? */
2710 return;
2711
2712 if (info->line == -1)
2713 return;
2714
2715 cflag = tty->termios->c_cflag;
2716 iflag = tty->termios->c_iflag;
2717
2718 /*
2719 * Set up the tty->alt_speed kludge
2720 */
2721 if ((info->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_HI)
2722 tty->alt_speed = 57600;
2723 if ((info->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_VHI)
2724 tty->alt_speed = 115200;
2725 if ((info->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_SHI)
2726 tty->alt_speed = 230400;
2727 if ((info->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_WARP)
2728 tty->alt_speed = 460800;
2729
2730 card = info->card;
2731 channel = info->line - card->first_line;
2732
2733 if (!cy_is_Z(card)) {
2734
2735 index = card->bus_index;
2736
2737 /* baud rate */
2738 baud = tty_get_baud_rate(tty);
2739 if (baud == 38400 && (info->port.flags & ASYNC_SPD_MASK) ==
2740 ASYNC_SPD_CUST) {
2741 if (info->custom_divisor)
2742 baud_rate = info->baud / info->custom_divisor;
2743 else
2744 baud_rate = info->baud;
2745 } else if (baud > CD1400_MAX_SPEED) {
2746 baud = CD1400_MAX_SPEED;
2747 }
2748 /* find the baud index */
2749 for (i = 0; i < 20; i++) {
2750 if (baud == baud_table[i])
2751 break;
2752 }
2753 if (i == 20)
2754 i = 19; /* CD1400_MAX_SPEED */
2755
2756 if (baud == 38400 && (info->port.flags & ASYNC_SPD_MASK) ==
2757 ASYNC_SPD_CUST) {
2758 cyy_baud_calc(info, baud_rate);
2759 } else {
2760 if (info->chip_rev >= CD1400_REV_J) {
2761 /* It is a CD1400 rev. J or later */
2762 info->tbpr = baud_bpr_60[i]; /* Tx BPR */
2763 info->tco = baud_co_60[i]; /* Tx CO */
2764 info->rbpr = baud_bpr_60[i]; /* Rx BPR */
2765 info->rco = baud_co_60[i]; /* Rx CO */
2766 } else {
2767 info->tbpr = baud_bpr_25[i]; /* Tx BPR */
2768 info->tco = baud_co_25[i]; /* Tx CO */
2769 info->rbpr = baud_bpr_25[i]; /* Rx BPR */
2770 info->rco = baud_co_25[i]; /* Rx CO */
2771 }
2772 }
2773 if (baud_table[i] == 134) {
2774 /* get it right for 134.5 baud */
2775 info->timeout = (info->xmit_fifo_size * HZ * 30 / 269) +
2776 2;
2777 } else if (baud == 38400 && (info->port.flags & ASYNC_SPD_MASK) ==
2778 ASYNC_SPD_CUST) {
2779 info->timeout = (info->xmit_fifo_size * HZ * 15 /
2780 baud_rate) + 2;
2781 } else if (baud_table[i]) {
2782 info->timeout = (info->xmit_fifo_size * HZ * 15 /
2783 baud_table[i]) + 2;
2784 /* this needs to be propagated into the card info */
2785 } else {
2786 info->timeout = 0;
2787 }
2788 /* By tradition (is it a standard?) a baud rate of zero
2789 implies the line should be/has been closed. A bit
2790 later in this routine such a test is performed. */
2791
2792 /* byte size and parity */
2793 info->cor5 = 0;
2794 info->cor4 = 0;
2795 /* receive threshold */
2796 info->cor3 = (info->default_threshold ?
2797 info->default_threshold : baud_cor3[i]);
2798 info->cor2 = CyETC;
2799 switch (cflag & CSIZE) {
2800 case CS5:
2801 info->cor1 = Cy_5_BITS;
2802 break;
2803 case CS6:
2804 info->cor1 = Cy_6_BITS;
2805 break;
2806 case CS7:
2807 info->cor1 = Cy_7_BITS;
2808 break;
2809 case CS8:
2810 info->cor1 = Cy_8_BITS;
2811 break;
2812 }
2813 if (cflag & CSTOPB)
2814 info->cor1 |= Cy_2_STOP;
2815
2816 if (cflag & PARENB) {
2817 if (cflag & PARODD)
2818 info->cor1 |= CyPARITY_O;
2819 else
2820 info->cor1 |= CyPARITY_E;
2821 } else
2822 info->cor1 |= CyPARITY_NONE;
2823
2824 /* CTS flow control flag */
2825 if (cflag & CRTSCTS) {
2826 info->port.flags |= ASYNC_CTS_FLOW;
2827 info->cor2 |= CyCtsAE;
2828 } else {
2829 info->port.flags &= ~ASYNC_CTS_FLOW;
2830 info->cor2 &= ~CyCtsAE;
2831 }
2832 if (cflag & CLOCAL)
2833 info->port.flags &= ~ASYNC_CHECK_CD;
2834 else
2835 info->port.flags |= ASYNC_CHECK_CD;
2836
2837 /***********************************************
2838 The hardware option, CyRtsAO, presents RTS when
2839 the chip has characters to send. Since most modems
2840 use RTS as reverse (inbound) flow control, this
2841 option is not used. If inbound flow control is
2842 necessary, DTR can be programmed to provide the
2843 appropriate signals for use with a non-standard
2844 cable. Contact Marcio Saito for details.
2845 ***********************************************/
2846
2847 chip = channel >> 2;
2848 channel &= 0x03;
2849 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
2850
2851 spin_lock_irqsave(&card->card_lock, flags);
2852 cy_writeb(base_addr + (CyCAR << index), (u_char) channel);
2853
2854 /* tx and rx baud rate */
2855
2856 cy_writeb(base_addr + (CyTCOR << index), info->tco);
2857 cy_writeb(base_addr + (CyTBPR << index), info->tbpr);
2858 cy_writeb(base_addr + (CyRCOR << index), info->rco);
2859 cy_writeb(base_addr + (CyRBPR << index), info->rbpr);
2860
2861 /* set line characteristics according configuration */
2862
2863 cy_writeb(base_addr + (CySCHR1 << index), START_CHAR(tty));
2864 cy_writeb(base_addr + (CySCHR2 << index), STOP_CHAR(tty));
2865 cy_writeb(base_addr + (CyCOR1 << index), info->cor1);
2866 cy_writeb(base_addr + (CyCOR2 << index), info->cor2);
2867 cy_writeb(base_addr + (CyCOR3 << index), info->cor3);
2868 cy_writeb(base_addr + (CyCOR4 << index), info->cor4);
2869 cy_writeb(base_addr + (CyCOR5 << index), info->cor5);
2870
2871 cyy_issue_cmd(base_addr, CyCOR_CHANGE | CyCOR1ch | CyCOR2ch |
2872 CyCOR3ch, index);
2873
2874 /* !!! Is this needed? */
2875 cy_writeb(base_addr + (CyCAR << index), (u_char) channel);
2876 cy_writeb(base_addr + (CyRTPR << index),
2877 (info->default_timeout ? info->default_timeout : 0x02));
2878 /* 10ms rx timeout */
2879
2880 if (C_CLOCAL(tty)) {
2881 /* without modem intr */
2882 cy_writeb(base_addr + (CySRER << index),
2883 readb(base_addr + (CySRER << index)) | CyMdmCh);
2884 /* act on 1->0 modem transitions */
2885 if ((cflag & CRTSCTS) && info->rflow) {
2886 cy_writeb(base_addr + (CyMCOR1 << index),
2887 (CyCTS | rflow_thr[i]));
2888 } else {
2889 cy_writeb(base_addr + (CyMCOR1 << index),
2890 CyCTS);
2891 }
2892 /* act on 0->1 modem transitions */
2893 cy_writeb(base_addr + (CyMCOR2 << index), CyCTS);
2894 } else {
2895 /* without modem intr */
2896 cy_writeb(base_addr + (CySRER << index),
2897 readb(base_addr +
2898 (CySRER << index)) | CyMdmCh);
2899 /* act on 1->0 modem transitions */
2900 if ((cflag & CRTSCTS) && info->rflow) {
2901 cy_writeb(base_addr + (CyMCOR1 << index),
2902 (CyDSR | CyCTS | CyRI | CyDCD |
2903 rflow_thr[i]));
2904 } else {
2905 cy_writeb(base_addr + (CyMCOR1 << index),
2906 CyDSR | CyCTS | CyRI | CyDCD);
2907 }
2908 /* act on 0->1 modem transitions */
2909 cy_writeb(base_addr + (CyMCOR2 << index),
2910 CyDSR | CyCTS | CyRI | CyDCD);
2911 }
2912
2913 if (i == 0) { /* baud rate is zero, turn off line */
2914 if (info->rtsdtr_inv) {
2915 cy_writeb(base_addr + (CyMSVR1 << index),
2916 ~CyRTS);
2917 } else {
2918 cy_writeb(base_addr + (CyMSVR2 << index),
2919 ~CyDTR);
2920 }
2921 #ifdef CY_DEBUG_DTR
2922 printk(KERN_DEBUG "cyc:set_line_char dropping DTR\n");
2923 printk(KERN_DEBUG " status: 0x%x, 0x%x\n",
2924 readb(base_addr + (CyMSVR1 << index)),
2925 readb(base_addr + (CyMSVR2 << index)));
2926 #endif
2927 } else {
2928 if (info->rtsdtr_inv) {
2929 cy_writeb(base_addr + (CyMSVR1 << index),
2930 CyRTS);
2931 } else {
2932 cy_writeb(base_addr + (CyMSVR2 << index),
2933 CyDTR);
2934 }
2935 #ifdef CY_DEBUG_DTR
2936 printk(KERN_DEBUG "cyc:set_line_char raising DTR\n");
2937 printk(KERN_DEBUG " status: 0x%x, 0x%x\n",
2938 readb(base_addr + (CyMSVR1 << index)),
2939 readb(base_addr + (CyMSVR2 << index)));
2940 #endif
2941 }
2942
2943 clear_bit(TTY_IO_ERROR, &tty->flags);
2944 spin_unlock_irqrestore(&card->card_lock, flags);
2945
2946 } else {
2947 struct CH_CTRL __iomem *ch_ctrl = info->u.cyz.ch_ctrl;
2948 __u32 sw_flow;
2949 int retval;
2950
2951 if (!cyz_is_loaded(card))
2952 return;
2953
2954 /* baud rate */
2955 baud = tty_get_baud_rate(tty);
2956 if (baud == 38400 && (info->port.flags & ASYNC_SPD_MASK) ==
2957 ASYNC_SPD_CUST) {
2958 if (info->custom_divisor)
2959 baud_rate = info->baud / info->custom_divisor;
2960 else
2961 baud_rate = info->baud;
2962 } else if (baud > CYZ_MAX_SPEED) {
2963 baud = CYZ_MAX_SPEED;
2964 }
2965 cy_writel(&ch_ctrl->comm_baud, baud);
2966
2967 if (baud == 134) {
2968 /* get it right for 134.5 baud */
2969 info->timeout = (info->xmit_fifo_size * HZ * 30 / 269) +
2970 2;
2971 } else if (baud == 38400 && (info->port.flags & ASYNC_SPD_MASK) ==
2972 ASYNC_SPD_CUST) {
2973 info->timeout = (info->xmit_fifo_size * HZ * 15 /
2974 baud_rate) + 2;
2975 } else if (baud) {
2976 info->timeout = (info->xmit_fifo_size * HZ * 15 /
2977 baud) + 2;
2978 /* this needs to be propagated into the card info */
2979 } else {
2980 info->timeout = 0;
2981 }
2982
2983 /* byte size and parity */
2984 switch (cflag & CSIZE) {
2985 case CS5:
2986 cy_writel(&ch_ctrl->comm_data_l, C_DL_CS5);
2987 break;
2988 case CS6:
2989 cy_writel(&ch_ctrl->comm_data_l, C_DL_CS6);
2990 break;
2991 case CS7:
2992 cy_writel(&ch_ctrl->comm_data_l, C_DL_CS7);
2993 break;
2994 case CS8:
2995 cy_writel(&ch_ctrl->comm_data_l, C_DL_CS8);
2996 break;
2997 }
2998 if (cflag & CSTOPB) {
2999 cy_writel(&ch_ctrl->comm_data_l,
3000 readl(&ch_ctrl->comm_data_l) | C_DL_2STOP);
3001 } else {
3002 cy_writel(&ch_ctrl->comm_data_l,
3003 readl(&ch_ctrl->comm_data_l) | C_DL_1STOP);
3004 }
3005 if (cflag & PARENB) {
3006 if (cflag & PARODD)
3007 cy_writel(&ch_ctrl->comm_parity, C_PR_ODD);
3008 else
3009 cy_writel(&ch_ctrl->comm_parity, C_PR_EVEN);
3010 } else
3011 cy_writel(&ch_ctrl->comm_parity, C_PR_NONE);
3012
3013 /* CTS flow control flag */
3014 if (cflag & CRTSCTS) {
3015 cy_writel(&ch_ctrl->hw_flow,
3016 readl(&ch_ctrl->hw_flow) | C_RS_CTS | C_RS_RTS);
3017 } else {
3018 cy_writel(&ch_ctrl->hw_flow, readl(&ch_ctrl->hw_flow) &
3019 ~(C_RS_CTS | C_RS_RTS));
3020 }
3021 /* As the HW flow control is done in firmware, the driver
3022 doesn't need to care about it */
3023 info->port.flags &= ~ASYNC_CTS_FLOW;
3024
3025 /* XON/XOFF/XANY flow control flags */
3026 sw_flow = 0;
3027 if (iflag & IXON) {
3028 sw_flow |= C_FL_OXX;
3029 if (iflag & IXANY)
3030 sw_flow |= C_FL_OIXANY;
3031 }
3032 cy_writel(&ch_ctrl->sw_flow, sw_flow);
3033
3034 retval = cyz_issue_cmd(card, channel, C_CM_IOCTL, 0L);
3035 if (retval != 0) {
3036 printk(KERN_ERR "cyc:set_line_char retval on ttyC%d "
3037 "was %x\n", info->line, retval);
3038 }
3039
3040 /* CD sensitivity */
3041 if (cflag & CLOCAL)
3042 info->port.flags &= ~ASYNC_CHECK_CD;
3043 else
3044 info->port.flags |= ASYNC_CHECK_CD;
3045
3046 if (baud == 0) { /* baud rate is zero, turn off line */
3047 cy_writel(&ch_ctrl->rs_control,
3048 readl(&ch_ctrl->rs_control) & ~C_RS_DTR);
3049 #ifdef CY_DEBUG_DTR
3050 printk(KERN_DEBUG "cyc:set_line_char dropping Z DTR\n");
3051 #endif
3052 } else {
3053 cy_writel(&ch_ctrl->rs_control,
3054 readl(&ch_ctrl->rs_control) | C_RS_DTR);
3055 #ifdef CY_DEBUG_DTR
3056 printk(KERN_DEBUG "cyc:set_line_char raising Z DTR\n");
3057 #endif
3058 }
3059
3060 retval = cyz_issue_cmd(card, channel, C_CM_IOCTLM, 0L);
3061 if (retval != 0) {
3062 printk(KERN_ERR "cyc:set_line_char(2) retval on ttyC%d "
3063 "was %x\n", info->line, retval);
3064 }
3065
3066 clear_bit(TTY_IO_ERROR, &tty->flags);
3067 }
3068 } /* set_line_char */
3069
3070 static int
3071 get_serial_info(struct cyclades_port *info,
3072 struct serial_struct __user *retinfo)
3073 {
3074 struct serial_struct tmp;
3075 struct cyclades_card *cinfo = info->card;
3076
3077 if (!retinfo)
3078 return -EFAULT;
3079 memset(&tmp, 0, sizeof(tmp));
3080 tmp.type = info->type;
3081 tmp.line = info->line;
3082 tmp.port = (info->card - cy_card) * 0x100 + info->line -
3083 cinfo->first_line;
3084 tmp.irq = cinfo->irq;
3085 tmp.flags = info->port.flags;
3086 tmp.close_delay = info->port.close_delay;
3087 tmp.closing_wait = info->port.closing_wait;
3088 tmp.baud_base = info->baud;
3089 tmp.custom_divisor = info->custom_divisor;
3090 tmp.hub6 = 0; /*!!! */
3091 return copy_to_user(retinfo, &tmp, sizeof(*retinfo)) ? -EFAULT : 0;
3092 } /* get_serial_info */
3093
3094 static int
3095 cy_set_serial_info(struct cyclades_port *info, struct tty_struct *tty,
3096 struct serial_struct __user *new_info)
3097 {
3098 struct serial_struct new_serial;
3099 struct cyclades_port old_info;
3100
3101 if (copy_from_user(&new_serial, new_info, sizeof(new_serial)))
3102 return -EFAULT;
3103 old_info = *info;
3104
3105 if (!capable(CAP_SYS_ADMIN)) {
3106 if (new_serial.close_delay != info->port.close_delay ||
3107 new_serial.baud_base != info->baud ||
3108 (new_serial.flags & ASYNC_FLAGS &
3109 ~ASYNC_USR_MASK) !=
3110 (info->port.flags & ASYNC_FLAGS & ~ASYNC_USR_MASK))
3111 return -EPERM;
3112 info->port.flags = (info->port.flags & ~ASYNC_USR_MASK) |
3113 (new_serial.flags & ASYNC_USR_MASK);
3114 info->baud = new_serial.baud_base;
3115 info->custom_divisor = new_serial.custom_divisor;
3116 goto check_and_exit;
3117 }
3118
3119 /*
3120 * OK, past this point, all the error checking has been done.
3121 * At this point, we start making changes.....
3122 */
3123
3124 info->baud = new_serial.baud_base;
3125 info->custom_divisor = new_serial.custom_divisor;
3126 info->port.flags = (info->port.flags & ~ASYNC_FLAGS) |
3127 (new_serial.flags & ASYNC_FLAGS);
3128 info->port.close_delay = new_serial.close_delay * HZ / 100;
3129 info->port.closing_wait = new_serial.closing_wait * HZ / 100;
3130
3131 check_and_exit:
3132 if (info->port.flags & ASYNC_INITIALIZED) {
3133 cy_set_line_char(info, tty);
3134 return 0;
3135 } else {
3136 return cy_startup(info, tty);
3137 }
3138 } /* set_serial_info */
3139
3140 /*
3141 * get_lsr_info - get line status register info
3142 *
3143 * Purpose: Let user call ioctl() to get info when the UART physically
3144 * is emptied. On bus types like RS485, the transmitter must
3145 * release the bus after transmitting. This must be done when
3146 * the transmit shift register is empty, not be done when the
3147 * transmit holding register is empty. This functionality
3148 * allows an RS485 driver to be written in user space.
3149 */
3150 static int get_lsr_info(struct cyclades_port *info, unsigned int __user *value)
3151 {
3152 struct cyclades_card *card;
3153 int chip, channel, index;
3154 unsigned char status;
3155 unsigned int result;
3156 unsigned long flags;
3157 void __iomem *base_addr;
3158
3159 card = info->card;
3160 channel = (info->line) - (card->first_line);
3161 if (!cy_is_Z(card)) {
3162 chip = channel >> 2;
3163 channel &= 0x03;
3164 index = card->bus_index;
3165 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
3166
3167 spin_lock_irqsave(&card->card_lock, flags);
3168 status = readb(base_addr + (CySRER << index)) &
3169 (CyTxRdy | CyTxMpty);
3170 spin_unlock_irqrestore(&card->card_lock, flags);
3171 result = (status ? 0 : TIOCSER_TEMT);
3172 } else {
3173 /* Not supported yet */
3174 return -EINVAL;
3175 }
3176 return put_user(result, (unsigned long __user *)value);
3177 }
3178
3179 static int cy_tiocmget(struct tty_struct *tty, struct file *file)
3180 {
3181 struct cyclades_port *info = tty->driver_data;
3182 struct cyclades_card *card;
3183 int chip, channel, index;
3184 void __iomem *base_addr;
3185 unsigned long flags;
3186 unsigned char status;
3187 unsigned long lstatus;
3188 unsigned int result;
3189
3190 if (serial_paranoia_check(info, tty->name, __func__))
3191 return -ENODEV;
3192
3193 lock_kernel();
3194
3195 card = info->card;
3196 channel = info->line - card->first_line;
3197 if (!cy_is_Z(card)) {
3198 chip = channel >> 2;
3199 channel &= 0x03;
3200 index = card->bus_index;
3201 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
3202
3203 spin_lock_irqsave(&card->card_lock, flags);
3204 cy_writeb(base_addr + (CyCAR << index), (u_char) channel);
3205 status = readb(base_addr + (CyMSVR1 << index));
3206 status |= readb(base_addr + (CyMSVR2 << index));
3207 spin_unlock_irqrestore(&card->card_lock, flags);
3208
3209 if (info->rtsdtr_inv) {
3210 result = ((status & CyRTS) ? TIOCM_DTR : 0) |
3211 ((status & CyDTR) ? TIOCM_RTS : 0);
3212 } else {
3213 result = ((status & CyRTS) ? TIOCM_RTS : 0) |
3214 ((status & CyDTR) ? TIOCM_DTR : 0);
3215 }
3216 result |= ((status & CyDCD) ? TIOCM_CAR : 0) |
3217 ((status & CyRI) ? TIOCM_RNG : 0) |
3218 ((status & CyDSR) ? TIOCM_DSR : 0) |
3219 ((status & CyCTS) ? TIOCM_CTS : 0);
3220 } else {
3221 if (cyz_is_loaded(card)) {
3222 lstatus = readl(&info->u.cyz.ch_ctrl->rs_status);
3223 result = ((lstatus & C_RS_RTS) ? TIOCM_RTS : 0) |
3224 ((lstatus & C_RS_DTR) ? TIOCM_DTR : 0) |
3225 ((lstatus & C_RS_DCD) ? TIOCM_CAR : 0) |
3226 ((lstatus & C_RS_RI) ? TIOCM_RNG : 0) |
3227 ((lstatus & C_RS_DSR) ? TIOCM_DSR : 0) |
3228 ((lstatus & C_RS_CTS) ? TIOCM_CTS : 0);
3229 } else {
3230 result = 0;
3231 unlock_kernel();
3232 return -ENODEV;
3233 }
3234
3235 }
3236 unlock_kernel();
3237 return result;
3238 } /* cy_tiomget */
3239
3240 static int
3241 cy_tiocmset(struct tty_struct *tty, struct file *file,
3242 unsigned int set, unsigned int clear)
3243 {
3244 struct cyclades_port *info = tty->driver_data;
3245 struct cyclades_card *card;
3246 int chip, channel, index;
3247 unsigned long flags;
3248 int retval;
3249
3250 if (serial_paranoia_check(info, tty->name, __func__))
3251 return -ENODEV;
3252
3253 card = info->card;
3254 channel = (info->line) - (card->first_line);
3255 if (!cy_is_Z(card)) {
3256 void __iomem *base_addr;
3257 chip = channel >> 2;
3258 channel &= 0x03;
3259 index = card->bus_index;
3260 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
3261
3262 if (set & TIOCM_RTS) {
3263 spin_lock_irqsave(&card->card_lock, flags);
3264 cy_writeb(base_addr + (CyCAR << index),
3265 (u_char) channel);
3266 if (info->rtsdtr_inv) {
3267 cy_writeb(base_addr + (CyMSVR2 << index),
3268 CyDTR);
3269 } else {
3270 cy_writeb(base_addr + (CyMSVR1 << index),
3271 CyRTS);
3272 }
3273 spin_unlock_irqrestore(&card->card_lock, flags);
3274 }
3275 if (clear & TIOCM_RTS) {
3276 spin_lock_irqsave(&card->card_lock, flags);
3277 cy_writeb(base_addr + (CyCAR << index),
3278 (u_char) channel);
3279 if (info->rtsdtr_inv) {
3280 cy_writeb(base_addr + (CyMSVR2 << index),
3281 ~CyDTR);
3282 } else {
3283 cy_writeb(base_addr + (CyMSVR1 << index),
3284 ~CyRTS);
3285 }
3286 spin_unlock_irqrestore(&card->card_lock, flags);
3287 }
3288 if (set & TIOCM_DTR) {
3289 spin_lock_irqsave(&card->card_lock, flags);
3290 cy_writeb(base_addr + (CyCAR << index),
3291 (u_char) channel);
3292 if (info->rtsdtr_inv) {
3293 cy_writeb(base_addr + (CyMSVR1 << index),
3294 CyRTS);
3295 } else {
3296 cy_writeb(base_addr + (CyMSVR2 << index),
3297 CyDTR);
3298 }
3299 #ifdef CY_DEBUG_DTR
3300 printk(KERN_DEBUG "cyc:set_modem_info raising DTR\n");
3301 printk(KERN_DEBUG " status: 0x%x, 0x%x\n",
3302 readb(base_addr + (CyMSVR1 << index)),
3303 readb(base_addr + (CyMSVR2 << index)));
3304 #endif
3305 spin_unlock_irqrestore(&card->card_lock, flags);
3306 }
3307 if (clear & TIOCM_DTR) {
3308 spin_lock_irqsave(&card->card_lock, flags);
3309 cy_writeb(base_addr + (CyCAR << index),
3310 (u_char) channel);
3311 if (info->rtsdtr_inv) {
3312 cy_writeb(base_addr + (CyMSVR1 << index),
3313 ~CyRTS);
3314 } else {
3315 cy_writeb(base_addr + (CyMSVR2 << index),
3316 ~CyDTR);
3317 }
3318
3319 #ifdef CY_DEBUG_DTR
3320 printk(KERN_DEBUG "cyc:set_modem_info dropping DTR\n");
3321 printk(KERN_DEBUG " status: 0x%x, 0x%x\n",
3322 readb(base_addr + (CyMSVR1 << index)),
3323 readb(base_addr + (CyMSVR2 << index)));
3324 #endif
3325 spin_unlock_irqrestore(&card->card_lock, flags);
3326 }
3327 } else {
3328 if (cyz_is_loaded(card)) {
3329 struct CH_CTRL __iomem *ch_ctrl = info->u.cyz.ch_ctrl;
3330
3331 if (set & TIOCM_RTS) {
3332 spin_lock_irqsave(&card->card_lock, flags);
3333 cy_writel(&ch_ctrl->rs_control,
3334 readl(&ch_ctrl->rs_control) | C_RS_RTS);
3335 spin_unlock_irqrestore(&card->card_lock, flags);
3336 }
3337 if (clear & TIOCM_RTS) {
3338 spin_lock_irqsave(&card->card_lock, flags);
3339 cy_writel(&ch_ctrl->rs_control,
3340 readl(&ch_ctrl->rs_control) &
3341 ~C_RS_RTS);
3342 spin_unlock_irqrestore(&card->card_lock, flags);
3343 }
3344 if (set & TIOCM_DTR) {
3345 spin_lock_irqsave(&card->card_lock, flags);
3346 cy_writel(&ch_ctrl->rs_control,
3347 readl(&ch_ctrl->rs_control) | C_RS_DTR);
3348 #ifdef CY_DEBUG_DTR
3349 printk(KERN_DEBUG "cyc:set_modem_info raising "
3350 "Z DTR\n");
3351 #endif
3352 spin_unlock_irqrestore(&card->card_lock, flags);
3353 }
3354 if (clear & TIOCM_DTR) {
3355 spin_lock_irqsave(&card->card_lock, flags);
3356 cy_writel(&ch_ctrl->rs_control,
3357 readl(&ch_ctrl->rs_control) &
3358 ~C_RS_DTR);
3359 #ifdef CY_DEBUG_DTR
3360 printk(KERN_DEBUG "cyc:set_modem_info clearing "
3361 "Z DTR\n");
3362 #endif
3363 spin_unlock_irqrestore(&card->card_lock, flags);
3364 }
3365 } else {
3366 return -ENODEV;
3367 }
3368 spin_lock_irqsave(&card->card_lock, flags);
3369 retval = cyz_issue_cmd(card, channel, C_CM_IOCTLM, 0L);
3370 if (retval != 0) {
3371 printk(KERN_ERR "cyc:set_modem_info retval on ttyC%d "
3372 "was %x\n", info->line, retval);
3373 }
3374 spin_unlock_irqrestore(&card->card_lock, flags);
3375 }
3376 return 0;
3377 } /* cy_tiocmset */
3378
3379 /*
3380 * cy_break() --- routine which turns the break handling on or off
3381 */
3382 static int cy_break(struct tty_struct *tty, int break_state)
3383 {
3384 struct cyclades_port *info = tty->driver_data;
3385 struct cyclades_card *card;
3386 unsigned long flags;
3387 int retval = 0;
3388
3389 if (serial_paranoia_check(info, tty->name, "cy_break"))
3390 return -EINVAL;
3391
3392 card = info->card;
3393
3394 spin_lock_irqsave(&card->card_lock, flags);
3395 if (!cy_is_Z(card)) {
3396 /* Let the transmit ISR take care of this (since it
3397 requires stuffing characters into the output stream).
3398 */
3399 if (break_state == -1) {
3400 if (!info->breakon) {
3401 info->breakon = 1;
3402 if (!info->xmit_cnt) {
3403 spin_unlock_irqrestore(&card->card_lock, flags);
3404 start_xmit(info);
3405 spin_lock_irqsave(&card->card_lock, flags);
3406 }
3407 }
3408 } else {
3409 if (!info->breakoff) {
3410 info->breakoff = 1;
3411 if (!info->xmit_cnt) {
3412 spin_unlock_irqrestore(&card->card_lock, flags);
3413 start_xmit(info);
3414 spin_lock_irqsave(&card->card_lock, flags);
3415 }
3416 }
3417 }
3418 } else {
3419 if (break_state == -1) {
3420 retval = cyz_issue_cmd(card,
3421 info->line - card->first_line,
3422 C_CM_SET_BREAK, 0L);
3423 if (retval != 0) {
3424 printk(KERN_ERR "cyc:cy_break (set) retval on "
3425 "ttyC%d was %x\n", info->line, retval);
3426 }
3427 } else {
3428 retval = cyz_issue_cmd(card,
3429 info->line - card->first_line,
3430 C_CM_CLR_BREAK, 0L);
3431 if (retval != 0) {
3432 printk(KERN_DEBUG "cyc:cy_break (clr) retval "
3433 "on ttyC%d was %x\n", info->line,
3434 retval);
3435 }
3436 }
3437 }
3438 spin_unlock_irqrestore(&card->card_lock, flags);
3439 return retval;
3440 } /* cy_break */
3441
3442 static int get_mon_info(struct cyclades_port *info,
3443 struct cyclades_monitor __user *mon)
3444 {
3445
3446 if (copy_to_user(mon, &info->mon, sizeof(struct cyclades_monitor)))
3447 return -EFAULT;
3448 info->mon.int_count = 0;
3449 info->mon.char_count = 0;
3450 info->mon.char_max = 0;
3451 info->mon.char_last = 0;
3452 return 0;
3453 } /* get_mon_info */
3454
3455 static int set_threshold(struct cyclades_port *info, unsigned long value)
3456 {
3457 struct cyclades_card *card;
3458 void __iomem *base_addr;
3459 int channel, chip, index;
3460 unsigned long flags;
3461
3462 card = info->card;
3463 channel = info->line - card->first_line;
3464 if (!cy_is_Z(card)) {
3465 chip = channel >> 2;
3466 channel &= 0x03;
3467 index = card->bus_index;
3468 base_addr =
3469 card->base_addr + (cy_chip_offset[chip] << index);
3470
3471 info->cor3 &= ~CyREC_FIFO;
3472 info->cor3 |= value & CyREC_FIFO;
3473
3474 spin_lock_irqsave(&card->card_lock, flags);
3475 cy_writeb(base_addr + (CyCOR3 << index), info->cor3);
3476 cyy_issue_cmd(base_addr, CyCOR_CHANGE | CyCOR3ch, index);
3477 spin_unlock_irqrestore(&card->card_lock, flags);
3478 }
3479 return 0;
3480 } /* set_threshold */
3481
3482 static int get_threshold(struct cyclades_port *info,
3483 unsigned long __user *value)
3484 {
3485 struct cyclades_card *card;
3486 void __iomem *base_addr;
3487 int channel, chip, index;
3488 unsigned long tmp;
3489
3490 card = info->card;
3491 channel = info->line - card->first_line;
3492 if (!cy_is_Z(card)) {
3493 chip = channel >> 2;
3494 channel &= 0x03;
3495 index = card->bus_index;
3496 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
3497
3498 tmp = readb(base_addr + (CyCOR3 << index)) & CyREC_FIFO;
3499 return put_user(tmp, value);
3500 }
3501 return 0;
3502 } /* get_threshold */
3503
3504 static int set_default_threshold(struct cyclades_port *info,
3505 unsigned long value)
3506 {
3507 info->default_threshold = value & 0x0f;
3508 return 0;
3509 } /* set_default_threshold */
3510
3511 static int get_default_threshold(struct cyclades_port *info,
3512 unsigned long __user *value)
3513 {
3514 return put_user(info->default_threshold, value);
3515 } /* get_default_threshold */
3516
3517 static int set_timeout(struct cyclades_port *info, unsigned long value)
3518 {
3519 struct cyclades_card *card;
3520 void __iomem *base_addr;
3521 int channel, chip, index;
3522 unsigned long flags;
3523
3524 card = info->card;
3525 channel = info->line - card->first_line;
3526 if (!cy_is_Z(card)) {
3527 chip = channel >> 2;
3528 channel &= 0x03;
3529 index = card->bus_index;
3530 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
3531
3532 spin_lock_irqsave(&card->card_lock, flags);
3533 cy_writeb(base_addr + (CyRTPR << index), value & 0xff);
3534 spin_unlock_irqrestore(&card->card_lock, flags);
3535 }
3536 return 0;
3537 } /* set_timeout */
3538
3539 static int get_timeout(struct cyclades_port *info,
3540 unsigned long __user *value)
3541 {
3542 struct cyclades_card *card;
3543 void __iomem *base_addr;
3544 int channel, chip, index;
3545 unsigned long tmp;
3546
3547 card = info->card;
3548 channel = info->line - card->first_line;
3549 if (!cy_is_Z(card)) {
3550 chip = channel >> 2;
3551 channel &= 0x03;
3552 index = card->bus_index;
3553 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
3554
3555 tmp = readb(base_addr + (CyRTPR << index));
3556 return put_user(tmp, value);
3557 }
3558 return 0;
3559 } /* get_timeout */
3560
3561 static int set_default_timeout(struct cyclades_port *info, unsigned long value)
3562 {
3563 info->default_timeout = value & 0xff;
3564 return 0;
3565 } /* set_default_timeout */
3566
3567 static int get_default_timeout(struct cyclades_port *info,
3568 unsigned long __user *value)
3569 {
3570 return put_user(info->default_timeout, value);
3571 } /* get_default_timeout */
3572
3573 /*
3574 * This routine allows the tty driver to implement device-
3575 * specific ioctl's. If the ioctl number passed in cmd is
3576 * not recognized by the driver, it should return ENOIOCTLCMD.
3577 */
3578 static int
3579 cy_ioctl(struct tty_struct *tty, struct file *file,
3580 unsigned int cmd, unsigned long arg)
3581 {
3582 struct cyclades_port *info = tty->driver_data;
3583 struct cyclades_icount cprev, cnow; /* kernel counter temps */
3584 struct serial_icounter_struct __user *p_cuser; /* user space */
3585 int ret_val = 0;
3586 unsigned long flags;
3587 void __user *argp = (void __user *)arg;
3588
3589 if (serial_paranoia_check(info, tty->name, "cy_ioctl"))
3590 return -ENODEV;
3591
3592 #ifdef CY_DEBUG_OTHER
3593 printk(KERN_DEBUG "cyc:cy_ioctl ttyC%d, cmd = %x arg = %lx\n",
3594 info->line, cmd, arg);
3595 #endif
3596 lock_kernel();
3597
3598 switch (cmd) {
3599 case CYGETMON:
3600 ret_val = get_mon_info(info, argp);
3601 break;
3602 case CYGETTHRESH:
3603 ret_val = get_threshold(info, argp);
3604 break;
3605 case CYSETTHRESH:
3606 ret_val = set_threshold(info, arg);
3607 break;
3608 case CYGETDEFTHRESH:
3609 ret_val = get_default_threshold(info, argp);
3610 break;
3611 case CYSETDEFTHRESH:
3612 ret_val = set_default_threshold(info, arg);
3613 break;
3614 case CYGETTIMEOUT:
3615 ret_val = get_timeout(info, argp);
3616 break;
3617 case CYSETTIMEOUT:
3618 ret_val = set_timeout(info, arg);
3619 break;
3620 case CYGETDEFTIMEOUT:
3621 ret_val = get_default_timeout(info, argp);
3622 break;
3623 case CYSETDEFTIMEOUT:
3624 ret_val = set_default_timeout(info, arg);
3625 break;
3626 case CYSETRFLOW:
3627 info->rflow = (int)arg;
3628 ret_val = 0;
3629 break;
3630 case CYGETRFLOW:
3631 ret_val = info->rflow;
3632 break;
3633 case CYSETRTSDTR_INV:
3634 info->rtsdtr_inv = (int)arg;
3635 ret_val = 0;
3636 break;
3637 case CYGETRTSDTR_INV:
3638 ret_val = info->rtsdtr_inv;
3639 break;
3640 case CYGETCD1400VER:
3641 ret_val = info->chip_rev;
3642 break;
3643 #ifndef CONFIG_CYZ_INTR
3644 case CYZSETPOLLCYCLE:
3645 cyz_polling_cycle = (arg * HZ) / 1000;
3646 ret_val = 0;
3647 break;
3648 case CYZGETPOLLCYCLE:
3649 ret_val = (cyz_polling_cycle * 1000) / HZ;
3650 break;
3651 #endif /* CONFIG_CYZ_INTR */
3652 case CYSETWAIT:
3653 info->port.closing_wait = (unsigned short)arg * HZ / 100;
3654 ret_val = 0;
3655 break;
3656 case CYGETWAIT:
3657 ret_val = info->port.closing_wait / (HZ / 100);
3658 break;
3659 case TIOCGSERIAL:
3660 ret_val = get_serial_info(info, argp);
3661 break;
3662 case TIOCSSERIAL:
3663 ret_val = cy_set_serial_info(info, tty, argp);
3664 break;
3665 case TIOCSERGETLSR: /* Get line status register */
3666 ret_val = get_lsr_info(info, argp);
3667 break;
3668 /*
3669 * Wait for any of the 4 modem inputs (DCD,RI,DSR,CTS) to change
3670 * - mask passed in arg for lines of interest
3671 * (use |'ed TIOCM_RNG/DSR/CD/CTS for masking)
3672 * Caller should use TIOCGICOUNT to see which one it was
3673 */
3674 case TIOCMIWAIT:
3675 spin_lock_irqsave(&info->card->card_lock, flags);
3676 /* note the counters on entry */
3677 cnow = info->icount;
3678 spin_unlock_irqrestore(&info->card->card_lock, flags);
3679 ret_val = wait_event_interruptible(info->delta_msr_wait, ({
3680 cprev = cnow;
3681 spin_lock_irqsave(&info->card->card_lock, flags);
3682 cnow = info->icount; /* atomic copy */
3683 spin_unlock_irqrestore(&info->card->card_lock, flags);
3684
3685 ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
3686 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
3687 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
3688 ((arg & TIOCM_CTS) && (cnow.cts != cprev.cts));
3689 }));
3690 break;
3691
3692 /*
3693 * Get counter of input serial line interrupts (DCD,RI,DSR,CTS)
3694 * Return: write counters to the user passed counter struct
3695 * NB: both 1->0 and 0->1 transitions are counted except for
3696 * RI where only 0->1 is counted.
3697 */
3698 case TIOCGICOUNT:
3699 spin_lock_irqsave(&info->card->card_lock, flags);
3700 cnow = info->icount;
3701 spin_unlock_irqrestore(&info->card->card_lock, flags);
3702 p_cuser = argp;
3703 ret_val = put_user(cnow.cts, &p_cuser->cts);
3704 if (ret_val)
3705 break;
3706 ret_val = put_user(cnow.dsr, &p_cuser->dsr);
3707 if (ret_val)
3708 break;
3709 ret_val = put_user(cnow.rng, &p_cuser->rng);
3710 if (ret_val)
3711 break;
3712 ret_val = put_user(cnow.dcd, &p_cuser->dcd);
3713 if (ret_val)
3714 break;
3715 ret_val = put_user(cnow.rx, &p_cuser->rx);
3716 if (ret_val)
3717 break;
3718 ret_val = put_user(cnow.tx, &p_cuser->tx);
3719 if (ret_val)
3720 break;
3721 ret_val = put_user(cnow.frame, &p_cuser->frame);
3722 if (ret_val)
3723 break;
3724 ret_val = put_user(cnow.overrun, &p_cuser->overrun);
3725 if (ret_val)
3726 break;
3727 ret_val = put_user(cnow.parity, &p_cuser->parity);
3728 if (ret_val)
3729 break;
3730 ret_val = put_user(cnow.brk, &p_cuser->brk);
3731 if (ret_val)
3732 break;
3733 ret_val = put_user(cnow.buf_overrun, &p_cuser->buf_overrun);
3734 if (ret_val)
3735 break;
3736 ret_val = 0;
3737 break;
3738 default:
3739 ret_val = -ENOIOCTLCMD;
3740 }
3741 unlock_kernel();
3742
3743 #ifdef CY_DEBUG_OTHER
3744 printk(KERN_DEBUG "cyc:cy_ioctl done\n");
3745 #endif
3746 return ret_val;
3747 } /* cy_ioctl */
3748
3749 /*
3750 * This routine allows the tty driver to be notified when
3751 * device's termios settings have changed. Note that a
3752 * well-designed tty driver should be prepared to accept the case
3753 * where old == NULL, and try to do something rational.
3754 */
3755 static void cy_set_termios(struct tty_struct *tty, struct ktermios *old_termios)
3756 {
3757 struct cyclades_port *info = tty->driver_data;
3758
3759 #ifdef CY_DEBUG_OTHER
3760 printk(KERN_DEBUG "cyc:cy_set_termios ttyC%d\n", info->line);
3761 #endif
3762
3763 cy_set_line_char(info, tty);
3764
3765 if ((old_termios->c_cflag & CRTSCTS) &&
3766 !(tty->termios->c_cflag & CRTSCTS)) {
3767 tty->hw_stopped = 0;
3768 cy_start(tty);
3769 }
3770 #if 0
3771 /*
3772 * No need to wake up processes in open wait, since they
3773 * sample the CLOCAL flag once, and don't recheck it.
3774 * XXX It's not clear whether the current behavior is correct
3775 * or not. Hence, this may change.....
3776 */
3777 if (!(old_termios->c_cflag & CLOCAL) &&
3778 (tty->termios->c_cflag & CLOCAL))
3779 wake_up_interruptible(&info->port.open_wait);
3780 #endif
3781 } /* cy_set_termios */
3782
3783 /* This function is used to send a high-priority XON/XOFF character to
3784 the device.
3785 */
3786 static void cy_send_xchar(struct tty_struct *tty, char ch)
3787 {
3788 struct cyclades_port *info = tty->driver_data;
3789 struct cyclades_card *card;
3790 int channel;
3791
3792 if (serial_paranoia_check(info, tty->name, "cy_send_xchar"))
3793 return;
3794
3795 info->x_char = ch;
3796
3797 if (ch)
3798 cy_start(tty);
3799
3800 card = info->card;
3801 channel = info->line - card->first_line;
3802
3803 if (cy_is_Z(card)) {
3804 if (ch == STOP_CHAR(tty))
3805 cyz_issue_cmd(card, channel, C_CM_SENDXOFF, 0L);
3806 else if (ch == START_CHAR(tty))
3807 cyz_issue_cmd(card, channel, C_CM_SENDXON, 0L);
3808 }
3809 }
3810
3811 /* This routine is called by the upper-layer tty layer to signal
3812 that incoming characters should be throttled because the input
3813 buffers are close to full.
3814 */
3815 static void cy_throttle(struct tty_struct *tty)
3816 {
3817 struct cyclades_port *info = tty->driver_data;
3818 struct cyclades_card *card;
3819 unsigned long flags;
3820 void __iomem *base_addr;
3821 int chip, channel, index;
3822
3823 #ifdef CY_DEBUG_THROTTLE
3824 char buf[64];
3825
3826 printk(KERN_DEBUG "cyc:throttle %s: %ld...ttyC%d\n", tty_name(tty, buf),
3827 tty->ldisc.chars_in_buffer(tty), info->line);
3828 #endif
3829
3830 if (serial_paranoia_check(info, tty->name, "cy_throttle"))
3831 return;
3832
3833 card = info->card;
3834
3835 if (I_IXOFF(tty)) {
3836 if (!cy_is_Z(card))
3837 cy_send_xchar(tty, STOP_CHAR(tty));
3838 else
3839 info->throttle = 1;
3840 }
3841
3842 if (tty->termios->c_cflag & CRTSCTS) {
3843 channel = info->line - card->first_line;
3844 if (!cy_is_Z(card)) {
3845 chip = channel >> 2;
3846 channel &= 0x03;
3847 index = card->bus_index;
3848 base_addr = card->base_addr +
3849 (cy_chip_offset[chip] << index);
3850
3851 spin_lock_irqsave(&card->card_lock, flags);
3852 cy_writeb(base_addr + (CyCAR << index),
3853 (u_char) channel);
3854 if (info->rtsdtr_inv) {
3855 cy_writeb(base_addr + (CyMSVR2 << index),
3856 ~CyDTR);
3857 } else {
3858 cy_writeb(base_addr + (CyMSVR1 << index),
3859 ~CyRTS);
3860 }
3861 spin_unlock_irqrestore(&card->card_lock, flags);
3862 } else {
3863 info->throttle = 1;
3864 }
3865 }
3866 } /* cy_throttle */
3867
3868 /*
3869 * This routine notifies the tty driver that it should signal
3870 * that characters can now be sent to the tty without fear of
3871 * overrunning the input buffers of the line disciplines.
3872 */
3873 static void cy_unthrottle(struct tty_struct *tty)
3874 {
3875 struct cyclades_port *info = tty->driver_data;
3876 struct cyclades_card *card;
3877 unsigned long flags;
3878 void __iomem *base_addr;
3879 int chip, channel, index;
3880
3881 #ifdef CY_DEBUG_THROTTLE
3882 char buf[64];
3883
3884 printk(KERN_DEBUG "cyc:unthrottle %s: %ld...ttyC%d\n",
3885 tty_name(tty, buf), tty_chars_in_buffer(tty), info->line);
3886 #endif
3887
3888 if (serial_paranoia_check(info, tty->name, "cy_unthrottle"))
3889 return;
3890
3891 if (I_IXOFF(tty)) {
3892 if (info->x_char)
3893 info->x_char = 0;
3894 else
3895 cy_send_xchar(tty, START_CHAR(tty));
3896 }
3897
3898 if (tty->termios->c_cflag & CRTSCTS) {
3899 card = info->card;
3900 channel = info->line - card->first_line;
3901 if (!cy_is_Z(card)) {
3902 chip = channel >> 2;
3903 channel &= 0x03;
3904 index = card->bus_index;
3905 base_addr = card->base_addr +
3906 (cy_chip_offset[chip] << index);
3907
3908 spin_lock_irqsave(&card->card_lock, flags);
3909 cy_writeb(base_addr + (CyCAR << index),
3910 (u_char) channel);
3911 if (info->rtsdtr_inv) {
3912 cy_writeb(base_addr + (CyMSVR2 << index),
3913 CyDTR);
3914 } else {
3915 cy_writeb(base_addr + (CyMSVR1 << index),
3916 CyRTS);
3917 }
3918 spin_unlock_irqrestore(&card->card_lock, flags);
3919 } else {
3920 info->throttle = 0;
3921 }
3922 }
3923 } /* cy_unthrottle */
3924
3925 /* cy_start and cy_stop provide software output flow control as a
3926 function of XON/XOFF, software CTS, and other such stuff.
3927 */
3928 static void cy_stop(struct tty_struct *tty)
3929 {
3930 struct cyclades_card *cinfo;
3931 struct cyclades_port *info = tty->driver_data;
3932 void __iomem *base_addr;
3933 int chip, channel, index;
3934 unsigned long flags;
3935
3936 #ifdef CY_DEBUG_OTHER
3937 printk(KERN_DEBUG "cyc:cy_stop ttyC%d\n", info->line);
3938 #endif
3939
3940 if (serial_paranoia_check(info, tty->name, "cy_stop"))
3941 return;
3942
3943 cinfo = info->card;
3944 channel = info->line - cinfo->first_line;
3945 if (!cy_is_Z(cinfo)) {
3946 index = cinfo->bus_index;
3947 chip = channel >> 2;
3948 channel &= 0x03;
3949 base_addr = cinfo->base_addr + (cy_chip_offset[chip] << index);
3950
3951 spin_lock_irqsave(&cinfo->card_lock, flags);
3952 cy_writeb(base_addr + (CyCAR << index),
3953 (u_char)(channel & 0x0003)); /* index channel */
3954 cy_writeb(base_addr + (CySRER << index),
3955 readb(base_addr + (CySRER << index)) & ~CyTxRdy);
3956 spin_unlock_irqrestore(&cinfo->card_lock, flags);
3957 }
3958 } /* cy_stop */
3959
3960 static void cy_start(struct tty_struct *tty)
3961 {
3962 struct cyclades_card *cinfo;
3963 struct cyclades_port *info = tty->driver_data;
3964 void __iomem *base_addr;
3965 int chip, channel, index;
3966 unsigned long flags;
3967
3968 #ifdef CY_DEBUG_OTHER
3969 printk(KERN_DEBUG "cyc:cy_start ttyC%d\n", info->line);
3970 #endif
3971
3972 if (serial_paranoia_check(info, tty->name, "cy_start"))
3973 return;
3974
3975 cinfo = info->card;
3976 channel = info->line - cinfo->first_line;
3977 index = cinfo->bus_index;
3978 if (!cy_is_Z(cinfo)) {
3979 chip = channel >> 2;
3980 channel &= 0x03;
3981 base_addr = cinfo->base_addr + (cy_chip_offset[chip] << index);
3982
3983 spin_lock_irqsave(&cinfo->card_lock, flags);
3984 cy_writeb(base_addr + (CyCAR << index),
3985 (u_char) (channel & 0x0003)); /* index channel */
3986 cy_writeb(base_addr + (CySRER << index),
3987 readb(base_addr + (CySRER << index)) | CyTxRdy);
3988 spin_unlock_irqrestore(&cinfo->card_lock, flags);
3989 }
3990 } /* cy_start */
3991
3992 /*
3993 * cy_hangup() --- called by tty_hangup() when a hangup is signaled.
3994 */
3995 static void cy_hangup(struct tty_struct *tty)
3996 {
3997 struct cyclades_port *info = tty->driver_data;
3998
3999 #ifdef CY_DEBUG_OTHER
4000 printk(KERN_DEBUG "cyc:cy_hangup ttyC%d\n", info->line);
4001 #endif
4002
4003 if (serial_paranoia_check(info, tty->name, "cy_hangup"))
4004 return;
4005
4006 cy_flush_buffer(tty);
4007 cy_shutdown(info, tty);
4008 tty_port_hangup(&info->port);
4009 } /* cy_hangup */
4010
4011 static int cyy_carrier_raised(struct tty_port *port)
4012 {
4013 struct cyclades_port *info = container_of(port, struct cyclades_port,
4014 port);
4015 struct cyclades_card *cinfo = info->card;
4016 void __iomem *base = cinfo->base_addr;
4017 unsigned long flags;
4018 int channel = info->line - cinfo->first_line;
4019 int chip = channel >> 2, index = cinfo->bus_index;
4020 u32 cd;
4021
4022 channel &= 0x03;
4023 base += cy_chip_offset[chip] << index;
4024
4025 spin_lock_irqsave(&cinfo->card_lock, flags);
4026 cy_writeb(base + (CyCAR << index), (u8)channel);
4027 cd = readb(base + (CyMSVR1 << index)) & CyDCD;
4028 spin_unlock_irqrestore(&cinfo->card_lock, flags);
4029
4030 return cd;
4031 }
4032
4033 static void cyy_dtr_rts(struct tty_port *port, int raise)
4034 {
4035 struct cyclades_port *info = container_of(port, struct cyclades_port,
4036 port);
4037 struct cyclades_card *cinfo = info->card;
4038 void __iomem *base = cinfo->base_addr;
4039 unsigned long flags;
4040 int channel = info->line - cinfo->first_line;
4041 int chip = channel >> 2, index = cinfo->bus_index;
4042
4043 channel &= 0x03;
4044 base += cy_chip_offset[chip] << index;
4045
4046 spin_lock_irqsave(&cinfo->card_lock, flags);
4047 cy_writeb(base + (CyCAR << index), (u8)channel);
4048 cy_writeb(base + (CyMSVR1 << index), raise ? CyRTS : ~CyRTS);
4049 cy_writeb(base + (CyMSVR2 << index), raise ? CyDTR : ~CyDTR);
4050 #ifdef CY_DEBUG_DTR
4051 printk(KERN_DEBUG "%s: raising DTR\n", __func__);
4052 printk(KERN_DEBUG " status: 0x%x, 0x%x\n",
4053 readb(base + (CyMSVR1 << index)),
4054 readb(base + (CyMSVR2 << index)));
4055 #endif
4056 spin_unlock_irqrestore(&cinfo->card_lock, flags);
4057 }
4058
4059 static int cyz_carrier_raised(struct tty_port *port)
4060 {
4061 struct cyclades_port *info = container_of(port, struct cyclades_port,
4062 port);
4063
4064 return readl(&info->u.cyz.ch_ctrl->rs_status) & C_RS_DCD;
4065 }
4066
4067 static void cyz_dtr_rts(struct tty_port *port, int raise)
4068 {
4069 struct cyclades_port *info = container_of(port, struct cyclades_port,
4070 port);
4071 struct cyclades_card *cinfo = info->card;
4072 struct CH_CTRL __iomem *ch_ctrl = info->u.cyz.ch_ctrl;
4073 int ret, channel = info->line - cinfo->first_line;
4074 u32 rs;
4075
4076 rs = readl(&ch_ctrl->rs_control);
4077 if (raise)
4078 rs |= C_RS_RTS | C_RS_DTR;
4079 else
4080 rs &= ~(C_RS_RTS | C_RS_DTR);
4081 cy_writel(&ch_ctrl->rs_control, rs);
4082 ret = cyz_issue_cmd(cinfo, channel, C_CM_IOCTLM, 0L);
4083 if (ret != 0)
4084 printk(KERN_ERR "%s: retval on ttyC%d was %x\n",
4085 __func__, info->line, ret);
4086 #ifdef CY_DEBUG_DTR
4087 printk(KERN_DEBUG "%s: raising Z DTR\n", __func__);
4088 #endif
4089 }
4090
4091 static const struct tty_port_operations cyy_port_ops = {
4092 .carrier_raised = cyy_carrier_raised,
4093 .dtr_rts = cyy_dtr_rts,
4094 };
4095
4096 static const struct tty_port_operations cyz_port_ops = {
4097 .carrier_raised = cyz_carrier_raised,
4098 .dtr_rts = cyz_dtr_rts,
4099 };
4100
4101 /*
4102 * ---------------------------------------------------------------------
4103 * cy_init() and friends
4104 *
4105 * cy_init() is called at boot-time to initialize the serial driver.
4106 * ---------------------------------------------------------------------
4107 */
4108
4109 static int __devinit cy_init_card(struct cyclades_card *cinfo)
4110 {
4111 struct cyclades_port *info;
4112 unsigned int channel, port;
4113
4114 spin_lock_init(&cinfo->card_lock);
4115 cinfo->intr_enabled = 0;
4116
4117 cinfo->ports = kcalloc(cinfo->nports, sizeof(*cinfo->ports),
4118 GFP_KERNEL);
4119 if (cinfo->ports == NULL) {
4120 printk(KERN_ERR "Cyclades: cannot allocate ports\n");
4121 return -ENOMEM;
4122 }
4123
4124 for (channel = 0, port = cinfo->first_line; channel < cinfo->nports;
4125 channel++, port++) {
4126 info = &cinfo->ports[channel];
4127 tty_port_init(&info->port);
4128 info->magic = CYCLADES_MAGIC;
4129 info->card = cinfo;
4130 info->line = port;
4131
4132 info->port.closing_wait = CLOSING_WAIT_DELAY;
4133 info->port.close_delay = 5 * HZ / 10;
4134 info->port.flags = STD_COM_FLAGS;
4135 init_completion(&info->shutdown_wait);
4136 init_waitqueue_head(&info->delta_msr_wait);
4137
4138 if (cy_is_Z(cinfo)) {
4139 struct FIRM_ID *firm_id = cinfo->base_addr + ID_ADDRESS;
4140 struct ZFW_CTRL *zfw_ctrl;
4141
4142 info->port.ops = &cyz_port_ops;
4143 info->type = PORT_STARTECH;
4144
4145 zfw_ctrl = cinfo->base_addr +
4146 (readl(&firm_id->zfwctrl_addr) & 0xfffff);
4147 info->u.cyz.ch_ctrl = &zfw_ctrl->ch_ctrl[channel];
4148 info->u.cyz.buf_ctrl = &zfw_ctrl->buf_ctrl[channel];
4149
4150 if (cinfo->hw_ver == ZO_V1)
4151 info->xmit_fifo_size = CYZ_FIFO_SIZE;
4152 else
4153 info->xmit_fifo_size = 4 * CYZ_FIFO_SIZE;
4154 #ifdef CONFIG_CYZ_INTR
4155 setup_timer(&cyz_rx_full_timer[port],
4156 cyz_rx_restart, (unsigned long)info);
4157 #endif
4158 } else {
4159 unsigned short chip_number;
4160 int index = cinfo->bus_index;
4161
4162 info->port.ops = &cyy_port_ops;
4163 info->type = PORT_CIRRUS;
4164 info->xmit_fifo_size = CyMAX_CHAR_FIFO;
4165 info->cor1 = CyPARITY_NONE | Cy_1_STOP | Cy_8_BITS;
4166 info->cor2 = CyETC;
4167 info->cor3 = 0x08; /* _very_ small rcv threshold */
4168
4169 chip_number = channel / CyPORTS_PER_CHIP;
4170 info->chip_rev = readb(cinfo->base_addr +
4171 (cy_chip_offset[chip_number] << index) +
4172 (CyGFRCR << index));
4173
4174 if (info->chip_rev >= CD1400_REV_J) {
4175 /* It is a CD1400 rev. J or later */
4176 info->tbpr = baud_bpr_60[13]; /* Tx BPR */
4177 info->tco = baud_co_60[13]; /* Tx CO */
4178 info->rbpr = baud_bpr_60[13]; /* Rx BPR */
4179 info->rco = baud_co_60[13]; /* Rx CO */
4180 info->rtsdtr_inv = 1;
4181 } else {
4182 info->tbpr = baud_bpr_25[13]; /* Tx BPR */
4183 info->tco = baud_co_25[13]; /* Tx CO */
4184 info->rbpr = baud_bpr_25[13]; /* Rx BPR */
4185 info->rco = baud_co_25[13]; /* Rx CO */
4186 info->rtsdtr_inv = 0;
4187 }
4188 info->read_status_mask = CyTIMEOUT | CySPECHAR |
4189 CyBREAK | CyPARITY | CyFRAME | CyOVERRUN;
4190 }
4191
4192 }
4193
4194 #ifndef CONFIG_CYZ_INTR
4195 if (cy_is_Z(cinfo) && !timer_pending(&cyz_timerlist)) {
4196 mod_timer(&cyz_timerlist, jiffies + 1);
4197 #ifdef CY_PCI_DEBUG
4198 printk(KERN_DEBUG "Cyclades-Z polling initialized\n");
4199 #endif
4200 }
4201 #endif
4202 return 0;
4203 }
4204
4205 /* initialize chips on Cyclom-Y card -- return number of valid
4206 chips (which is number of ports/4) */
4207 static unsigned short __devinit cyy_init_card(void __iomem *true_base_addr,
4208 int index)
4209 {
4210 unsigned int chip_number;
4211 void __iomem *base_addr;
4212
4213 cy_writeb(true_base_addr + (Cy_HwReset << index), 0);
4214 /* Cy_HwReset is 0x1400 */
4215 cy_writeb(true_base_addr + (Cy_ClrIntr << index), 0);
4216 /* Cy_ClrIntr is 0x1800 */
4217 udelay(500L);
4218
4219 for (chip_number = 0; chip_number < CyMAX_CHIPS_PER_CARD;
4220 chip_number++) {
4221 base_addr =
4222 true_base_addr + (cy_chip_offset[chip_number] << index);
4223 mdelay(1);
4224 if (readb(base_addr + (CyCCR << index)) != 0x00) {
4225 /*************
4226 printk(" chip #%d at %#6lx is never idle (CCR != 0)\n",
4227 chip_number, (unsigned long)base_addr);
4228 *************/
4229 return chip_number;
4230 }
4231
4232 cy_writeb(base_addr + (CyGFRCR << index), 0);
4233 udelay(10L);
4234
4235 /* The Cyclom-16Y does not decode address bit 9 and therefore
4236 cannot distinguish between references to chip 0 and a non-
4237 existent chip 4. If the preceding clearing of the supposed
4238 chip 4 GFRCR register appears at chip 0, there is no chip 4
4239 and this must be a Cyclom-16Y, not a Cyclom-32Ye.
4240 */
4241 if (chip_number == 4 && readb(true_base_addr +
4242 (cy_chip_offset[0] << index) +
4243 (CyGFRCR << index)) == 0) {
4244 return chip_number;
4245 }
4246
4247 cy_writeb(base_addr + (CyCCR << index), CyCHIP_RESET);
4248 mdelay(1);
4249
4250 if (readb(base_addr + (CyGFRCR << index)) == 0x00) {
4251 /*
4252 printk(" chip #%d at %#6lx is not responding ",
4253 chip_number, (unsigned long)base_addr);
4254 printk("(GFRCR stayed 0)\n",
4255 */
4256 return chip_number;
4257 }
4258 if ((0xf0 & (readb(base_addr + (CyGFRCR << index)))) !=
4259 0x40) {
4260 /*
4261 printk(" chip #%d at %#6lx is not valid (GFRCR == "
4262 "%#2x)\n",
4263 chip_number, (unsigned long)base_addr,
4264 base_addr[CyGFRCR<<index]);
4265 */
4266 return chip_number;
4267 }
4268 cy_writeb(base_addr + (CyGCR << index), CyCH0_SERIAL);
4269 if (readb(base_addr + (CyGFRCR << index)) >= CD1400_REV_J) {
4270 /* It is a CD1400 rev. J or later */
4271 /* Impossible to reach 5ms with this chip.
4272 Changed to 2ms instead (f = 500 Hz). */
4273 cy_writeb(base_addr + (CyPPR << index), CyCLOCK_60_2MS);
4274 } else {
4275 /* f = 200 Hz */
4276 cy_writeb(base_addr + (CyPPR << index), CyCLOCK_25_5MS);
4277 }
4278
4279 /*
4280 printk(" chip #%d at %#6lx is rev 0x%2x\n",
4281 chip_number, (unsigned long)base_addr,
4282 readb(base_addr+(CyGFRCR<<index)));
4283 */
4284 }
4285 return chip_number;
4286 } /* cyy_init_card */
4287
4288 /*
4289 * ---------------------------------------------------------------------
4290 * cy_detect_isa() - Probe for Cyclom-Y/ISA boards.
4291 * sets global variables and return the number of ISA boards found.
4292 * ---------------------------------------------------------------------
4293 */
4294 static int __init cy_detect_isa(void)
4295 {
4296 #ifdef CONFIG_ISA
4297 unsigned short cy_isa_irq, nboard;
4298 void __iomem *cy_isa_address;
4299 unsigned short i, j, cy_isa_nchan;
4300 #ifdef MODULE
4301 int isparam = 0;
4302 #endif
4303
4304 nboard = 0;
4305
4306 #ifdef MODULE
4307 /* Check for module parameters */
4308 for (i = 0; i < NR_CARDS; i++) {
4309 if (maddr[i] || i) {
4310 isparam = 1;
4311 cy_isa_addresses[i] = maddr[i];
4312 }
4313 if (!maddr[i])
4314 break;
4315 }
4316 #endif
4317
4318 /* scan the address table probing for Cyclom-Y/ISA boards */
4319 for (i = 0; i < NR_ISA_ADDRS; i++) {
4320 unsigned int isa_address = cy_isa_addresses[i];
4321 if (isa_address == 0x0000)
4322 return nboard;
4323
4324 /* probe for CD1400... */
4325 cy_isa_address = ioremap_nocache(isa_address, CyISA_Ywin);
4326 if (cy_isa_address == NULL) {
4327 printk(KERN_ERR "Cyclom-Y/ISA: can't remap base "
4328 "address\n");
4329 continue;
4330 }
4331 cy_isa_nchan = CyPORTS_PER_CHIP *
4332 cyy_init_card(cy_isa_address, 0);
4333 if (cy_isa_nchan == 0) {
4334 iounmap(cy_isa_address);
4335 continue;
4336 }
4337 #ifdef MODULE
4338 if (isparam && irq[i])
4339 cy_isa_irq = irq[i];
4340 else
4341 #endif
4342 /* find out the board's irq by probing */
4343 cy_isa_irq = detect_isa_irq(cy_isa_address);
4344 if (cy_isa_irq == 0) {
4345 printk(KERN_ERR "Cyclom-Y/ISA found at 0x%lx, but the "
4346 "IRQ could not be detected.\n",
4347 (unsigned long)cy_isa_address);
4348 iounmap(cy_isa_address);
4349 continue;
4350 }
4351
4352 if ((cy_next_channel + cy_isa_nchan) > NR_PORTS) {
4353 printk(KERN_ERR "Cyclom-Y/ISA found at 0x%lx, but no "
4354 "more channels are available. Change NR_PORTS "
4355 "in cyclades.c and recompile kernel.\n",
4356 (unsigned long)cy_isa_address);
4357 iounmap(cy_isa_address);
4358 return nboard;
4359 }
4360 /* fill the next cy_card structure available */
4361 for (j = 0; j < NR_CARDS; j++) {
4362 if (cy_card[j].base_addr == NULL)
4363 break;
4364 }
4365 if (j == NR_CARDS) { /* no more cy_cards available */
4366 printk(KERN_ERR "Cyclom-Y/ISA found at 0x%lx, but no "
4367 "more cards can be used. Change NR_CARDS in "
4368 "cyclades.c and recompile kernel.\n",
4369 (unsigned long)cy_isa_address);
4370 iounmap(cy_isa_address);
4371 return nboard;
4372 }
4373
4374 /* allocate IRQ */
4375 if (request_irq(cy_isa_irq, cyy_interrupt,
4376 IRQF_DISABLED, "Cyclom-Y", &cy_card[j])) {
4377 printk(KERN_ERR "Cyclom-Y/ISA found at 0x%lx, but "
4378 "could not allocate IRQ#%d.\n",
4379 (unsigned long)cy_isa_address, cy_isa_irq);
4380 iounmap(cy_isa_address);
4381 return nboard;
4382 }
4383
4384 /* set cy_card */
4385 cy_card[j].base_addr = cy_isa_address;
4386 cy_card[j].ctl_addr.p9050 = NULL;
4387 cy_card[j].irq = (int)cy_isa_irq;
4388 cy_card[j].bus_index = 0;
4389 cy_card[j].first_line = cy_next_channel;
4390 cy_card[j].num_chips = cy_isa_nchan / CyPORTS_PER_CHIP;
4391 cy_card[j].nports = cy_isa_nchan;
4392 if (cy_init_card(&cy_card[j])) {
4393 cy_card[j].base_addr = NULL;
4394 free_irq(cy_isa_irq, &cy_card[j]);
4395 iounmap(cy_isa_address);
4396 continue;
4397 }
4398 nboard++;
4399
4400 printk(KERN_INFO "Cyclom-Y/ISA #%d: 0x%lx-0x%lx, IRQ%d found: "
4401 "%d channels starting from port %d\n",
4402 j + 1, (unsigned long)cy_isa_address,
4403 (unsigned long)(cy_isa_address + (CyISA_Ywin - 1)),
4404 cy_isa_irq, cy_isa_nchan, cy_next_channel);
4405
4406 for (j = cy_next_channel;
4407 j < cy_next_channel + cy_isa_nchan; j++)
4408 tty_register_device(cy_serial_driver, j, NULL);
4409 cy_next_channel += cy_isa_nchan;
4410 }
4411 return nboard;
4412 #else
4413 return 0;
4414 #endif /* CONFIG_ISA */
4415 } /* cy_detect_isa */
4416
4417 #ifdef CONFIG_PCI
4418 static inline int __devinit cyc_isfwstr(const char *str, unsigned int size)
4419 {
4420 unsigned int a;
4421
4422 for (a = 0; a < size && *str; a++, str++)
4423 if (*str & 0x80)
4424 return -EINVAL;
4425
4426 for (; a < size; a++, str++)
4427 if (*str)
4428 return -EINVAL;
4429
4430 return 0;
4431 }
4432
4433 static inline void __devinit cyz_fpga_copy(void __iomem *fpga, const u8 *data,
4434 unsigned int size)
4435 {
4436 for (; size > 0; size--) {
4437 cy_writel(fpga, *data++);
4438 udelay(10);
4439 }
4440 }
4441
4442 static void __devinit plx_init(struct pci_dev *pdev, int irq,
4443 struct RUNTIME_9060 __iomem *addr)
4444 {
4445 /* Reset PLX */
4446 cy_writel(&addr->init_ctrl, readl(&addr->init_ctrl) | 0x40000000);
4447 udelay(100L);
4448 cy_writel(&addr->init_ctrl, readl(&addr->init_ctrl) & ~0x40000000);
4449
4450 /* Reload Config. Registers from EEPROM */
4451 cy_writel(&addr->init_ctrl, readl(&addr->init_ctrl) | 0x20000000);
4452 udelay(100L);
4453 cy_writel(&addr->init_ctrl, readl(&addr->init_ctrl) & ~0x20000000);
4454
4455 /* For some yet unknown reason, once the PLX9060 reloads the EEPROM,
4456 * the IRQ is lost and, thus, we have to re-write it to the PCI config.
4457 * registers. This will remain here until we find a permanent fix.
4458 */
4459 pci_write_config_byte(pdev, PCI_INTERRUPT_LINE, irq);
4460 }
4461
4462 static int __devinit __cyz_load_fw(const struct firmware *fw,
4463 const char *name, const u32 mailbox, void __iomem *base,
4464 void __iomem *fpga)
4465 {
4466 const void *ptr = fw->data;
4467 const struct zfile_header *h = ptr;
4468 const struct zfile_config *c, *cs;
4469 const struct zfile_block *b, *bs;
4470 unsigned int a, tmp, len = fw->size;
4471 #define BAD_FW KERN_ERR "Bad firmware: "
4472 if (len < sizeof(*h)) {
4473 printk(BAD_FW "too short: %u<%zu\n", len, sizeof(*h));
4474 return -EINVAL;
4475 }
4476
4477 cs = ptr + h->config_offset;
4478 bs = ptr + h->block_offset;
4479
4480 if ((void *)(cs + h->n_config) > ptr + len ||
4481 (void *)(bs + h->n_blocks) > ptr + len) {
4482 printk(BAD_FW "too short");
4483 return -EINVAL;
4484 }
4485
4486 if (cyc_isfwstr(h->name, sizeof(h->name)) ||
4487 cyc_isfwstr(h->date, sizeof(h->date))) {
4488 printk(BAD_FW "bad formatted header string\n");
4489 return -EINVAL;
4490 }
4491
4492 if (strncmp(name, h->name, sizeof(h->name))) {
4493 printk(BAD_FW "bad name '%s' (expected '%s')\n", h->name, name);
4494 return -EINVAL;
4495 }
4496
4497 tmp = 0;
4498 for (c = cs; c < cs + h->n_config; c++) {
4499 for (a = 0; a < c->n_blocks; a++)
4500 if (c->block_list[a] > h->n_blocks) {
4501 printk(BAD_FW "bad block ref number in cfgs\n");
4502 return -EINVAL;
4503 }
4504 if (c->mailbox == mailbox && c->function == 0) /* 0 is normal */
4505 tmp++;
4506 }
4507 if (!tmp) {
4508 printk(BAD_FW "nothing appropriate\n");
4509 return -EINVAL;
4510 }
4511
4512 for (b = bs; b < bs + h->n_blocks; b++)
4513 if (b->file_offset + b->size > len) {
4514 printk(BAD_FW "bad block data offset\n");
4515 return -EINVAL;
4516 }
4517
4518 /* everything is OK, let's seek'n'load it */
4519 for (c = cs; c < cs + h->n_config; c++)
4520 if (c->mailbox == mailbox && c->function == 0)
4521 break;
4522
4523 for (a = 0; a < c->n_blocks; a++) {
4524 b = &bs[c->block_list[a]];
4525 if (b->type == ZBLOCK_FPGA) {
4526 if (fpga != NULL)
4527 cyz_fpga_copy(fpga, ptr + b->file_offset,
4528 b->size);
4529 } else {
4530 if (base != NULL)
4531 memcpy_toio(base + b->ram_offset,
4532 ptr + b->file_offset, b->size);
4533 }
4534 }
4535 #undef BAD_FW
4536 return 0;
4537 }
4538
4539 static int __devinit cyz_load_fw(struct pci_dev *pdev, void __iomem *base_addr,
4540 struct RUNTIME_9060 __iomem *ctl_addr, int irq)
4541 {
4542 const struct firmware *fw;
4543 struct FIRM_ID __iomem *fid = base_addr + ID_ADDRESS;
4544 struct CUSTOM_REG __iomem *cust = base_addr;
4545 struct ZFW_CTRL __iomem *pt_zfwctrl;
4546 void __iomem *tmp;
4547 u32 mailbox, status, nchan;
4548 unsigned int i;
4549 int retval;
4550
4551 retval = request_firmware(&fw, "cyzfirm.bin", &pdev->dev);
4552 if (retval) {
4553 dev_err(&pdev->dev, "can't get firmware\n");
4554 goto err;
4555 }
4556
4557 /* Check whether the firmware is already loaded and running. If
4558 positive, skip this board */
4559 if (__cyz_fpga_loaded(ctl_addr) && readl(&fid->signature) == ZFIRM_ID) {
4560 u32 cntval = readl(base_addr + 0x190);
4561
4562 udelay(100);
4563 if (cntval != readl(base_addr + 0x190)) {
4564 /* FW counter is working, FW is running */
4565 dev_dbg(&pdev->dev, "Cyclades-Z FW already loaded. "
4566 "Skipping board.\n");
4567 retval = 0;
4568 goto err_rel;
4569 }
4570 }
4571
4572 /* start boot */
4573 cy_writel(&ctl_addr->intr_ctrl_stat, readl(&ctl_addr->intr_ctrl_stat) &
4574 ~0x00030800UL);
4575
4576 mailbox = readl(&ctl_addr->mail_box_0);
4577
4578 if (mailbox == 0 || __cyz_fpga_loaded(ctl_addr)) {
4579 /* stops CPU and set window to beginning of RAM */
4580 cy_writel(&ctl_addr->loc_addr_base, WIN_CREG);
4581 cy_writel(&cust->cpu_stop, 0);
4582 cy_writel(&ctl_addr->loc_addr_base, WIN_RAM);
4583 udelay(100);
4584 }
4585
4586 plx_init(pdev, irq, ctl_addr);
4587
4588 if (mailbox != 0) {
4589 /* load FPGA */
4590 retval = __cyz_load_fw(fw, "Cyclom-Z", mailbox, NULL,
4591 base_addr);
4592 if (retval)
4593 goto err_rel;
4594 if (!__cyz_fpga_loaded(ctl_addr)) {
4595 dev_err(&pdev->dev, "fw upload successful, but fw is "
4596 "not loaded\n");
4597 goto err_rel;
4598 }
4599 }
4600
4601 /* stops CPU and set window to beginning of RAM */
4602 cy_writel(&ctl_addr->loc_addr_base, WIN_CREG);
4603 cy_writel(&cust->cpu_stop, 0);
4604 cy_writel(&ctl_addr->loc_addr_base, WIN_RAM);
4605 udelay(100);
4606
4607 /* clear memory */
4608 for (tmp = base_addr; tmp < base_addr + RAM_SIZE; tmp++)
4609 cy_writeb(tmp, 255);
4610 if (mailbox != 0) {
4611 /* set window to last 512K of RAM */
4612 cy_writel(&ctl_addr->loc_addr_base, WIN_RAM + RAM_SIZE);
4613 for (tmp = base_addr; tmp < base_addr + RAM_SIZE; tmp++)
4614 cy_writeb(tmp, 255);
4615 /* set window to beginning of RAM */
4616 cy_writel(&ctl_addr->loc_addr_base, WIN_RAM);
4617 }
4618
4619 retval = __cyz_load_fw(fw, "Cyclom-Z", mailbox, base_addr, NULL);
4620 release_firmware(fw);
4621 if (retval)
4622 goto err;
4623
4624 /* finish boot and start boards */
4625 cy_writel(&ctl_addr->loc_addr_base, WIN_CREG);
4626 cy_writel(&cust->cpu_start, 0);
4627 cy_writel(&ctl_addr->loc_addr_base, WIN_RAM);
4628 i = 0;
4629 while ((status = readl(&fid->signature)) != ZFIRM_ID && i++ < 40)
4630 msleep(100);
4631 if (status != ZFIRM_ID) {
4632 if (status == ZFIRM_HLT) {
4633 dev_err(&pdev->dev, "you need an external power supply "
4634 "for this number of ports. Firmware halted and "
4635 "board reset.\n");
4636 retval = -EIO;
4637 goto err;
4638 }
4639 dev_warn(&pdev->dev, "fid->signature = 0x%x... Waiting "
4640 "some more time\n", status);
4641 while ((status = readl(&fid->signature)) != ZFIRM_ID &&
4642 i++ < 200)
4643 msleep(100);
4644 if (status != ZFIRM_ID) {
4645 dev_err(&pdev->dev, "Board not started in 20 seconds! "
4646 "Giving up. (fid->signature = 0x%x)\n",
4647 status);
4648 dev_info(&pdev->dev, "*** Warning ***: if you are "
4649 "upgrading the FW, please power cycle the "
4650 "system before loading the new FW to the "
4651 "Cyclades-Z.\n");
4652
4653 if (__cyz_fpga_loaded(ctl_addr))
4654 plx_init(pdev, irq, ctl_addr);
4655
4656 retval = -EIO;
4657 goto err;
4658 }
4659 dev_dbg(&pdev->dev, "Firmware started after %d seconds.\n",
4660 i / 10);
4661 }
4662 pt_zfwctrl = base_addr + readl(&fid->zfwctrl_addr);
4663
4664 dev_dbg(&pdev->dev, "fid=> %p, zfwctrl_addr=> %x, npt_zfwctrl=> %p\n",
4665 base_addr + ID_ADDRESS, readl(&fid->zfwctrl_addr),
4666 base_addr + readl(&fid->zfwctrl_addr));
4667
4668 nchan = readl(&pt_zfwctrl->board_ctrl.n_channel);
4669 dev_info(&pdev->dev, "Cyclades-Z FW loaded: version = %x, ports = %u\n",
4670 readl(&pt_zfwctrl->board_ctrl.fw_version), nchan);
4671
4672 if (nchan == 0) {
4673 dev_warn(&pdev->dev, "no Cyclades-Z ports were found. Please "
4674 "check the connection between the Z host card and the "
4675 "serial expanders.\n");
4676
4677 if (__cyz_fpga_loaded(ctl_addr))
4678 plx_init(pdev, irq, ctl_addr);
4679
4680 dev_info(&pdev->dev, "Null number of ports detected. Board "
4681 "reset.\n");
4682 retval = 0;
4683 goto err;
4684 }
4685
4686 cy_writel(&pt_zfwctrl->board_ctrl.op_system, C_OS_LINUX);
4687 cy_writel(&pt_zfwctrl->board_ctrl.dr_version, DRIVER_VERSION);
4688
4689 /*
4690 Early firmware failed to start looking for commands.
4691 This enables firmware interrupts for those commands.
4692 */
4693 cy_writel(&ctl_addr->intr_ctrl_stat, readl(&ctl_addr->intr_ctrl_stat) |
4694 (1 << 17));
4695 cy_writel(&ctl_addr->intr_ctrl_stat, readl(&ctl_addr->intr_ctrl_stat) |
4696 0x00030800UL);
4697
4698 return nchan;
4699 err_rel:
4700 release_firmware(fw);
4701 err:
4702 return retval;
4703 }
4704
4705 static int __devinit cy_pci_probe(struct pci_dev *pdev,
4706 const struct pci_device_id *ent)
4707 {
4708 void __iomem *addr0 = NULL, *addr2 = NULL;
4709 char *card_name = NULL;
4710 u32 uninitialized_var(mailbox);
4711 unsigned int device_id, nchan = 0, card_no, i;
4712 unsigned char plx_ver;
4713 int retval, irq;
4714
4715 retval = pci_enable_device(pdev);
4716 if (retval) {
4717 dev_err(&pdev->dev, "cannot enable device\n");
4718 goto err;
4719 }
4720
4721 /* read PCI configuration area */
4722 irq = pdev->irq;
4723 device_id = pdev->device & ~PCI_DEVICE_ID_MASK;
4724
4725 #if defined(__alpha__)
4726 if (device_id == PCI_DEVICE_ID_CYCLOM_Y_Lo) { /* below 1M? */
4727 dev_err(&pdev->dev, "Cyclom-Y/PCI not supported for low "
4728 "addresses on Alpha systems.\n");
4729 retval = -EIO;
4730 goto err_dis;
4731 }
4732 #endif
4733 if (device_id == PCI_DEVICE_ID_CYCLOM_Z_Lo) {
4734 dev_err(&pdev->dev, "Cyclades-Z/PCI not supported for low "
4735 "addresses\n");
4736 retval = -EIO;
4737 goto err_dis;
4738 }
4739
4740 if (pci_resource_flags(pdev, 2) & IORESOURCE_IO) {
4741 dev_warn(&pdev->dev, "PCI I/O bit incorrectly set. Ignoring "
4742 "it...\n");
4743 pdev->resource[2].flags &= ~IORESOURCE_IO;
4744 }
4745
4746 retval = pci_request_regions(pdev, "cyclades");
4747 if (retval) {
4748 dev_err(&pdev->dev, "failed to reserve resources\n");
4749 goto err_dis;
4750 }
4751
4752 retval = -EIO;
4753 if (device_id == PCI_DEVICE_ID_CYCLOM_Y_Lo ||
4754 device_id == PCI_DEVICE_ID_CYCLOM_Y_Hi) {
4755 card_name = "Cyclom-Y";
4756
4757 addr0 = ioremap_nocache(pci_resource_start(pdev, 0),
4758 CyPCI_Yctl);
4759 if (addr0 == NULL) {
4760 dev_err(&pdev->dev, "can't remap ctl region\n");
4761 goto err_reg;
4762 }
4763 addr2 = ioremap_nocache(pci_resource_start(pdev, 2),
4764 CyPCI_Ywin);
4765 if (addr2 == NULL) {
4766 dev_err(&pdev->dev, "can't remap base region\n");
4767 goto err_unmap;
4768 }
4769
4770 nchan = CyPORTS_PER_CHIP * cyy_init_card(addr2, 1);
4771 if (nchan == 0) {
4772 dev_err(&pdev->dev, "Cyclom-Y PCI host card with no "
4773 "Serial-Modules\n");
4774 goto err_unmap;
4775 }
4776 } else if (device_id == PCI_DEVICE_ID_CYCLOM_Z_Hi) {
4777 struct RUNTIME_9060 __iomem *ctl_addr;
4778
4779 ctl_addr = addr0 = ioremap_nocache(pci_resource_start(pdev, 0),
4780 CyPCI_Zctl);
4781 if (addr0 == NULL) {
4782 dev_err(&pdev->dev, "can't remap ctl region\n");
4783 goto err_reg;
4784 }
4785
4786 /* Disable interrupts on the PLX before resetting it */
4787 cy_writew(&ctl_addr->intr_ctrl_stat,
4788 readw(&ctl_addr->intr_ctrl_stat) & ~0x0900);
4789
4790 plx_init(pdev, irq, addr0);
4791
4792 mailbox = readl(&ctl_addr->mail_box_0);
4793
4794 addr2 = ioremap_nocache(pci_resource_start(pdev, 2),
4795 mailbox == ZE_V1 ? CyPCI_Ze_win : CyPCI_Zwin);
4796 if (addr2 == NULL) {
4797 dev_err(&pdev->dev, "can't remap base region\n");
4798 goto err_unmap;
4799 }
4800
4801 if (mailbox == ZE_V1) {
4802 card_name = "Cyclades-Ze";
4803 } else {
4804 card_name = "Cyclades-8Zo";
4805 #ifdef CY_PCI_DEBUG
4806 if (mailbox == ZO_V1) {
4807 cy_writel(&ctl_addr->loc_addr_base, WIN_CREG);
4808 dev_info(&pdev->dev, "Cyclades-8Zo/PCI: FPGA "
4809 "id %lx, ver %lx\n", (ulong)(0xff &
4810 readl(&((struct CUSTOM_REG *)addr2)->
4811 fpga_id)), (ulong)(0xff &
4812 readl(&((struct CUSTOM_REG *)addr2)->
4813 fpga_version)));
4814 cy_writel(&ctl_addr->loc_addr_base, WIN_RAM);
4815 } else {
4816 dev_info(&pdev->dev, "Cyclades-Z/PCI: New "
4817 "Cyclades-Z board. FPGA not loaded\n");
4818 }
4819 #endif
4820 /* The following clears the firmware id word. This
4821 ensures that the driver will not attempt to talk to
4822 the board until it has been properly initialized.
4823 */
4824 if ((mailbox == ZO_V1) || (mailbox == ZO_V2))
4825 cy_writel(addr2 + ID_ADDRESS, 0L);
4826 }
4827
4828 retval = cyz_load_fw(pdev, addr2, addr0, irq);
4829 if (retval <= 0)
4830 goto err_unmap;
4831 nchan = retval;
4832 }
4833
4834 if ((cy_next_channel + nchan) > NR_PORTS) {
4835 dev_err(&pdev->dev, "Cyclades-8Zo/PCI found, but no "
4836 "channels are available. Change NR_PORTS in "
4837 "cyclades.c and recompile kernel.\n");
4838 goto err_unmap;
4839 }
4840 /* fill the next cy_card structure available */
4841 for (card_no = 0; card_no < NR_CARDS; card_no++) {
4842 if (cy_card[card_no].base_addr == NULL)
4843 break;
4844 }
4845 if (card_no == NR_CARDS) { /* no more cy_cards available */
4846 dev_err(&pdev->dev, "Cyclades-8Zo/PCI found, but no "
4847 "more cards can be used. Change NR_CARDS in "
4848 "cyclades.c and recompile kernel.\n");
4849 goto err_unmap;
4850 }
4851
4852 if (device_id == PCI_DEVICE_ID_CYCLOM_Y_Lo ||
4853 device_id == PCI_DEVICE_ID_CYCLOM_Y_Hi) {
4854 /* allocate IRQ */
4855 retval = request_irq(irq, cyy_interrupt,
4856 IRQF_SHARED, "Cyclom-Y", &cy_card[card_no]);
4857 if (retval) {
4858 dev_err(&pdev->dev, "could not allocate IRQ\n");
4859 goto err_unmap;
4860 }
4861 cy_card[card_no].num_chips = nchan / CyPORTS_PER_CHIP;
4862 } else {
4863 struct FIRM_ID __iomem *firm_id = addr2 + ID_ADDRESS;
4864 struct ZFW_CTRL __iomem *zfw_ctrl;
4865
4866 zfw_ctrl = addr2 + (readl(&firm_id->zfwctrl_addr) & 0xfffff);
4867
4868 cy_card[card_no].hw_ver = mailbox;
4869 cy_card[card_no].num_chips = (unsigned int)-1;
4870 cy_card[card_no].board_ctrl = &zfw_ctrl->board_ctrl;
4871 #ifdef CONFIG_CYZ_INTR
4872 /* allocate IRQ only if board has an IRQ */
4873 if (irq != 0 && irq != 255) {
4874 retval = request_irq(irq, cyz_interrupt,
4875 IRQF_SHARED, "Cyclades-Z",
4876 &cy_card[card_no]);
4877 if (retval) {
4878 dev_err(&pdev->dev, "could not allocate IRQ\n");
4879 goto err_unmap;
4880 }
4881 }
4882 #endif /* CONFIG_CYZ_INTR */
4883 }
4884
4885 /* set cy_card */
4886 cy_card[card_no].base_addr = addr2;
4887 cy_card[card_no].ctl_addr.p9050 = addr0;
4888 cy_card[card_no].irq = irq;
4889 cy_card[card_no].bus_index = 1;
4890 cy_card[card_no].first_line = cy_next_channel;
4891 cy_card[card_no].nports = nchan;
4892 retval = cy_init_card(&cy_card[card_no]);
4893 if (retval)
4894 goto err_null;
4895
4896 pci_set_drvdata(pdev, &cy_card[card_no]);
4897
4898 if (device_id == PCI_DEVICE_ID_CYCLOM_Y_Lo ||
4899 device_id == PCI_DEVICE_ID_CYCLOM_Y_Hi) {
4900 /* enable interrupts in the PCI interface */
4901 plx_ver = readb(addr2 + CyPLX_VER) & 0x0f;
4902 switch (plx_ver) {
4903 case PLX_9050:
4904 cy_writeb(addr0 + 0x4c, 0x43);
4905 break;
4906
4907 case PLX_9060:
4908 case PLX_9080:
4909 default: /* Old boards, use PLX_9060 */
4910 {
4911 struct RUNTIME_9060 __iomem *ctl_addr = addr0;
4912 plx_init(pdev, irq, ctl_addr);
4913 cy_writew(&ctl_addr->intr_ctrl_stat,
4914 readw(&ctl_addr->intr_ctrl_stat) | 0x0900);
4915 break;
4916 }
4917 }
4918 }
4919
4920 dev_info(&pdev->dev, "%s/PCI #%d found: %d channels starting from "
4921 "port %d.\n", card_name, card_no + 1, nchan, cy_next_channel);
4922 for (i = cy_next_channel; i < cy_next_channel + nchan; i++)
4923 tty_register_device(cy_serial_driver, i, &pdev->dev);
4924 cy_next_channel += nchan;
4925
4926 return 0;
4927 err_null:
4928 cy_card[card_no].base_addr = NULL;
4929 free_irq(irq, &cy_card[card_no]);
4930 err_unmap:
4931 iounmap(addr0);
4932 if (addr2)
4933 iounmap(addr2);
4934 err_reg:
4935 pci_release_regions(pdev);
4936 err_dis:
4937 pci_disable_device(pdev);
4938 err:
4939 return retval;
4940 }
4941
4942 static void __devexit cy_pci_remove(struct pci_dev *pdev)
4943 {
4944 struct cyclades_card *cinfo = pci_get_drvdata(pdev);
4945 unsigned int i;
4946
4947 /* non-Z with old PLX */
4948 if (!cy_is_Z(cinfo) && (readb(cinfo->base_addr + CyPLX_VER) & 0x0f) ==
4949 PLX_9050)
4950 cy_writeb(cinfo->ctl_addr.p9050 + 0x4c, 0);
4951 else
4952 #ifndef CONFIG_CYZ_INTR
4953 if (!cy_is_Z(cinfo))
4954 #endif
4955 cy_writew(&cinfo->ctl_addr.p9060->intr_ctrl_stat,
4956 readw(&cinfo->ctl_addr.p9060->intr_ctrl_stat) &
4957 ~0x0900);
4958
4959 iounmap(cinfo->base_addr);
4960 if (cinfo->ctl_addr.p9050)
4961 iounmap(cinfo->ctl_addr.p9050);
4962 if (cinfo->irq
4963 #ifndef CONFIG_CYZ_INTR
4964 && !cy_is_Z(cinfo)
4965 #endif /* CONFIG_CYZ_INTR */
4966 )
4967 free_irq(cinfo->irq, cinfo);
4968 pci_release_regions(pdev);
4969
4970 cinfo->base_addr = NULL;
4971 for (i = cinfo->first_line; i < cinfo->first_line +
4972 cinfo->nports; i++)
4973 tty_unregister_device(cy_serial_driver, i);
4974 cinfo->nports = 0;
4975 kfree(cinfo->ports);
4976 }
4977
4978 static struct pci_driver cy_pci_driver = {
4979 .name = "cyclades",
4980 .id_table = cy_pci_dev_id,
4981 .probe = cy_pci_probe,
4982 .remove = __devexit_p(cy_pci_remove)
4983 };
4984 #endif
4985
4986 static int cyclades_proc_show(struct seq_file *m, void *v)
4987 {
4988 struct cyclades_port *info;
4989 unsigned int i, j;
4990 __u32 cur_jifs = jiffies;
4991
4992 seq_puts(m, "Dev TimeOpen BytesOut IdleOut BytesIn "
4993 "IdleIn Overruns Ldisc\n");
4994
4995 /* Output one line for each known port */
4996 for (i = 0; i < NR_CARDS; i++)
4997 for (j = 0; j < cy_card[i].nports; j++) {
4998 info = &cy_card[i].ports[j];
4999
5000 if (info->port.count) {
5001 /* XXX is the ldisc num worth this? */
5002 struct tty_struct *tty;
5003 struct tty_ldisc *ld;
5004 int num = 0;
5005 tty = tty_port_tty_get(&info->port);
5006 if (tty) {
5007 ld = tty_ldisc_ref(tty);
5008 if (ld) {
5009 num = ld->ops->num;
5010 tty_ldisc_deref(ld);
5011 }
5012 tty_kref_put(tty);
5013 }
5014 seq_printf(m, "%3d %8lu %10lu %8lu "
5015 "%10lu %8lu %9lu %6d\n", info->line,
5016 (cur_jifs - info->idle_stats.in_use) /
5017 HZ, info->idle_stats.xmit_bytes,
5018 (cur_jifs - info->idle_stats.xmit_idle)/
5019 HZ, info->idle_stats.recv_bytes,
5020 (cur_jifs - info->idle_stats.recv_idle)/
5021 HZ, info->idle_stats.overruns,
5022 num);
5023 } else
5024 seq_printf(m, "%3d %8lu %10lu %8lu "
5025 "%10lu %8lu %9lu %6ld\n",
5026 info->line, 0L, 0L, 0L, 0L, 0L, 0L, 0L);
5027 }
5028 return 0;
5029 }
5030
5031 static int cyclades_proc_open(struct inode *inode, struct file *file)
5032 {
5033 return single_open(file, cyclades_proc_show, NULL);
5034 }
5035
5036 static const struct file_operations cyclades_proc_fops = {
5037 .owner = THIS_MODULE,
5038 .open = cyclades_proc_open,
5039 .read = seq_read,
5040 .llseek = seq_lseek,
5041 .release = single_release,
5042 };
5043
5044 /* The serial driver boot-time initialization code!
5045 Hardware I/O ports are mapped to character special devices on a
5046 first found, first allocated manner. That is, this code searches
5047 for Cyclom cards in the system. As each is found, it is probed
5048 to discover how many chips (and thus how many ports) are present.
5049 These ports are mapped to the tty ports 32 and upward in monotonic
5050 fashion. If an 8-port card is replaced with a 16-port card, the
5051 port mapping on a following card will shift.
5052
5053 This approach is different from what is used in the other serial
5054 device driver because the Cyclom is more properly a multiplexer,
5055 not just an aggregation of serial ports on one card.
5056
5057 If there are more cards with more ports than have been
5058 statically allocated above, a warning is printed and the
5059 extra ports are ignored.
5060 */
5061
5062 static const struct tty_operations cy_ops = {
5063 .open = cy_open,
5064 .close = cy_close,
5065 .write = cy_write,
5066 .put_char = cy_put_char,
5067 .flush_chars = cy_flush_chars,
5068 .write_room = cy_write_room,
5069 .chars_in_buffer = cy_chars_in_buffer,
5070 .flush_buffer = cy_flush_buffer,
5071 .ioctl = cy_ioctl,
5072 .throttle = cy_throttle,
5073 .unthrottle = cy_unthrottle,
5074 .set_termios = cy_set_termios,
5075 .stop = cy_stop,
5076 .start = cy_start,
5077 .hangup = cy_hangup,
5078 .break_ctl = cy_break,
5079 .wait_until_sent = cy_wait_until_sent,
5080 .tiocmget = cy_tiocmget,
5081 .tiocmset = cy_tiocmset,
5082 .proc_fops = &cyclades_proc_fops,
5083 };
5084
5085 static int __init cy_init(void)
5086 {
5087 unsigned int nboards;
5088 int retval = -ENOMEM;
5089
5090 cy_serial_driver = alloc_tty_driver(NR_PORTS);
5091 if (!cy_serial_driver)
5092 goto err;
5093
5094 printk(KERN_INFO "Cyclades driver " CY_VERSION " (built %s %s)\n",
5095 __DATE__, __TIME__);
5096
5097 /* Initialize the tty_driver structure */
5098
5099 cy_serial_driver->owner = THIS_MODULE;
5100 cy_serial_driver->driver_name = "cyclades";
5101 cy_serial_driver->name = "ttyC";
5102 cy_serial_driver->major = CYCLADES_MAJOR;
5103 cy_serial_driver->minor_start = 0;
5104 cy_serial_driver->type = TTY_DRIVER_TYPE_SERIAL;
5105 cy_serial_driver->subtype = SERIAL_TYPE_NORMAL;
5106 cy_serial_driver->init_termios = tty_std_termios;
5107 cy_serial_driver->init_termios.c_cflag =
5108 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
5109 cy_serial_driver->flags = TTY_DRIVER_REAL_RAW | TTY_DRIVER_DYNAMIC_DEV;
5110 tty_set_operations(cy_serial_driver, &cy_ops);
5111
5112 retval = tty_register_driver(cy_serial_driver);
5113 if (retval) {
5114 printk(KERN_ERR "Couldn't register Cyclades serial driver\n");
5115 goto err_frtty;
5116 }
5117
5118 /* the code below is responsible to find the boards. Each different
5119 type of board has its own detection routine. If a board is found,
5120 the next cy_card structure available is set by the detection
5121 routine. These functions are responsible for checking the
5122 availability of cy_card and cy_port data structures and updating
5123 the cy_next_channel. */
5124
5125 /* look for isa boards */
5126 nboards = cy_detect_isa();
5127
5128 #ifdef CONFIG_PCI
5129 /* look for pci boards */
5130 retval = pci_register_driver(&cy_pci_driver);
5131 if (retval && !nboards) {
5132 tty_unregister_driver(cy_serial_driver);
5133 goto err_frtty;
5134 }
5135 #endif
5136
5137 return 0;
5138 err_frtty:
5139 put_tty_driver(cy_serial_driver);
5140 err:
5141 return retval;
5142 } /* cy_init */
5143
5144 static void __exit cy_cleanup_module(void)
5145 {
5146 struct cyclades_card *card;
5147 unsigned int i, e1;
5148
5149 #ifndef CONFIG_CYZ_INTR
5150 del_timer_sync(&cyz_timerlist);
5151 #endif /* CONFIG_CYZ_INTR */
5152
5153 e1 = tty_unregister_driver(cy_serial_driver);
5154 if (e1)
5155 printk(KERN_ERR "failed to unregister Cyclades serial "
5156 "driver(%d)\n", e1);
5157
5158 #ifdef CONFIG_PCI
5159 pci_unregister_driver(&cy_pci_driver);
5160 #endif
5161
5162 for (i = 0; i < NR_CARDS; i++) {
5163 card = &cy_card[i];
5164 if (card->base_addr) {
5165 /* clear interrupt */
5166 cy_writeb(card->base_addr + Cy_ClrIntr, 0);
5167 iounmap(card->base_addr);
5168 if (card->ctl_addr.p9050)
5169 iounmap(card->ctl_addr.p9050);
5170 if (card->irq
5171 #ifndef CONFIG_CYZ_INTR
5172 && !cy_is_Z(card)
5173 #endif /* CONFIG_CYZ_INTR */
5174 )
5175 free_irq(card->irq, card);
5176 for (e1 = card->first_line; e1 < card->first_line +
5177 card->nports; e1++)
5178 tty_unregister_device(cy_serial_driver, e1);
5179 kfree(card->ports);
5180 }
5181 }
5182
5183 put_tty_driver(cy_serial_driver);
5184 } /* cy_cleanup_module */
5185
5186 module_init(cy_init);
5187 module_exit(cy_cleanup_module);
5188
5189 MODULE_LICENSE("GPL");
5190 MODULE_VERSION(CY_VERSION);
5191 MODULE_ALIAS_CHARDEV_MAJOR(CYCLADES_MAJOR);
This page took 0.159586 seconds and 6 git commands to generate.