blob: cf191cc1c921ae72bb775f1006c1241dff5a6e06 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#undef BLOCKMOVE
2#define Z_WAKE
3#undef Z_EXT_CHARS_IN_BUFFER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004
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>.
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 *
Jiri Slabyc8e16932007-05-08 00:37:05 -070014 * Copyright (C) 2007 Jiri Slaby <jirislaby@gmail.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 *
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.
Jiri Slabyc8e16932007-05-08 00:37:05 -070020 * Converted to pci probing and cleaned up by Jiri Slaby.
Linus Torvalds1da177e2005-04-16 15:20:36 -070021 *
22 * This version supports shared IRQ's (only for PCI boards).
23 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070024 * 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
Alan Cox15ed6cc2008-04-30 00:53:55 -070064 * Fixed bug in cyz_poll that would make all ports but port 0
Linus Torvalds1da177e2005-04-16 15:20:36 -070065 * 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;
Alan Cox15ed6cc2008-04-30 00:53:55 -070085 * Implemented a new ISA IRQ autoprobe that uses the irq_probe_[on|off]
Linus Torvalds1da177e2005-04-16 15:20:36 -070086 * functions;
87 * The driver now accepts memory addresses (maddr=0xMMMMM) and IRQs
88 * (irq=NN) as parameters (only for ISA boards);
Alan Cox15ed6cc2008-04-30 00:53:55 -070089 * Fixed bug in set_line_char that would prevent the Cyclades-Z
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 * 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;
Alan Cox15ed6cc2008-04-30 00:53:55 -070093 * The driver now only prints IRQ info for the Cyclades-Z if it's
Linus Torvalds1da177e2005-04-16 15:20:36 -070094 * 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;
Alan Cox15ed6cc2008-04-30 00:53:55 -070099 * Added a missing MOD_DEC_USE_COUNT in the cy_open function for when
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100 * the Z firmware is not loaded yet;
Alan Cox15ed6cc2008-04-30 00:53:55 -0700101 * Replaced the "manual" Z Tx flush buffer by a call to a FW command of
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102 * same functionality;
Alan Cox15ed6cc2008-04-30 00:53:55 -0700103 * Implemented workaround for IRQ setting loss on the PCI configuration
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104 * 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';
Alan Cox15ed6cc2008-04-30 00:53:55 -0700114 * Included a PCI bridge reset and EEPROM reload in the board
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115 * initialization code (for both Y and Z series).
116 *
117 * Revision 2.2.2.1 1999/04/08 16:17:43 ivan
Alan Cox15ed6cc2008-04-30 00:53:55 -0700118 * Fixed a bug in cy_wait_until_sent that was preventing the port to be
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119 * 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).
Alan Cox15ed6cc2008-04-30 00:53:55 -0700123 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124 * 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
Alan Cox15ed6cc2008-04-30 00:53:55 -0700129 * Changed access to PLX PCI bridge registers from I/O to MMIO, in
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130 * 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
Alan Cox15ed6cc2008-04-30 00:53:55 -0700150 * /proc/cyclades implementation with great collaboration of
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151 * 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);
Alan Cox15ed6cc2008-04-30 00:53:55 -0700159 * removed conditional compilation for new/old PCI structure support
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160 * (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;
Alan Cox15ed6cc2008-04-30 00:53:55 -0700170 * introduction of a mechanism to prevent data loss with slow
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171 * 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.
Alan Cox15ed6cc2008-04-30 00:53:55 -0700184 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185 * 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;
Alan Cox15ed6cc2008-04-30 00:53:55 -0700189 * introduction of flag that allows driver to take advantage of
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190 * 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
Alan Cox15ed6cc2008-04-30 00:53:55 -0700198 * Fixes related to kernel version conditional
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199 * compilation.
Alan Cox15ed6cc2008-04-30 00:53:55 -0700200 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201 * Revision 1.36.4.32 1997/06/14 19:30:00 ivan
Alan Cox15ed6cc2008-04-30 00:53:55 -0700202 * Compatibility issues between kernels 2.0.x and
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203 * 2.1.x (mainly related to clear_bit function).
Alan Cox15ed6cc2008-04-30 00:53:55 -0700204 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205 * Revision 1.36.4.31 1997/06/03 15:30:00 ivan
Alan Cox15ed6cc2008-04-30 00:53:55 -0700206 * Changes to define the memory window according to the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207 * board type.
Alan Cox15ed6cc2008-04-30 00:53:55 -0700208 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209 * 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;
Jean Delvare33430dc2005-10-30 15:02:20 -0800280 * fix race condition in -Z buffer management; only -Y needs to explicitly
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281 * 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
Jan Engelhardt96de0e22007-10-19 23:21:04 +0200361 * as noted by Heiko Eißfeldt <heiko@colossus.escape.de>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700362 *
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
Jiri Slabyc8e16932007-05-08 00:37:05 -0700592#define CY_VERSION "2.5"
Jiri Slaby096dcfc2006-12-08 02:39:30 -0800593
Linus Torvalds1da177e2005-04-16 15:20:36 -0700594/* 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
Jiri Slaby02f11752006-12-08 02:39:28 -0800598#define NR_CARDS 4
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599
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
Jiri Slaby02f11752006-12-08 02:39:28 -0800605#define NR_PORTS 256
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606
607#define ZE_V1_NPORTS 64
608#define ZO_V1 0
609#define ZO_V2 1
610#define ZE_V1 2
611
612#define SERIAL_PARANOIA_CHECK
613#undef CY_DEBUG_OPEN
614#undef CY_DEBUG_THROTTLE
615#undef CY_DEBUG_OTHER
616#undef CY_DEBUG_IO
617#undef CY_DEBUG_COUNT
618#undef CY_DEBUG_DTR
619#undef CY_DEBUG_WAIT_UNTIL_SENT
620#undef CY_DEBUG_INTERRUPTS
621#undef CY_16Y_HACK
622#undef CY_ENABLE_MONITORING
623#undef CY_PCI_DEBUG
624
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625/*
Alan Cox15ed6cc2008-04-30 00:53:55 -0700626 * Include section
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628#include <linux/module.h>
629#include <linux/errno.h>
630#include <linux/signal.h>
631#include <linux/sched.h>
632#include <linux/timer.h>
633#include <linux/interrupt.h>
634#include <linux/tty.h>
Alan Cox33f0f882006-01-09 20:54:13 -0800635#include <linux/tty_flip.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636#include <linux/serial.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>
Jiri Slaby054f5b02007-07-17 04:05:16 -0700648#include <linux/firmware.h>
Scott James Remnant9f56fad72009-04-06 17:33:04 +0100649#include <linux/device.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650
651#include <asm/system.h>
Alan Cox15ed6cc2008-04-30 00:53:55 -0700652#include <linux/io.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653#include <asm/irq.h>
Alan Cox15ed6cc2008-04-30 00:53:55 -0700654#include <linux/uaccess.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656#include <linux/kernel.h>
657#include <linux/pci.h>
658
659#include <linux/stat.h>
660#include <linux/proc_fs.h>
Alexey Dobriyan444697d2009-03-31 15:19:15 -0700661#include <linux/seq_file.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662
Jiri Slaby02f11752006-12-08 02:39:28 -0800663static void cy_throttle(struct tty_struct *tty);
664static void cy_send_xchar(struct tty_struct *tty, char ch);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665
Jiri Slaby65f76a82007-10-18 03:06:22 -0700666#define IS_CYC_Z(card) ((card).num_chips == (unsigned int)-1)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667
668#define Z_FPGA_CHECK(card) \
Jiri Slaby97e87f82009-06-11 12:29:27 +0100669 ((readl(&(card).ctl_addr.p9060->init_ctrl) & (1<<17)) != 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670
Jiri Slaby101b8152009-06-11 12:30:10 +0100671#define ISZLOADED(card) ((ZO_V1 == (card).hw_ver || Z_FPGA_CHECK(card)) && \
Alan Cox15ed6cc2008-04-30 00:53:55 -0700672 (ZFIRM_ID == readl(&((struct FIRM_ID __iomem *) \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673 ((card).base_addr+ID_ADDRESS))->signature)))
674
675#ifndef SERIAL_XMIT_SIZE
676#define SERIAL_XMIT_SIZE (min(PAGE_SIZE, 4096))
677#endif
678#define WAKEUP_CHARS 256
679
680#define STD_COM_FLAGS (0)
681
Jiri Slaby054f5b02007-07-17 04:05:16 -0700682/* firmware stuff */
683#define ZL_MAX_BLOCKS 16
684#define DRIVER_VERSION 0x02010203
685#define RAM_SIZE 0x80000
686
687#define Z_FPGA_LOADED(X) ((readl(&(X)->init_ctrl) & (1<<17)) != 0)
688
689enum zblock_type {
690 ZBLOCK_PRG = 0,
691 ZBLOCK_FPGA = 1
692};
693
694struct zfile_header {
695 char name[64];
696 char date[32];
697 char aux[32];
698 u32 n_config;
699 u32 config_offset;
700 u32 n_blocks;
701 u32 block_offset;
702 u32 reserved[9];
703} __attribute__ ((packed));
704
705struct zfile_config {
706 char name[64];
707 u32 mailbox;
708 u32 function;
709 u32 n_blocks;
710 u32 block_list[ZL_MAX_BLOCKS];
711} __attribute__ ((packed));
712
713struct zfile_block {
714 u32 type;
715 u32 file_offset;
716 u32 ram_offset;
717 u32 size;
718} __attribute__ ((packed));
719
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720static struct tty_driver *cy_serial_driver;
721
722#ifdef CONFIG_ISA
723/* This is the address lookup table. The driver will probe for
724 Cyclom-Y/ISA boards at all addresses in here. If you want the
725 driver to probe addresses at a different address, add it to
726 this table. If the driver is probing some other board and
727 causing problems, remove the offending address from this table.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728*/
729
730static unsigned int cy_isa_addresses[] = {
Jiri Slaby02f11752006-12-08 02:39:28 -0800731 0xD0000,
732 0xD2000,
733 0xD4000,
734 0xD6000,
735 0xD8000,
736 0xDA000,
737 0xDC000,
738 0xDE000,
739 0, 0, 0, 0, 0, 0, 0, 0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700740};
Jiri Slaby02f11752006-12-08 02:39:28 -0800741
Tobias Klauserfe971072006-01-09 20:54:02 -0800742#define NR_ISA_ADDRS ARRAY_SIZE(cy_isa_addresses)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743
744#ifdef MODULE
Jiri Slaby3046d502007-05-08 00:36:46 -0700745static long maddr[NR_CARDS];
746static int irq[NR_CARDS];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747
748module_param_array(maddr, long, NULL, 0);
749module_param_array(irq, int, NULL, 0);
750#endif
751
Jiri Slaby02f11752006-12-08 02:39:28 -0800752#endif /* CONFIG_ISA */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753
754/* This is the per-card data structure containing address, irq, number of
755 channels, etc. This driver supports a maximum of NR_CARDS cards.
756*/
757static struct cyclades_card cy_card[NR_CARDS];
758
Jiri Slaby02f11752006-12-08 02:39:28 -0800759static int cy_next_channel; /* next minor available */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760
761/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762 * This is used to look up the divisor speeds and the timeouts
763 * We're normally limited to 15 distinct baud rates. The extra
Alan Cox77451e52008-07-16 21:57:02 +0100764 * are accessed via settings in info->port.flags.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765 * 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
766 * 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
767 * HI VHI
768 * 20
769 */
770static int baud_table[] = {
Jiri Slaby02f11752006-12-08 02:39:28 -0800771 0, 50, 75, 110, 134, 150, 200, 300, 600, 1200,
772 1800, 2400, 4800, 9600, 19200, 38400, 57600, 76800, 115200, 150000,
773 230400, 0
774};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775
Jiri Slaby02f11752006-12-08 02:39:28 -0800776static char baud_co_25[] = { /* 25 MHz clock option table */
777 /* value => 00 01 02 03 04 */
778 /* divide by 8 32 128 512 2048 */
779 0x00, 0x04, 0x04, 0x04, 0x04, 0x04, 0x03, 0x03, 0x03, 0x02,
780 0x02, 0x02, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
781};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782
Jiri Slaby02f11752006-12-08 02:39:28 -0800783static char baud_bpr_25[] = { /* 25 MHz baud rate period table */
784 0x00, 0xf5, 0xa3, 0x6f, 0x5c, 0x51, 0xf5, 0xa3, 0x51, 0xa3,
785 0x6d, 0x51, 0xa3, 0x51, 0xa3, 0x51, 0x36, 0x29, 0x1b, 0x15
786};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787
Jiri Slaby02f11752006-12-08 02:39:28 -0800788static char baud_co_60[] = { /* 60 MHz clock option table (CD1400 J) */
789 /* value => 00 01 02 03 04 */
790 /* divide by 8 32 128 512 2048 */
791 0x00, 0x00, 0x00, 0x04, 0x04, 0x04, 0x04, 0x04, 0x03, 0x03,
792 0x03, 0x02, 0x02, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
793 0x00
794};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795
Jiri Slaby02f11752006-12-08 02:39:28 -0800796static char baud_bpr_60[] = { /* 60 MHz baud rate period table (CD1400 J) */
797 0x00, 0x82, 0x21, 0xff, 0xdb, 0xc3, 0x92, 0x62, 0xc3, 0x62,
798 0x41, 0xc3, 0x62, 0xc3, 0x62, 0xc3, 0x82, 0x62, 0x41, 0x32,
799 0x21
800};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801
Jiri Slaby02f11752006-12-08 02:39:28 -0800802static char baud_cor3[] = { /* receive threshold */
803 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a,
804 0x0a, 0x0a, 0x0a, 0x09, 0x09, 0x08, 0x08, 0x08, 0x08, 0x07,
805 0x07
806};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807
808/*
809 * The Cyclades driver implements HW flow control as any serial driver.
Alan Cox15ed6cc2008-04-30 00:53:55 -0700810 * The cyclades_port structure member rflow and the vector rflow_thr
811 * allows us to take advantage of a special feature in the CD1400 to avoid
812 * data loss even when the system interrupt latency is too high. These flags
813 * are to be used only with very special applications. Setting these flags
814 * requires the use of a special cable (DTR and RTS reversed). In the new
815 * CD1400-based boards (rev. 6.00 or later), there is no need for special
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816 * cables.
817 */
818
Jiri Slaby02f11752006-12-08 02:39:28 -0800819static char rflow_thr[] = { /* rflow threshold */
820 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
821 0x00, 0x00, 0x00, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a,
822 0x0a
823};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824
825/* The Cyclom-Ye has placed the sequential chips in non-sequential
826 * address order. This look-up table overcomes that problem.
827 */
Jiri Slaby02f11752006-12-08 02:39:28 -0800828static int cy_chip_offset[] = { 0x0000,
829 0x0400,
830 0x0800,
831 0x0C00,
832 0x0200,
833 0x0600,
834 0x0A00,
835 0x0E00
836};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837
838/* PCI related definitions */
839
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840#ifdef CONFIG_PCI
Jiri Slaby893de2d2007-02-12 00:51:49 -0800841static struct pci_device_id cy_pci_dev_id[] __devinitdata = {
Alan Cox15ed6cc2008-04-30 00:53:55 -0700842 /* PCI < 1Mb */
843 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_Y_Lo) },
844 /* PCI > 1Mb */
845 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_Y_Hi) },
846 /* 4Y PCI < 1Mb */
847 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_4Y_Lo) },
848 /* 4Y PCI > 1Mb */
849 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_4Y_Hi) },
850 /* 8Y PCI < 1Mb */
851 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_8Y_Lo) },
852 /* 8Y PCI > 1Mb */
853 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_8Y_Hi) },
854 /* Z PCI < 1Mb */
855 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_Z_Lo) },
856 /* Z PCI > 1Mb */
857 { PCI_DEVICE(PCI_VENDOR_ID_CYCLADES, PCI_DEVICE_ID_CYCLOM_Z_Hi) },
Jiri Slaby893de2d2007-02-12 00:51:49 -0800858 { } /* end of table */
Jiri Slaby02f11752006-12-08 02:39:28 -0800859};
Jiri Slaby893de2d2007-02-12 00:51:49 -0800860MODULE_DEVICE_TABLE(pci, cy_pci_dev_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861#endif
862
863static void cy_start(struct tty_struct *);
864static void set_line_char(struct cyclades_port *);
Klaus Kudielka1a86b5e2007-05-08 00:26:26 -0700865static int cyz_issue_cmd(struct cyclades_card *, __u32, __u8, __u32);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866#ifdef CONFIG_ISA
867static unsigned detect_isa_irq(void __iomem *);
Jiri Slaby02f11752006-12-08 02:39:28 -0800868#endif /* CONFIG_ISA */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870#ifndef CONFIG_CYZ_INTR
871static void cyz_poll(unsigned long);
872
873/* The Cyclades-Z polling cycle is defined by this variable */
874static long cyz_polling_cycle = CZ_DEF_POLL;
875
Ingo Molnar8d06afa2005-09-09 13:10:40 -0700876static DEFINE_TIMER(cyz_timerlist, cyz_poll, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877
Jiri Slaby02f11752006-12-08 02:39:28 -0800878#else /* CONFIG_CYZ_INTR */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879static void cyz_rx_restart(unsigned long);
880static struct timer_list cyz_rx_full_timer[NR_PORTS];
Jiri Slaby02f11752006-12-08 02:39:28 -0800881#endif /* CONFIG_CYZ_INTR */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882
Jiri Slaby02f11752006-12-08 02:39:28 -0800883static inline int serial_paranoia_check(struct cyclades_port *info,
884 char *name, const char *routine)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885{
886#ifdef SERIAL_PARANOIA_CHECK
Jiri Slaby02f11752006-12-08 02:39:28 -0800887 if (!info) {
Jiri Slaby21719192007-05-08 00:36:42 -0700888 printk(KERN_WARNING "cyc Warning: null cyclades_port for (%s) "
889 "in %s\n", name, routine);
Jiri Slaby02f11752006-12-08 02:39:28 -0800890 return 1;
891 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892
Jiri Slaby02f11752006-12-08 02:39:28 -0800893 if (info->magic != CYCLADES_MAGIC) {
Jiri Slaby21719192007-05-08 00:36:42 -0700894 printk(KERN_WARNING "cyc Warning: bad magic number for serial "
895 "struct (%s) in %s\n", name, routine);
Jiri Slaby02f11752006-12-08 02:39:28 -0800896 return 1;
897 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898#endif
Jiri Slaby02f11752006-12-08 02:39:28 -0800899 return 0;
900} /* serial_paranoia_check */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902/***********************************************************/
903/********* Start of block of Cyclom-Y specific code ********/
904
905/* This routine waits up to 1000 micro-seconds for the previous
906 command to the Cirrus chip to complete and then issues the
907 new command. An error is returned if the previous command
908 didn't finish within the time limit.
909
910 This function is only called from inside spinlock-protected code.
911 */
Alan Cox15ed6cc2008-04-30 00:53:55 -0700912static int cyy_issue_cmd(void __iomem *base_addr, u_char cmd, int index)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913{
Jiri Slabyad39c302007-05-08 00:35:49 -0700914 unsigned int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915
Jiri Slaby02f11752006-12-08 02:39:28 -0800916 /* Check to see that the previous command has completed */
917 for (i = 0; i < 100; i++) {
Alan Cox15ed6cc2008-04-30 00:53:55 -0700918 if (readb(base_addr + (CyCCR << index)) == 0)
Jiri Slaby02f11752006-12-08 02:39:28 -0800919 break;
Jiri Slaby02f11752006-12-08 02:39:28 -0800920 udelay(10L);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921 }
Jiri Slaby02f11752006-12-08 02:39:28 -0800922 /* if the CCR never cleared, the previous command
923 didn't finish within the "reasonable time" */
924 if (i == 100)
Jiri Slaby096dcfc2006-12-08 02:39:30 -0800925 return -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926
Jiri Slaby02f11752006-12-08 02:39:28 -0800927 /* Issue the new command */
928 cy_writeb(base_addr + (CyCCR << index), cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929
Jiri Slaby096dcfc2006-12-08 02:39:30 -0800930 return 0;
Jiri Slaby02f11752006-12-08 02:39:28 -0800931} /* cyy_issue_cmd */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932
933#ifdef CONFIG_ISA
934/* ISA interrupt detection code */
Alan Cox15ed6cc2008-04-30 00:53:55 -0700935static unsigned detect_isa_irq(void __iomem *address)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936{
Jiri Slaby02f11752006-12-08 02:39:28 -0800937 int irq;
938 unsigned long irqs, flags;
939 int save_xir, save_car;
940 int index = 0; /* IRQ probing is only for ISA */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941
Jiri Slaby02f11752006-12-08 02:39:28 -0800942 /* forget possible initially masked and pending IRQ */
943 irq = probe_irq_off(probe_irq_on());
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944
Jiri Slaby02f11752006-12-08 02:39:28 -0800945 /* Clear interrupts on the board first */
946 cy_writeb(address + (Cy_ClrIntr << index), 0);
947 /* Cy_ClrIntr is 0x1800 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700948
Jiri Slaby02f11752006-12-08 02:39:28 -0800949 irqs = probe_irq_on();
950 /* Wait ... */
951 udelay(5000L);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952
Jiri Slaby02f11752006-12-08 02:39:28 -0800953 /* Enable the Tx interrupts on the CD1400 */
954 local_irq_save(flags);
955 cy_writeb(address + (CyCAR << index), 0);
956 cyy_issue_cmd(address, CyCHAN_CTL | CyENB_XMTR, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957
Jiri Slaby02f11752006-12-08 02:39:28 -0800958 cy_writeb(address + (CyCAR << index), 0);
959 cy_writeb(address + (CySRER << index),
Jiri Slabydb05c3b2007-05-08 00:35:46 -0700960 readb(address + (CySRER << index)) | CyTxRdy);
Jiri Slaby02f11752006-12-08 02:39:28 -0800961 local_irq_restore(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962
Jiri Slaby02f11752006-12-08 02:39:28 -0800963 /* Wait ... */
964 udelay(5000L);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965
Jiri Slaby02f11752006-12-08 02:39:28 -0800966 /* Check which interrupt is in use */
967 irq = probe_irq_off(irqs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968
Jiri Slaby02f11752006-12-08 02:39:28 -0800969 /* Clean up */
Jiri Slabydb05c3b2007-05-08 00:35:46 -0700970 save_xir = (u_char) readb(address + (CyTIR << index));
971 save_car = readb(address + (CyCAR << index));
Jiri Slaby02f11752006-12-08 02:39:28 -0800972 cy_writeb(address + (CyCAR << index), (save_xir & 0x3));
973 cy_writeb(address + (CySRER << index),
Jiri Slabydb05c3b2007-05-08 00:35:46 -0700974 readb(address + (CySRER << index)) & ~CyTxRdy);
Jiri Slaby02f11752006-12-08 02:39:28 -0800975 cy_writeb(address + (CyTIR << index), (save_xir & 0x3f));
976 cy_writeb(address + (CyCAR << index), (save_car));
977 cy_writeb(address + (Cy_ClrIntr << index), 0);
978 /* Cy_ClrIntr is 0x1800 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979
Jiri Slaby02f11752006-12-08 02:39:28 -0800980 return (irq > 0) ? irq : 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981}
Jiri Slaby02f11752006-12-08 02:39:28 -0800982#endif /* CONFIG_ISA */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983
Jiri Slabyce97a092007-10-18 03:06:21 -0700984static void cyy_chip_rx(struct cyclades_card *cinfo, int chip,
985 void __iomem *base_addr)
Jiri Slabye9410272006-12-08 02:39:28 -0800986{
987 struct cyclades_port *info;
988 struct tty_struct *tty;
Jiri Slaby65f76a82007-10-18 03:06:22 -0700989 int len, index = cinfo->bus_index;
990 u8 save_xir, channel, save_car, data, char_count;
Jiri Slabye9410272006-12-08 02:39:28 -0800991
Jiri Slabye9410272006-12-08 02:39:28 -0800992#ifdef CY_DEBUG_INTERRUPTS
Jiri Slabyce97a092007-10-18 03:06:21 -0700993 printk(KERN_DEBUG "cyy_interrupt: rcvd intr, chip %d\n", chip);
Jiri Slabye9410272006-12-08 02:39:28 -0800994#endif
Jiri Slabyce97a092007-10-18 03:06:21 -0700995 /* determine the channel & change to that context */
Jiri Slaby65f76a82007-10-18 03:06:22 -0700996 save_xir = readb(base_addr + (CyRIR << index));
997 channel = save_xir & CyIRChannel;
Jiri Slabyce97a092007-10-18 03:06:21 -0700998 info = &cinfo->ports[channel + chip * 4];
999 save_car = readb(base_addr + (CyCAR << index));
1000 cy_writeb(base_addr + (CyCAR << index), save_xir);
Jiri Slabye9410272006-12-08 02:39:28 -08001001
Jiri Slabyce97a092007-10-18 03:06:21 -07001002 /* if there is nowhere to put the data, discard it */
Alan Cox77451e52008-07-16 21:57:02 +01001003 if (info->port.tty == NULL) {
Jiri Slaby65f76a82007-10-18 03:06:22 -07001004 if ((readb(base_addr + (CyRIVR << index)) & CyIVRMask) ==
1005 CyIVRRxEx) { /* exception */
Jiri Slabyce97a092007-10-18 03:06:21 -07001006 data = readb(base_addr + (CyRDSR << index));
1007 } else { /* normal character reception */
1008 char_count = readb(base_addr + (CyRDCR << index));
1009 while (char_count--)
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001010 data = readb(base_addr + (CyRDSR << index));
Jiri Slabyce97a092007-10-18 03:06:21 -07001011 }
1012 goto end;
1013 }
1014 /* there is an open port for this data */
Alan Cox77451e52008-07-16 21:57:02 +01001015 tty = info->port.tty;
Jiri Slaby65f76a82007-10-18 03:06:22 -07001016 if ((readb(base_addr + (CyRIVR << index)) & CyIVRMask) ==
1017 CyIVRRxEx) { /* exception */
Jiri Slabyce97a092007-10-18 03:06:21 -07001018 data = readb(base_addr + (CyRDSR << index));
Jiri Slaby02f11752006-12-08 02:39:28 -08001019
Jiri Slabyce97a092007-10-18 03:06:21 -07001020 /* For statistics only */
1021 if (data & CyBREAK)
1022 info->icount.brk++;
1023 else if (data & CyFRAME)
1024 info->icount.frame++;
1025 else if (data & CyPARITY)
1026 info->icount.parity++;
1027 else if (data & CyOVERRUN)
1028 info->icount.overrun++;
Jiri Slaby02f11752006-12-08 02:39:28 -08001029
Jiri Slabyce97a092007-10-18 03:06:21 -07001030 if (data & info->ignore_status_mask) {
1031 info->icount.rx++;
Jiri Slabyce97a092007-10-18 03:06:21 -07001032 return;
1033 }
1034 if (tty_buffer_request_room(tty, 1)) {
1035 if (data & info->read_status_mask) {
1036 if (data & CyBREAK) {
1037 tty_insert_flip_char(tty,
1038 readb(base_addr + (CyRDSR <<
1039 index)), TTY_BREAK);
Jiri Slaby02f11752006-12-08 02:39:28 -08001040 info->icount.rx++;
Alan Cox77451e52008-07-16 21:57:02 +01001041 if (info->port.flags & ASYNC_SAK)
Jiri Slabyce97a092007-10-18 03:06:21 -07001042 do_SAK(tty);
1043 } else if (data & CyFRAME) {
Alan Cox15ed6cc2008-04-30 00:53:55 -07001044 tty_insert_flip_char(tty,
Jiri Slabyce97a092007-10-18 03:06:21 -07001045 readb(base_addr + (CyRDSR <<
1046 index)), TTY_FRAME);
1047 info->icount.rx++;
1048 info->idle_stats.frame_errs++;
1049 } else if (data & CyPARITY) {
1050 /* Pieces of seven... */
1051 tty_insert_flip_char(tty,
1052 readb(base_addr + (CyRDSR <<
1053 index)), TTY_PARITY);
1054 info->icount.rx++;
1055 info->idle_stats.parity_errs++;
1056 } else if (data & CyOVERRUN) {
1057 tty_insert_flip_char(tty, 0,
1058 TTY_OVERRUN);
1059 info->icount.rx++;
1060 /* If the flip buffer itself is
1061 overflowing, we still lose
1062 the next incoming character.
1063 */
1064 tty_insert_flip_char(tty,
1065 readb(base_addr + (CyRDSR <<
1066 index)), TTY_FRAME);
1067 info->icount.rx++;
Jiri Slaby02f11752006-12-08 02:39:28 -08001068 info->idle_stats.overruns++;
Jiri Slabyce97a092007-10-18 03:06:21 -07001069 /* These two conditions may imply */
1070 /* a normal read should be done. */
1071 /* } else if(data & CyTIMEOUT) { */
1072 /* } else if(data & CySPECHAR) { */
1073 } else {
1074 tty_insert_flip_char(tty, 0,
1075 TTY_NORMAL);
1076 info->icount.rx++;
Jiri Slaby02f11752006-12-08 02:39:28 -08001077 }
Jiri Slabyce97a092007-10-18 03:06:21 -07001078 } else {
1079 tty_insert_flip_char(tty, 0, TTY_NORMAL);
1080 info->icount.rx++;
1081 }
1082 } else {
1083 /* there was a software buffer overrun and nothing
1084 * could be done about it!!! */
1085 info->icount.buf_overrun++;
1086 info->idle_stats.overruns++;
1087 }
1088 } else { /* normal character reception */
1089 /* load # chars available from the chip */
1090 char_count = readb(base_addr + (CyRDCR << index));
Jiri Slabye9410272006-12-08 02:39:28 -08001091
1092#ifdef CY_ENABLE_MONITORING
Jiri Slabyce97a092007-10-18 03:06:21 -07001093 ++info->mon.int_count;
1094 info->mon.char_count += char_count;
1095 if (char_count > info->mon.char_max)
1096 info->mon.char_max = char_count;
1097 info->mon.char_last = char_count;
Jiri Slabye9410272006-12-08 02:39:28 -08001098#endif
Jiri Slabyce97a092007-10-18 03:06:21 -07001099 len = tty_buffer_request_room(tty, char_count);
1100 while (len--) {
1101 data = readb(base_addr + (CyRDSR << index));
1102 tty_insert_flip_char(tty, data, TTY_NORMAL);
1103 info->idle_stats.recv_bytes++;
1104 info->icount.rx++;
Jiri Slabye9410272006-12-08 02:39:28 -08001105#ifdef CY_16Y_HACK
Jiri Slabyce97a092007-10-18 03:06:21 -07001106 udelay(10L);
Jiri Slabye9410272006-12-08 02:39:28 -08001107#endif
Jiri Slabye9410272006-12-08 02:39:28 -08001108 }
Jiri Slabyce97a092007-10-18 03:06:21 -07001109 info->idle_stats.recv_idle = jiffies;
1110 }
1111 tty_schedule_flip(tty);
1112end:
1113 /* end of service */
1114 cy_writeb(base_addr + (CyRIR << index), save_xir & 0x3f);
1115 cy_writeb(base_addr + (CyCAR << index), save_car);
Jiri Slabyce97a092007-10-18 03:06:21 -07001116}
1117
Jiri Slaby65f76a82007-10-18 03:06:22 -07001118static void cyy_chip_tx(struct cyclades_card *cinfo, unsigned int chip,
Jiri Slabyce97a092007-10-18 03:06:21 -07001119 void __iomem *base_addr)
1120{
1121 struct cyclades_port *info;
Jiri Slaby65f76a82007-10-18 03:06:22 -07001122 int char_count, index = cinfo->bus_index;
1123 u8 save_xir, channel, save_car, outch;
Jiri Slabyce97a092007-10-18 03:06:21 -07001124
1125 /* Since we only get here when the transmit buffer
1126 is empty, we know we can always stuff a dozen
1127 characters. */
1128#ifdef CY_DEBUG_INTERRUPTS
1129 printk(KERN_DEBUG "cyy_interrupt: xmit intr, chip %d\n", chip);
1130#endif
1131
1132 /* determine the channel & change to that context */
Jiri Slaby65f76a82007-10-18 03:06:22 -07001133 save_xir = readb(base_addr + (CyTIR << index));
1134 channel = save_xir & CyIRChannel;
Jiri Slabyce97a092007-10-18 03:06:21 -07001135 save_car = readb(base_addr + (CyCAR << index));
1136 cy_writeb(base_addr + (CyCAR << index), save_xir);
1137
1138 /* validate the port# (as configured and open) */
1139 if (channel + chip * 4 >= cinfo->nports) {
1140 cy_writeb(base_addr + (CySRER << index),
1141 readb(base_addr + (CySRER << index)) & ~CyTxRdy);
1142 goto end;
1143 }
1144 info = &cinfo->ports[channel + chip * 4];
Alan Cox77451e52008-07-16 21:57:02 +01001145 if (info->port.tty == NULL) {
Jiri Slabyce97a092007-10-18 03:06:21 -07001146 cy_writeb(base_addr + (CySRER << index),
1147 readb(base_addr + (CySRER << index)) & ~CyTxRdy);
1148 goto end;
Jiri Slabye9410272006-12-08 02:39:28 -08001149 }
1150
Jiri Slabyce97a092007-10-18 03:06:21 -07001151 /* load the on-chip space for outbound data */
1152 char_count = info->xmit_fifo_size;
Jiri Slabye9410272006-12-08 02:39:28 -08001153
Jiri Slabyce97a092007-10-18 03:06:21 -07001154 if (info->x_char) { /* send special char */
1155 outch = info->x_char;
1156 cy_writeb(base_addr + (CyTDR << index), outch);
1157 char_count--;
1158 info->icount.tx++;
1159 info->x_char = 0;
1160 }
Jiri Slabye9410272006-12-08 02:39:28 -08001161
Jiri Slabyce97a092007-10-18 03:06:21 -07001162 if (info->breakon || info->breakoff) {
1163 if (info->breakon) {
1164 cy_writeb(base_addr + (CyTDR << index), 0);
1165 cy_writeb(base_addr + (CyTDR << index), 0x81);
1166 info->breakon = 0;
1167 char_count -= 2;
Jiri Slaby02f11752006-12-08 02:39:28 -08001168 }
Jiri Slabyce97a092007-10-18 03:06:21 -07001169 if (info->breakoff) {
1170 cy_writeb(base_addr + (CyTDR << index), 0);
1171 cy_writeb(base_addr + (CyTDR << index), 0x83);
1172 info->breakoff = 0;
1173 char_count -= 2;
Jiri Slaby02f11752006-12-08 02:39:28 -08001174 }
Jiri Slabyce97a092007-10-18 03:06:21 -07001175 }
Jiri Slabye9410272006-12-08 02:39:28 -08001176
Jiri Slabyce97a092007-10-18 03:06:21 -07001177 while (char_count-- > 0) {
1178 if (!info->xmit_cnt) {
1179 if (readb(base_addr + (CySRER << index)) & CyTxMpty) {
1180 cy_writeb(base_addr + (CySRER << index),
1181 readb(base_addr + (CySRER << index)) &
Jiri Slaby02f11752006-12-08 02:39:28 -08001182 ~CyTxMpty);
Jiri Slabyce97a092007-10-18 03:06:21 -07001183 } else {
1184 cy_writeb(base_addr + (CySRER << index),
1185 (readb(base_addr + (CySRER << index)) &
Jiri Slaby02f11752006-12-08 02:39:28 -08001186 ~CyTxRdy) | CyTxMpty);
Jiri Slaby02f11752006-12-08 02:39:28 -08001187 }
Jiri Slabyce97a092007-10-18 03:06:21 -07001188 goto done;
1189 }
Alan Cox77451e52008-07-16 21:57:02 +01001190 if (info->port.xmit_buf == NULL) {
Jiri Slabyce97a092007-10-18 03:06:21 -07001191 cy_writeb(base_addr + (CySRER << index),
1192 readb(base_addr + (CySRER << index)) &
Jiri Slaby02f11752006-12-08 02:39:28 -08001193 ~CyTxRdy);
Jiri Slabyce97a092007-10-18 03:06:21 -07001194 goto done;
1195 }
Alan Cox77451e52008-07-16 21:57:02 +01001196 if (info->port.tty->stopped || info->port.tty->hw_stopped) {
Jiri Slabyce97a092007-10-18 03:06:21 -07001197 cy_writeb(base_addr + (CySRER << index),
1198 readb(base_addr + (CySRER << index)) &
Jiri Slaby02f11752006-12-08 02:39:28 -08001199 ~CyTxRdy);
Jiri Slabyce97a092007-10-18 03:06:21 -07001200 goto done;
1201 }
1202 /* Because the Embedded Transmit Commands have been enabled,
1203 * we must check to see if the escape character, NULL, is being
1204 * sent. If it is, we must ensure that there is room for it to
1205 * be doubled in the output stream. Therefore we no longer
1206 * advance the pointer when the character is fetched, but
1207 * rather wait until after the check for a NULL output
1208 * character. This is necessary because there may not be room
1209 * for the two chars needed to send a NULL.)
1210 */
Alan Cox77451e52008-07-16 21:57:02 +01001211 outch = info->port.xmit_buf[info->xmit_tail];
Jiri Slabyce97a092007-10-18 03:06:21 -07001212 if (outch) {
1213 info->xmit_cnt--;
1214 info->xmit_tail = (info->xmit_tail + 1) &
1215 (SERIAL_XMIT_SIZE - 1);
1216 cy_writeb(base_addr + (CyTDR << index), outch);
1217 info->icount.tx++;
1218 } else {
1219 if (char_count > 1) {
Jiri Slaby02f11752006-12-08 02:39:28 -08001220 info->xmit_cnt--;
1221 info->xmit_tail = (info->xmit_tail + 1) &
Jiri Slabyce97a092007-10-18 03:06:21 -07001222 (SERIAL_XMIT_SIZE - 1);
Jiri Slaby02f11752006-12-08 02:39:28 -08001223 cy_writeb(base_addr + (CyTDR << index), outch);
Jiri Slabyce97a092007-10-18 03:06:21 -07001224 cy_writeb(base_addr + (CyTDR << index), 0);
Jiri Slaby02f11752006-12-08 02:39:28 -08001225 info->icount.tx++;
Jiri Slabyce97a092007-10-18 03:06:21 -07001226 char_count--;
Jiri Slaby02f11752006-12-08 02:39:28 -08001227 }
1228 }
Jiri Slabye9410272006-12-08 02:39:28 -08001229 }
1230
Jiri Slabyce97a092007-10-18 03:06:21 -07001231done:
Alan Cox77451e52008-07-16 21:57:02 +01001232 tty_wakeup(info->port.tty);
Jiri Slabyce97a092007-10-18 03:06:21 -07001233end:
1234 /* end of service */
1235 cy_writeb(base_addr + (CyTIR << index), save_xir & 0x3f);
1236 cy_writeb(base_addr + (CyCAR << index), save_car);
Jiri Slabyce97a092007-10-18 03:06:21 -07001237}
Jiri Slabye9410272006-12-08 02:39:28 -08001238
Jiri Slabyce97a092007-10-18 03:06:21 -07001239static void cyy_chip_modem(struct cyclades_card *cinfo, int chip,
1240 void __iomem *base_addr)
1241{
1242 struct cyclades_port *info;
Jiri Slaby65f76a82007-10-18 03:06:22 -07001243 int index = cinfo->bus_index;
1244 u8 save_xir, channel, save_car, mdm_change, mdm_status;
Jiri Slabye9410272006-12-08 02:39:28 -08001245
Jiri Slabyce97a092007-10-18 03:06:21 -07001246 /* determine the channel & change to that context */
Jiri Slaby65f76a82007-10-18 03:06:22 -07001247 save_xir = readb(base_addr + (CyMIR << index));
1248 channel = save_xir & CyIRChannel;
Jiri Slabyce97a092007-10-18 03:06:21 -07001249 info = &cinfo->ports[channel + chip * 4];
1250 save_car = readb(base_addr + (CyCAR << index));
1251 cy_writeb(base_addr + (CyCAR << index), save_xir);
Jiri Slabye9410272006-12-08 02:39:28 -08001252
Jiri Slabyce97a092007-10-18 03:06:21 -07001253 mdm_change = readb(base_addr + (CyMISR << index));
1254 mdm_status = readb(base_addr + (CyMSVR1 << index));
Jiri Slabye9410272006-12-08 02:39:28 -08001255
Alan Cox77451e52008-07-16 21:57:02 +01001256 if (!info->port.tty)
Jiri Slabyce97a092007-10-18 03:06:21 -07001257 goto end;
Jiri Slaby02f11752006-12-08 02:39:28 -08001258
Jiri Slabyce97a092007-10-18 03:06:21 -07001259 if (mdm_change & CyANY_DELTA) {
1260 /* For statistics only */
1261 if (mdm_change & CyDCD)
1262 info->icount.dcd++;
1263 if (mdm_change & CyCTS)
1264 info->icount.cts++;
1265 if (mdm_change & CyDSR)
1266 info->icount.dsr++;
1267 if (mdm_change & CyRI)
1268 info->icount.rng++;
1269
1270 wake_up_interruptible(&info->delta_msr_wait);
1271 }
1272
Alan Cox77451e52008-07-16 21:57:02 +01001273 if ((mdm_change & CyDCD) && (info->port.flags & ASYNC_CHECK_CD)) {
Jiri Slabyce97a092007-10-18 03:06:21 -07001274 if (!(mdm_status & CyDCD)) {
Alan Cox77451e52008-07-16 21:57:02 +01001275 tty_hangup(info->port.tty);
1276 info->port.flags &= ~ASYNC_NORMAL_ACTIVE;
Jiri Slabye9410272006-12-08 02:39:28 -08001277 }
Alan Cox77451e52008-07-16 21:57:02 +01001278 wake_up_interruptible(&info->port.open_wait);
Jiri Slabye9410272006-12-08 02:39:28 -08001279 }
Alan Cox77451e52008-07-16 21:57:02 +01001280 if ((mdm_change & CyCTS) && (info->port.flags & ASYNC_CTS_FLOW)) {
1281 if (info->port.tty->hw_stopped) {
Jiri Slabyce97a092007-10-18 03:06:21 -07001282 if (mdm_status & CyCTS) {
1283 /* cy_start isn't used
1284 because... !!! */
Alan Cox77451e52008-07-16 21:57:02 +01001285 info->port.tty->hw_stopped = 0;
Jiri Slabyce97a092007-10-18 03:06:21 -07001286 cy_writeb(base_addr + (CySRER << index),
1287 readb(base_addr + (CySRER << index)) |
1288 CyTxRdy);
Alan Cox77451e52008-07-16 21:57:02 +01001289 tty_wakeup(info->port.tty);
Jiri Slabyce97a092007-10-18 03:06:21 -07001290 }
1291 } else {
1292 if (!(mdm_status & CyCTS)) {
1293 /* cy_stop isn't used
1294 because ... !!! */
Alan Cox77451e52008-07-16 21:57:02 +01001295 info->port.tty->hw_stopped = 1;
Jiri Slabyce97a092007-10-18 03:06:21 -07001296 cy_writeb(base_addr + (CySRER << index),
1297 readb(base_addr + (CySRER << index)) &
1298 ~CyTxRdy);
1299 }
1300 }
1301 }
1302/* if (mdm_change & CyDSR) {
1303 }
1304 if (mdm_change & CyRI) {
1305 }*/
1306end:
1307 /* end of service */
1308 cy_writeb(base_addr + (CyMIR << index), save_xir & 0x3f);
1309 cy_writeb(base_addr + (CyCAR << index), save_car);
Jiri Slabye9410272006-12-08 02:39:28 -08001310}
1311
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312/* The real interrupt service routine is called
1313 whenever the card wants its hand held--chars
1314 received, out buffer empty, modem change, etc.
1315 */
Jiri Slaby02f11752006-12-08 02:39:28 -08001316static irqreturn_t cyy_interrupt(int irq, void *dev_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317{
Jiri Slaby02f11752006-12-08 02:39:28 -08001318 int status;
Jiri Slabyf7429032007-05-08 00:36:59 -07001319 struct cyclades_card *cinfo = dev_id;
Jiri Slaby02f11752006-12-08 02:39:28 -08001320 void __iomem *base_addr, *card_base_addr;
Jiri Slaby65f76a82007-10-18 03:06:22 -07001321 unsigned int chip, too_many, had_work;
Jiri Slaby02f11752006-12-08 02:39:28 -08001322 int index;
Jiri Slabye9410272006-12-08 02:39:28 -08001323
Jiri Slabyf7429032007-05-08 00:36:59 -07001324 if (unlikely(cinfo == NULL)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325#ifdef CY_DEBUG_INTERRUPTS
Alan Cox15ed6cc2008-04-30 00:53:55 -07001326 printk(KERN_DEBUG "cyy_interrupt: spurious interrupt %d\n",
1327 irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08001329 return IRQ_NONE; /* spurious interrupt */
1330 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331
Jiri Slaby02f11752006-12-08 02:39:28 -08001332 card_base_addr = cinfo->base_addr;
1333 index = cinfo->bus_index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334
Jiri Slabyf1e83c62007-05-08 00:36:24 -07001335 /* card was not initialized yet (e.g. DEBUG_SHIRQ) */
1336 if (unlikely(card_base_addr == NULL))
1337 return IRQ_HANDLED;
1338
Jiri Slaby02f11752006-12-08 02:39:28 -08001339 /* This loop checks all chips in the card. Make a note whenever
1340 _any_ chip had some work to do, as this is considered an
1341 indication that there will be more to do. Only when no chip
1342 has any work does this outermost loop exit.
1343 */
1344 do {
1345 had_work = 0;
1346 for (chip = 0; chip < cinfo->num_chips; chip++) {
1347 base_addr = cinfo->base_addr +
1348 (cy_chip_offset[chip] << index);
1349 too_many = 0;
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001350 while ((status = readb(base_addr +
Jiri Slaby02f11752006-12-08 02:39:28 -08001351 (CySVRR << index))) != 0x00) {
1352 had_work++;
1353 /* The purpose of the following test is to ensure that
1354 no chip can monopolize the driver. This forces the
1355 chips to be checked in a round-robin fashion (after
1356 draining each of a bunch (1000) of characters).
1357 */
Jiri Slabyce97a092007-10-18 03:06:21 -07001358 if (1000 < too_many++)
Jiri Slaby02f11752006-12-08 02:39:28 -08001359 break;
Jiri Slaby1c0a3872007-10-18 03:06:22 -07001360 spin_lock(&cinfo->card_lock);
Jiri Slabyce97a092007-10-18 03:06:21 -07001361 if (status & CySRReceive) /* rx intr */
1362 cyy_chip_rx(cinfo, chip, base_addr);
1363 if (status & CySRTransmit) /* tx intr */
1364 cyy_chip_tx(cinfo, chip, base_addr);
1365 if (status & CySRModem) /* modem intr */
1366 cyy_chip_modem(cinfo, chip, base_addr);
Jiri Slaby1c0a3872007-10-18 03:06:22 -07001367 spin_unlock(&cinfo->card_lock);
Jiri Slaby02f11752006-12-08 02:39:28 -08001368 }
1369 }
1370 } while (had_work);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371
Jiri Slaby02f11752006-12-08 02:39:28 -08001372 /* clear interrupts */
1373 spin_lock(&cinfo->card_lock);
1374 cy_writeb(card_base_addr + (Cy_ClrIntr << index), 0);
1375 /* Cy_ClrIntr is 0x1800 */
1376 spin_unlock(&cinfo->card_lock);
1377 return IRQ_HANDLED;
1378} /* cyy_interrupt */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379
1380/***********************************************************/
1381/********* End of block of Cyclom-Y specific code **********/
Alan Cox15ed6cc2008-04-30 00:53:55 -07001382/******** Start of block of Cyclades-Z specific code *******/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383/***********************************************************/
1384
1385static int
Jiri Slaby02f11752006-12-08 02:39:28 -08001386cyz_fetch_msg(struct cyclades_card *cinfo,
Alan Cox15ed6cc2008-04-30 00:53:55 -07001387 __u32 *channel, __u8 *cmd, __u32 *param)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388{
Jiri Slaby02f11752006-12-08 02:39:28 -08001389 struct FIRM_ID __iomem *firm_id;
1390 struct ZFW_CTRL __iomem *zfw_ctrl;
1391 struct BOARD_CTRL __iomem *board_ctrl;
1392 unsigned long loc_doorbell;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393
Jiri Slaby02f11752006-12-08 02:39:28 -08001394 firm_id = cinfo->base_addr + ID_ADDRESS;
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001395 zfw_ctrl = cinfo->base_addr + (readl(&firm_id->zfwctrl_addr) & 0xfffff);
Jiri Slaby02f11752006-12-08 02:39:28 -08001396 board_ctrl = &zfw_ctrl->board_ctrl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397
Jiri Slaby97e87f82009-06-11 12:29:27 +01001398 loc_doorbell = readl(&cinfo->ctl_addr.p9060->loc_doorbell);
Jiri Slaby02f11752006-12-08 02:39:28 -08001399 if (loc_doorbell) {
1400 *cmd = (char)(0xff & loc_doorbell);
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001401 *channel = readl(&board_ctrl->fwcmd_channel);
1402 *param = (__u32) readl(&board_ctrl->fwcmd_param);
Jiri Slaby97e87f82009-06-11 12:29:27 +01001403 cy_writel(&cinfo->ctl_addr.p9060->loc_doorbell, 0xffffffff);
Jiri Slaby02f11752006-12-08 02:39:28 -08001404 return 1;
1405 }
1406 return 0;
1407} /* cyz_fetch_msg */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408
1409static int
Jiri Slaby02f11752006-12-08 02:39:28 -08001410cyz_issue_cmd(struct cyclades_card *cinfo,
Klaus Kudielka1a86b5e2007-05-08 00:26:26 -07001411 __u32 channel, __u8 cmd, __u32 param)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412{
Jiri Slaby02f11752006-12-08 02:39:28 -08001413 struct FIRM_ID __iomem *firm_id;
1414 struct ZFW_CTRL __iomem *zfw_ctrl;
1415 struct BOARD_CTRL __iomem *board_ctrl;
Klaus Kudielka1a86b5e2007-05-08 00:26:26 -07001416 __u32 __iomem *pci_doorbell;
Jiri Slaby65f76a82007-10-18 03:06:22 -07001417 unsigned int index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418
Jiri Slaby02f11752006-12-08 02:39:28 -08001419 firm_id = cinfo->base_addr + ID_ADDRESS;
Alan Cox15ed6cc2008-04-30 00:53:55 -07001420 if (!ISZLOADED(*cinfo))
Jiri Slaby096dcfc2006-12-08 02:39:30 -08001421 return -1;
Alan Cox15ed6cc2008-04-30 00:53:55 -07001422
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001423 zfw_ctrl = cinfo->base_addr + (readl(&firm_id->zfwctrl_addr) & 0xfffff);
Jiri Slaby02f11752006-12-08 02:39:28 -08001424 board_ctrl = &zfw_ctrl->board_ctrl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425
Jiri Slaby02f11752006-12-08 02:39:28 -08001426 index = 0;
Jiri Slaby97e87f82009-06-11 12:29:27 +01001427 pci_doorbell = &cinfo->ctl_addr.p9060->pci_doorbell;
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001428 while ((readl(pci_doorbell) & 0xff) != 0) {
Alan Cox15ed6cc2008-04-30 00:53:55 -07001429 if (index++ == 1000)
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001430 return (int)(readl(pci_doorbell) & 0xff);
Jiri Slaby02f11752006-12-08 02:39:28 -08001431 udelay(50L);
1432 }
1433 cy_writel(&board_ctrl->hcmd_channel, channel);
1434 cy_writel(&board_ctrl->hcmd_param, param);
1435 cy_writel(pci_doorbell, (long)cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436
Jiri Slaby096dcfc2006-12-08 02:39:30 -08001437 return 0;
Jiri Slaby02f11752006-12-08 02:39:28 -08001438} /* cyz_issue_cmd */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001439
Jiri Slaby65f76a82007-10-18 03:06:22 -07001440static void cyz_handle_rx(struct cyclades_port *info,
Jiri Slabyad39c302007-05-08 00:35:49 -07001441 struct BUF_CTRL __iomem *buf_ctrl)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442{
Jiri Slaby875b2062007-05-08 00:36:49 -07001443 struct cyclades_card *cinfo = info->card;
Alan Cox77451e52008-07-16 21:57:02 +01001444 struct tty_struct *tty = info->port.tty;
Jiri Slaby65f76a82007-10-18 03:06:22 -07001445 unsigned int char_count;
Jiri Slaby02f11752006-12-08 02:39:28 -08001446 int len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447#ifdef BLOCKMOVE
Jiri Slabyce71b0f2007-05-08 00:36:53 -07001448 unsigned char *buf;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449#else
Jiri Slaby02f11752006-12-08 02:39:28 -08001450 char data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451#endif
Jiri Slabyad39c302007-05-08 00:35:49 -07001452 __u32 rx_put, rx_get, new_rx_get, rx_bufsize, rx_bufaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001454 rx_get = new_rx_get = readl(&buf_ctrl->rx_get);
1455 rx_put = readl(&buf_ctrl->rx_put);
1456 rx_bufsize = readl(&buf_ctrl->rx_bufsize);
1457 rx_bufaddr = readl(&buf_ctrl->rx_bufaddr);
Jiri Slaby02f11752006-12-08 02:39:28 -08001458 if (rx_put >= rx_get)
1459 char_count = rx_put - rx_get;
1460 else
1461 char_count = rx_put - rx_get + rx_bufsize;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462
Jiri Slaby02f11752006-12-08 02:39:28 -08001463 if (char_count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464#ifdef CY_ENABLE_MONITORING
Jiri Slaby02f11752006-12-08 02:39:28 -08001465 info->mon.int_count++;
1466 info->mon.char_count += char_count;
1467 if (char_count > info->mon.char_max)
1468 info->mon.char_max = char_count;
1469 info->mon.char_last = char_count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470#endif
Jiri Slabyf7429032007-05-08 00:36:59 -07001471 if (tty == NULL) {
Jiri Slaby02f11752006-12-08 02:39:28 -08001472 /* flush received characters */
1473 new_rx_get = (new_rx_get + char_count) &
1474 (rx_bufsize - 1);
1475 info->rflush_count++;
1476 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477#ifdef BLOCKMOVE
Jiri Slaby02f11752006-12-08 02:39:28 -08001478 /* we'd like to use memcpy(t, f, n) and memset(s, c, count)
1479 for performance, but because of buffer boundaries, there
1480 may be several steps to the operation */
Jiri Slabyce71b0f2007-05-08 00:36:53 -07001481 while (1) {
1482 len = tty_prepare_flip_string(tty, &buf,
1483 char_count);
1484 if (!len)
1485 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486
Jiri Slabyce71b0f2007-05-08 00:36:53 -07001487 len = min_t(unsigned int, min(len, char_count),
1488 rx_bufsize - new_rx_get);
1489
1490 memcpy_fromio(buf, cinfo->base_addr +
1491 rx_bufaddr + new_rx_get, len);
1492
1493 new_rx_get = (new_rx_get + len) &
Jiri Slaby02f11752006-12-08 02:39:28 -08001494 (rx_bufsize - 1);
Jiri Slabyce71b0f2007-05-08 00:36:53 -07001495 char_count -= len;
1496 info->icount.rx += len;
1497 info->idle_stats.recv_bytes += len;
Jiri Slaby02f11752006-12-08 02:39:28 -08001498 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499#else
Jiri Slaby02f11752006-12-08 02:39:28 -08001500 len = tty_buffer_request_room(tty, char_count);
1501 while (len--) {
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001502 data = readb(cinfo->base_addr + rx_bufaddr +
Jiri Slaby02f11752006-12-08 02:39:28 -08001503 new_rx_get);
Alan Cox15ed6cc2008-04-30 00:53:55 -07001504 new_rx_get = (new_rx_get + 1) &
1505 (rx_bufsize - 1);
Jiri Slaby02f11752006-12-08 02:39:28 -08001506 tty_insert_flip_char(tty, data, TTY_NORMAL);
1507 info->idle_stats.recv_bytes++;
1508 info->icount.rx++;
1509 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510#endif
1511#ifdef CONFIG_CYZ_INTR
Jiri Slaby02f11752006-12-08 02:39:28 -08001512 /* Recalculate the number of chars in the RX buffer and issue
1513 a cmd in case it's higher than the RX high water mark */
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001514 rx_put = readl(&buf_ctrl->rx_put);
Jiri Slaby02f11752006-12-08 02:39:28 -08001515 if (rx_put >= rx_get)
1516 char_count = rx_put - rx_get;
1517 else
1518 char_count = rx_put - rx_get + rx_bufsize;
Jiri Slaby65f76a82007-10-18 03:06:22 -07001519 if (char_count >= readl(&buf_ctrl->rx_threshold) &&
Jiri Slabyebafeef2007-10-18 03:06:20 -07001520 !timer_pending(&cyz_rx_full_timer[
1521 info->line]))
1522 mod_timer(&cyz_rx_full_timer[info->line],
1523 jiffies + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08001525 info->idle_stats.recv_idle = jiffies;
1526 tty_schedule_flip(tty);
1527 }
1528 /* Update rx_get */
1529 cy_writel(&buf_ctrl->rx_get, new_rx_get);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531}
1532
Jiri Slaby65f76a82007-10-18 03:06:22 -07001533static void cyz_handle_tx(struct cyclades_port *info,
Jiri Slabyad39c302007-05-08 00:35:49 -07001534 struct BUF_CTRL __iomem *buf_ctrl)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535{
Jiri Slaby875b2062007-05-08 00:36:49 -07001536 struct cyclades_card *cinfo = info->card;
Alan Cox77451e52008-07-16 21:57:02 +01001537 struct tty_struct *tty = info->port.tty;
Jiri Slaby65f76a82007-10-18 03:06:22 -07001538 u8 data;
1539 unsigned int char_count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001540#ifdef BLOCKMOVE
Jiri Slaby02f11752006-12-08 02:39:28 -08001541 int small_count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001542#endif
Jiri Slabyad39c302007-05-08 00:35:49 -07001543 __u32 tx_put, tx_get, tx_bufsize, tx_bufaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544
Jiri Slaby02f11752006-12-08 02:39:28 -08001545 if (info->xmit_cnt <= 0) /* Nothing to transmit */
1546 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001548 tx_get = readl(&buf_ctrl->tx_get);
1549 tx_put = readl(&buf_ctrl->tx_put);
1550 tx_bufsize = readl(&buf_ctrl->tx_bufsize);
1551 tx_bufaddr = readl(&buf_ctrl->tx_bufaddr);
Jiri Slaby02f11752006-12-08 02:39:28 -08001552 if (tx_put >= tx_get)
1553 char_count = tx_get - tx_put - 1 + tx_bufsize;
1554 else
1555 char_count = tx_get - tx_put - 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556
Jiri Slaby02f11752006-12-08 02:39:28 -08001557 if (char_count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558
Jiri Slabyf7429032007-05-08 00:36:59 -07001559 if (tty == NULL)
Jiri Slaby02f11752006-12-08 02:39:28 -08001560 goto ztxdone;
Jiri Slaby02f11752006-12-08 02:39:28 -08001561
1562 if (info->x_char) { /* send special char */
1563 data = info->x_char;
1564
1565 cy_writeb(cinfo->base_addr + tx_bufaddr + tx_put, data);
1566 tx_put = (tx_put + 1) & (tx_bufsize - 1);
1567 info->x_char = 0;
1568 char_count--;
1569 info->icount.tx++;
Jiri Slaby02f11752006-12-08 02:39:28 -08001570 }
1571#ifdef BLOCKMOVE
1572 while (0 < (small_count = min_t(unsigned int,
1573 tx_bufsize - tx_put, min_t(unsigned int,
1574 (SERIAL_XMIT_SIZE - info->xmit_tail),
1575 min_t(unsigned int, info->xmit_cnt,
1576 char_count))))) {
1577
1578 memcpy_toio((char *)(cinfo->base_addr + tx_bufaddr +
1579 tx_put),
Alan Cox77451e52008-07-16 21:57:02 +01001580 &info->port.xmit_buf[info->xmit_tail],
Jiri Slaby02f11752006-12-08 02:39:28 -08001581 small_count);
1582
1583 tx_put = (tx_put + small_count) & (tx_bufsize - 1);
1584 char_count -= small_count;
1585 info->icount.tx += small_count;
1586 info->xmit_cnt -= small_count;
1587 info->xmit_tail = (info->xmit_tail + small_count) &
1588 (SERIAL_XMIT_SIZE - 1);
Jiri Slaby02f11752006-12-08 02:39:28 -08001589 }
1590#else
1591 while (info->xmit_cnt && char_count) {
Alan Cox77451e52008-07-16 21:57:02 +01001592 data = info->port.xmit_buf[info->xmit_tail];
Jiri Slaby02f11752006-12-08 02:39:28 -08001593 info->xmit_cnt--;
1594 info->xmit_tail = (info->xmit_tail + 1) &
1595 (SERIAL_XMIT_SIZE - 1);
1596
1597 cy_writeb(cinfo->base_addr + tx_bufaddr + tx_put, data);
1598 tx_put = (tx_put + 1) & (tx_bufsize - 1);
1599 char_count--;
1600 info->icount.tx++;
Jiri Slaby02f11752006-12-08 02:39:28 -08001601 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602#endif
Jiri Slabyebafeef2007-10-18 03:06:20 -07001603 tty_wakeup(tty);
Jiri Slaby7fa57a02007-10-22 20:45:13 -07001604ztxdone:
Jiri Slaby02f11752006-12-08 02:39:28 -08001605 /* Update tx_put */
1606 cy_writel(&buf_ctrl->tx_put, tx_put);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001608}
1609
Jiri Slaby02f11752006-12-08 02:39:28 -08001610static void cyz_handle_cmd(struct cyclades_card *cinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611{
Jiri Slaby02f11752006-12-08 02:39:28 -08001612 struct tty_struct *tty;
1613 struct cyclades_port *info;
Jiri Slabyad39c302007-05-08 00:35:49 -07001614 static struct FIRM_ID __iomem *firm_id;
1615 static struct ZFW_CTRL __iomem *zfw_ctrl;
1616 static struct BOARD_CTRL __iomem *board_ctrl;
1617 static struct CH_CTRL __iomem *ch_ctrl;
1618 static struct BUF_CTRL __iomem *buf_ctrl;
Jiri Slaby101b8152009-06-11 12:30:10 +01001619 __u32 channel, param, fw_ver;
Klaus Kudielka1a86b5e2007-05-08 00:26:26 -07001620 __u8 cmd;
Jiri Slaby02f11752006-12-08 02:39:28 -08001621 int special_count;
1622 int delta_count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623
1624 firm_id = cinfo->base_addr + ID_ADDRESS;
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001625 zfw_ctrl = cinfo->base_addr + (readl(&firm_id->zfwctrl_addr) & 0xfffff);
Jiri Slaby02f11752006-12-08 02:39:28 -08001626 board_ctrl = &zfw_ctrl->board_ctrl;
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001627 fw_ver = readl(&board_ctrl->fw_version);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628
Jiri Slaby02f11752006-12-08 02:39:28 -08001629 while (cyz_fetch_msg(cinfo, &channel, &cmd, &param) == 1) {
1630 special_count = 0;
1631 delta_count = 0;
Jiri Slabydd025c02007-05-08 00:37:02 -07001632 info = &cinfo->ports[channel];
Alan Cox77451e52008-07-16 21:57:02 +01001633 tty = info->port.tty;
Alan Cox15ed6cc2008-04-30 00:53:55 -07001634 if (tty == NULL)
Jiri Slaby02f11752006-12-08 02:39:28 -08001635 continue;
Jiri Slabyf7429032007-05-08 00:36:59 -07001636
Jiri Slaby02f11752006-12-08 02:39:28 -08001637 ch_ctrl = &(zfw_ctrl->ch_ctrl[channel]);
1638 buf_ctrl = &(zfw_ctrl->buf_ctrl[channel]);
1639
1640 switch (cmd) {
1641 case C_CM_PR_ERROR:
1642 tty_insert_flip_char(tty, 0, TTY_PARITY);
1643 info->icount.rx++;
1644 special_count++;
1645 break;
1646 case C_CM_FR_ERROR:
1647 tty_insert_flip_char(tty, 0, TTY_FRAME);
1648 info->icount.rx++;
1649 special_count++;
1650 break;
1651 case C_CM_RXBRK:
1652 tty_insert_flip_char(tty, 0, TTY_BREAK);
1653 info->icount.rx++;
1654 special_count++;
1655 break;
1656 case C_CM_MDCD:
1657 info->icount.dcd++;
1658 delta_count++;
Alan Cox77451e52008-07-16 21:57:02 +01001659 if (info->port.flags & ASYNC_CHECK_CD) {
Jiri Slaby02f11752006-12-08 02:39:28 -08001660 if ((fw_ver > 241 ? ((u_long) param) :
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001661 readl(&ch_ctrl->rs_status)) &
Jiri Slaby02f11752006-12-08 02:39:28 -08001662 C_RS_DCD) {
Alan Cox77451e52008-07-16 21:57:02 +01001663 wake_up_interruptible(&info->port.open_wait);
Jiri Slaby02f11752006-12-08 02:39:28 -08001664 } else {
Alan Cox77451e52008-07-16 21:57:02 +01001665 tty_hangup(info->port.tty);
1666 wake_up_interruptible(&info->port.open_wait);
1667 info->port.flags &= ~ASYNC_NORMAL_ACTIVE;
Jiri Slaby02f11752006-12-08 02:39:28 -08001668 }
1669 }
1670 break;
1671 case C_CM_MCTS:
1672 info->icount.cts++;
1673 delta_count++;
1674 break;
1675 case C_CM_MRI:
1676 info->icount.rng++;
1677 delta_count++;
1678 break;
1679 case C_CM_MDSR:
1680 info->icount.dsr++;
1681 delta_count++;
1682 break;
1683#ifdef Z_WAKE
1684 case C_CM_IOCTLW:
Jiri Slabyebafeef2007-10-18 03:06:20 -07001685 complete(&info->shutdown_wait);
Jiri Slaby02f11752006-12-08 02:39:28 -08001686 break;
1687#endif
1688#ifdef CONFIG_CYZ_INTR
1689 case C_CM_RXHIWM:
1690 case C_CM_RXNNDT:
1691 case C_CM_INTBACK2:
1692 /* Reception Interrupt */
1693#ifdef CY_DEBUG_INTERRUPTS
Jiri Slaby21719192007-05-08 00:36:42 -07001694 printk(KERN_DEBUG "cyz_interrupt: rcvd intr, card %d, "
1695 "port %ld\n", info->card, channel);
Jiri Slaby02f11752006-12-08 02:39:28 -08001696#endif
Jiri Slaby65f76a82007-10-18 03:06:22 -07001697 cyz_handle_rx(info, buf_ctrl);
Jiri Slaby02f11752006-12-08 02:39:28 -08001698 break;
1699 case C_CM_TXBEMPTY:
1700 case C_CM_TXLOWWM:
1701 case C_CM_INTBACK:
1702 /* Transmission Interrupt */
1703#ifdef CY_DEBUG_INTERRUPTS
Jiri Slaby21719192007-05-08 00:36:42 -07001704 printk(KERN_DEBUG "cyz_interrupt: xmit intr, card %d, "
1705 "port %ld\n", info->card, channel);
Jiri Slaby02f11752006-12-08 02:39:28 -08001706#endif
Jiri Slaby65f76a82007-10-18 03:06:22 -07001707 cyz_handle_tx(info, buf_ctrl);
Jiri Slaby02f11752006-12-08 02:39:28 -08001708 break;
1709#endif /* CONFIG_CYZ_INTR */
1710 case C_CM_FATAL:
1711 /* should do something with this !!! */
1712 break;
1713 default:
1714 break;
1715 }
1716 if (delta_count)
Jiri Slabyebafeef2007-10-18 03:06:20 -07001717 wake_up_interruptible(&info->delta_msr_wait);
Jiri Slaby02f11752006-12-08 02:39:28 -08001718 if (special_count)
1719 tty_schedule_flip(tty);
1720 }
1721}
1722
1723#ifdef CONFIG_CYZ_INTR
1724static irqreturn_t cyz_interrupt(int irq, void *dev_id)
1725{
Jiri Slabyf7429032007-05-08 00:36:59 -07001726 struct cyclades_card *cinfo = dev_id;
Jiri Slaby02f11752006-12-08 02:39:28 -08001727
Jiri Slabyf7429032007-05-08 00:36:59 -07001728 if (unlikely(!ISZLOADED(*cinfo))) {
Jiri Slaby02f11752006-12-08 02:39:28 -08001729#ifdef CY_DEBUG_INTERRUPTS
Jiri Slaby21719192007-05-08 00:36:42 -07001730 printk(KERN_DEBUG "cyz_interrupt: board not yet loaded "
1731 "(IRQ%d).\n", irq);
Jiri Slaby02f11752006-12-08 02:39:28 -08001732#endif
1733 return IRQ_NONE;
1734 }
1735
1736 /* Handle the interrupts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737 cyz_handle_cmd(cinfo);
1738
Jiri Slaby02f11752006-12-08 02:39:28 -08001739 return IRQ_HANDLED;
1740} /* cyz_interrupt */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741
Jiri Slaby02f11752006-12-08 02:39:28 -08001742static void cyz_rx_restart(unsigned long arg)
1743{
1744 struct cyclades_port *info = (struct cyclades_port *)arg;
Jiri Slaby875b2062007-05-08 00:36:49 -07001745 struct cyclades_card *card = info->card;
Jiri Slaby02f11752006-12-08 02:39:28 -08001746 int retval;
Jiri Slaby875b2062007-05-08 00:36:49 -07001747 __u32 channel = info->line - card->first_line;
Jiri Slaby02f11752006-12-08 02:39:28 -08001748 unsigned long flags;
1749
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07001750 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby875b2062007-05-08 00:36:49 -07001751 retval = cyz_issue_cmd(card, channel, C_CM_INTBACK2, 0L);
Jiri Slaby02f11752006-12-08 02:39:28 -08001752 if (retval != 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07001753 printk(KERN_ERR "cyc:cyz_rx_restart retval on ttyC%d was %x\n",
Jiri Slaby02f11752006-12-08 02:39:28 -08001754 info->line, retval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755 }
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07001756 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08001757}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758
Jiri Slaby02f11752006-12-08 02:39:28 -08001759#else /* CONFIG_CYZ_INTR */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760
Jiri Slaby02f11752006-12-08 02:39:28 -08001761static void cyz_poll(unsigned long arg)
1762{
1763 struct cyclades_card *cinfo;
1764 struct cyclades_port *info;
1765 struct tty_struct *tty;
Jiri Slabyc4923b42007-07-17 04:05:17 -07001766 struct FIRM_ID __iomem *firm_id;
1767 struct ZFW_CTRL __iomem *zfw_ctrl;
1768 struct BOARD_CTRL __iomem *board_ctrl;
Jiri Slabyc4923b42007-07-17 04:05:17 -07001769 struct BUF_CTRL __iomem *buf_ctrl;
Jiri Slabyb7050902007-05-08 00:35:48 -07001770 unsigned long expires = jiffies + HZ;
Jiri Slaby65f76a82007-10-18 03:06:22 -07001771 unsigned int port, card;
Jiri Slaby02f11752006-12-08 02:39:28 -08001772
Jiri Slaby02f11752006-12-08 02:39:28 -08001773 for (card = 0; card < NR_CARDS; card++) {
1774 cinfo = &cy_card[card];
1775
1776 if (!IS_CYC_Z(*cinfo))
1777 continue;
1778 if (!ISZLOADED(*cinfo))
1779 continue;
1780
1781 firm_id = cinfo->base_addr + ID_ADDRESS;
1782 zfw_ctrl = cinfo->base_addr +
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001783 (readl(&firm_id->zfwctrl_addr) & 0xfffff);
Jiri Slaby02f11752006-12-08 02:39:28 -08001784 board_ctrl = &(zfw_ctrl->board_ctrl);
1785
1786 /* Skip first polling cycle to avoid racing conditions with the FW */
1787 if (!cinfo->intr_enabled) {
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001788 cinfo->nports = (int)readl(&board_ctrl->n_channel);
Jiri Slaby02f11752006-12-08 02:39:28 -08001789 cinfo->intr_enabled = 1;
1790 continue;
1791 }
1792
1793 cyz_handle_cmd(cinfo);
1794
1795 for (port = 0; port < cinfo->nports; port++) {
Jiri Slabydd025c02007-05-08 00:37:02 -07001796 info = &cinfo->ports[port];
Alan Cox77451e52008-07-16 21:57:02 +01001797 tty = info->port.tty;
Jiri Slaby02f11752006-12-08 02:39:28 -08001798 buf_ctrl = &(zfw_ctrl->buf_ctrl[port]);
1799
1800 if (!info->throttle)
Jiri Slaby65f76a82007-10-18 03:06:22 -07001801 cyz_handle_rx(info, buf_ctrl);
1802 cyz_handle_tx(info, buf_ctrl);
Jiri Slaby02f11752006-12-08 02:39:28 -08001803 }
1804 /* poll every 'cyz_polling_cycle' period */
Jiri Slabyb7050902007-05-08 00:35:48 -07001805 expires = jiffies + cyz_polling_cycle;
Jiri Slaby02f11752006-12-08 02:39:28 -08001806 }
Jiri Slabyb7050902007-05-08 00:35:48 -07001807 mod_timer(&cyz_timerlist, expires);
Jiri Slaby02f11752006-12-08 02:39:28 -08001808} /* cyz_poll */
1809
1810#endif /* CONFIG_CYZ_INTR */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811
1812/********** End of block of Cyclades-Z specific code *********/
1813/***********************************************************/
1814
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815/* This is called whenever a port becomes active;
1816 interrupts are enabled and DTR & RTS are turned on.
1817 */
Jiri Slaby02f11752006-12-08 02:39:28 -08001818static int startup(struct cyclades_port *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819{
Jiri Slaby875b2062007-05-08 00:36:49 -07001820 struct cyclades_card *card;
Jiri Slaby02f11752006-12-08 02:39:28 -08001821 unsigned long flags;
1822 int retval = 0;
1823 void __iomem *base_addr;
Jiri Slaby875b2062007-05-08 00:36:49 -07001824 int chip, channel, index;
Jiri Slaby02f11752006-12-08 02:39:28 -08001825 unsigned long page;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826
Jiri Slaby02f11752006-12-08 02:39:28 -08001827 card = info->card;
Jiri Slaby875b2062007-05-08 00:36:49 -07001828 channel = info->line - card->first_line;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829
Jiri Slaby02f11752006-12-08 02:39:28 -08001830 page = get_zeroed_page(GFP_KERNEL);
1831 if (!page)
1832 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07001834 spin_lock_irqsave(&card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835
Alan Cox77451e52008-07-16 21:57:02 +01001836 if (info->port.flags & ASYNC_INITIALIZED) {
Jiri Slaby02f11752006-12-08 02:39:28 -08001837 free_page(page);
1838 goto errout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839 }
Jiri Slaby02f11752006-12-08 02:39:28 -08001840
1841 if (!info->type) {
Alan Cox77451e52008-07-16 21:57:02 +01001842 if (info->port.tty)
1843 set_bit(TTY_IO_ERROR, &info->port.tty->flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08001844 free_page(page);
1845 goto errout;
1846 }
1847
Alan Cox77451e52008-07-16 21:57:02 +01001848 if (info->port.xmit_buf)
Jiri Slaby02f11752006-12-08 02:39:28 -08001849 free_page(page);
1850 else
Alan Cox77451e52008-07-16 21:57:02 +01001851 info->port.xmit_buf = (unsigned char *)page;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07001853 spin_unlock_irqrestore(&card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854
Jiri Slaby02f11752006-12-08 02:39:28 -08001855 set_line_char(info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856
Jiri Slaby875b2062007-05-08 00:36:49 -07001857 if (!IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08001858 chip = channel >> 2;
1859 channel &= 0x03;
Jiri Slaby875b2062007-05-08 00:36:49 -07001860 index = card->bus_index;
1861 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862
1863#ifdef CY_DEBUG_OPEN
Jiri Slaby21719192007-05-08 00:36:42 -07001864 printk(KERN_DEBUG "cyc startup card %d, chip %d, channel %d, "
1865 "base_addr %p\n",
1866 card, chip, channel, base_addr);
Jiri Slaby02f11752006-12-08 02:39:28 -08001867#endif
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07001868 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08001869
1870 cy_writeb(base_addr + (CyCAR << index), (u_char) channel);
1871
1872 cy_writeb(base_addr + (CyRTPR << index),
1873 (info->default_timeout ? info->default_timeout : 0x02));
1874 /* 10ms rx timeout */
1875
1876 cyy_issue_cmd(base_addr, CyCHAN_CTL | CyENB_RCVR | CyENB_XMTR,
1877 index);
1878
1879 cy_writeb(base_addr + (CyCAR << index), (u_char) channel);
1880 cy_writeb(base_addr + (CyMSVR1 << index), CyRTS);
1881 cy_writeb(base_addr + (CyMSVR2 << index), CyDTR);
1882
1883#ifdef CY_DEBUG_DTR
Jiri Slaby21719192007-05-08 00:36:42 -07001884 printk(KERN_DEBUG "cyc:startup raising DTR\n");
1885 printk(KERN_DEBUG " status: 0x%x, 0x%x\n",
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001886 readb(base_addr + (CyMSVR1 << index)),
1887 readb(base_addr + (CyMSVR2 << index)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888#endif
1889
Jiri Slaby02f11752006-12-08 02:39:28 -08001890 cy_writeb(base_addr + (CySRER << index),
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001891 readb(base_addr + (CySRER << index)) | CyRxData);
Alan Cox77451e52008-07-16 21:57:02 +01001892 info->port.flags |= ASYNC_INITIALIZED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893
Alan Cox77451e52008-07-16 21:57:02 +01001894 if (info->port.tty)
1895 clear_bit(TTY_IO_ERROR, &info->port.tty->flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08001896 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1897 info->breakon = info->breakoff = 0;
1898 memset((char *)&info->idle_stats, 0, sizeof(info->idle_stats));
1899 info->idle_stats.in_use =
1900 info->idle_stats.recv_idle =
1901 info->idle_stats.xmit_idle = jiffies;
1902
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07001903 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08001904
1905 } else {
1906 struct FIRM_ID __iomem *firm_id;
1907 struct ZFW_CTRL __iomem *zfw_ctrl;
1908 struct BOARD_CTRL __iomem *board_ctrl;
1909 struct CH_CTRL __iomem *ch_ctrl;
Jiri Slaby02f11752006-12-08 02:39:28 -08001910
Jiri Slaby875b2062007-05-08 00:36:49 -07001911 base_addr = card->base_addr;
Jiri Slaby02f11752006-12-08 02:39:28 -08001912
1913 firm_id = base_addr + ID_ADDRESS;
Alan Cox15ed6cc2008-04-30 00:53:55 -07001914 if (!ISZLOADED(*card))
Jiri Slaby02f11752006-12-08 02:39:28 -08001915 return -ENODEV;
Jiri Slaby02f11752006-12-08 02:39:28 -08001916
Jiri Slaby875b2062007-05-08 00:36:49 -07001917 zfw_ctrl = card->base_addr +
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001918 (readl(&firm_id->zfwctrl_addr) & 0xfffff);
Jiri Slaby02f11752006-12-08 02:39:28 -08001919 board_ctrl = &zfw_ctrl->board_ctrl;
1920 ch_ctrl = zfw_ctrl->ch_ctrl;
1921
1922#ifdef CY_DEBUG_OPEN
Jiri Slaby21719192007-05-08 00:36:42 -07001923 printk(KERN_DEBUG "cyc startup Z card %d, channel %d, "
1924 "base_addr %p\n", card, channel, base_addr);
Jiri Slaby02f11752006-12-08 02:39:28 -08001925#endif
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07001926 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08001927
1928 cy_writel(&ch_ctrl[channel].op_mode, C_CH_ENABLE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929#ifdef Z_WAKE
1930#ifdef CONFIG_CYZ_INTR
Jiri Slaby02f11752006-12-08 02:39:28 -08001931 cy_writel(&ch_ctrl[channel].intr_enable,
1932 C_IN_TXBEMPTY | C_IN_TXLOWWM | C_IN_RXHIWM |
1933 C_IN_RXNNDT | C_IN_IOCTLW | C_IN_MDCD);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934#else
Jiri Slaby02f11752006-12-08 02:39:28 -08001935 cy_writel(&ch_ctrl[channel].intr_enable,
1936 C_IN_IOCTLW | C_IN_MDCD);
1937#endif /* CONFIG_CYZ_INTR */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938#else
1939#ifdef CONFIG_CYZ_INTR
Jiri Slaby02f11752006-12-08 02:39:28 -08001940 cy_writel(&ch_ctrl[channel].intr_enable,
1941 C_IN_TXBEMPTY | C_IN_TXLOWWM | C_IN_RXHIWM |
1942 C_IN_RXNNDT | C_IN_MDCD);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943#else
Jiri Slaby02f11752006-12-08 02:39:28 -08001944 cy_writel(&ch_ctrl[channel].intr_enable, C_IN_MDCD);
1945#endif /* CONFIG_CYZ_INTR */
1946#endif /* Z_WAKE */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947
Jiri Slaby875b2062007-05-08 00:36:49 -07001948 retval = cyz_issue_cmd(card, channel, C_CM_IOCTL, 0L);
Jiri Slaby02f11752006-12-08 02:39:28 -08001949 if (retval != 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07001950 printk(KERN_ERR "cyc:startup(1) retval on ttyC%d was "
1951 "%x\n", info->line, retval);
Jiri Slaby02f11752006-12-08 02:39:28 -08001952 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953
Jiri Slaby02f11752006-12-08 02:39:28 -08001954 /* Flush RX buffers before raising DTR and RTS */
Jiri Slaby875b2062007-05-08 00:36:49 -07001955 retval = cyz_issue_cmd(card, channel, C_CM_FLUSH_RX, 0L);
Jiri Slaby02f11752006-12-08 02:39:28 -08001956 if (retval != 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07001957 printk(KERN_ERR "cyc:startup(2) retval on ttyC%d was "
1958 "%x\n", info->line, retval);
Jiri Slaby02f11752006-12-08 02:39:28 -08001959 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960
Jiri Slaby02f11752006-12-08 02:39:28 -08001961 /* set timeout !!! */
1962 /* set RTS and DTR !!! */
1963 cy_writel(&ch_ctrl[channel].rs_control,
Jiri Slabydb05c3b2007-05-08 00:35:46 -07001964 readl(&ch_ctrl[channel].rs_control) | C_RS_RTS |
Jiri Slaby02f11752006-12-08 02:39:28 -08001965 C_RS_DTR);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07001966 retval = cyz_issue_cmd(card, channel, C_CM_IOCTLM, 0L);
Jiri Slaby02f11752006-12-08 02:39:28 -08001967 if (retval != 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07001968 printk(KERN_ERR "cyc:startup(3) retval on ttyC%d was "
1969 "%x\n", info->line, retval);
Jiri Slaby02f11752006-12-08 02:39:28 -08001970 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971#ifdef CY_DEBUG_DTR
Jiri Slaby21719192007-05-08 00:36:42 -07001972 printk(KERN_DEBUG "cyc:startup raising Z DTR\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973#endif
1974
Jiri Slaby02f11752006-12-08 02:39:28 -08001975 /* enable send, recv, modem !!! */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976
Alan Cox77451e52008-07-16 21:57:02 +01001977 info->port.flags |= ASYNC_INITIALIZED;
1978 if (info->port.tty)
1979 clear_bit(TTY_IO_ERROR, &info->port.tty->flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08001980 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1981 info->breakon = info->breakoff = 0;
1982 memset((char *)&info->idle_stats, 0, sizeof(info->idle_stats));
1983 info->idle_stats.in_use =
1984 info->idle_stats.recv_idle =
1985 info->idle_stats.xmit_idle = jiffies;
1986
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07001987 spin_unlock_irqrestore(&card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989
1990#ifdef CY_DEBUG_OPEN
Jiri Slaby21719192007-05-08 00:36:42 -07001991 printk(KERN_DEBUG "cyc startup done\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992#endif
1993 return 0;
1994
1995errout:
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07001996 spin_unlock_irqrestore(&card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997 return retval;
Jiri Slaby02f11752006-12-08 02:39:28 -08001998} /* startup */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999
Jiri Slaby02f11752006-12-08 02:39:28 -08002000static void start_xmit(struct cyclades_port *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001{
Jiri Slaby875b2062007-05-08 00:36:49 -07002002 struct cyclades_card *card;
Jiri Slaby02f11752006-12-08 02:39:28 -08002003 unsigned long flags;
2004 void __iomem *base_addr;
Jiri Slaby875b2062007-05-08 00:36:49 -07002005 int chip, channel, index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006
Jiri Slaby02f11752006-12-08 02:39:28 -08002007 card = info->card;
Jiri Slaby875b2062007-05-08 00:36:49 -07002008 channel = info->line - card->first_line;
2009 if (!IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08002010 chip = channel >> 2;
2011 channel &= 0x03;
Jiri Slaby875b2062007-05-08 00:36:49 -07002012 index = card->bus_index;
2013 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002015 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002016 cy_writeb(base_addr + (CyCAR << index), channel);
2017 cy_writeb(base_addr + (CySRER << index),
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002018 readb(base_addr + (CySRER << index)) | CyTxRdy);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002019 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002020 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021#ifdef CONFIG_CYZ_INTR
Jiri Slaby02f11752006-12-08 02:39:28 -08002022 int retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002024 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby875b2062007-05-08 00:36:49 -07002025 retval = cyz_issue_cmd(card, channel, C_CM_INTBACK, 0L);
Jiri Slaby02f11752006-12-08 02:39:28 -08002026 if (retval != 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07002027 printk(KERN_ERR "cyc:start_xmit retval on ttyC%d was "
2028 "%x\n", info->line, retval);
Jiri Slaby02f11752006-12-08 02:39:28 -08002029 }
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002030 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002031#else /* CONFIG_CYZ_INTR */
2032 /* Don't have to do anything at this time */
2033#endif /* CONFIG_CYZ_INTR */
2034 }
2035} /* start_xmit */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036
2037/*
2038 * This routine shuts down a serial port; interrupts are disabled,
2039 * and DTR is dropped if the hangup on close termio flag is on.
2040 */
Jiri Slaby02f11752006-12-08 02:39:28 -08002041static void shutdown(struct cyclades_port *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042{
Jiri Slaby875b2062007-05-08 00:36:49 -07002043 struct cyclades_card *card;
Jiri Slaby02f11752006-12-08 02:39:28 -08002044 unsigned long flags;
2045 void __iomem *base_addr;
Jiri Slaby875b2062007-05-08 00:36:49 -07002046 int chip, channel, index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047
Alan Cox77451e52008-07-16 21:57:02 +01002048 if (!(info->port.flags & ASYNC_INITIALIZED))
Jiri Slaby02f11752006-12-08 02:39:28 -08002049 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050
Jiri Slaby02f11752006-12-08 02:39:28 -08002051 card = info->card;
Jiri Slaby875b2062007-05-08 00:36:49 -07002052 channel = info->line - card->first_line;
2053 if (!IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08002054 chip = channel >> 2;
2055 channel &= 0x03;
Jiri Slaby875b2062007-05-08 00:36:49 -07002056 index = card->bus_index;
2057 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058
2059#ifdef CY_DEBUG_OPEN
Jiri Slaby21719192007-05-08 00:36:42 -07002060 printk(KERN_DEBUG "cyc shutdown Y card %d, chip %d, "
2061 "channel %d, base_addr %p\n",
2062 card, chip, channel, base_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002065 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002066
2067 /* Clear delta_msr_wait queue to avoid mem leaks. */
2068 wake_up_interruptible(&info->delta_msr_wait);
2069
Alan Cox77451e52008-07-16 21:57:02 +01002070 if (info->port.xmit_buf) {
Jiri Slaby02f11752006-12-08 02:39:28 -08002071 unsigned char *temp;
Alan Cox77451e52008-07-16 21:57:02 +01002072 temp = info->port.xmit_buf;
2073 info->port.xmit_buf = NULL;
Jiri Slaby02f11752006-12-08 02:39:28 -08002074 free_page((unsigned long)temp);
2075 }
2076 cy_writeb(base_addr + (CyCAR << index), (u_char) channel);
Alan Cox77451e52008-07-16 21:57:02 +01002077 if (!info->port.tty || (info->port.tty->termios->c_cflag & HUPCL)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08002078 cy_writeb(base_addr + (CyMSVR1 << index), ~CyRTS);
2079 cy_writeb(base_addr + (CyMSVR2 << index), ~CyDTR);
2080#ifdef CY_DEBUG_DTR
Jiri Slaby21719192007-05-08 00:36:42 -07002081 printk(KERN_DEBUG "cyc shutdown dropping DTR\n");
2082 printk(KERN_DEBUG " status: 0x%x, 0x%x\n",
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002083 readb(base_addr + (CyMSVR1 << index)),
2084 readb(base_addr + (CyMSVR2 << index)));
Jiri Slaby02f11752006-12-08 02:39:28 -08002085#endif
2086 }
2087 cyy_issue_cmd(base_addr, CyCHAN_CTL | CyDIS_RCVR, index);
2088 /* it may be appropriate to clear _XMIT at
2089 some later date (after testing)!!! */
2090
Alan Cox77451e52008-07-16 21:57:02 +01002091 if (info->port.tty)
2092 set_bit(TTY_IO_ERROR, &info->port.tty->flags);
2093 info->port.flags &= ~ASYNC_INITIALIZED;
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002094 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002095 } else {
2096 struct FIRM_ID __iomem *firm_id;
2097 struct ZFW_CTRL __iomem *zfw_ctrl;
2098 struct BOARD_CTRL __iomem *board_ctrl;
2099 struct CH_CTRL __iomem *ch_ctrl;
2100 int retval;
2101
Jiri Slaby875b2062007-05-08 00:36:49 -07002102 base_addr = card->base_addr;
Jiri Slaby02f11752006-12-08 02:39:28 -08002103#ifdef CY_DEBUG_OPEN
Jiri Slaby21719192007-05-08 00:36:42 -07002104 printk(KERN_DEBUG "cyc shutdown Z card %d, channel %d, "
2105 "base_addr %p\n", card, channel, base_addr);
Jiri Slaby02f11752006-12-08 02:39:28 -08002106#endif
2107
2108 firm_id = base_addr + ID_ADDRESS;
Alan Cox15ed6cc2008-04-30 00:53:55 -07002109 if (!ISZLOADED(*card))
Jiri Slaby02f11752006-12-08 02:39:28 -08002110 return;
Jiri Slaby02f11752006-12-08 02:39:28 -08002111
Jiri Slaby875b2062007-05-08 00:36:49 -07002112 zfw_ctrl = card->base_addr +
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002113 (readl(&firm_id->zfwctrl_addr) & 0xfffff);
Jiri Slaby02f11752006-12-08 02:39:28 -08002114 board_ctrl = &zfw_ctrl->board_ctrl;
2115 ch_ctrl = zfw_ctrl->ch_ctrl;
2116
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002117 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002118
Alan Cox77451e52008-07-16 21:57:02 +01002119 if (info->port.xmit_buf) {
Jiri Slaby02f11752006-12-08 02:39:28 -08002120 unsigned char *temp;
Alan Cox77451e52008-07-16 21:57:02 +01002121 temp = info->port.xmit_buf;
2122 info->port.xmit_buf = NULL;
Jiri Slaby02f11752006-12-08 02:39:28 -08002123 free_page((unsigned long)temp);
2124 }
2125
Alan Cox77451e52008-07-16 21:57:02 +01002126 if (!info->port.tty || (info->port.tty->termios->c_cflag & HUPCL)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08002127 cy_writel(&ch_ctrl[channel].rs_control,
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002128 (__u32)(readl(&ch_ctrl[channel].rs_control) &
Jiri Slaby02f11752006-12-08 02:39:28 -08002129 ~(C_RS_RTS | C_RS_DTR)));
Jiri Slaby875b2062007-05-08 00:36:49 -07002130 retval = cyz_issue_cmd(info->card, channel,
Jiri Slaby02f11752006-12-08 02:39:28 -08002131 C_CM_IOCTLM, 0L);
2132 if (retval != 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07002133 printk(KERN_ERR"cyc:shutdown retval on ttyC%d "
2134 "was %x\n", info->line, retval);
Jiri Slaby02f11752006-12-08 02:39:28 -08002135 }
2136#ifdef CY_DEBUG_DTR
Jiri Slaby21719192007-05-08 00:36:42 -07002137 printk(KERN_DEBUG "cyc:shutdown dropping Z DTR\n");
Jiri Slaby02f11752006-12-08 02:39:28 -08002138#endif
2139 }
2140
Alan Cox77451e52008-07-16 21:57:02 +01002141 if (info->port.tty)
2142 set_bit(TTY_IO_ERROR, &info->port.tty->flags);
2143 info->port.flags &= ~ASYNC_INITIALIZED;
Jiri Slaby02f11752006-12-08 02:39:28 -08002144
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002145 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002146 }
2147
2148#ifdef CY_DEBUG_OPEN
Jiri Slaby21719192007-05-08 00:36:42 -07002149 printk(KERN_DEBUG "cyc shutdown done\n");
Jiri Slaby02f11752006-12-08 02:39:28 -08002150#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08002151} /* shutdown */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152
2153/*
2154 * ------------------------------------------------------------
2155 * cy_open() and friends
2156 * ------------------------------------------------------------
2157 */
2158
2159static int
Jiri Slaby02f11752006-12-08 02:39:28 -08002160block_til_ready(struct tty_struct *tty, struct file *filp,
2161 struct cyclades_port *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162{
Jiri Slaby02f11752006-12-08 02:39:28 -08002163 DECLARE_WAITQUEUE(wait, current);
2164 struct cyclades_card *cinfo;
2165 unsigned long flags;
2166 int chip, channel, index;
2167 int retval;
2168 void __iomem *base_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169
Jiri Slaby875b2062007-05-08 00:36:49 -07002170 cinfo = info->card;
Jiri Slaby02f11752006-12-08 02:39:28 -08002171 channel = info->line - cinfo->first_line;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172
Jiri Slaby02f11752006-12-08 02:39:28 -08002173 /*
2174 * If the device is in the middle of being closed, then block
2175 * until it's done, and then try again.
2176 */
Alan Cox77451e52008-07-16 21:57:02 +01002177 if (tty_hung_up_p(filp) || (info->port.flags & ASYNC_CLOSING)) {
2178 wait_event_interruptible(info->port.close_wait,
2179 !(info->port.flags & ASYNC_CLOSING));
2180 return (info->port.flags & ASYNC_HUP_NOTIFY) ? -EAGAIN: -ERESTARTSYS;
Jiri Slaby02f11752006-12-08 02:39:28 -08002181 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182
Jiri Slaby02f11752006-12-08 02:39:28 -08002183 /*
2184 * If non-blocking mode is set, then make the check up front
2185 * and then exit.
2186 */
Alan Cox15ed6cc2008-04-30 00:53:55 -07002187 if ((filp->f_flags & O_NONBLOCK) ||
2188 (tty->flags & (1 << TTY_IO_ERROR))) {
Alan Cox77451e52008-07-16 21:57:02 +01002189 info->port.flags |= ASYNC_NORMAL_ACTIVE;
Jiri Slaby02f11752006-12-08 02:39:28 -08002190 return 0;
2191 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192
Jiri Slaby02f11752006-12-08 02:39:28 -08002193 /*
2194 * Block waiting for the carrier detect and the line to become
2195 * free (i.e., not in use by the callout). While we are in
Alan Cox77451e52008-07-16 21:57:02 +01002196 * this loop, info->port.count is dropped by one, so that
Jiri Slaby02f11752006-12-08 02:39:28 -08002197 * cy_close() knows when to free things. We restore it upon
2198 * exit, either normal or abnormal.
2199 */
2200 retval = 0;
Alan Cox77451e52008-07-16 21:57:02 +01002201 add_wait_queue(&info->port.open_wait, &wait);
Jiri Slaby02f11752006-12-08 02:39:28 -08002202#ifdef CY_DEBUG_OPEN
Jiri Slaby21719192007-05-08 00:36:42 -07002203 printk(KERN_DEBUG "cyc block_til_ready before block: ttyC%d, "
Alan Cox77451e52008-07-16 21:57:02 +01002204 "count = %d\n", info->line, info->port.count);
Jiri Slaby02f11752006-12-08 02:39:28 -08002205#endif
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002206 spin_lock_irqsave(&cinfo->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002207 if (!tty_hung_up_p(filp))
Alan Cox77451e52008-07-16 21:57:02 +01002208 info->port.count--;
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002209 spin_unlock_irqrestore(&cinfo->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002210#ifdef CY_DEBUG_COUNT
Jiri Slaby21719192007-05-08 00:36:42 -07002211 printk(KERN_DEBUG "cyc block_til_ready: (%d): decrementing count to "
Alan Cox77451e52008-07-16 21:57:02 +01002212 "%d\n", current->pid, info->port.count);
Jiri Slaby02f11752006-12-08 02:39:28 -08002213#endif
Alan Cox77451e52008-07-16 21:57:02 +01002214 info->port.blocked_open++;
Jiri Slaby02f11752006-12-08 02:39:28 -08002215
2216 if (!IS_CYC_Z(*cinfo)) {
2217 chip = channel >> 2;
2218 channel &= 0x03;
2219 index = cinfo->bus_index;
2220 base_addr = cinfo->base_addr + (cy_chip_offset[chip] << index);
2221
2222 while (1) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002223 spin_lock_irqsave(&cinfo->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002224 if ((tty->termios->c_cflag & CBAUD)) {
2225 cy_writeb(base_addr + (CyCAR << index),
2226 (u_char) channel);
2227 cy_writeb(base_addr + (CyMSVR1 << index),
2228 CyRTS);
2229 cy_writeb(base_addr + (CyMSVR2 << index),
2230 CyDTR);
2231#ifdef CY_DEBUG_DTR
Jiri Slaby21719192007-05-08 00:36:42 -07002232 printk(KERN_DEBUG "cyc:block_til_ready raising "
2233 "DTR\n");
2234 printk(KERN_DEBUG " status: 0x%x, 0x%x\n",
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002235 readb(base_addr + (CyMSVR1 << index)),
2236 readb(base_addr + (CyMSVR2 << index)));
Jiri Slaby02f11752006-12-08 02:39:28 -08002237#endif
2238 }
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002239 spin_unlock_irqrestore(&cinfo->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240
Jiri Slaby02f11752006-12-08 02:39:28 -08002241 set_current_state(TASK_INTERRUPTIBLE);
2242 if (tty_hung_up_p(filp) ||
Alan Cox77451e52008-07-16 21:57:02 +01002243 !(info->port.flags & ASYNC_INITIALIZED)) {
2244 retval = ((info->port.flags & ASYNC_HUP_NOTIFY) ?
Jiri Slaby02f11752006-12-08 02:39:28 -08002245 -EAGAIN : -ERESTARTSYS);
2246 break;
2247 }
2248
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002249 spin_lock_irqsave(&cinfo->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002250 cy_writeb(base_addr + (CyCAR << index),
2251 (u_char) channel);
Alan Cox77451e52008-07-16 21:57:02 +01002252 if (!(info->port.flags & ASYNC_CLOSING) && (C_CLOCAL(tty) ||
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002253 (readb(base_addr +
Jiri Slaby02f11752006-12-08 02:39:28 -08002254 (CyMSVR1 << index)) & CyDCD))) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002255 spin_unlock_irqrestore(&cinfo->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002256 break;
2257 }
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002258 spin_unlock_irqrestore(&cinfo->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002259
2260 if (signal_pending(current)) {
2261 retval = -ERESTARTSYS;
2262 break;
2263 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264#ifdef CY_DEBUG_OPEN
Jiri Slaby21719192007-05-08 00:36:42 -07002265 printk(KERN_DEBUG "cyc block_til_ready blocking: "
2266 "ttyC%d, count = %d\n",
Alan Cox77451e52008-07-16 21:57:02 +01002267 info->line, info->port.count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08002269 schedule();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002270 }
Jiri Slaby02f11752006-12-08 02:39:28 -08002271 } else {
2272 struct FIRM_ID __iomem *firm_id;
2273 struct ZFW_CTRL __iomem *zfw_ctrl;
2274 struct BOARD_CTRL __iomem *board_ctrl;
2275 struct CH_CTRL __iomem *ch_ctrl;
Jiri Slaby02f11752006-12-08 02:39:28 -08002276
2277 base_addr = cinfo->base_addr;
2278 firm_id = base_addr + ID_ADDRESS;
2279 if (!ISZLOADED(*cinfo)) {
Milind Arun Choudharycc0a8fb2007-05-08 00:30:52 -07002280 __set_current_state(TASK_RUNNING);
Alan Cox77451e52008-07-16 21:57:02 +01002281 remove_wait_queue(&info->port.open_wait, &wait);
Jiri Slaby02f11752006-12-08 02:39:28 -08002282 return -EINVAL;
2283 }
2284
Alan Cox15ed6cc2008-04-30 00:53:55 -07002285 zfw_ctrl = base_addr + (readl(&firm_id->zfwctrl_addr)
2286 & 0xfffff);
Jiri Slaby02f11752006-12-08 02:39:28 -08002287 board_ctrl = &zfw_ctrl->board_ctrl;
2288 ch_ctrl = zfw_ctrl->ch_ctrl;
2289
2290 while (1) {
2291 if ((tty->termios->c_cflag & CBAUD)) {
2292 cy_writel(&ch_ctrl[channel].rs_control,
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002293 readl(&ch_ctrl[channel].rs_control) |
2294 C_RS_RTS | C_RS_DTR);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002295 retval = cyz_issue_cmd(cinfo,
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002296 channel, C_CM_IOCTLM, 0L);
Jiri Slaby02f11752006-12-08 02:39:28 -08002297 if (retval != 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07002298 printk(KERN_ERR "cyc:block_til_ready "
2299 "retval on ttyC%d was %x\n",
Jiri Slaby02f11752006-12-08 02:39:28 -08002300 info->line, retval);
2301 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002302#ifdef CY_DEBUG_DTR
Jiri Slaby21719192007-05-08 00:36:42 -07002303 printk(KERN_DEBUG "cyc:block_til_ready raising "
2304 "Z DTR\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08002306 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002307
Jiri Slaby02f11752006-12-08 02:39:28 -08002308 set_current_state(TASK_INTERRUPTIBLE);
2309 if (tty_hung_up_p(filp) ||
Alan Cox77451e52008-07-16 21:57:02 +01002310 !(info->port.flags & ASYNC_INITIALIZED)) {
2311 retval = ((info->port.flags & ASYNC_HUP_NOTIFY) ?
Jiri Slaby02f11752006-12-08 02:39:28 -08002312 -EAGAIN : -ERESTARTSYS);
2313 break;
2314 }
Alan Cox77451e52008-07-16 21:57:02 +01002315 if (!(info->port.flags & ASYNC_CLOSING) && (C_CLOCAL(tty) ||
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002316 (readl(&ch_ctrl[channel].rs_status) &
Jiri Slaby02f11752006-12-08 02:39:28 -08002317 C_RS_DCD))) {
2318 break;
2319 }
2320 if (signal_pending(current)) {
2321 retval = -ERESTARTSYS;
2322 break;
2323 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324#ifdef CY_DEBUG_OPEN
Jiri Slaby21719192007-05-08 00:36:42 -07002325 printk(KERN_DEBUG "cyc block_til_ready blocking: "
2326 "ttyC%d, count = %d\n",
Alan Cox77451e52008-07-16 21:57:02 +01002327 info->line, info->port.count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08002329 schedule();
2330 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002331 }
Milind Arun Choudharycc0a8fb2007-05-08 00:30:52 -07002332 __set_current_state(TASK_RUNNING);
Alan Cox77451e52008-07-16 21:57:02 +01002333 remove_wait_queue(&info->port.open_wait, &wait);
Jiri Slaby02f11752006-12-08 02:39:28 -08002334 if (!tty_hung_up_p(filp)) {
Alan Cox77451e52008-07-16 21:57:02 +01002335 info->port.count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336#ifdef CY_DEBUG_COUNT
Jiri Slaby21719192007-05-08 00:36:42 -07002337 printk(KERN_DEBUG "cyc:block_til_ready (%d): incrementing "
Alan Cox77451e52008-07-16 21:57:02 +01002338 "count to %d\n", current->pid, info->port.count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08002340 }
Alan Cox77451e52008-07-16 21:57:02 +01002341 info->port.blocked_open--;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002342#ifdef CY_DEBUG_OPEN
Jiri Slaby21719192007-05-08 00:36:42 -07002343 printk(KERN_DEBUG "cyc:block_til_ready after blocking: ttyC%d, "
Alan Cox77451e52008-07-16 21:57:02 +01002344 "count = %d\n", info->line, info->port.count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08002346 if (retval)
2347 return retval;
Alan Cox77451e52008-07-16 21:57:02 +01002348 info->port.flags |= ASYNC_NORMAL_ACTIVE;
Jiri Slaby02f11752006-12-08 02:39:28 -08002349 return 0;
2350} /* block_til_ready */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351
2352/*
2353 * This routine is called whenever a serial port is opened. It
2354 * performs the serial-specific initialization for the tty structure.
2355 */
Jiri Slaby02f11752006-12-08 02:39:28 -08002356static int cy_open(struct tty_struct *tty, struct file *filp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357{
Jiri Slaby02f11752006-12-08 02:39:28 -08002358 struct cyclades_port *info;
Jiri Slaby65f76a82007-10-18 03:06:22 -07002359 unsigned int i, line;
2360 int retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361
Jiri Slaby02f11752006-12-08 02:39:28 -08002362 line = tty->index;
Alan Cox15ed6cc2008-04-30 00:53:55 -07002363 if (tty->index < 0 || NR_PORTS <= line)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002364 return -ENODEV;
Alan Cox15ed6cc2008-04-30 00:53:55 -07002365
Jiri Slabydd025c02007-05-08 00:37:02 -07002366 for (i = 0; i < NR_CARDS; i++)
2367 if (line < cy_card[i].first_line + cy_card[i].nports &&
2368 line >= cy_card[i].first_line)
2369 break;
2370 if (i >= NR_CARDS)
2371 return -ENODEV;
2372 info = &cy_card[i].ports[line - cy_card[i].first_line];
Alan Cox15ed6cc2008-04-30 00:53:55 -07002373 if (info->line < 0)
Jiri Slaby02f11752006-12-08 02:39:28 -08002374 return -ENODEV;
Jiri Slaby02f11752006-12-08 02:39:28 -08002375
2376 /* If the card's firmware hasn't been loaded,
2377 treat it as absent from the system. This
2378 will make the user pay attention.
2379 */
Jiri Slaby875b2062007-05-08 00:36:49 -07002380 if (IS_CYC_Z(*info->card)) {
2381 struct cyclades_card *cinfo = info->card;
Jiri Slaby02f11752006-12-08 02:39:28 -08002382 struct FIRM_ID __iomem *firm_id = cinfo->base_addr + ID_ADDRESS;
2383
2384 if (!ISZLOADED(*cinfo)) {
Jiri Slaby101b8152009-06-11 12:30:10 +01002385 if (cinfo->hw_ver == ZE_V1 && Z_FPGA_CHECK(*cinfo) &&
2386 readl(&firm_id->signature) ==
2387 ZFIRM_HLT) {
Jiri Slaby21719192007-05-08 00:36:42 -07002388 printk(KERN_ERR "cyc:Cyclades-Z Error: you "
2389 "need an external power supply for "
2390 "this number of ports.\nFirmware "
2391 "halted.\n");
Jiri Slaby02f11752006-12-08 02:39:28 -08002392 } else {
Jiri Slaby21719192007-05-08 00:36:42 -07002393 printk(KERN_ERR "cyc:Cyclades-Z firmware not "
2394 "yet loaded\n");
Jiri Slaby02f11752006-12-08 02:39:28 -08002395 }
2396 return -ENODEV;
2397 }
2398#ifdef CONFIG_CYZ_INTR
2399 else {
2400 /* In case this Z board is operating in interrupt mode, its
2401 interrupts should be enabled as soon as the first open
2402 happens to one of its ports. */
2403 if (!cinfo->intr_enabled) {
2404 struct ZFW_CTRL __iomem *zfw_ctrl;
2405 struct BOARD_CTRL __iomem *board_ctrl;
Jiri Slaby97e87f82009-06-11 12:29:27 +01002406 u16 intr;
Jiri Slaby02f11752006-12-08 02:39:28 -08002407
2408 zfw_ctrl = cinfo->base_addr +
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002409 (readl(&firm_id->zfwctrl_addr) &
2410 0xfffff);
Jiri Slaby02f11752006-12-08 02:39:28 -08002411
2412 board_ctrl = &zfw_ctrl->board_ctrl;
2413
2414 /* Enable interrupts on the PLX chip */
Jiri Slaby97e87f82009-06-11 12:29:27 +01002415 intr = readw(&cinfo->ctl_addr.p9060->
2416 intr_ctrl_stat) | 0x0900;
2417 cy_writew(&cinfo->ctl_addr.p9060->
2418 intr_ctrl_stat, intr);
Jiri Slaby02f11752006-12-08 02:39:28 -08002419 /* Enable interrupts on the FW */
2420 retval = cyz_issue_cmd(cinfo, 0,
2421 C_CM_IRQ_ENBL, 0L);
2422 if (retval != 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07002423 printk(KERN_ERR "cyc:IRQ enable retval "
2424 "was %x\n", retval);
Jiri Slaby02f11752006-12-08 02:39:28 -08002425 }
2426 cinfo->nports =
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002427 (int)readl(&board_ctrl->n_channel);
Jiri Slaby02f11752006-12-08 02:39:28 -08002428 cinfo->intr_enabled = 1;
2429 }
2430 }
2431#endif /* CONFIG_CYZ_INTR */
2432 /* Make sure this Z port really exists in hardware */
2433 if (info->line > (cinfo->first_line + cinfo->nports - 1))
2434 return -ENODEV;
2435 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436#ifdef CY_DEBUG_OTHER
Jiri Slaby21719192007-05-08 00:36:42 -07002437 printk(KERN_DEBUG "cyc:cy_open ttyC%d\n", info->line);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08002439 tty->driver_data = info;
Alan Cox77451e52008-07-16 21:57:02 +01002440 info->port.tty = tty;
Alan Cox15ed6cc2008-04-30 00:53:55 -07002441 if (serial_paranoia_check(info, tty->name, "cy_open"))
Jiri Slaby02f11752006-12-08 02:39:28 -08002442 return -ENODEV;
Alan Cox15ed6cc2008-04-30 00:53:55 -07002443
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444#ifdef CY_DEBUG_OPEN
Jiri Slaby21719192007-05-08 00:36:42 -07002445 printk(KERN_DEBUG "cyc:cy_open ttyC%d, count = %d\n", info->line,
Alan Cox77451e52008-07-16 21:57:02 +01002446 info->port.count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447#endif
Alan Cox77451e52008-07-16 21:57:02 +01002448 info->port.count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449#ifdef CY_DEBUG_COUNT
Jiri Slaby21719192007-05-08 00:36:42 -07002450 printk(KERN_DEBUG "cyc:cy_open (%d): incrementing count to %d\n",
Alan Cox77451e52008-07-16 21:57:02 +01002451 current->pid, info->port.count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453
Jiri Slaby02f11752006-12-08 02:39:28 -08002454 /*
2455 * If the port is the middle of closing, bail out now
2456 */
Alan Cox77451e52008-07-16 21:57:02 +01002457 if (tty_hung_up_p(filp) || (info->port.flags & ASYNC_CLOSING)) {
2458 wait_event_interruptible(info->port.close_wait,
2459 !(info->port.flags & ASYNC_CLOSING));
2460 return (info->port.flags & ASYNC_HUP_NOTIFY) ? -EAGAIN: -ERESTARTSYS;
Jiri Slaby02f11752006-12-08 02:39:28 -08002461 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462
Jiri Slaby02f11752006-12-08 02:39:28 -08002463 /*
2464 * Start up serial port
2465 */
2466 retval = startup(info);
Alan Cox15ed6cc2008-04-30 00:53:55 -07002467 if (retval)
Jiri Slaby02f11752006-12-08 02:39:28 -08002468 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469
Jiri Slaby02f11752006-12-08 02:39:28 -08002470 retval = block_til_ready(tty, filp, info);
2471 if (retval) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472#ifdef CY_DEBUG_OPEN
Jiri Slaby21719192007-05-08 00:36:42 -07002473 printk(KERN_DEBUG "cyc:cy_open returning after block_til_ready "
2474 "with %d\n", retval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002475#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08002476 return retval;
2477 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478
Jiri Slaby02f11752006-12-08 02:39:28 -08002479 info->throttle = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480
2481#ifdef CY_DEBUG_OPEN
Jiri Slaby21719192007-05-08 00:36:42 -07002482 printk(KERN_DEBUG "cyc:cy_open done\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08002484 return 0;
2485} /* cy_open */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486
2487/*
2488 * cy_wait_until_sent() --- wait until the transmitter is empty
2489 */
Jiri Slaby02f11752006-12-08 02:39:28 -08002490static void cy_wait_until_sent(struct tty_struct *tty, int timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002491{
Jiri Slaby875b2062007-05-08 00:36:49 -07002492 struct cyclades_card *card;
Jiri Slabycab9bdd2007-05-08 00:35:51 -07002493 struct cyclades_port *info = tty->driver_data;
Jiri Slaby02f11752006-12-08 02:39:28 -08002494 void __iomem *base_addr;
Jiri Slaby875b2062007-05-08 00:36:49 -07002495 int chip, channel, index;
Jiri Slaby02f11752006-12-08 02:39:28 -08002496 unsigned long orig_jiffies;
2497 int char_time;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498
Jiri Slaby02f11752006-12-08 02:39:28 -08002499 if (serial_paranoia_check(info, tty->name, "cy_wait_until_sent"))
2500 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501
Jiri Slaby02f11752006-12-08 02:39:28 -08002502 if (info->xmit_fifo_size == 0)
2503 return; /* Just in case.... */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504
Jiri Slaby02f11752006-12-08 02:39:28 -08002505 orig_jiffies = jiffies;
Alan Cox978e5952008-04-30 00:53:59 -07002506 lock_kernel();
Jiri Slaby02f11752006-12-08 02:39:28 -08002507 /*
2508 * Set the check interval to be 1/5 of the estimated time to
2509 * send a single character, and make it at least 1. The check
2510 * interval should also be less than the timeout.
2511 *
2512 * Note: we have to use pretty tight timings here to satisfy
2513 * the NIST-PCTS.
2514 */
2515 char_time = (info->timeout - HZ / 50) / info->xmit_fifo_size;
2516 char_time = char_time / 5;
2517 if (char_time <= 0)
2518 char_time = 1;
2519 if (timeout < 0)
2520 timeout = 0;
2521 if (timeout)
2522 char_time = min(char_time, timeout);
2523 /*
2524 * If the transmitter hasn't cleared in twice the approximate
2525 * amount of time to send the entire FIFO, it probably won't
2526 * ever clear. This assumes the UART isn't doing flow
2527 * control, which is currently the case. Hence, if it ever
2528 * takes longer than info->timeout, this is probably due to a
2529 * UART bug of some kind. So, we clamp the timeout parameter at
2530 * 2*info->timeout.
2531 */
2532 if (!timeout || timeout > 2 * info->timeout)
2533 timeout = 2 * info->timeout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534#ifdef CY_DEBUG_WAIT_UNTIL_SENT
Jiri Slaby21719192007-05-08 00:36:42 -07002535 printk(KERN_DEBUG "In cy_wait_until_sent(%d) check=%d, jiff=%lu...",
2536 timeout, char_time, jiffies);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08002538 card = info->card;
Jiri Slaby875b2062007-05-08 00:36:49 -07002539 channel = (info->line) - (card->first_line);
2540 if (!IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08002541 chip = channel >> 2;
2542 channel &= 0x03;
Jiri Slaby875b2062007-05-08 00:36:49 -07002543 index = card->bus_index;
2544 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002545 while (readb(base_addr + (CySRER << index)) & CyTxRdy) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546#ifdef CY_DEBUG_WAIT_UNTIL_SENT
Jiri Slaby21719192007-05-08 00:36:42 -07002547 printk(KERN_DEBUG "Not clean (jiff=%lu)...", jiffies);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08002549 if (msleep_interruptible(jiffies_to_msecs(char_time)))
2550 break;
2551 if (timeout && time_after(jiffies, orig_jiffies +
2552 timeout))
2553 break;
2554 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555 }
Jiri Slaby02f11752006-12-08 02:39:28 -08002556 /* Run one more char cycle */
2557 msleep_interruptible(jiffies_to_msecs(char_time * 5));
Alan Cox978e5952008-04-30 00:53:59 -07002558 unlock_kernel();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559#ifdef CY_DEBUG_WAIT_UNTIL_SENT
Jiri Slaby21719192007-05-08 00:36:42 -07002560 printk(KERN_DEBUG "Clean (jiff=%lu)...done\n", jiffies);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561#endif
2562}
2563
Alan Cox978e5952008-04-30 00:53:59 -07002564static void cy_flush_buffer(struct tty_struct *tty)
2565{
2566 struct cyclades_port *info = tty->driver_data;
2567 struct cyclades_card *card;
2568 int channel, retval;
2569 unsigned long flags;
2570
2571#ifdef CY_DEBUG_IO
2572 printk(KERN_DEBUG "cyc:cy_flush_buffer ttyC%d\n", info->line);
2573#endif
2574
2575 if (serial_paranoia_check(info, tty->name, "cy_flush_buffer"))
2576 return;
2577
2578 card = info->card;
2579 channel = info->line - card->first_line;
2580
2581 spin_lock_irqsave(&card->card_lock, flags);
2582 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
2583 spin_unlock_irqrestore(&card->card_lock, flags);
2584
2585 if (IS_CYC_Z(*card)) { /* If it is a Z card, flush the on-board
2586 buffers as well */
2587 spin_lock_irqsave(&card->card_lock, flags);
2588 retval = cyz_issue_cmd(card, channel, C_CM_FLUSH_TX, 0L);
2589 if (retval != 0) {
2590 printk(KERN_ERR "cyc: flush_buffer retval on ttyC%d "
2591 "was %x\n", info->line, retval);
2592 }
2593 spin_unlock_irqrestore(&card->card_lock, flags);
2594 }
2595 tty_wakeup(tty);
2596} /* cy_flush_buffer */
2597
2598
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599/*
2600 * This routine is called when a particular tty device is closed.
2601 */
Jiri Slaby02f11752006-12-08 02:39:28 -08002602static void cy_close(struct tty_struct *tty, struct file *filp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603{
Jiri Slabycab9bdd2007-05-08 00:35:51 -07002604 struct cyclades_port *info = tty->driver_data;
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002605 struct cyclades_card *card;
Jiri Slaby02f11752006-12-08 02:39:28 -08002606 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607
2608#ifdef CY_DEBUG_OTHER
Jiri Slaby21719192007-05-08 00:36:42 -07002609 printk(KERN_DEBUG "cyc:cy_close ttyC%d\n", info->line);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610#endif
2611
Alan Cox15ed6cc2008-04-30 00:53:55 -07002612 if (!info || serial_paranoia_check(info, tty->name, "cy_close"))
Jiri Slaby02f11752006-12-08 02:39:28 -08002613 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002614
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002615 card = info->card;
2616
2617 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002618 /* If the TTY is being hung up, nothing to do */
2619 if (tty_hung_up_p(filp)) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002620 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002621 return;
2622 }
2623#ifdef CY_DEBUG_OPEN
Jiri Slaby21719192007-05-08 00:36:42 -07002624 printk(KERN_DEBUG "cyc:cy_close ttyC%d, count = %d\n", info->line,
Alan Cox77451e52008-07-16 21:57:02 +01002625 info->port.count);
Jiri Slaby02f11752006-12-08 02:39:28 -08002626#endif
Alan Cox77451e52008-07-16 21:57:02 +01002627 if ((tty->count == 1) && (info->port.count != 1)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08002628 /*
2629 * Uh, oh. tty->count is 1, which means that the tty
2630 * structure will be freed. Info->count should always
2631 * be one in these conditions. If it's greater than
2632 * one, we've got real problems, since it means the
2633 * serial port won't be shutdown.
2634 */
Jiri Slaby21719192007-05-08 00:36:42 -07002635 printk(KERN_ERR "cyc:cy_close: bad serial port count; "
Alan Cox77451e52008-07-16 21:57:02 +01002636 "tty->count is 1, info->port.count is %d\n", info->port.count);
2637 info->port.count = 1;
Jiri Slaby02f11752006-12-08 02:39:28 -08002638 }
2639#ifdef CY_DEBUG_COUNT
Jiri Slaby21719192007-05-08 00:36:42 -07002640 printk(KERN_DEBUG "cyc:cy_close at (%d): decrementing count to %d\n",
Alan Cox77451e52008-07-16 21:57:02 +01002641 current->pid, info->port.count - 1);
Jiri Slaby02f11752006-12-08 02:39:28 -08002642#endif
Alan Cox77451e52008-07-16 21:57:02 +01002643 if (--info->port.count < 0) {
Jiri Slaby02f11752006-12-08 02:39:28 -08002644#ifdef CY_DEBUG_COUNT
Jiri Slaby21719192007-05-08 00:36:42 -07002645 printk(KERN_DEBUG "cyc:cyc_close setting count to 0\n");
Jiri Slaby02f11752006-12-08 02:39:28 -08002646#endif
Alan Cox77451e52008-07-16 21:57:02 +01002647 info->port.count = 0;
Jiri Slaby02f11752006-12-08 02:39:28 -08002648 }
Alan Cox77451e52008-07-16 21:57:02 +01002649 if (info->port.count) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002650 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002651 return;
2652 }
Alan Cox77451e52008-07-16 21:57:02 +01002653 info->port.flags |= ASYNC_CLOSING;
Jiri Slaby02f11752006-12-08 02:39:28 -08002654
2655 /*
2656 * Now we wait for the transmit buffer to clear; and we notify
2657 * the line discipline to only process XON/XOFF characters.
2658 */
2659 tty->closing = 1;
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002660 spin_unlock_irqrestore(&card->card_lock, flags);
Alan Cox44b7d1b2008-07-16 21:57:18 +01002661 if (info->port.closing_wait != CY_CLOSING_WAIT_NONE)
2662 tty_wait_until_sent(tty, info->port.closing_wait);
Alan Cox15ed6cc2008-04-30 00:53:55 -07002663
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002664 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002665
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002666 if (!IS_CYC_Z(*card)) {
2667 int channel = info->line - card->first_line;
2668 int index = card->bus_index;
2669 void __iomem *base_addr = card->base_addr +
Jiri Slaby02f11752006-12-08 02:39:28 -08002670 (cy_chip_offset[channel >> 2] << index);
2671 /* Stop accepting input */
2672 channel &= 0x03;
2673 cy_writeb(base_addr + (CyCAR << index), (u_char) channel);
2674 cy_writeb(base_addr + (CySRER << index),
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002675 readb(base_addr + (CySRER << index)) & ~CyRxData);
Alan Cox77451e52008-07-16 21:57:02 +01002676 if (info->port.flags & ASYNC_INITIALIZED) {
Alan Cox15ed6cc2008-04-30 00:53:55 -07002677 /* Waiting for on-board buffers to be empty before
2678 closing the port */
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002679 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002680 cy_wait_until_sent(tty, info->timeout);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002681 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002682 }
2683 } else {
2684#ifdef Z_WAKE
Alan Cox15ed6cc2008-04-30 00:53:55 -07002685 /* Waiting for on-board buffers to be empty before closing
2686 the port */
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002687 void __iomem *base_addr = card->base_addr;
Jiri Slaby02f11752006-12-08 02:39:28 -08002688 struct FIRM_ID __iomem *firm_id = base_addr + ID_ADDRESS;
2689 struct ZFW_CTRL __iomem *zfw_ctrl =
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002690 base_addr + (readl(&firm_id->zfwctrl_addr) & 0xfffff);
Jiri Slaby02f11752006-12-08 02:39:28 -08002691 struct CH_CTRL __iomem *ch_ctrl = zfw_ctrl->ch_ctrl;
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002692 int channel = info->line - card->first_line;
Jiri Slaby02f11752006-12-08 02:39:28 -08002693 int retval;
2694
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002695 if (readl(&ch_ctrl[channel].flow_status) != C_FS_TXIDLE) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002696 retval = cyz_issue_cmd(card, channel, C_CM_IOCTLW, 0L);
Jiri Slaby02f11752006-12-08 02:39:28 -08002697 if (retval != 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07002698 printk(KERN_DEBUG "cyc:cy_close retval on "
2699 "ttyC%d was %x\n", info->line, retval);
Jiri Slaby02f11752006-12-08 02:39:28 -08002700 }
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002701 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby2c7fea92007-05-08 00:36:51 -07002702 wait_for_completion_interruptible(&info->shutdown_wait);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002703 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002704 }
2705#endif
2706 }
2707
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002708 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002709 shutdown(info);
Alan Cox978e5952008-04-30 00:53:59 -07002710 cy_flush_buffer(tty);
Jiri Slaby02f11752006-12-08 02:39:28 -08002711 tty_ldisc_flush(tty);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002712 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002713
2714 tty->closing = 0;
Alan Cox77451e52008-07-16 21:57:02 +01002715 info->port.tty = NULL;
2716 if (info->port.blocked_open) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002717 spin_unlock_irqrestore(&card->card_lock, flags);
Alan Cox44b7d1b2008-07-16 21:57:18 +01002718 if (info->port.close_delay) {
Jiri Slaby02f11752006-12-08 02:39:28 -08002719 msleep_interruptible(jiffies_to_msecs
Alan Cox44b7d1b2008-07-16 21:57:18 +01002720 (info->port.close_delay));
Jiri Slaby02f11752006-12-08 02:39:28 -08002721 }
Alan Cox77451e52008-07-16 21:57:02 +01002722 wake_up_interruptible(&info->port.open_wait);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002723 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002724 }
Alan Cox77451e52008-07-16 21:57:02 +01002725 info->port.flags &= ~(ASYNC_NORMAL_ACTIVE | ASYNC_CLOSING);
2726 wake_up_interruptible(&info->port.close_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727
2728#ifdef CY_DEBUG_OTHER
Jiri Slaby21719192007-05-08 00:36:42 -07002729 printk(KERN_DEBUG "cyc:cy_close done\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730#endif
2731
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002732 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002733} /* cy_close */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734
2735/* This routine gets called when tty_write has put something into
2736 * the write_queue. The characters may come from user space or
2737 * kernel space.
2738 *
2739 * This routine will return the number of characters actually
2740 * accepted for writing.
2741 *
2742 * If the port is not already transmitting stuff, start it off by
2743 * enabling interrupts. The interrupt service routine will then
2744 * ensure that the characters are sent.
2745 * If the port is already active, there is no need to kick it.
2746 *
2747 */
Jiri Slaby02f11752006-12-08 02:39:28 -08002748static int cy_write(struct tty_struct *tty, const unsigned char *buf, int count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002749{
Jiri Slabycab9bdd2007-05-08 00:35:51 -07002750 struct cyclades_port *info = tty->driver_data;
Jiri Slaby02f11752006-12-08 02:39:28 -08002751 unsigned long flags;
2752 int c, ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002753
2754#ifdef CY_DEBUG_IO
Jiri Slaby21719192007-05-08 00:36:42 -07002755 printk(KERN_DEBUG "cyc:cy_write ttyC%d\n", info->line);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756#endif
2757
Alan Cox15ed6cc2008-04-30 00:53:55 -07002758 if (serial_paranoia_check(info, tty->name, "cy_write"))
Jiri Slaby02f11752006-12-08 02:39:28 -08002759 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760
Alan Cox77451e52008-07-16 21:57:02 +01002761 if (!info->port.xmit_buf)
Jiri Slaby02f11752006-12-08 02:39:28 -08002762 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002763
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002764 spin_lock_irqsave(&info->card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08002765 while (1) {
Harvey Harrison1a4e2352008-04-30 00:53:52 -07002766 c = min(count, (int)(SERIAL_XMIT_SIZE - info->xmit_cnt - 1));
2767 c = min(c, (int)(SERIAL_XMIT_SIZE - info->xmit_head));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768
Jiri Slaby02f11752006-12-08 02:39:28 -08002769 if (c <= 0)
2770 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771
Alan Cox77451e52008-07-16 21:57:02 +01002772 memcpy(info->port.xmit_buf + info->xmit_head, buf, c);
Jiri Slaby02f11752006-12-08 02:39:28 -08002773 info->xmit_head = (info->xmit_head + c) &
2774 (SERIAL_XMIT_SIZE - 1);
2775 info->xmit_cnt += c;
2776 buf += c;
2777 count -= c;
2778 ret += c;
2779 }
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002780 spin_unlock_irqrestore(&info->card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781
Jiri Slaby02f11752006-12-08 02:39:28 -08002782 info->idle_stats.xmit_bytes += ret;
2783 info->idle_stats.xmit_idle = jiffies;
2784
Alan Cox15ed6cc2008-04-30 00:53:55 -07002785 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped)
Jiri Slaby02f11752006-12-08 02:39:28 -08002786 start_xmit(info);
Alan Cox15ed6cc2008-04-30 00:53:55 -07002787
Jiri Slaby02f11752006-12-08 02:39:28 -08002788 return ret;
2789} /* cy_write */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790
2791/*
2792 * This routine is called by the kernel to write a single
2793 * character to the tty device. If the kernel uses this routine,
2794 * it must call the flush_chars() routine (if defined) when it is
2795 * done stuffing characters into the driver. If there is no room
2796 * in the queue, the character is ignored.
2797 */
Alan Cox76b25a52008-04-30 00:54:03 -07002798static int cy_put_char(struct tty_struct *tty, unsigned char ch)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799{
Jiri Slabycab9bdd2007-05-08 00:35:51 -07002800 struct cyclades_port *info = tty->driver_data;
Jiri Slaby02f11752006-12-08 02:39:28 -08002801 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802
2803#ifdef CY_DEBUG_IO
Jiri Slaby21719192007-05-08 00:36:42 -07002804 printk(KERN_DEBUG "cyc:cy_put_char ttyC%d\n", info->line);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805#endif
2806
Jiri Slaby02f11752006-12-08 02:39:28 -08002807 if (serial_paranoia_check(info, tty->name, "cy_put_char"))
Alan Cox76b25a52008-04-30 00:54:03 -07002808 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002809
Alan Cox77451e52008-07-16 21:57:02 +01002810 if (!info->port.xmit_buf)
Alan Cox76b25a52008-04-30 00:54:03 -07002811 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002813 spin_lock_irqsave(&info->card->card_lock, flags);
Jiri Slaby90cc3012006-12-08 02:39:31 -08002814 if (info->xmit_cnt >= (int)(SERIAL_XMIT_SIZE - 1)) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002815 spin_unlock_irqrestore(&info->card->card_lock, flags);
Alan Cox76b25a52008-04-30 00:54:03 -07002816 return 0;
Jiri Slaby02f11752006-12-08 02:39:28 -08002817 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818
Alan Cox77451e52008-07-16 21:57:02 +01002819 info->port.xmit_buf[info->xmit_head++] = ch;
Jiri Slaby02f11752006-12-08 02:39:28 -08002820 info->xmit_head &= SERIAL_XMIT_SIZE - 1;
2821 info->xmit_cnt++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822 info->idle_stats.xmit_bytes++;
2823 info->idle_stats.xmit_idle = jiffies;
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07002824 spin_unlock_irqrestore(&info->card->card_lock, flags);
Alan Cox76b25a52008-04-30 00:54:03 -07002825 return 1;
Jiri Slaby02f11752006-12-08 02:39:28 -08002826} /* cy_put_char */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827
2828/*
2829 * This routine is called by the kernel after it has written a
Alan Cox15ed6cc2008-04-30 00:53:55 -07002830 * series of characters to the tty device using put_char().
Linus Torvalds1da177e2005-04-16 15:20:36 -07002831 */
Jiri Slaby02f11752006-12-08 02:39:28 -08002832static void cy_flush_chars(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833{
Jiri Slabycab9bdd2007-05-08 00:35:51 -07002834 struct cyclades_port *info = tty->driver_data;
Jiri Slaby02f11752006-12-08 02:39:28 -08002835
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836#ifdef CY_DEBUG_IO
Jiri Slaby21719192007-05-08 00:36:42 -07002837 printk(KERN_DEBUG "cyc:cy_flush_chars ttyC%d\n", info->line);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002838#endif
2839
Jiri Slaby02f11752006-12-08 02:39:28 -08002840 if (serial_paranoia_check(info, tty->name, "cy_flush_chars"))
2841 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842
Jiri Slaby02f11752006-12-08 02:39:28 -08002843 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
Alan Cox77451e52008-07-16 21:57:02 +01002844 !info->port.xmit_buf)
Jiri Slaby02f11752006-12-08 02:39:28 -08002845 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846
Jiri Slaby02f11752006-12-08 02:39:28 -08002847 start_xmit(info);
2848} /* cy_flush_chars */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849
2850/*
2851 * This routine returns the numbers of characters the tty driver
2852 * will accept for queuing to be written. This number is subject
2853 * to change as output buffers get emptied, or if the output flow
2854 * control is activated.
2855 */
Jiri Slaby02f11752006-12-08 02:39:28 -08002856static int cy_write_room(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857{
Jiri Slabycab9bdd2007-05-08 00:35:51 -07002858 struct cyclades_port *info = tty->driver_data;
Jiri Slaby02f11752006-12-08 02:39:28 -08002859 int ret;
2860
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861#ifdef CY_DEBUG_IO
Jiri Slaby21719192007-05-08 00:36:42 -07002862 printk(KERN_DEBUG "cyc:cy_write_room ttyC%d\n", info->line);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002863#endif
2864
Jiri Slaby02f11752006-12-08 02:39:28 -08002865 if (serial_paranoia_check(info, tty->name, "cy_write_room"))
2866 return 0;
2867 ret = SERIAL_XMIT_SIZE - info->xmit_cnt - 1;
2868 if (ret < 0)
2869 ret = 0;
2870 return ret;
2871} /* cy_write_room */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872
Jiri Slaby02f11752006-12-08 02:39:28 -08002873static int cy_chars_in_buffer(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002874{
Jiri Slaby875b2062007-05-08 00:36:49 -07002875 struct cyclades_card *card;
Jiri Slabycab9bdd2007-05-08 00:35:51 -07002876 struct cyclades_port *info = tty->driver_data;
Jiri Slaby875b2062007-05-08 00:36:49 -07002877 int channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002878
Jiri Slaby02f11752006-12-08 02:39:28 -08002879 if (serial_paranoia_check(info, tty->name, "cy_chars_in_buffer"))
2880 return 0;
2881
2882 card = info->card;
Jiri Slaby875b2062007-05-08 00:36:49 -07002883 channel = (info->line) - (card->first_line);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884
2885#ifdef Z_EXT_CHARS_IN_BUFFER
Jiri Slaby02f11752006-12-08 02:39:28 -08002886 if (!IS_CYC_Z(cy_card[card])) {
2887#endif /* Z_EXT_CHARS_IN_BUFFER */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002888#ifdef CY_DEBUG_IO
Jiri Slaby21719192007-05-08 00:36:42 -07002889 printk(KERN_DEBUG "cyc:cy_chars_in_buffer ttyC%d %d\n",
2890 info->line, info->xmit_cnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002891#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08002892 return info->xmit_cnt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893#ifdef Z_EXT_CHARS_IN_BUFFER
Jiri Slaby02f11752006-12-08 02:39:28 -08002894 } else {
Jiri Slabyad39c302007-05-08 00:35:49 -07002895 static struct FIRM_ID *firm_id;
2896 static struct ZFW_CTRL *zfw_ctrl;
2897 static struct CH_CTRL *ch_ctrl;
2898 static struct BUF_CTRL *buf_ctrl;
Jiri Slaby02f11752006-12-08 02:39:28 -08002899 int char_count;
Jiri Slabyad39c302007-05-08 00:35:49 -07002900 __u32 tx_put, tx_get, tx_bufsize;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901
Alan Cox978e5952008-04-30 00:53:59 -07002902 lock_kernel();
Jiri Slaby875b2062007-05-08 00:36:49 -07002903 firm_id = card->base_addr + ID_ADDRESS;
2904 zfw_ctrl = card->base_addr +
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002905 (readl(&firm_id->zfwctrl_addr) & 0xfffff);
Jiri Slaby02f11752006-12-08 02:39:28 -08002906 ch_ctrl = &(zfw_ctrl->ch_ctrl[channel]);
2907 buf_ctrl = &(zfw_ctrl->buf_ctrl[channel]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002908
Jiri Slabydb05c3b2007-05-08 00:35:46 -07002909 tx_get = readl(&buf_ctrl->tx_get);
2910 tx_put = readl(&buf_ctrl->tx_put);
2911 tx_bufsize = readl(&buf_ctrl->tx_bufsize);
Jiri Slaby02f11752006-12-08 02:39:28 -08002912 if (tx_put >= tx_get)
2913 char_count = tx_put - tx_get;
2914 else
2915 char_count = tx_put - tx_get + tx_bufsize;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916#ifdef CY_DEBUG_IO
Jiri Slaby21719192007-05-08 00:36:42 -07002917 printk(KERN_DEBUG "cyc:cy_chars_in_buffer ttyC%d %d\n",
2918 info->line, info->xmit_cnt + char_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002919#endif
Alan Cox978e5952008-04-30 00:53:59 -07002920 unlock_kernel();
Jiri Slaby096dcfc2006-12-08 02:39:30 -08002921 return info->xmit_cnt + char_count;
Jiri Slaby02f11752006-12-08 02:39:28 -08002922 }
2923#endif /* Z_EXT_CHARS_IN_BUFFER */
2924} /* cy_chars_in_buffer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925
2926/*
2927 * ------------------------------------------------------------
2928 * cy_ioctl() and friends
2929 * ------------------------------------------------------------
2930 */
2931
Klaus Kudielka1a86b5e2007-05-08 00:26:26 -07002932static void cyy_baud_calc(struct cyclades_port *info, __u32 baud)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002933{
Jiri Slaby02f11752006-12-08 02:39:28 -08002934 int co, co_val, bpr;
Klaus Kudielka1a86b5e2007-05-08 00:26:26 -07002935 __u32 cy_clock = ((info->chip_rev >= CD1400_REV_J) ? 60000000 :
Jiri Slaby02f11752006-12-08 02:39:28 -08002936 25000000);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937
Jiri Slaby02f11752006-12-08 02:39:28 -08002938 if (baud == 0) {
2939 info->tbpr = info->tco = info->rbpr = info->rco = 0;
2940 return;
2941 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942
Jiri Slaby02f11752006-12-08 02:39:28 -08002943 /* determine which prescaler to use */
2944 for (co = 4, co_val = 2048; co; co--, co_val >>= 2) {
2945 if (cy_clock / co_val / baud > 63)
2946 break;
2947 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948
Jiri Slaby02f11752006-12-08 02:39:28 -08002949 bpr = (cy_clock / co_val * 2 / baud + 1) / 2;
2950 if (bpr > 255)
2951 bpr = 255;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952
Jiri Slaby02f11752006-12-08 02:39:28 -08002953 info->tbpr = info->rbpr = bpr;
2954 info->tco = info->rco = co;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955}
2956
2957/*
2958 * This routine finds or computes the various line characteristics.
2959 * It used to be called config_setup
2960 */
Jiri Slaby02f11752006-12-08 02:39:28 -08002961static void set_line_char(struct cyclades_port *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962{
Jiri Slaby875b2062007-05-08 00:36:49 -07002963 struct cyclades_card *card;
Jiri Slaby02f11752006-12-08 02:39:28 -08002964 unsigned long flags;
2965 void __iomem *base_addr;
Jiri Slaby875b2062007-05-08 00:36:49 -07002966 int chip, channel, index;
Jiri Slaby02f11752006-12-08 02:39:28 -08002967 unsigned cflag, iflag;
2968 unsigned short chip_number;
2969 int baud, baud_rate = 0;
2970 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971
Alan Cox77451e52008-07-16 21:57:02 +01002972 if (!info->port.tty || !info->port.tty->termios)
Jiri Slaby02f11752006-12-08 02:39:28 -08002973 return;
Alan Cox15ed6cc2008-04-30 00:53:55 -07002974
2975 if (info->line == -1)
Jiri Slaby02f11752006-12-08 02:39:28 -08002976 return;
Alan Cox15ed6cc2008-04-30 00:53:55 -07002977
Alan Cox77451e52008-07-16 21:57:02 +01002978 cflag = info->port.tty->termios->c_cflag;
2979 iflag = info->port.tty->termios->c_iflag;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980
Jiri Slaby02f11752006-12-08 02:39:28 -08002981 /*
2982 * Set up the tty->alt_speed kludge
2983 */
Alan Cox77451e52008-07-16 21:57:02 +01002984 if (info->port.tty) {
2985 if ((info->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_HI)
2986 info->port.tty->alt_speed = 57600;
2987 if ((info->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_VHI)
2988 info->port.tty->alt_speed = 115200;
2989 if ((info->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_SHI)
2990 info->port.tty->alt_speed = 230400;
2991 if ((info->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_WARP)
2992 info->port.tty->alt_speed = 460800;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994
Jiri Slaby02f11752006-12-08 02:39:28 -08002995 card = info->card;
Jiri Slaby875b2062007-05-08 00:36:49 -07002996 channel = info->line - card->first_line;
Jiri Slaby02f11752006-12-08 02:39:28 -08002997 chip_number = channel / 4;
2998
Jiri Slaby875b2062007-05-08 00:36:49 -07002999 if (!IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08003000
Jiri Slaby875b2062007-05-08 00:36:49 -07003001 index = card->bus_index;
Jiri Slaby02f11752006-12-08 02:39:28 -08003002
3003 /* baud rate */
Alan Cox77451e52008-07-16 21:57:02 +01003004 baud = tty_get_baud_rate(info->port.tty);
3005 if (baud == 38400 && (info->port.flags & ASYNC_SPD_MASK) ==
Jiri Slaby02f11752006-12-08 02:39:28 -08003006 ASYNC_SPD_CUST) {
3007 if (info->custom_divisor)
3008 baud_rate = info->baud / info->custom_divisor;
3009 else
3010 baud_rate = info->baud;
3011 } else if (baud > CD1400_MAX_SPEED) {
3012 baud = CD1400_MAX_SPEED;
3013 }
3014 /* find the baud index */
3015 for (i = 0; i < 20; i++) {
Alan Cox15ed6cc2008-04-30 00:53:55 -07003016 if (baud == baud_table[i])
Jiri Slaby02f11752006-12-08 02:39:28 -08003017 break;
Jiri Slaby02f11752006-12-08 02:39:28 -08003018 }
Alan Cox15ed6cc2008-04-30 00:53:55 -07003019 if (i == 20)
Jiri Slaby02f11752006-12-08 02:39:28 -08003020 i = 19; /* CD1400_MAX_SPEED */
Jiri Slaby02f11752006-12-08 02:39:28 -08003021
Alan Cox77451e52008-07-16 21:57:02 +01003022 if (baud == 38400 && (info->port.flags & ASYNC_SPD_MASK) ==
Jiri Slaby02f11752006-12-08 02:39:28 -08003023 ASYNC_SPD_CUST) {
3024 cyy_baud_calc(info, baud_rate);
3025 } else {
3026 if (info->chip_rev >= CD1400_REV_J) {
3027 /* It is a CD1400 rev. J or later */
3028 info->tbpr = baud_bpr_60[i]; /* Tx BPR */
3029 info->tco = baud_co_60[i]; /* Tx CO */
3030 info->rbpr = baud_bpr_60[i]; /* Rx BPR */
3031 info->rco = baud_co_60[i]; /* Rx CO */
3032 } else {
3033 info->tbpr = baud_bpr_25[i]; /* Tx BPR */
3034 info->tco = baud_co_25[i]; /* Tx CO */
3035 info->rbpr = baud_bpr_25[i]; /* Rx BPR */
3036 info->rco = baud_co_25[i]; /* Rx CO */
3037 }
3038 }
3039 if (baud_table[i] == 134) {
3040 /* get it right for 134.5 baud */
3041 info->timeout = (info->xmit_fifo_size * HZ * 30 / 269) +
3042 2;
Alan Cox77451e52008-07-16 21:57:02 +01003043 } else if (baud == 38400 && (info->port.flags & ASYNC_SPD_MASK) ==
Jiri Slaby02f11752006-12-08 02:39:28 -08003044 ASYNC_SPD_CUST) {
3045 info->timeout = (info->xmit_fifo_size * HZ * 15 /
3046 baud_rate) + 2;
3047 } else if (baud_table[i]) {
3048 info->timeout = (info->xmit_fifo_size * HZ * 15 /
3049 baud_table[i]) + 2;
3050 /* this needs to be propagated into the card info */
3051 } else {
3052 info->timeout = 0;
3053 }
3054 /* By tradition (is it a standard?) a baud rate of zero
3055 implies the line should be/has been closed. A bit
3056 later in this routine such a test is performed. */
3057
3058 /* byte size and parity */
3059 info->cor5 = 0;
3060 info->cor4 = 0;
3061 /* receive threshold */
3062 info->cor3 = (info->default_threshold ?
3063 info->default_threshold : baud_cor3[i]);
3064 info->cor2 = CyETC;
3065 switch (cflag & CSIZE) {
3066 case CS5:
3067 info->cor1 = Cy_5_BITS;
3068 break;
3069 case CS6:
3070 info->cor1 = Cy_6_BITS;
3071 break;
3072 case CS7:
3073 info->cor1 = Cy_7_BITS;
3074 break;
3075 case CS8:
3076 info->cor1 = Cy_8_BITS;
3077 break;
3078 }
Alan Cox15ed6cc2008-04-30 00:53:55 -07003079 if (cflag & CSTOPB)
Jiri Slaby02f11752006-12-08 02:39:28 -08003080 info->cor1 |= Cy_2_STOP;
Alan Cox15ed6cc2008-04-30 00:53:55 -07003081
Jiri Slaby02f11752006-12-08 02:39:28 -08003082 if (cflag & PARENB) {
Alan Cox15ed6cc2008-04-30 00:53:55 -07003083 if (cflag & PARODD)
Jiri Slaby02f11752006-12-08 02:39:28 -08003084 info->cor1 |= CyPARITY_O;
Alan Cox15ed6cc2008-04-30 00:53:55 -07003085 else
Jiri Slaby02f11752006-12-08 02:39:28 -08003086 info->cor1 |= CyPARITY_E;
Alan Cox15ed6cc2008-04-30 00:53:55 -07003087 } else
Jiri Slaby02f11752006-12-08 02:39:28 -08003088 info->cor1 |= CyPARITY_NONE;
Jiri Slaby02f11752006-12-08 02:39:28 -08003089
3090 /* CTS flow control flag */
3091 if (cflag & CRTSCTS) {
Alan Cox77451e52008-07-16 21:57:02 +01003092 info->port.flags |= ASYNC_CTS_FLOW;
Jiri Slaby02f11752006-12-08 02:39:28 -08003093 info->cor2 |= CyCtsAE;
3094 } else {
Alan Cox77451e52008-07-16 21:57:02 +01003095 info->port.flags &= ~ASYNC_CTS_FLOW;
Jiri Slaby02f11752006-12-08 02:39:28 -08003096 info->cor2 &= ~CyCtsAE;
3097 }
3098 if (cflag & CLOCAL)
Alan Cox77451e52008-07-16 21:57:02 +01003099 info->port.flags &= ~ASYNC_CHECK_CD;
Jiri Slaby02f11752006-12-08 02:39:28 -08003100 else
Alan Cox77451e52008-07-16 21:57:02 +01003101 info->port.flags |= ASYNC_CHECK_CD;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102
3103 /***********************************************
3104 The hardware option, CyRtsAO, presents RTS when
3105 the chip has characters to send. Since most modems
3106 use RTS as reverse (inbound) flow control, this
3107 option is not used. If inbound flow control is
3108 necessary, DTR can be programmed to provide the
3109 appropriate signals for use with a non-standard
3110 cable. Contact Marcio Saito for details.
3111 ***********************************************/
3112
Jiri Slaby02f11752006-12-08 02:39:28 -08003113 chip = channel >> 2;
3114 channel &= 0x03;
Jiri Slaby875b2062007-05-08 00:36:49 -07003115 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003117 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003118 cy_writeb(base_addr + (CyCAR << index), (u_char) channel);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119
Jiri Slaby02f11752006-12-08 02:39:28 -08003120 /* tx and rx baud rate */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003121
Jiri Slaby02f11752006-12-08 02:39:28 -08003122 cy_writeb(base_addr + (CyTCOR << index), info->tco);
3123 cy_writeb(base_addr + (CyTBPR << index), info->tbpr);
3124 cy_writeb(base_addr + (CyRCOR << index), info->rco);
3125 cy_writeb(base_addr + (CyRBPR << index), info->rbpr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126
Jiri Slaby02f11752006-12-08 02:39:28 -08003127 /* set line characteristics according configuration */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003128
Jiri Slaby02f11752006-12-08 02:39:28 -08003129 cy_writeb(base_addr + (CySCHR1 << index),
Alan Cox77451e52008-07-16 21:57:02 +01003130 START_CHAR(info->port.tty));
3131 cy_writeb(base_addr + (CySCHR2 << index), STOP_CHAR(info->port.tty));
Jiri Slaby02f11752006-12-08 02:39:28 -08003132 cy_writeb(base_addr + (CyCOR1 << index), info->cor1);
3133 cy_writeb(base_addr + (CyCOR2 << index), info->cor2);
3134 cy_writeb(base_addr + (CyCOR3 << index), info->cor3);
3135 cy_writeb(base_addr + (CyCOR4 << index), info->cor4);
3136 cy_writeb(base_addr + (CyCOR5 << index), info->cor5);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137
Jiri Slaby02f11752006-12-08 02:39:28 -08003138 cyy_issue_cmd(base_addr, CyCOR_CHANGE | CyCOR1ch | CyCOR2ch |
3139 CyCOR3ch, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140
Alan Cox15ed6cc2008-04-30 00:53:55 -07003141 /* !!! Is this needed? */
3142 cy_writeb(base_addr + (CyCAR << index), (u_char) channel);
Jiri Slaby02f11752006-12-08 02:39:28 -08003143 cy_writeb(base_addr + (CyRTPR << index),
3144 (info->default_timeout ? info->default_timeout : 0x02));
3145 /* 10ms rx timeout */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146
Alan Cox77451e52008-07-16 21:57:02 +01003147 if (C_CLOCAL(info->port.tty)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08003148 /* without modem intr */
3149 cy_writeb(base_addr + (CySRER << index),
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003150 readb(base_addr + (CySRER << index)) | CyMdmCh);
Jiri Slaby02f11752006-12-08 02:39:28 -08003151 /* act on 1->0 modem transitions */
3152 if ((cflag & CRTSCTS) && info->rflow) {
3153 cy_writeb(base_addr + (CyMCOR1 << index),
3154 (CyCTS | rflow_thr[i]));
3155 } else {
3156 cy_writeb(base_addr + (CyMCOR1 << index),
3157 CyCTS);
3158 }
3159 /* act on 0->1 modem transitions */
3160 cy_writeb(base_addr + (CyMCOR2 << index), CyCTS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161 } else {
Jiri Slaby02f11752006-12-08 02:39:28 -08003162 /* without modem intr */
3163 cy_writeb(base_addr + (CySRER << index),
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003164 readb(base_addr +
Jiri Slaby02f11752006-12-08 02:39:28 -08003165 (CySRER << index)) | CyMdmCh);
3166 /* act on 1->0 modem transitions */
3167 if ((cflag & CRTSCTS) && info->rflow) {
3168 cy_writeb(base_addr + (CyMCOR1 << index),
3169 (CyDSR | CyCTS | CyRI | CyDCD |
3170 rflow_thr[i]));
3171 } else {
3172 cy_writeb(base_addr + (CyMCOR1 << index),
3173 CyDSR | CyCTS | CyRI | CyDCD);
3174 }
3175 /* act on 0->1 modem transitions */
3176 cy_writeb(base_addr + (CyMCOR2 << index),
3177 CyDSR | CyCTS | CyRI | CyDCD);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003178 }
Jiri Slaby02f11752006-12-08 02:39:28 -08003179
3180 if (i == 0) { /* baud rate is zero, turn off line */
3181 if (info->rtsdtr_inv) {
3182 cy_writeb(base_addr + (CyMSVR1 << index),
3183 ~CyRTS);
3184 } else {
3185 cy_writeb(base_addr + (CyMSVR2 << index),
3186 ~CyDTR);
3187 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188#ifdef CY_DEBUG_DTR
Jiri Slaby21719192007-05-08 00:36:42 -07003189 printk(KERN_DEBUG "cyc:set_line_char dropping DTR\n");
3190 printk(KERN_DEBUG " status: 0x%x, 0x%x\n",
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003191 readb(base_addr + (CyMSVR1 << index)),
3192 readb(base_addr + (CyMSVR2 << index)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08003194 } else {
3195 if (info->rtsdtr_inv) {
3196 cy_writeb(base_addr + (CyMSVR1 << index),
3197 CyRTS);
3198 } else {
3199 cy_writeb(base_addr + (CyMSVR2 << index),
3200 CyDTR);
3201 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202#ifdef CY_DEBUG_DTR
Jiri Slaby21719192007-05-08 00:36:42 -07003203 printk(KERN_DEBUG "cyc:set_line_char raising DTR\n");
3204 printk(KERN_DEBUG " status: 0x%x, 0x%x\n",
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003205 readb(base_addr + (CyMSVR1 << index)),
3206 readb(base_addr + (CyMSVR2 << index)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003207#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08003208 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209
Alan Cox77451e52008-07-16 21:57:02 +01003210 if (info->port.tty)
3211 clear_bit(TTY_IO_ERROR, &info->port.tty->flags);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003212 spin_unlock_irqrestore(&card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214 } else {
Jiri Slaby02f11752006-12-08 02:39:28 -08003215 struct FIRM_ID __iomem *firm_id;
3216 struct ZFW_CTRL __iomem *zfw_ctrl;
3217 struct BOARD_CTRL __iomem *board_ctrl;
3218 struct CH_CTRL __iomem *ch_ctrl;
3219 struct BUF_CTRL __iomem *buf_ctrl;
Klaus Kudielka1a86b5e2007-05-08 00:26:26 -07003220 __u32 sw_flow;
Jiri Slaby02f11752006-12-08 02:39:28 -08003221 int retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222
Jiri Slaby875b2062007-05-08 00:36:49 -07003223 firm_id = card->base_addr + ID_ADDRESS;
Alan Cox15ed6cc2008-04-30 00:53:55 -07003224 if (!ISZLOADED(*card))
Jiri Slaby02f11752006-12-08 02:39:28 -08003225 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003226
Jiri Slaby875b2062007-05-08 00:36:49 -07003227 zfw_ctrl = card->base_addr +
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003228 (readl(&firm_id->zfwctrl_addr) & 0xfffff);
Jiri Slaby02f11752006-12-08 02:39:28 -08003229 board_ctrl = &zfw_ctrl->board_ctrl;
3230 ch_ctrl = &(zfw_ctrl->ch_ctrl[channel]);
3231 buf_ctrl = &zfw_ctrl->buf_ctrl[channel];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232
Jiri Slaby02f11752006-12-08 02:39:28 -08003233 /* baud rate */
Alan Cox77451e52008-07-16 21:57:02 +01003234 baud = tty_get_baud_rate(info->port.tty);
3235 if (baud == 38400 && (info->port.flags & ASYNC_SPD_MASK) ==
Jiri Slaby02f11752006-12-08 02:39:28 -08003236 ASYNC_SPD_CUST) {
3237 if (info->custom_divisor)
3238 baud_rate = info->baud / info->custom_divisor;
3239 else
3240 baud_rate = info->baud;
3241 } else if (baud > CYZ_MAX_SPEED) {
3242 baud = CYZ_MAX_SPEED;
3243 }
3244 cy_writel(&ch_ctrl->comm_baud, baud);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245
Jiri Slaby02f11752006-12-08 02:39:28 -08003246 if (baud == 134) {
3247 /* get it right for 134.5 baud */
3248 info->timeout = (info->xmit_fifo_size * HZ * 30 / 269) +
3249 2;
Alan Cox77451e52008-07-16 21:57:02 +01003250 } else if (baud == 38400 && (info->port.flags & ASYNC_SPD_MASK) ==
Jiri Slaby02f11752006-12-08 02:39:28 -08003251 ASYNC_SPD_CUST) {
3252 info->timeout = (info->xmit_fifo_size * HZ * 15 /
3253 baud_rate) + 2;
3254 } else if (baud) {
3255 info->timeout = (info->xmit_fifo_size * HZ * 15 /
3256 baud) + 2;
3257 /* this needs to be propagated into the card info */
3258 } else {
3259 info->timeout = 0;
3260 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261
Jiri Slaby02f11752006-12-08 02:39:28 -08003262 /* byte size and parity */
3263 switch (cflag & CSIZE) {
3264 case CS5:
3265 cy_writel(&ch_ctrl->comm_data_l, C_DL_CS5);
3266 break;
3267 case CS6:
3268 cy_writel(&ch_ctrl->comm_data_l, C_DL_CS6);
3269 break;
3270 case CS7:
3271 cy_writel(&ch_ctrl->comm_data_l, C_DL_CS7);
3272 break;
3273 case CS8:
3274 cy_writel(&ch_ctrl->comm_data_l, C_DL_CS8);
3275 break;
3276 }
3277 if (cflag & CSTOPB) {
3278 cy_writel(&ch_ctrl->comm_data_l,
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003279 readl(&ch_ctrl->comm_data_l) | C_DL_2STOP);
Jiri Slaby02f11752006-12-08 02:39:28 -08003280 } else {
3281 cy_writel(&ch_ctrl->comm_data_l,
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003282 readl(&ch_ctrl->comm_data_l) | C_DL_1STOP);
Jiri Slaby02f11752006-12-08 02:39:28 -08003283 }
3284 if (cflag & PARENB) {
Alan Cox15ed6cc2008-04-30 00:53:55 -07003285 if (cflag & PARODD)
Jiri Slaby02f11752006-12-08 02:39:28 -08003286 cy_writel(&ch_ctrl->comm_parity, C_PR_ODD);
Alan Cox15ed6cc2008-04-30 00:53:55 -07003287 else
Jiri Slaby02f11752006-12-08 02:39:28 -08003288 cy_writel(&ch_ctrl->comm_parity, C_PR_EVEN);
Alan Cox15ed6cc2008-04-30 00:53:55 -07003289 } else
Jiri Slaby02f11752006-12-08 02:39:28 -08003290 cy_writel(&ch_ctrl->comm_parity, C_PR_NONE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291
Jiri Slaby02f11752006-12-08 02:39:28 -08003292 /* CTS flow control flag */
3293 if (cflag & CRTSCTS) {
3294 cy_writel(&ch_ctrl->hw_flow,
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003295 readl(&ch_ctrl->hw_flow) | C_RS_CTS | C_RS_RTS);
Jiri Slaby02f11752006-12-08 02:39:28 -08003296 } else {
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003297 cy_writel(&ch_ctrl->hw_flow, readl(&ch_ctrl->hw_flow) &
3298 ~(C_RS_CTS | C_RS_RTS));
Jiri Slaby02f11752006-12-08 02:39:28 -08003299 }
3300 /* As the HW flow control is done in firmware, the driver
3301 doesn't need to care about it */
Alan Cox77451e52008-07-16 21:57:02 +01003302 info->port.flags &= ~ASYNC_CTS_FLOW;
Jiri Slaby02f11752006-12-08 02:39:28 -08003303
3304 /* XON/XOFF/XANY flow control flags */
3305 sw_flow = 0;
3306 if (iflag & IXON) {
3307 sw_flow |= C_FL_OXX;
3308 if (iflag & IXANY)
3309 sw_flow |= C_FL_OIXANY;
3310 }
3311 cy_writel(&ch_ctrl->sw_flow, sw_flow);
3312
Jiri Slaby875b2062007-05-08 00:36:49 -07003313 retval = cyz_issue_cmd(card, channel, C_CM_IOCTL, 0L);
Jiri Slaby02f11752006-12-08 02:39:28 -08003314 if (retval != 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07003315 printk(KERN_ERR "cyc:set_line_char retval on ttyC%d "
3316 "was %x\n", info->line, retval);
Jiri Slaby02f11752006-12-08 02:39:28 -08003317 }
3318
3319 /* CD sensitivity */
Alan Cox15ed6cc2008-04-30 00:53:55 -07003320 if (cflag & CLOCAL)
Alan Cox77451e52008-07-16 21:57:02 +01003321 info->port.flags &= ~ASYNC_CHECK_CD;
Alan Cox15ed6cc2008-04-30 00:53:55 -07003322 else
Alan Cox77451e52008-07-16 21:57:02 +01003323 info->port.flags |= ASYNC_CHECK_CD;
Jiri Slaby02f11752006-12-08 02:39:28 -08003324
3325 if (baud == 0) { /* baud rate is zero, turn off line */
3326 cy_writel(&ch_ctrl->rs_control,
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003327 readl(&ch_ctrl->rs_control) & ~C_RS_DTR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003328#ifdef CY_DEBUG_DTR
Jiri Slaby21719192007-05-08 00:36:42 -07003329 printk(KERN_DEBUG "cyc:set_line_char dropping Z DTR\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08003331 } else {
3332 cy_writel(&ch_ctrl->rs_control,
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003333 readl(&ch_ctrl->rs_control) | C_RS_DTR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334#ifdef CY_DEBUG_DTR
Jiri Slaby21719192007-05-08 00:36:42 -07003335 printk(KERN_DEBUG "cyc:set_line_char raising Z DTR\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003336#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08003337 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003338
Alan Cox15ed6cc2008-04-30 00:53:55 -07003339 retval = cyz_issue_cmd(card, channel, C_CM_IOCTLM, 0L);
Jiri Slaby02f11752006-12-08 02:39:28 -08003340 if (retval != 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07003341 printk(KERN_ERR "cyc:set_line_char(2) retval on ttyC%d "
3342 "was %x\n", info->line, retval);
Jiri Slaby02f11752006-12-08 02:39:28 -08003343 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344
Alan Cox77451e52008-07-16 21:57:02 +01003345 if (info->port.tty)
3346 clear_bit(TTY_IO_ERROR, &info->port.tty->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347 }
Jiri Slaby02f11752006-12-08 02:39:28 -08003348} /* set_line_char */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003349
3350static int
Jiri Slaby02f11752006-12-08 02:39:28 -08003351get_serial_info(struct cyclades_port *info,
Alan Cox15ed6cc2008-04-30 00:53:55 -07003352 struct serial_struct __user *retinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353{
Jiri Slaby02f11752006-12-08 02:39:28 -08003354 struct serial_struct tmp;
Jiri Slaby875b2062007-05-08 00:36:49 -07003355 struct cyclades_card *cinfo = info->card;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356
Jiri Slaby02f11752006-12-08 02:39:28 -08003357 if (!retinfo)
3358 return -EFAULT;
3359 memset(&tmp, 0, sizeof(tmp));
3360 tmp.type = info->type;
3361 tmp.line = info->line;
Jiri Slaby875b2062007-05-08 00:36:49 -07003362 tmp.port = (info->card - cy_card) * 0x100 + info->line -
3363 cinfo->first_line;
Jiri Slaby02f11752006-12-08 02:39:28 -08003364 tmp.irq = cinfo->irq;
Alan Cox77451e52008-07-16 21:57:02 +01003365 tmp.flags = info->port.flags;
Alan Cox44b7d1b2008-07-16 21:57:18 +01003366 tmp.close_delay = info->port.close_delay;
3367 tmp.closing_wait = info->port.closing_wait;
Jiri Slaby02f11752006-12-08 02:39:28 -08003368 tmp.baud_base = info->baud;
3369 tmp.custom_divisor = info->custom_divisor;
3370 tmp.hub6 = 0; /*!!! */
3371 return copy_to_user(retinfo, &tmp, sizeof(*retinfo)) ? -EFAULT : 0;
3372} /* get_serial_info */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373
3374static int
Jiri Slaby02f11752006-12-08 02:39:28 -08003375set_serial_info(struct cyclades_port *info,
Alan Cox15ed6cc2008-04-30 00:53:55 -07003376 struct serial_struct __user *new_info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377{
Jiri Slaby02f11752006-12-08 02:39:28 -08003378 struct serial_struct new_serial;
3379 struct cyclades_port old_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003380
Jiri Slaby02f11752006-12-08 02:39:28 -08003381 if (copy_from_user(&new_serial, new_info, sizeof(new_serial)))
3382 return -EFAULT;
3383 old_info = *info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003384
Jiri Slaby02f11752006-12-08 02:39:28 -08003385 if (!capable(CAP_SYS_ADMIN)) {
Alan Cox44b7d1b2008-07-16 21:57:18 +01003386 if (new_serial.close_delay != info->port.close_delay ||
Jiri Slaby02f11752006-12-08 02:39:28 -08003387 new_serial.baud_base != info->baud ||
3388 (new_serial.flags & ASYNC_FLAGS &
3389 ~ASYNC_USR_MASK) !=
Alan Cox77451e52008-07-16 21:57:02 +01003390 (info->port.flags & ASYNC_FLAGS & ~ASYNC_USR_MASK))
Jiri Slaby02f11752006-12-08 02:39:28 -08003391 return -EPERM;
Alan Cox77451e52008-07-16 21:57:02 +01003392 info->port.flags = (info->port.flags & ~ASYNC_USR_MASK) |
Jiri Slaby02f11752006-12-08 02:39:28 -08003393 (new_serial.flags & ASYNC_USR_MASK);
3394 info->baud = new_serial.baud_base;
3395 info->custom_divisor = new_serial.custom_divisor;
3396 goto check_and_exit;
3397 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003398
Jiri Slaby02f11752006-12-08 02:39:28 -08003399 /*
3400 * OK, past this point, all the error checking has been done.
3401 * At this point, we start making changes.....
3402 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403
Jiri Slaby02f11752006-12-08 02:39:28 -08003404 info->baud = new_serial.baud_base;
3405 info->custom_divisor = new_serial.custom_divisor;
Alan Cox77451e52008-07-16 21:57:02 +01003406 info->port.flags = (info->port.flags & ~ASYNC_FLAGS) |
Jiri Slaby02f11752006-12-08 02:39:28 -08003407 (new_serial.flags & ASYNC_FLAGS);
Alan Cox44b7d1b2008-07-16 21:57:18 +01003408 info->port.close_delay = new_serial.close_delay * HZ / 100;
3409 info->port.closing_wait = new_serial.closing_wait * HZ / 100;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410
3411check_and_exit:
Alan Cox77451e52008-07-16 21:57:02 +01003412 if (info->port.flags & ASYNC_INITIALIZED) {
Jiri Slaby02f11752006-12-08 02:39:28 -08003413 set_line_char(info);
3414 return 0;
3415 } else {
3416 return startup(info);
3417 }
3418} /* set_serial_info */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003419
3420/*
3421 * get_lsr_info - get line status register info
3422 *
3423 * Purpose: Let user call ioctl() to get info when the UART physically
3424 * is emptied. On bus types like RS485, the transmitter must
3425 * release the bus after transmitting. This must be done when
3426 * the transmit shift register is empty, not be done when the
3427 * transmit holding register is empty. This functionality
3428 * allows an RS485 driver to be written in user space.
3429 */
Alan Cox15ed6cc2008-04-30 00:53:55 -07003430static int get_lsr_info(struct cyclades_port *info, unsigned int __user *value)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431{
Jiri Slaby875b2062007-05-08 00:36:49 -07003432 struct cyclades_card *card;
3433 int chip, channel, index;
Jiri Slaby02f11752006-12-08 02:39:28 -08003434 unsigned char status;
3435 unsigned int result;
3436 unsigned long flags;
3437 void __iomem *base_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003438
Jiri Slaby02f11752006-12-08 02:39:28 -08003439 card = info->card;
Jiri Slaby875b2062007-05-08 00:36:49 -07003440 channel = (info->line) - (card->first_line);
3441 if (!IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08003442 chip = channel >> 2;
3443 channel &= 0x03;
Jiri Slaby875b2062007-05-08 00:36:49 -07003444 index = card->bus_index;
3445 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003447 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003448 status = readb(base_addr + (CySRER << index)) &
Jiri Slaby02f11752006-12-08 02:39:28 -08003449 (CyTxRdy | CyTxMpty);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003450 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003451 result = (status ? 0 : TIOCSER_TEMT);
3452 } else {
3453 /* Not supported yet */
3454 return -EINVAL;
3455 }
3456 return put_user(result, (unsigned long __user *)value);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003457}
3458
Jiri Slaby02f11752006-12-08 02:39:28 -08003459static int cy_tiocmget(struct tty_struct *tty, struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460{
Jiri Slabycab9bdd2007-05-08 00:35:51 -07003461 struct cyclades_port *info = tty->driver_data;
Jiri Slaby875b2062007-05-08 00:36:49 -07003462 struct cyclades_card *card;
3463 int chip, channel, index;
Jiri Slaby02f11752006-12-08 02:39:28 -08003464 void __iomem *base_addr;
3465 unsigned long flags;
3466 unsigned char status;
3467 unsigned long lstatus;
3468 unsigned int result;
3469 struct FIRM_ID __iomem *firm_id;
3470 struct ZFW_CTRL __iomem *zfw_ctrl;
3471 struct BOARD_CTRL __iomem *board_ctrl;
3472 struct CH_CTRL __iomem *ch_ctrl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473
Harvey Harrisonbf9d8922008-04-30 00:55:10 -07003474 if (serial_paranoia_check(info, tty->name, __func__))
Jiri Slaby02f11752006-12-08 02:39:28 -08003475 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476
Alan Cox7b130c02008-04-30 00:53:16 -07003477 lock_kernel();
3478
Jiri Slaby02f11752006-12-08 02:39:28 -08003479 card = info->card;
Jiri Slaby875b2062007-05-08 00:36:49 -07003480 channel = info->line - card->first_line;
3481 if (!IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08003482 chip = channel >> 2;
3483 channel &= 0x03;
Jiri Slaby875b2062007-05-08 00:36:49 -07003484 index = card->bus_index;
3485 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003486
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003487 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003488 cy_writeb(base_addr + (CyCAR << index), (u_char) channel);
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003489 status = readb(base_addr + (CyMSVR1 << index));
3490 status |= readb(base_addr + (CyMSVR2 << index));
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003491 spin_unlock_irqrestore(&card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492
Jiri Slaby02f11752006-12-08 02:39:28 -08003493 if (info->rtsdtr_inv) {
3494 result = ((status & CyRTS) ? TIOCM_DTR : 0) |
3495 ((status & CyDTR) ? TIOCM_RTS : 0);
3496 } else {
3497 result = ((status & CyRTS) ? TIOCM_RTS : 0) |
3498 ((status & CyDTR) ? TIOCM_DTR : 0);
3499 }
3500 result |= ((status & CyDCD) ? TIOCM_CAR : 0) |
3501 ((status & CyRI) ? TIOCM_RNG : 0) |
3502 ((status & CyDSR) ? TIOCM_DSR : 0) |
3503 ((status & CyCTS) ? TIOCM_CTS : 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003504 } else {
Jiri Slaby875b2062007-05-08 00:36:49 -07003505 base_addr = card->base_addr;
3506 firm_id = card->base_addr + ID_ADDRESS;
3507 if (ISZLOADED(*card)) {
3508 zfw_ctrl = card->base_addr +
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003509 (readl(&firm_id->zfwctrl_addr) & 0xfffff);
Jiri Slaby02f11752006-12-08 02:39:28 -08003510 board_ctrl = &zfw_ctrl->board_ctrl;
3511 ch_ctrl = zfw_ctrl->ch_ctrl;
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003512 lstatus = readl(&ch_ctrl[channel].rs_status);
Jiri Slaby02f11752006-12-08 02:39:28 -08003513 result = ((lstatus & C_RS_RTS) ? TIOCM_RTS : 0) |
3514 ((lstatus & C_RS_DTR) ? TIOCM_DTR : 0) |
3515 ((lstatus & C_RS_DCD) ? TIOCM_CAR : 0) |
3516 ((lstatus & C_RS_RI) ? TIOCM_RNG : 0) |
3517 ((lstatus & C_RS_DSR) ? TIOCM_DSR : 0) |
3518 ((lstatus & C_RS_CTS) ? TIOCM_CTS : 0);
3519 } else {
3520 result = 0;
Alan Cox7b130c02008-04-30 00:53:16 -07003521 unlock_kernel();
Jiri Slaby02f11752006-12-08 02:39:28 -08003522 return -ENODEV;
3523 }
3524
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525 }
Alan Cox7b130c02008-04-30 00:53:16 -07003526 unlock_kernel();
Jiri Slaby02f11752006-12-08 02:39:28 -08003527 return result;
3528} /* cy_tiomget */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003529
3530static int
3531cy_tiocmset(struct tty_struct *tty, struct file *file,
Jiri Slaby02f11752006-12-08 02:39:28 -08003532 unsigned int set, unsigned int clear)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533{
Jiri Slabycab9bdd2007-05-08 00:35:51 -07003534 struct cyclades_port *info = tty->driver_data;
Jiri Slaby875b2062007-05-08 00:36:49 -07003535 struct cyclades_card *card;
3536 int chip, channel, index;
Jiri Slaby02f11752006-12-08 02:39:28 -08003537 void __iomem *base_addr;
3538 unsigned long flags;
3539 struct FIRM_ID __iomem *firm_id;
3540 struct ZFW_CTRL __iomem *zfw_ctrl;
3541 struct BOARD_CTRL __iomem *board_ctrl;
3542 struct CH_CTRL __iomem *ch_ctrl;
3543 int retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003544
Harvey Harrisonbf9d8922008-04-30 00:55:10 -07003545 if (serial_paranoia_check(info, tty->name, __func__))
Jiri Slaby02f11752006-12-08 02:39:28 -08003546 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547
Jiri Slaby02f11752006-12-08 02:39:28 -08003548 card = info->card;
Jiri Slaby875b2062007-05-08 00:36:49 -07003549 channel = (info->line) - (card->first_line);
3550 if (!IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08003551 chip = channel >> 2;
3552 channel &= 0x03;
Jiri Slaby875b2062007-05-08 00:36:49 -07003553 index = card->bus_index;
3554 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003555
Jiri Slaby02f11752006-12-08 02:39:28 -08003556 if (set & TIOCM_RTS) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003557 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003558 cy_writeb(base_addr + (CyCAR << index),
3559 (u_char) channel);
3560 if (info->rtsdtr_inv) {
3561 cy_writeb(base_addr + (CyMSVR2 << index),
3562 CyDTR);
3563 } else {
3564 cy_writeb(base_addr + (CyMSVR1 << index),
3565 CyRTS);
3566 }
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003567 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003568 }
3569 if (clear & TIOCM_RTS) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003570 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003571 cy_writeb(base_addr + (CyCAR << index),
3572 (u_char) channel);
3573 if (info->rtsdtr_inv) {
3574 cy_writeb(base_addr + (CyMSVR2 << index),
3575 ~CyDTR);
3576 } else {
3577 cy_writeb(base_addr + (CyMSVR1 << index),
3578 ~CyRTS);
3579 }
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003580 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003581 }
3582 if (set & TIOCM_DTR) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003583 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003584 cy_writeb(base_addr + (CyCAR << index),
3585 (u_char) channel);
3586 if (info->rtsdtr_inv) {
3587 cy_writeb(base_addr + (CyMSVR1 << index),
3588 CyRTS);
3589 } else {
3590 cy_writeb(base_addr + (CyMSVR2 << index),
3591 CyDTR);
3592 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003593#ifdef CY_DEBUG_DTR
Jiri Slaby21719192007-05-08 00:36:42 -07003594 printk(KERN_DEBUG "cyc:set_modem_info raising DTR\n");
3595 printk(KERN_DEBUG " status: 0x%x, 0x%x\n",
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003596 readb(base_addr + (CyMSVR1 << index)),
3597 readb(base_addr + (CyMSVR2 << index)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598#endif
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003599 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003600 }
3601 if (clear & TIOCM_DTR) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003602 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003603 cy_writeb(base_addr + (CyCAR << index),
3604 (u_char) channel);
3605 if (info->rtsdtr_inv) {
3606 cy_writeb(base_addr + (CyMSVR1 << index),
3607 ~CyRTS);
3608 } else {
3609 cy_writeb(base_addr + (CyMSVR2 << index),
3610 ~CyDTR);
3611 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003612
3613#ifdef CY_DEBUG_DTR
Jiri Slaby21719192007-05-08 00:36:42 -07003614 printk(KERN_DEBUG "cyc:set_modem_info dropping DTR\n");
3615 printk(KERN_DEBUG " status: 0x%x, 0x%x\n",
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003616 readb(base_addr + (CyMSVR1 << index)),
3617 readb(base_addr + (CyMSVR2 << index)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003618#endif
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003619 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003620 }
3621 } else {
Jiri Slaby875b2062007-05-08 00:36:49 -07003622 base_addr = card->base_addr;
Jiri Slaby02f11752006-12-08 02:39:28 -08003623
Jiri Slaby875b2062007-05-08 00:36:49 -07003624 firm_id = card->base_addr + ID_ADDRESS;
3625 if (ISZLOADED(*card)) {
3626 zfw_ctrl = card->base_addr +
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003627 (readl(&firm_id->zfwctrl_addr) & 0xfffff);
Jiri Slaby02f11752006-12-08 02:39:28 -08003628 board_ctrl = &zfw_ctrl->board_ctrl;
3629 ch_ctrl = zfw_ctrl->ch_ctrl;
3630
3631 if (set & TIOCM_RTS) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003632 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003633 cy_writel(&ch_ctrl[channel].rs_control,
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003634 readl(&ch_ctrl[channel].rs_control) |
3635 C_RS_RTS);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003636 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003637 }
3638 if (clear & TIOCM_RTS) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003639 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003640 cy_writel(&ch_ctrl[channel].rs_control,
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003641 readl(&ch_ctrl[channel].rs_control) &
3642 ~C_RS_RTS);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003643 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003644 }
3645 if (set & TIOCM_DTR) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003646 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003647 cy_writel(&ch_ctrl[channel].rs_control,
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003648 readl(&ch_ctrl[channel].rs_control) |
3649 C_RS_DTR);
Jiri Slaby02f11752006-12-08 02:39:28 -08003650#ifdef CY_DEBUG_DTR
Jiri Slaby21719192007-05-08 00:36:42 -07003651 printk(KERN_DEBUG "cyc:set_modem_info raising "
3652 "Z DTR\n");
Jiri Slaby02f11752006-12-08 02:39:28 -08003653#endif
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003654 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003655 }
3656 if (clear & TIOCM_DTR) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003657 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003658 cy_writel(&ch_ctrl[channel].rs_control,
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003659 readl(&ch_ctrl[channel].rs_control) &
3660 ~C_RS_DTR);
Jiri Slaby02f11752006-12-08 02:39:28 -08003661#ifdef CY_DEBUG_DTR
Jiri Slaby21719192007-05-08 00:36:42 -07003662 printk(KERN_DEBUG "cyc:set_modem_info clearing "
3663 "Z DTR\n");
Jiri Slaby02f11752006-12-08 02:39:28 -08003664#endif
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003665 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003666 }
3667 } else {
3668 return -ENODEV;
3669 }
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003670 spin_lock_irqsave(&card->card_lock, flags);
3671 retval = cyz_issue_cmd(card, channel, C_CM_IOCTLM, 0L);
Jiri Slaby02f11752006-12-08 02:39:28 -08003672 if (retval != 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07003673 printk(KERN_ERR "cyc:set_modem_info retval on ttyC%d "
3674 "was %x\n", info->line, retval);
Jiri Slaby02f11752006-12-08 02:39:28 -08003675 }
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003676 spin_unlock_irqrestore(&card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003677 }
Jiri Slaby02f11752006-12-08 02:39:28 -08003678 return 0;
3679} /* cy_tiocmset */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003680
3681/*
3682 * cy_break() --- routine which turns the break handling on or off
3683 */
Alan Cox9e98966c2008-07-22 11:18:03 +01003684static int cy_break(struct tty_struct *tty, int break_state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003685{
Jiri Slabycab9bdd2007-05-08 00:35:51 -07003686 struct cyclades_port *info = tty->driver_data;
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003687 struct cyclades_card *card;
Jiri Slaby02f11752006-12-08 02:39:28 -08003688 unsigned long flags;
Alan Cox9e98966c2008-07-22 11:18:03 +01003689 int retval = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003690
Jiri Slaby02f11752006-12-08 02:39:28 -08003691 if (serial_paranoia_check(info, tty->name, "cy_break"))
Alan Cox9e98966c2008-07-22 11:18:03 +01003692 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003693
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003694 card = info->card;
3695
3696 spin_lock_irqsave(&card->card_lock, flags);
3697 if (!IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08003698 /* Let the transmit ISR take care of this (since it
3699 requires stuffing characters into the output stream).
3700 */
3701 if (break_state == -1) {
3702 if (!info->breakon) {
3703 info->breakon = 1;
3704 if (!info->xmit_cnt) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003705 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003706 start_xmit(info);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003707 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003708 }
3709 }
3710 } else {
3711 if (!info->breakoff) {
3712 info->breakoff = 1;
3713 if (!info->xmit_cnt) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003714 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003715 start_xmit(info);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003716 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003717 }
3718 }
3719 }
3720 } else {
Jiri Slaby02f11752006-12-08 02:39:28 -08003721 if (break_state == -1) {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003722 retval = cyz_issue_cmd(card,
3723 info->line - card->first_line,
Jiri Slaby02f11752006-12-08 02:39:28 -08003724 C_CM_SET_BREAK, 0L);
3725 if (retval != 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07003726 printk(KERN_ERR "cyc:cy_break (set) retval on "
3727 "ttyC%d was %x\n", info->line, retval);
Jiri Slaby02f11752006-12-08 02:39:28 -08003728 }
3729 } else {
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003730 retval = cyz_issue_cmd(card,
3731 info->line - card->first_line,
Jiri Slaby02f11752006-12-08 02:39:28 -08003732 C_CM_CLR_BREAK, 0L);
3733 if (retval != 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07003734 printk(KERN_DEBUG "cyc:cy_break (clr) retval "
3735 "on ttyC%d was %x\n", info->line,
3736 retval);
Jiri Slaby02f11752006-12-08 02:39:28 -08003737 }
3738 }
3739 }
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003740 spin_unlock_irqrestore(&card->card_lock, flags);
Alan Cox9e98966c2008-07-22 11:18:03 +01003741 return retval;
Jiri Slaby02f11752006-12-08 02:39:28 -08003742} /* cy_break */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003743
Alan Cox15ed6cc2008-04-30 00:53:55 -07003744static int get_mon_info(struct cyclades_port *info,
3745 struct cyclades_monitor __user *mon)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003747
Jiri Slaby02f11752006-12-08 02:39:28 -08003748 if (copy_to_user(mon, &info->mon, sizeof(struct cyclades_monitor)))
3749 return -EFAULT;
3750 info->mon.int_count = 0;
3751 info->mon.char_count = 0;
3752 info->mon.char_max = 0;
3753 info->mon.char_last = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754 return 0;
Jiri Slaby02f11752006-12-08 02:39:28 -08003755} /* get_mon_info */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003756
Jiri Slaby02f11752006-12-08 02:39:28 -08003757static int set_threshold(struct cyclades_port *info, unsigned long value)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003758{
Jiri Slaby875b2062007-05-08 00:36:49 -07003759 struct cyclades_card *card;
Jiri Slaby02f11752006-12-08 02:39:28 -08003760 void __iomem *base_addr;
Jiri Slaby875b2062007-05-08 00:36:49 -07003761 int channel, chip, index;
Jiri Slaby02f11752006-12-08 02:39:28 -08003762 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763
Jiri Slaby02f11752006-12-08 02:39:28 -08003764 card = info->card;
Jiri Slaby875b2062007-05-08 00:36:49 -07003765 channel = info->line - card->first_line;
3766 if (!IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08003767 chip = channel >> 2;
3768 channel &= 0x03;
Jiri Slaby875b2062007-05-08 00:36:49 -07003769 index = card->bus_index;
Jiri Slaby02f11752006-12-08 02:39:28 -08003770 base_addr =
Jiri Slaby875b2062007-05-08 00:36:49 -07003771 card->base_addr + (cy_chip_offset[chip] << index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003772
Jiri Slaby02f11752006-12-08 02:39:28 -08003773 info->cor3 &= ~CyREC_FIFO;
3774 info->cor3 |= value & CyREC_FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003776 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003777 cy_writeb(base_addr + (CyCOR3 << index), info->cor3);
3778 cyy_issue_cmd(base_addr, CyCOR_CHANGE | CyCOR3ch, index);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003779 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003780 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781 return 0;
Jiri Slaby02f11752006-12-08 02:39:28 -08003782} /* set_threshold */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783
Alan Cox15ed6cc2008-04-30 00:53:55 -07003784static int get_threshold(struct cyclades_port *info,
3785 unsigned long __user *value)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786{
Jiri Slaby875b2062007-05-08 00:36:49 -07003787 struct cyclades_card *card;
Jiri Slaby02f11752006-12-08 02:39:28 -08003788 void __iomem *base_addr;
Jiri Slaby875b2062007-05-08 00:36:49 -07003789 int channel, chip, index;
Jiri Slaby02f11752006-12-08 02:39:28 -08003790 unsigned long tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791
Jiri Slaby02f11752006-12-08 02:39:28 -08003792 card = info->card;
Jiri Slaby875b2062007-05-08 00:36:49 -07003793 channel = info->line - card->first_line;
3794 if (!IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08003795 chip = channel >> 2;
3796 channel &= 0x03;
Jiri Slaby875b2062007-05-08 00:36:49 -07003797 index = card->bus_index;
3798 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
Jiri Slaby02f11752006-12-08 02:39:28 -08003799
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003800 tmp = readb(base_addr + (CyCOR3 << index)) & CyREC_FIFO;
Jiri Slaby02f11752006-12-08 02:39:28 -08003801 return put_user(tmp, value);
Jiri Slaby02f11752006-12-08 02:39:28 -08003802 }
Jiri Slabyf7429032007-05-08 00:36:59 -07003803 return 0;
Jiri Slaby02f11752006-12-08 02:39:28 -08003804} /* get_threshold */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805
Alan Cox15ed6cc2008-04-30 00:53:55 -07003806static int set_default_threshold(struct cyclades_port *info,
3807 unsigned long value)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003808{
Jiri Slaby02f11752006-12-08 02:39:28 -08003809 info->default_threshold = value & 0x0f;
3810 return 0;
3811} /* set_default_threshold */
3812
Alan Cox15ed6cc2008-04-30 00:53:55 -07003813static int get_default_threshold(struct cyclades_port *info,
3814 unsigned long __user *value)
Jiri Slaby02f11752006-12-08 02:39:28 -08003815{
3816 return put_user(info->default_threshold, value);
3817} /* get_default_threshold */
3818
3819static int set_timeout(struct cyclades_port *info, unsigned long value)
3820{
Jiri Slaby875b2062007-05-08 00:36:49 -07003821 struct cyclades_card *card;
Jiri Slaby02f11752006-12-08 02:39:28 -08003822 void __iomem *base_addr;
Jiri Slaby875b2062007-05-08 00:36:49 -07003823 int channel, chip, index;
Jiri Slaby02f11752006-12-08 02:39:28 -08003824 unsigned long flags;
3825
3826 card = info->card;
Jiri Slaby875b2062007-05-08 00:36:49 -07003827 channel = info->line - card->first_line;
3828 if (!IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08003829 chip = channel >> 2;
3830 channel &= 0x03;
Jiri Slaby875b2062007-05-08 00:36:49 -07003831 index = card->bus_index;
3832 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
Jiri Slaby02f11752006-12-08 02:39:28 -08003833
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003834 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003835 cy_writeb(base_addr + (CyRTPR << index), value & 0xff);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003836 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003837 }
3838 return 0;
3839} /* set_timeout */
3840
Alan Cox15ed6cc2008-04-30 00:53:55 -07003841static int get_timeout(struct cyclades_port *info,
3842 unsigned long __user *value)
Jiri Slaby02f11752006-12-08 02:39:28 -08003843{
Jiri Slaby875b2062007-05-08 00:36:49 -07003844 struct cyclades_card *card;
Jiri Slaby02f11752006-12-08 02:39:28 -08003845 void __iomem *base_addr;
Jiri Slaby875b2062007-05-08 00:36:49 -07003846 int channel, chip, index;
Jiri Slaby02f11752006-12-08 02:39:28 -08003847 unsigned long tmp;
3848
3849 card = info->card;
Jiri Slaby875b2062007-05-08 00:36:49 -07003850 channel = info->line - card->first_line;
3851 if (!IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08003852 chip = channel >> 2;
3853 channel &= 0x03;
Jiri Slaby875b2062007-05-08 00:36:49 -07003854 index = card->bus_index;
3855 base_addr = card->base_addr + (cy_chip_offset[chip] << index);
Jiri Slaby02f11752006-12-08 02:39:28 -08003856
Jiri Slabydb05c3b2007-05-08 00:35:46 -07003857 tmp = readb(base_addr + (CyRTPR << index));
Jiri Slaby02f11752006-12-08 02:39:28 -08003858 return put_user(tmp, value);
Jiri Slaby02f11752006-12-08 02:39:28 -08003859 }
Jiri Slabyf7429032007-05-08 00:36:59 -07003860 return 0;
Jiri Slaby02f11752006-12-08 02:39:28 -08003861} /* get_timeout */
3862
3863static int set_default_timeout(struct cyclades_port *info, unsigned long value)
3864{
3865 info->default_timeout = value & 0xff;
3866 return 0;
3867} /* set_default_timeout */
3868
Alan Cox15ed6cc2008-04-30 00:53:55 -07003869static int get_default_timeout(struct cyclades_port *info,
3870 unsigned long __user *value)
Jiri Slaby02f11752006-12-08 02:39:28 -08003871{
3872 return put_user(info->default_timeout, value);
3873} /* get_default_timeout */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874
3875/*
3876 * This routine allows the tty driver to implement device-
3877 * specific ioctl's. If the ioctl number passed in cmd is
3878 * not recognized by the driver, it should return ENOIOCTLCMD.
3879 */
3880static int
Jiri Slaby02f11752006-12-08 02:39:28 -08003881cy_ioctl(struct tty_struct *tty, struct file *file,
3882 unsigned int cmd, unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003883{
Jiri Slabycab9bdd2007-05-08 00:35:51 -07003884 struct cyclades_port *info = tty->driver_data;
Jiri Slaby02f11752006-12-08 02:39:28 -08003885 struct cyclades_icount cprev, cnow; /* kernel counter temps */
3886 struct serial_icounter_struct __user *p_cuser; /* user space */
3887 int ret_val = 0;
3888 unsigned long flags;
3889 void __user *argp = (void __user *)arg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003890
Jiri Slaby02f11752006-12-08 02:39:28 -08003891 if (serial_paranoia_check(info, tty->name, "cy_ioctl"))
3892 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003893
3894#ifdef CY_DEBUG_OTHER
Jiri Slaby21719192007-05-08 00:36:42 -07003895 printk(KERN_DEBUG "cyc:cy_ioctl ttyC%d, cmd = %x arg = %lx\n",
3896 info->line, cmd, arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003897#endif
Alan Cox7b130c02008-04-30 00:53:16 -07003898 lock_kernel();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003899
Jiri Slaby02f11752006-12-08 02:39:28 -08003900 switch (cmd) {
3901 case CYGETMON:
3902 ret_val = get_mon_info(info, argp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003903 break;
Jiri Slaby02f11752006-12-08 02:39:28 -08003904 case CYGETTHRESH:
3905 ret_val = get_threshold(info, argp);
3906 break;
3907 case CYSETTHRESH:
3908 ret_val = set_threshold(info, arg);
3909 break;
3910 case CYGETDEFTHRESH:
3911 ret_val = get_default_threshold(info, argp);
3912 break;
3913 case CYSETDEFTHRESH:
3914 ret_val = set_default_threshold(info, arg);
3915 break;
3916 case CYGETTIMEOUT:
3917 ret_val = get_timeout(info, argp);
3918 break;
3919 case CYSETTIMEOUT:
3920 ret_val = set_timeout(info, arg);
3921 break;
3922 case CYGETDEFTIMEOUT:
3923 ret_val = get_default_timeout(info, argp);
3924 break;
3925 case CYSETDEFTIMEOUT:
3926 ret_val = set_default_timeout(info, arg);
3927 break;
3928 case CYSETRFLOW:
3929 info->rflow = (int)arg;
3930 ret_val = 0;
3931 break;
3932 case CYGETRFLOW:
3933 ret_val = info->rflow;
3934 break;
3935 case CYSETRTSDTR_INV:
3936 info->rtsdtr_inv = (int)arg;
3937 ret_val = 0;
3938 break;
3939 case CYGETRTSDTR_INV:
3940 ret_val = info->rtsdtr_inv;
3941 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942 case CYGETCD1400VER:
Jiri Slaby02f11752006-12-08 02:39:28 -08003943 ret_val = info->chip_rev;
3944 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003945#ifndef CONFIG_CYZ_INTR
3946 case CYZSETPOLLCYCLE:
Jiri Slaby02f11752006-12-08 02:39:28 -08003947 cyz_polling_cycle = (arg * HZ) / 1000;
3948 ret_val = 0;
3949 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003950 case CYZGETPOLLCYCLE:
Jiri Slaby02f11752006-12-08 02:39:28 -08003951 ret_val = (cyz_polling_cycle * 1000) / HZ;
3952 break;
3953#endif /* CONFIG_CYZ_INTR */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003954 case CYSETWAIT:
Alan Cox44b7d1b2008-07-16 21:57:18 +01003955 info->port.closing_wait = (unsigned short)arg * HZ / 100;
Jiri Slaby02f11752006-12-08 02:39:28 -08003956 ret_val = 0;
3957 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003958 case CYGETWAIT:
Alan Cox44b7d1b2008-07-16 21:57:18 +01003959 ret_val = info->port.closing_wait / (HZ / 100);
Jiri Slaby02f11752006-12-08 02:39:28 -08003960 break;
3961 case TIOCGSERIAL:
3962 ret_val = get_serial_info(info, argp);
3963 break;
3964 case TIOCSSERIAL:
3965 ret_val = set_serial_info(info, argp);
3966 break;
3967 case TIOCSERGETLSR: /* Get line status register */
3968 ret_val = get_lsr_info(info, argp);
3969 break;
3970 /*
3971 * Wait for any of the 4 modem inputs (DCD,RI,DSR,CTS) to change
3972 * - mask passed in arg for lines of interest
3973 * (use |'ed TIOCM_RNG/DSR/CD/CTS for masking)
3974 * Caller should use TIOCGICOUNT to see which one it was
3975 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976 case TIOCMIWAIT:
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003977 spin_lock_irqsave(&info->card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003978 /* note the counters on entry */
Jiri Slaby2c7fea92007-05-08 00:36:51 -07003979 cnow = info->icount;
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003980 spin_unlock_irqrestore(&info->card->card_lock, flags);
Jiri Slaby2c7fea92007-05-08 00:36:51 -07003981 ret_val = wait_event_interruptible(info->delta_msr_wait, ({
3982 cprev = cnow;
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003983 spin_lock_irqsave(&info->card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08003984 cnow = info->icount; /* atomic copy */
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07003985 spin_unlock_irqrestore(&info->card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003986
Jiri Slaby2c7fea92007-05-08 00:36:51 -07003987 ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
3988 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
3989 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
3990 ((arg & TIOCM_CTS) && (cnow.cts != cprev.cts));
3991 }));
3992 break;
Jiri Slaby02f11752006-12-08 02:39:28 -08003993
3994 /*
3995 * Get counter of input serial line interrupts (DCD,RI,DSR,CTS)
3996 * Return: write counters to the user passed counter struct
3997 * NB: both 1->0 and 0->1 transitions are counted except for
3998 * RI where only 0->1 is counted.
3999 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004000 case TIOCGICOUNT:
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07004001 spin_lock_irqsave(&info->card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08004002 cnow = info->icount;
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07004003 spin_unlock_irqrestore(&info->card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08004004 p_cuser = argp;
4005 ret_val = put_user(cnow.cts, &p_cuser->cts);
4006 if (ret_val)
Alan Cox7b130c02008-04-30 00:53:16 -07004007 break;
Jiri Slaby02f11752006-12-08 02:39:28 -08004008 ret_val = put_user(cnow.dsr, &p_cuser->dsr);
4009 if (ret_val)
Alan Cox7b130c02008-04-30 00:53:16 -07004010 break;
Jiri Slaby02f11752006-12-08 02:39:28 -08004011 ret_val = put_user(cnow.rng, &p_cuser->rng);
4012 if (ret_val)
Alan Cox7b130c02008-04-30 00:53:16 -07004013 break;
Jiri Slaby02f11752006-12-08 02:39:28 -08004014 ret_val = put_user(cnow.dcd, &p_cuser->dcd);
4015 if (ret_val)
Alan Cox7b130c02008-04-30 00:53:16 -07004016 break;
Jiri Slaby02f11752006-12-08 02:39:28 -08004017 ret_val = put_user(cnow.rx, &p_cuser->rx);
4018 if (ret_val)
Alan Cox7b130c02008-04-30 00:53:16 -07004019 break;
Jiri Slaby02f11752006-12-08 02:39:28 -08004020 ret_val = put_user(cnow.tx, &p_cuser->tx);
4021 if (ret_val)
Alan Cox7b130c02008-04-30 00:53:16 -07004022 break;
Jiri Slaby02f11752006-12-08 02:39:28 -08004023 ret_val = put_user(cnow.frame, &p_cuser->frame);
4024 if (ret_val)
Alan Cox7b130c02008-04-30 00:53:16 -07004025 break;
Jiri Slaby02f11752006-12-08 02:39:28 -08004026 ret_val = put_user(cnow.overrun, &p_cuser->overrun);
4027 if (ret_val)
Alan Cox7b130c02008-04-30 00:53:16 -07004028 break;
Jiri Slaby02f11752006-12-08 02:39:28 -08004029 ret_val = put_user(cnow.parity, &p_cuser->parity);
4030 if (ret_val)
Alan Cox7b130c02008-04-30 00:53:16 -07004031 break;
Jiri Slaby02f11752006-12-08 02:39:28 -08004032 ret_val = put_user(cnow.brk, &p_cuser->brk);
4033 if (ret_val)
Alan Cox7b130c02008-04-30 00:53:16 -07004034 break;
Jiri Slaby02f11752006-12-08 02:39:28 -08004035 ret_val = put_user(cnow.buf_overrun, &p_cuser->buf_overrun);
4036 if (ret_val)
Alan Cox7b130c02008-04-30 00:53:16 -07004037 break;
Jiri Slaby02f11752006-12-08 02:39:28 -08004038 ret_val = 0;
4039 break;
4040 default:
4041 ret_val = -ENOIOCTLCMD;
4042 }
Alan Cox7b130c02008-04-30 00:53:16 -07004043 unlock_kernel();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004044
4045#ifdef CY_DEBUG_OTHER
Jiri Slaby21719192007-05-08 00:36:42 -07004046 printk(KERN_DEBUG "cyc:cy_ioctl done\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07004047#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08004048 return ret_val;
4049} /* cy_ioctl */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004050
4051/*
4052 * This routine allows the tty driver to be notified when
4053 * device's termios settings have changed. Note that a
4054 * well-designed tty driver should be prepared to accept the case
4055 * where old == NULL, and try to do something rational.
4056 */
Jiri Slaby02f11752006-12-08 02:39:28 -08004057static void cy_set_termios(struct tty_struct *tty, struct ktermios *old_termios)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004058{
Jiri Slabycab9bdd2007-05-08 00:35:51 -07004059 struct cyclades_port *info = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004060
4061#ifdef CY_DEBUG_OTHER
Jiri Slaby21719192007-05-08 00:36:42 -07004062 printk(KERN_DEBUG "cyc:cy_set_termios ttyC%d\n", info->line);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004063#endif
4064
Jiri Slaby02f11752006-12-08 02:39:28 -08004065 set_line_char(info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004066
Jiri Slaby02f11752006-12-08 02:39:28 -08004067 if ((old_termios->c_cflag & CRTSCTS) &&
4068 !(tty->termios->c_cflag & CRTSCTS)) {
4069 tty->hw_stopped = 0;
4070 cy_start(tty);
4071 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004072#if 0
Jiri Slaby02f11752006-12-08 02:39:28 -08004073 /*
4074 * No need to wake up processes in open wait, since they
4075 * sample the CLOCAL flag once, and don't recheck it.
4076 * XXX It's not clear whether the current behavior is correct
4077 * or not. Hence, this may change.....
4078 */
4079 if (!(old_termios->c_cflag & CLOCAL) &&
4080 (tty->termios->c_cflag & CLOCAL))
Alan Cox77451e52008-07-16 21:57:02 +01004081 wake_up_interruptible(&info->port.open_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08004083} /* cy_set_termios */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004084
4085/* This function is used to send a high-priority XON/XOFF character to
4086 the device.
4087*/
Jiri Slaby02f11752006-12-08 02:39:28 -08004088static void cy_send_xchar(struct tty_struct *tty, char ch)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004089{
Jiri Slabycab9bdd2007-05-08 00:35:51 -07004090 struct cyclades_port *info = tty->driver_data;
Jiri Slaby875b2062007-05-08 00:36:49 -07004091 struct cyclades_card *card;
4092 int channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004093
Jiri Slaby02f11752006-12-08 02:39:28 -08004094 if (serial_paranoia_check(info, tty->name, "cy_send_xchar"))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004095 return;
4096
Jiri Slaby02f11752006-12-08 02:39:28 -08004097 info->x_char = ch;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004098
4099 if (ch)
Jiri Slaby02f11752006-12-08 02:39:28 -08004100 cy_start(tty);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004101
4102 card = info->card;
Jiri Slaby875b2062007-05-08 00:36:49 -07004103 channel = info->line - card->first_line;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004104
Jiri Slaby875b2062007-05-08 00:36:49 -07004105 if (IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08004106 if (ch == STOP_CHAR(tty))
Jiri Slaby875b2062007-05-08 00:36:49 -07004107 cyz_issue_cmd(card, channel, C_CM_SENDXOFF, 0L);
Jiri Slaby02f11752006-12-08 02:39:28 -08004108 else if (ch == START_CHAR(tty))
Jiri Slaby875b2062007-05-08 00:36:49 -07004109 cyz_issue_cmd(card, channel, C_CM_SENDXON, 0L);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110 }
4111}
4112
4113/* This routine is called by the upper-layer tty layer to signal
4114 that incoming characters should be throttled because the input
4115 buffers are close to full.
4116 */
Jiri Slaby02f11752006-12-08 02:39:28 -08004117static void cy_throttle(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118{
Jiri Slabycab9bdd2007-05-08 00:35:51 -07004119 struct cyclades_port *info = tty->driver_data;
Jiri Slaby875b2062007-05-08 00:36:49 -07004120 struct cyclades_card *card;
Jiri Slaby02f11752006-12-08 02:39:28 -08004121 unsigned long flags;
4122 void __iomem *base_addr;
Jiri Slaby875b2062007-05-08 00:36:49 -07004123 int chip, channel, index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004124
4125#ifdef CY_DEBUG_THROTTLE
Jiri Slaby02f11752006-12-08 02:39:28 -08004126 char buf[64];
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127
Jiri Slaby21719192007-05-08 00:36:42 -07004128 printk(KERN_DEBUG "cyc:throttle %s: %ld...ttyC%d\n", tty_name(tty, buf),
Jiri Slaby02f11752006-12-08 02:39:28 -08004129 tty->ldisc.chars_in_buffer(tty), info->line);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130#endif
4131
Alan Cox15ed6cc2008-04-30 00:53:55 -07004132 if (serial_paranoia_check(info, tty->name, "cy_throttle"))
Jiri Slaby02f11752006-12-08 02:39:28 -08004133 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004134
Jiri Slaby02f11752006-12-08 02:39:28 -08004135 card = info->card;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004136
Jiri Slaby02f11752006-12-08 02:39:28 -08004137 if (I_IXOFF(tty)) {
Jiri Slaby875b2062007-05-08 00:36:49 -07004138 if (!IS_CYC_Z(*card))
Jiri Slaby02f11752006-12-08 02:39:28 -08004139 cy_send_xchar(tty, STOP_CHAR(tty));
4140 else
4141 info->throttle = 1;
4142 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004143
Jiri Slaby02f11752006-12-08 02:39:28 -08004144 if (tty->termios->c_cflag & CRTSCTS) {
Jiri Slaby875b2062007-05-08 00:36:49 -07004145 channel = info->line - card->first_line;
4146 if (!IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08004147 chip = channel >> 2;
4148 channel &= 0x03;
Jiri Slaby875b2062007-05-08 00:36:49 -07004149 index = card->bus_index;
4150 base_addr = card->base_addr +
Jiri Slaby02f11752006-12-08 02:39:28 -08004151 (cy_chip_offset[chip] << index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004152
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07004153 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08004154 cy_writeb(base_addr + (CyCAR << index),
4155 (u_char) channel);
4156 if (info->rtsdtr_inv) {
4157 cy_writeb(base_addr + (CyMSVR2 << index),
4158 ~CyDTR);
4159 } else {
4160 cy_writeb(base_addr + (CyMSVR1 << index),
4161 ~CyRTS);
4162 }
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07004163 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08004164 } else {
4165 info->throttle = 1;
4166 }
4167 }
Jiri Slaby02f11752006-12-08 02:39:28 -08004168} /* cy_throttle */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169
4170/*
4171 * This routine notifies the tty driver that it should signal
4172 * that characters can now be sent to the tty without fear of
4173 * overrunning the input buffers of the line disciplines.
4174 */
Jiri Slaby02f11752006-12-08 02:39:28 -08004175static void cy_unthrottle(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004176{
Jiri Slabycab9bdd2007-05-08 00:35:51 -07004177 struct cyclades_port *info = tty->driver_data;
Jiri Slaby875b2062007-05-08 00:36:49 -07004178 struct cyclades_card *card;
Jiri Slaby02f11752006-12-08 02:39:28 -08004179 unsigned long flags;
4180 void __iomem *base_addr;
Jiri Slaby875b2062007-05-08 00:36:49 -07004181 int chip, channel, index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004182
4183#ifdef CY_DEBUG_THROTTLE
Jiri Slaby02f11752006-12-08 02:39:28 -08004184 char buf[64];
4185
Jiri Slaby21719192007-05-08 00:36:42 -07004186 printk(KERN_DEBUG "cyc:unthrottle %s: %ld...ttyC%d\n",
Alan Cox15ed6cc2008-04-30 00:53:55 -07004187 tty_name(tty, buf), tty_chars_in_buffer(tty), info->line);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004188#endif
4189
Alan Cox15ed6cc2008-04-30 00:53:55 -07004190 if (serial_paranoia_check(info, tty->name, "cy_unthrottle"))
Jiri Slaby02f11752006-12-08 02:39:28 -08004191 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004192
Jiri Slaby02f11752006-12-08 02:39:28 -08004193 if (I_IXOFF(tty)) {
4194 if (info->x_char)
4195 info->x_char = 0;
4196 else
4197 cy_send_xchar(tty, START_CHAR(tty));
4198 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004199
Jiri Slaby02f11752006-12-08 02:39:28 -08004200 if (tty->termios->c_cflag & CRTSCTS) {
4201 card = info->card;
Jiri Slaby875b2062007-05-08 00:36:49 -07004202 channel = info->line - card->first_line;
4203 if (!IS_CYC_Z(*card)) {
Jiri Slaby02f11752006-12-08 02:39:28 -08004204 chip = channel >> 2;
4205 channel &= 0x03;
Jiri Slaby875b2062007-05-08 00:36:49 -07004206 index = card->bus_index;
4207 base_addr = card->base_addr +
Jiri Slaby02f11752006-12-08 02:39:28 -08004208 (cy_chip_offset[chip] << index);
4209
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07004210 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08004211 cy_writeb(base_addr + (CyCAR << index),
4212 (u_char) channel);
4213 if (info->rtsdtr_inv) {
4214 cy_writeb(base_addr + (CyMSVR2 << index),
4215 CyDTR);
4216 } else {
4217 cy_writeb(base_addr + (CyMSVR1 << index),
4218 CyRTS);
4219 }
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07004220 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08004221 } else {
4222 info->throttle = 0;
4223 }
4224 }
Jiri Slaby02f11752006-12-08 02:39:28 -08004225} /* cy_unthrottle */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004226
4227/* cy_start and cy_stop provide software output flow control as a
4228 function of XON/XOFF, software CTS, and other such stuff.
4229*/
Jiri Slaby02f11752006-12-08 02:39:28 -08004230static void cy_stop(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004231{
Jiri Slaby02f11752006-12-08 02:39:28 -08004232 struct cyclades_card *cinfo;
Jiri Slabycab9bdd2007-05-08 00:35:51 -07004233 struct cyclades_port *info = tty->driver_data;
Jiri Slaby02f11752006-12-08 02:39:28 -08004234 void __iomem *base_addr;
4235 int chip, channel, index;
4236 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004237
4238#ifdef CY_DEBUG_OTHER
Jiri Slaby21719192007-05-08 00:36:42 -07004239 printk(KERN_DEBUG "cyc:cy_stop ttyC%d\n", info->line);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240#endif
4241
Jiri Slaby02f11752006-12-08 02:39:28 -08004242 if (serial_paranoia_check(info, tty->name, "cy_stop"))
4243 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244
Jiri Slaby875b2062007-05-08 00:36:49 -07004245 cinfo = info->card;
Jiri Slaby02f11752006-12-08 02:39:28 -08004246 channel = info->line - cinfo->first_line;
4247 if (!IS_CYC_Z(*cinfo)) {
4248 index = cinfo->bus_index;
4249 chip = channel >> 2;
4250 channel &= 0x03;
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07004251 base_addr = cinfo->base_addr + (cy_chip_offset[chip] << index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004252
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07004253 spin_lock_irqsave(&cinfo->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08004254 cy_writeb(base_addr + (CyCAR << index),
4255 (u_char)(channel & 0x0003)); /* index channel */
4256 cy_writeb(base_addr + (CySRER << index),
Jiri Slabydb05c3b2007-05-08 00:35:46 -07004257 readb(base_addr + (CySRER << index)) & ~CyTxRdy);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07004258 spin_unlock_irqrestore(&cinfo->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259 }
Jiri Slaby02f11752006-12-08 02:39:28 -08004260} /* cy_stop */
4261
4262static void cy_start(struct tty_struct *tty)
4263{
4264 struct cyclades_card *cinfo;
Jiri Slabycab9bdd2007-05-08 00:35:51 -07004265 struct cyclades_port *info = tty->driver_data;
Jiri Slaby02f11752006-12-08 02:39:28 -08004266 void __iomem *base_addr;
4267 int chip, channel, index;
4268 unsigned long flags;
4269
4270#ifdef CY_DEBUG_OTHER
Jiri Slaby21719192007-05-08 00:36:42 -07004271 printk(KERN_DEBUG "cyc:cy_start ttyC%d\n", info->line);
Jiri Slaby02f11752006-12-08 02:39:28 -08004272#endif
4273
4274 if (serial_paranoia_check(info, tty->name, "cy_start"))
4275 return;
4276
Jiri Slaby875b2062007-05-08 00:36:49 -07004277 cinfo = info->card;
Jiri Slaby02f11752006-12-08 02:39:28 -08004278 channel = info->line - cinfo->first_line;
4279 index = cinfo->bus_index;
4280 if (!IS_CYC_Z(*cinfo)) {
4281 chip = channel >> 2;
4282 channel &= 0x03;
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07004283 base_addr = cinfo->base_addr + (cy_chip_offset[chip] << index);
Jiri Slaby02f11752006-12-08 02:39:28 -08004284
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07004285 spin_lock_irqsave(&cinfo->card_lock, flags);
Alan Cox15ed6cc2008-04-30 00:53:55 -07004286 cy_writeb(base_addr + (CyCAR << index),
4287 (u_char) (channel & 0x0003)); /* index channel */
Jiri Slaby02f11752006-12-08 02:39:28 -08004288 cy_writeb(base_addr + (CySRER << index),
Jiri Slabydb05c3b2007-05-08 00:35:46 -07004289 readb(base_addr + (CySRER << index)) | CyTxRdy);
Jiri Slaby9fa1b3b182007-05-08 00:36:57 -07004290 spin_unlock_irqrestore(&cinfo->card_lock, flags);
Jiri Slaby02f11752006-12-08 02:39:28 -08004291 }
Jiri Slaby02f11752006-12-08 02:39:28 -08004292} /* cy_start */
4293
Linus Torvalds1da177e2005-04-16 15:20:36 -07004294/*
4295 * cy_hangup() --- called by tty_hangup() when a hangup is signaled.
4296 */
Jiri Slaby02f11752006-12-08 02:39:28 -08004297static void cy_hangup(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004298{
Jiri Slabycab9bdd2007-05-08 00:35:51 -07004299 struct cyclades_port *info = tty->driver_data;
Jiri Slaby02f11752006-12-08 02:39:28 -08004300
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301#ifdef CY_DEBUG_OTHER
Jiri Slaby21719192007-05-08 00:36:42 -07004302 printk(KERN_DEBUG "cyc:cy_hangup ttyC%d\n", info->line);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004303#endif
4304
Jiri Slaby02f11752006-12-08 02:39:28 -08004305 if (serial_paranoia_check(info, tty->name, "cy_hangup"))
4306 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307
Jiri Slaby02f11752006-12-08 02:39:28 -08004308 cy_flush_buffer(tty);
4309 shutdown(info);
Alan Cox77451e52008-07-16 21:57:02 +01004310 info->port.count = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004311#ifdef CY_DEBUG_COUNT
Jiri Slaby21719192007-05-08 00:36:42 -07004312 printk(KERN_DEBUG "cyc:cy_hangup (%d): setting count to 0\n",
4313 current->pid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004314#endif
Alan Cox77451e52008-07-16 21:57:02 +01004315 info->port.tty = NULL;
4316 info->port.flags &= ~ASYNC_NORMAL_ACTIVE;
4317 wake_up_interruptible(&info->port.open_wait);
Jiri Slaby02f11752006-12-08 02:39:28 -08004318} /* cy_hangup */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319
4320/*
4321 * ---------------------------------------------------------------------
4322 * cy_init() and friends
4323 *
4324 * cy_init() is called at boot-time to initialize the serial driver.
4325 * ---------------------------------------------------------------------
4326 */
4327
Jiri Slabydd025c02007-05-08 00:37:02 -07004328static int __devinit cy_init_card(struct cyclades_card *cinfo)
Jiri Slaby0809e262007-05-08 00:36:14 -07004329{
4330 struct cyclades_port *info;
Jiri Slaby65f76a82007-10-18 03:06:22 -07004331 unsigned int nports, port;
Jiri Slaby0809e262007-05-08 00:36:14 -07004332 unsigned short chip_number;
Jiri Slaby65f76a82007-10-18 03:06:22 -07004333 int uninitialized_var(index);
Jiri Slaby0809e262007-05-08 00:36:14 -07004334
Jiri Slaby3046d502007-05-08 00:36:46 -07004335 spin_lock_init(&cinfo->card_lock);
4336
Jiri Slabyc2ad4c72007-05-08 00:36:32 -07004337 if (IS_CYC_Z(*cinfo)) { /* Cyclades-Z */
Jiri Slaby101b8152009-06-11 12:30:10 +01004338 nports = (cinfo->hw_ver == ZE_V1) ? ZE_V1_NPORTS : 8;
Jiri Slaby0809e262007-05-08 00:36:14 -07004339 cinfo->intr_enabled = 0;
4340 cinfo->nports = 0; /* Will be correctly set later, after
4341 Z FW is loaded */
Jiri Slaby3046d502007-05-08 00:36:46 -07004342 } else {
4343 index = cinfo->bus_index;
4344 nports = cinfo->nports = CyPORTS_PER_CHIP * cinfo->num_chips;
4345 }
4346
Jiri Slabydd025c02007-05-08 00:37:02 -07004347 cinfo->ports = kzalloc(sizeof(*cinfo->ports) * nports, GFP_KERNEL);
4348 if (cinfo->ports == NULL) {
4349 printk(KERN_ERR "Cyclades: cannot allocate ports\n");
Jiri Slaby31375532007-05-08 00:37:04 -07004350 cinfo->nports = 0;
Jiri Slabydd025c02007-05-08 00:37:02 -07004351 return -ENOMEM;
4352 }
4353
Jiri Slaby3046d502007-05-08 00:36:46 -07004354 for (port = cinfo->first_line; port < cinfo->first_line + nports;
4355 port++) {
Jiri Slabydd025c02007-05-08 00:37:02 -07004356 info = &cinfo->ports[port - cinfo->first_line];
Alan Cox44b7d1b2008-07-16 21:57:18 +01004357 tty_port_init(&info->port);
Jiri Slaby3046d502007-05-08 00:36:46 -07004358 info->magic = CYCLADES_MAGIC;
Jiri Slaby875b2062007-05-08 00:36:49 -07004359 info->card = cinfo;
Jiri Slaby3046d502007-05-08 00:36:46 -07004360 info->line = port;
Jiri Slaby3046d502007-05-08 00:36:46 -07004361
Alan Cox44b7d1b2008-07-16 21:57:18 +01004362 info->port.closing_wait = CLOSING_WAIT_DELAY;
4363 info->port.close_delay = 5 * HZ / 10;
Alan Cox77451e52008-07-16 21:57:02 +01004364 info->port.flags = STD_COM_FLAGS;
Jiri Slaby2c7fea92007-05-08 00:36:51 -07004365 init_completion(&info->shutdown_wait);
Jiri Slaby3046d502007-05-08 00:36:46 -07004366 init_waitqueue_head(&info->delta_msr_wait);
4367
4368 if (IS_CYC_Z(*cinfo)) {
Jiri Slaby0809e262007-05-08 00:36:14 -07004369 info->type = PORT_STARTECH;
Jiri Slaby101b8152009-06-11 12:30:10 +01004370 if (cinfo->hw_ver == ZO_V1)
Jiri Slaby0809e262007-05-08 00:36:14 -07004371 info->xmit_fifo_size = CYZ_FIFO_SIZE;
4372 else
Jiri Slaby3046d502007-05-08 00:36:46 -07004373 info->xmit_fifo_size = 4 * CYZ_FIFO_SIZE;
Jiri Slaby0809e262007-05-08 00:36:14 -07004374#ifdef CONFIG_CYZ_INTR
Jiri Slaby39914282007-05-08 00:36:54 -07004375 setup_timer(&cyz_rx_full_timer[port],
4376 cyz_rx_restart, (unsigned long)info);
Jiri Slaby0809e262007-05-08 00:36:14 -07004377#endif
Jiri Slaby3046d502007-05-08 00:36:46 -07004378 } else {
Jiri Slaby0809e262007-05-08 00:36:14 -07004379 info->type = PORT_CIRRUS;
Jiri Slaby0809e262007-05-08 00:36:14 -07004380 info->xmit_fifo_size = CyMAX_CHAR_FIFO;
Jiri Slaby3046d502007-05-08 00:36:46 -07004381 info->cor1 = CyPARITY_NONE | Cy_1_STOP | Cy_8_BITS;
Jiri Slaby0809e262007-05-08 00:36:14 -07004382 info->cor2 = CyETC;
4383 info->cor3 = 0x08; /* _very_ small rcv threshold */
Jiri Slaby3046d502007-05-08 00:36:46 -07004384
Jiri Slaby0809e262007-05-08 00:36:14 -07004385 chip_number = (port - cinfo->first_line) / 4;
Alan Cox15ed6cc2008-04-30 00:53:55 -07004386 info->chip_rev = readb(cinfo->base_addr +
4387 (cy_chip_offset[chip_number] << index) +
4388 (CyGFRCR << index));
4389
4390 if (info->chip_rev >= CD1400_REV_J) {
Jiri Slaby0809e262007-05-08 00:36:14 -07004391 /* It is a CD1400 rev. J or later */
4392 info->tbpr = baud_bpr_60[13]; /* Tx BPR */
4393 info->tco = baud_co_60[13]; /* Tx CO */
4394 info->rbpr = baud_bpr_60[13]; /* Rx BPR */
4395 info->rco = baud_co_60[13]; /* Rx CO */
Jiri Slaby0809e262007-05-08 00:36:14 -07004396 info->rtsdtr_inv = 1;
4397 } else {
4398 info->tbpr = baud_bpr_25[13]; /* Tx BPR */
4399 info->tco = baud_co_25[13]; /* Tx CO */
4400 info->rbpr = baud_bpr_25[13]; /* Rx BPR */
4401 info->rco = baud_co_25[13]; /* Rx CO */
Jiri Slaby0809e262007-05-08 00:36:14 -07004402 info->rtsdtr_inv = 0;
4403 }
Jiri Slaby3046d502007-05-08 00:36:46 -07004404 info->read_status_mask = CyTIMEOUT | CySPECHAR |
4405 CyBREAK | CyPARITY | CyFRAME | CyOVERRUN;
Jiri Slaby0809e262007-05-08 00:36:14 -07004406 }
Jiri Slaby3046d502007-05-08 00:36:46 -07004407
Jiri Slaby0809e262007-05-08 00:36:14 -07004408 }
Jiri Slaby3046d502007-05-08 00:36:46 -07004409
4410#ifndef CONFIG_CYZ_INTR
4411 if (IS_CYC_Z(*cinfo) && !timer_pending(&cyz_timerlist)) {
4412 mod_timer(&cyz_timerlist, jiffies + 1);
4413#ifdef CY_PCI_DEBUG
4414 printk(KERN_DEBUG "Cyclades-Z polling initialized\n");
4415#endif
4416 }
4417#endif
Jiri Slabydd025c02007-05-08 00:37:02 -07004418 return 0;
Jiri Slaby0809e262007-05-08 00:36:14 -07004419}
4420
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421/* initialize chips on Cyclom-Y card -- return number of valid
4422 chips (which is number of ports/4) */
Jiri Slaby31b4f0a2007-05-08 00:36:44 -07004423static unsigned short __devinit cyy_init_card(void __iomem *true_base_addr,
4424 int index)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004425{
Jiri Slaby02f11752006-12-08 02:39:28 -08004426 unsigned int chip_number;
4427 void __iomem *base_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004428
Jiri Slaby02f11752006-12-08 02:39:28 -08004429 cy_writeb(true_base_addr + (Cy_HwReset << index), 0);
4430 /* Cy_HwReset is 0x1400 */
4431 cy_writeb(true_base_addr + (Cy_ClrIntr << index), 0);
4432 /* Cy_ClrIntr is 0x1800 */
4433 udelay(500L);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004434
Alan Cox15ed6cc2008-04-30 00:53:55 -07004435 for (chip_number = 0; chip_number < CyMAX_CHIPS_PER_CARD;
4436 chip_number++) {
Jiri Slaby02f11752006-12-08 02:39:28 -08004437 base_addr =
4438 true_base_addr + (cy_chip_offset[chip_number] << index);
4439 mdelay(1);
Jiri Slabydb05c3b2007-05-08 00:35:46 -07004440 if (readb(base_addr + (CyCCR << index)) != 0x00) {
Jiri Slaby02f11752006-12-08 02:39:28 -08004441 /*************
4442 printk(" chip #%d at %#6lx is never idle (CCR != 0)\n",
4443 chip_number, (unsigned long)base_addr);
4444 *************/
4445 return chip_number;
4446 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004447
Jiri Slaby02f11752006-12-08 02:39:28 -08004448 cy_writeb(base_addr + (CyGFRCR << index), 0);
4449 udelay(10L);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004450
Jiri Slaby02f11752006-12-08 02:39:28 -08004451 /* The Cyclom-16Y does not decode address bit 9 and therefore
4452 cannot distinguish between references to chip 0 and a non-
4453 existent chip 4. If the preceding clearing of the supposed
4454 chip 4 GFRCR register appears at chip 0, there is no chip 4
4455 and this must be a Cyclom-16Y, not a Cyclom-32Ye.
4456 */
Jiri Slabydb05c3b2007-05-08 00:35:46 -07004457 if (chip_number == 4 && readb(true_base_addr +
Jiri Slaby02f11752006-12-08 02:39:28 -08004458 (cy_chip_offset[0] << index) +
4459 (CyGFRCR << index)) == 0) {
4460 return chip_number;
4461 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004462
Jiri Slaby02f11752006-12-08 02:39:28 -08004463 cy_writeb(base_addr + (CyCCR << index), CyCHIP_RESET);
4464 mdelay(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004465
Jiri Slabydb05c3b2007-05-08 00:35:46 -07004466 if (readb(base_addr + (CyGFRCR << index)) == 0x00) {
Jiri Slaby02f11752006-12-08 02:39:28 -08004467 /*
4468 printk(" chip #%d at %#6lx is not responding ",
4469 chip_number, (unsigned long)base_addr);
4470 printk("(GFRCR stayed 0)\n",
4471 */
4472 return chip_number;
4473 }
Jiri Slabydb05c3b2007-05-08 00:35:46 -07004474 if ((0xf0 & (readb(base_addr + (CyGFRCR << index)))) !=
Jiri Slaby02f11752006-12-08 02:39:28 -08004475 0x40) {
4476 /*
4477 printk(" chip #%d at %#6lx is not valid (GFRCR == "
4478 "%#2x)\n",
4479 chip_number, (unsigned long)base_addr,
4480 base_addr[CyGFRCR<<index]);
4481 */
4482 return chip_number;
4483 }
4484 cy_writeb(base_addr + (CyGCR << index), CyCH0_SERIAL);
Jiri Slabydb05c3b2007-05-08 00:35:46 -07004485 if (readb(base_addr + (CyGFRCR << index)) >= CD1400_REV_J) {
Jiri Slaby02f11752006-12-08 02:39:28 -08004486 /* It is a CD1400 rev. J or later */
4487 /* Impossible to reach 5ms with this chip.
4488 Changed to 2ms instead (f = 500 Hz). */
4489 cy_writeb(base_addr + (CyPPR << index), CyCLOCK_60_2MS);
4490 } else {
4491 /* f = 200 Hz */
4492 cy_writeb(base_addr + (CyPPR << index), CyCLOCK_25_5MS);
4493 }
4494
4495 /*
4496 printk(" chip #%d at %#6lx is rev 0x%2x\n",
4497 chip_number, (unsigned long)base_addr,
Jiri Slabydb05c3b2007-05-08 00:35:46 -07004498 readb(base_addr+(CyGFRCR<<index)));
Jiri Slaby02f11752006-12-08 02:39:28 -08004499 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500 }
Jiri Slaby02f11752006-12-08 02:39:28 -08004501 return chip_number;
4502} /* cyy_init_card */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004503
4504/*
4505 * ---------------------------------------------------------------------
4506 * cy_detect_isa() - Probe for Cyclom-Y/ISA boards.
4507 * sets global variables and return the number of ISA boards found.
4508 * ---------------------------------------------------------------------
4509 */
Jiri Slaby02f11752006-12-08 02:39:28 -08004510static int __init cy_detect_isa(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004511{
4512#ifdef CONFIG_ISA
Jiri Slaby02f11752006-12-08 02:39:28 -08004513 unsigned short cy_isa_irq, nboard;
4514 void __iomem *cy_isa_address;
4515 unsigned short i, j, cy_isa_nchan;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004516#ifdef MODULE
Jiri Slaby02f11752006-12-08 02:39:28 -08004517 int isparam = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004518#endif
4519
Jiri Slaby02f11752006-12-08 02:39:28 -08004520 nboard = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004521
4522#ifdef MODULE
4523 /* Check for module parameters */
Jiri Slaby02f11752006-12-08 02:39:28 -08004524 for (i = 0; i < NR_CARDS; i++) {
4525 if (maddr[i] || i) {
4526 isparam = 1;
4527 cy_isa_addresses[i] = maddr[i];
4528 }
4529 if (!maddr[i])
4530 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004531 }
4532#endif
4533
Jiri Slaby02f11752006-12-08 02:39:28 -08004534 /* scan the address table probing for Cyclom-Y/ISA boards */
4535 for (i = 0; i < NR_ISA_ADDRS; i++) {
4536 unsigned int isa_address = cy_isa_addresses[i];
Alan Cox15ed6cc2008-04-30 00:53:55 -07004537 if (isa_address == 0x0000)
Jiri Slaby096dcfc2006-12-08 02:39:30 -08004538 return nboard;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004539
Jiri Slaby02f11752006-12-08 02:39:28 -08004540 /* probe for CD1400... */
Alan Coxcd989b32008-04-30 00:53:56 -07004541 cy_isa_address = ioremap_nocache(isa_address, CyISA_Ywin);
Jiri Slaby31375532007-05-08 00:37:04 -07004542 if (cy_isa_address == NULL) {
4543 printk(KERN_ERR "Cyclom-Y/ISA: can't remap base "
4544 "address\n");
4545 continue;
4546 }
Jiri Slaby02f11752006-12-08 02:39:28 -08004547 cy_isa_nchan = CyPORTS_PER_CHIP *
4548 cyy_init_card(cy_isa_address, 0);
4549 if (cy_isa_nchan == 0) {
Jiri Slaby31375532007-05-08 00:37:04 -07004550 iounmap(cy_isa_address);
Jiri Slaby02f11752006-12-08 02:39:28 -08004551 continue;
4552 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004553#ifdef MODULE
4554 if (isparam && irq[i])
Jiri Slaby02f11752006-12-08 02:39:28 -08004555 cy_isa_irq = irq[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556 else
4557#endif
Jiri Slaby02f11752006-12-08 02:39:28 -08004558 /* find out the board's irq by probing */
4559 cy_isa_irq = detect_isa_irq(cy_isa_address);
4560 if (cy_isa_irq == 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07004561 printk(KERN_ERR "Cyclom-Y/ISA found at 0x%lx, but the "
4562 "IRQ could not be detected.\n",
Jiri Slaby02f11752006-12-08 02:39:28 -08004563 (unsigned long)cy_isa_address);
Jiri Slaby31375532007-05-08 00:37:04 -07004564 iounmap(cy_isa_address);
Jiri Slaby02f11752006-12-08 02:39:28 -08004565 continue;
4566 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004567
Jiri Slaby02f11752006-12-08 02:39:28 -08004568 if ((cy_next_channel + cy_isa_nchan) > NR_PORTS) {
Jiri Slaby21719192007-05-08 00:36:42 -07004569 printk(KERN_ERR "Cyclom-Y/ISA found at 0x%lx, but no "
4570 "more channels are available. Change NR_PORTS "
4571 "in cyclades.c and recompile kernel.\n",
Jiri Slaby02f11752006-12-08 02:39:28 -08004572 (unsigned long)cy_isa_address);
Jiri Slaby31375532007-05-08 00:37:04 -07004573 iounmap(cy_isa_address);
Jiri Slaby096dcfc2006-12-08 02:39:30 -08004574 return nboard;
Jiri Slaby02f11752006-12-08 02:39:28 -08004575 }
4576 /* fill the next cy_card structure available */
4577 for (j = 0; j < NR_CARDS; j++) {
Jiri Slabyf7429032007-05-08 00:36:59 -07004578 if (cy_card[j].base_addr == NULL)
Jiri Slaby02f11752006-12-08 02:39:28 -08004579 break;
4580 }
4581 if (j == NR_CARDS) { /* no more cy_cards available */
Jiri Slaby21719192007-05-08 00:36:42 -07004582 printk(KERN_ERR "Cyclom-Y/ISA found at 0x%lx, but no "
4583 "more cards can be used. Change NR_CARDS in "
4584 "cyclades.c and recompile kernel.\n",
Jiri Slaby02f11752006-12-08 02:39:28 -08004585 (unsigned long)cy_isa_address);
Jiri Slaby31375532007-05-08 00:37:04 -07004586 iounmap(cy_isa_address);
Jiri Slaby096dcfc2006-12-08 02:39:30 -08004587 return nboard;
Jiri Slaby02f11752006-12-08 02:39:28 -08004588 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004589
Jiri Slaby02f11752006-12-08 02:39:28 -08004590 /* allocate IRQ */
4591 if (request_irq(cy_isa_irq, cyy_interrupt,
4592 IRQF_DISABLED, "Cyclom-Y", &cy_card[j])) {
Jiri Slaby21719192007-05-08 00:36:42 -07004593 printk(KERN_ERR "Cyclom-Y/ISA found at 0x%lx, but "
4594 "could not allocate IRQ#%d.\n",
4595 (unsigned long)cy_isa_address, cy_isa_irq);
Jiri Slaby31375532007-05-08 00:37:04 -07004596 iounmap(cy_isa_address);
Jiri Slaby096dcfc2006-12-08 02:39:30 -08004597 return nboard;
Jiri Slaby02f11752006-12-08 02:39:28 -08004598 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004599
Jiri Slaby02f11752006-12-08 02:39:28 -08004600 /* set cy_card */
4601 cy_card[j].base_addr = cy_isa_address;
Jiri Slaby97e87f82009-06-11 12:29:27 +01004602 cy_card[j].ctl_addr.p9050 = NULL;
Jiri Slaby02f11752006-12-08 02:39:28 -08004603 cy_card[j].irq = (int)cy_isa_irq;
4604 cy_card[j].bus_index = 0;
4605 cy_card[j].first_line = cy_next_channel;
4606 cy_card[j].num_chips = cy_isa_nchan / 4;
Jiri Slaby31375532007-05-08 00:37:04 -07004607 if (cy_init_card(&cy_card[j])) {
4608 cy_card[j].base_addr = NULL;
4609 free_irq(cy_isa_irq, &cy_card[j]);
4610 iounmap(cy_isa_address);
4611 continue;
4612 }
Jiri Slaby02f11752006-12-08 02:39:28 -08004613 nboard++;
4614
Jiri Slaby21719192007-05-08 00:36:42 -07004615 printk(KERN_INFO "Cyclom-Y/ISA #%d: 0x%lx-0x%lx, IRQ%d found: "
4616 "%d channels starting from port %d\n",
Jiri Slaby02f11752006-12-08 02:39:28 -08004617 j + 1, (unsigned long)cy_isa_address,
4618 (unsigned long)(cy_isa_address + (CyISA_Ywin - 1)),
Jiri Slaby21719192007-05-08 00:36:42 -07004619 cy_isa_irq, cy_isa_nchan, cy_next_channel);
4620
Jiri Slaby6ad1ccc2007-05-08 00:36:22 -07004621 for (j = cy_next_channel;
4622 j < cy_next_channel + cy_isa_nchan; j++)
4623 tty_register_device(cy_serial_driver, j, NULL);
Jiri Slaby02f11752006-12-08 02:39:28 -08004624 cy_next_channel += cy_isa_nchan;
4625 }
Jiri Slaby096dcfc2006-12-08 02:39:30 -08004626 return nboard;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004627#else
Jiri Slaby096dcfc2006-12-08 02:39:30 -08004628 return 0;
Jiri Slaby02f11752006-12-08 02:39:28 -08004629#endif /* CONFIG_ISA */
4630} /* cy_detect_isa */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004631
Jiri Slaby58936d82007-05-08 00:36:13 -07004632#ifdef CONFIG_PCI
Jiri Slaby054f5b02007-07-17 04:05:16 -07004633static inline int __devinit cyc_isfwstr(const char *str, unsigned int size)
4634{
4635 unsigned int a;
4636
4637 for (a = 0; a < size && *str; a++, str++)
4638 if (*str & 0x80)
4639 return -EINVAL;
4640
4641 for (; a < size; a++, str++)
4642 if (*str)
4643 return -EINVAL;
4644
4645 return 0;
4646}
4647
David Woodhousef61e7612008-05-23 23:57:19 +01004648static inline void __devinit cyz_fpga_copy(void __iomem *fpga, const u8 *data,
Jiri Slaby054f5b02007-07-17 04:05:16 -07004649 unsigned int size)
4650{
4651 for (; size > 0; size--) {
4652 cy_writel(fpga, *data++);
4653 udelay(10);
4654 }
4655}
4656
4657static void __devinit plx_init(struct pci_dev *pdev, int irq,
4658 struct RUNTIME_9060 __iomem *addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004659{
Jiri Slaby02f11752006-12-08 02:39:28 -08004660 /* Reset PLX */
Jiri Slaby054f5b02007-07-17 04:05:16 -07004661 cy_writel(&addr->init_ctrl, readl(&addr->init_ctrl) | 0x40000000);
Jiri Slaby02f11752006-12-08 02:39:28 -08004662 udelay(100L);
Jiri Slaby054f5b02007-07-17 04:05:16 -07004663 cy_writel(&addr->init_ctrl, readl(&addr->init_ctrl) & ~0x40000000);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004664
Jiri Slaby02f11752006-12-08 02:39:28 -08004665 /* Reload Config. Registers from EEPROM */
Jiri Slaby054f5b02007-07-17 04:05:16 -07004666 cy_writel(&addr->init_ctrl, readl(&addr->init_ctrl) | 0x20000000);
Jiri Slaby02f11752006-12-08 02:39:28 -08004667 udelay(100L);
Jiri Slaby054f5b02007-07-17 04:05:16 -07004668 cy_writel(&addr->init_ctrl, readl(&addr->init_ctrl) & ~0x20000000);
4669
4670 /* For some yet unknown reason, once the PLX9060 reloads the EEPROM,
4671 * the IRQ is lost and, thus, we have to re-write it to the PCI config.
4672 * registers. This will remain here until we find a permanent fix.
4673 */
4674 pci_write_config_byte(pdev, PCI_INTERRUPT_LINE, irq);
4675}
4676
4677static int __devinit __cyz_load_fw(const struct firmware *fw,
4678 const char *name, const u32 mailbox, void __iomem *base,
4679 void __iomem *fpga)
4680{
David Woodhousef61e7612008-05-23 23:57:19 +01004681 const void *ptr = fw->data;
4682 const struct zfile_header *h = ptr;
4683 const struct zfile_config *c, *cs;
4684 const struct zfile_block *b, *bs;
Jiri Slaby054f5b02007-07-17 04:05:16 -07004685 unsigned int a, tmp, len = fw->size;
4686#define BAD_FW KERN_ERR "Bad firmware: "
4687 if (len < sizeof(*h)) {
4688 printk(BAD_FW "too short: %u<%zu\n", len, sizeof(*h));
4689 return -EINVAL;
4690 }
4691
4692 cs = ptr + h->config_offset;
4693 bs = ptr + h->block_offset;
4694
4695 if ((void *)(cs + h->n_config) > ptr + len ||
4696 (void *)(bs + h->n_blocks) > ptr + len) {
4697 printk(BAD_FW "too short");
4698 return -EINVAL;
4699 }
4700
4701 if (cyc_isfwstr(h->name, sizeof(h->name)) ||
4702 cyc_isfwstr(h->date, sizeof(h->date))) {
4703 printk(BAD_FW "bad formatted header string\n");
4704 return -EINVAL;
4705 }
4706
4707 if (strncmp(name, h->name, sizeof(h->name))) {
4708 printk(BAD_FW "bad name '%s' (expected '%s')\n", h->name, name);
4709 return -EINVAL;
4710 }
4711
4712 tmp = 0;
4713 for (c = cs; c < cs + h->n_config; c++) {
4714 for (a = 0; a < c->n_blocks; a++)
4715 if (c->block_list[a] > h->n_blocks) {
4716 printk(BAD_FW "bad block ref number in cfgs\n");
4717 return -EINVAL;
4718 }
4719 if (c->mailbox == mailbox && c->function == 0) /* 0 is normal */
4720 tmp++;
4721 }
4722 if (!tmp) {
4723 printk(BAD_FW "nothing appropriate\n");
4724 return -EINVAL;
4725 }
4726
4727 for (b = bs; b < bs + h->n_blocks; b++)
4728 if (b->file_offset + b->size > len) {
4729 printk(BAD_FW "bad block data offset\n");
4730 return -EINVAL;
4731 }
4732
4733 /* everything is OK, let's seek'n'load it */
4734 for (c = cs; c < cs + h->n_config; c++)
4735 if (c->mailbox == mailbox && c->function == 0)
4736 break;
4737
4738 for (a = 0; a < c->n_blocks; a++) {
4739 b = &bs[c->block_list[a]];
4740 if (b->type == ZBLOCK_FPGA) {
4741 if (fpga != NULL)
4742 cyz_fpga_copy(fpga, ptr + b->file_offset,
4743 b->size);
4744 } else {
4745 if (base != NULL)
4746 memcpy_toio(base + b->ram_offset,
4747 ptr + b->file_offset, b->size);
4748 }
4749 }
4750#undef BAD_FW
4751 return 0;
4752}
4753
4754static int __devinit cyz_load_fw(struct pci_dev *pdev, void __iomem *base_addr,
4755 struct RUNTIME_9060 __iomem *ctl_addr, int irq)
4756{
4757 const struct firmware *fw;
4758 struct FIRM_ID __iomem *fid = base_addr + ID_ADDRESS;
4759 struct CUSTOM_REG __iomem *cust = base_addr;
4760 struct ZFW_CTRL __iomem *pt_zfwctrl;
Jiri Slabyc4923b42007-07-17 04:05:17 -07004761 void __iomem *tmp;
Jiri Slaby054f5b02007-07-17 04:05:16 -07004762 u32 mailbox, status;
4763 unsigned int i;
4764 int retval;
4765
4766 retval = request_firmware(&fw, "cyzfirm.bin", &pdev->dev);
4767 if (retval) {
4768 dev_err(&pdev->dev, "can't get firmware\n");
4769 goto err;
4770 }
4771
4772 /* Check whether the firmware is already loaded and running. If
4773 positive, skip this board */
4774 if (Z_FPGA_LOADED(ctl_addr) && readl(&fid->signature) == ZFIRM_ID) {
4775 u32 cntval = readl(base_addr + 0x190);
4776
4777 udelay(100);
4778 if (cntval != readl(base_addr + 0x190)) {
4779 /* FW counter is working, FW is running */
4780 dev_dbg(&pdev->dev, "Cyclades-Z FW already loaded. "
4781 "Skipping board.\n");
4782 retval = 0;
4783 goto err_rel;
4784 }
4785 }
4786
4787 /* start boot */
4788 cy_writel(&ctl_addr->intr_ctrl_stat, readl(&ctl_addr->intr_ctrl_stat) &
4789 ~0x00030800UL);
4790
4791 mailbox = readl(&ctl_addr->mail_box_0);
4792
4793 if (mailbox == 0 || Z_FPGA_LOADED(ctl_addr)) {
4794 /* stops CPU and set window to beginning of RAM */
4795 cy_writel(&ctl_addr->loc_addr_base, WIN_CREG);
4796 cy_writel(&cust->cpu_stop, 0);
4797 cy_writel(&ctl_addr->loc_addr_base, WIN_RAM);
4798 udelay(100);
4799 }
4800
4801 plx_init(pdev, irq, ctl_addr);
4802
4803 if (mailbox != 0) {
4804 /* load FPGA */
4805 retval = __cyz_load_fw(fw, "Cyclom-Z", mailbox, NULL,
4806 base_addr);
4807 if (retval)
4808 goto err_rel;
4809 if (!Z_FPGA_LOADED(ctl_addr)) {
4810 dev_err(&pdev->dev, "fw upload successful, but fw is "
4811 "not loaded\n");
4812 goto err_rel;
4813 }
4814 }
4815
4816 /* stops CPU and set window to beginning of RAM */
4817 cy_writel(&ctl_addr->loc_addr_base, WIN_CREG);
4818 cy_writel(&cust->cpu_stop, 0);
4819 cy_writel(&ctl_addr->loc_addr_base, WIN_RAM);
4820 udelay(100);
4821
4822 /* clear memory */
Jiri Slabyc4923b42007-07-17 04:05:17 -07004823 for (tmp = base_addr; tmp < base_addr + RAM_SIZE; tmp++)
Jiri Slaby054f5b02007-07-17 04:05:16 -07004824 cy_writeb(tmp, 255);
4825 if (mailbox != 0) {
4826 /* set window to last 512K of RAM */
4827 cy_writel(&ctl_addr->loc_addr_base, WIN_RAM + RAM_SIZE);
Jiri Slabyc4923b42007-07-17 04:05:17 -07004828 for (tmp = base_addr; tmp < base_addr + RAM_SIZE; tmp++)
Jiri Slaby054f5b02007-07-17 04:05:16 -07004829 cy_writeb(tmp, 255);
4830 /* set window to beginning of RAM */
4831 cy_writel(&ctl_addr->loc_addr_base, WIN_RAM);
Jiri Slaby054f5b02007-07-17 04:05:16 -07004832 }
4833
4834 retval = __cyz_load_fw(fw, "Cyclom-Z", mailbox, base_addr, NULL);
4835 release_firmware(fw);
4836 if (retval)
4837 goto err;
4838
4839 /* finish boot and start boards */
4840 cy_writel(&ctl_addr->loc_addr_base, WIN_CREG);
4841 cy_writel(&cust->cpu_start, 0);
4842 cy_writel(&ctl_addr->loc_addr_base, WIN_RAM);
4843 i = 0;
4844 while ((status = readl(&fid->signature)) != ZFIRM_ID && i++ < 40)
4845 msleep(100);
4846 if (status != ZFIRM_ID) {
4847 if (status == ZFIRM_HLT) {
4848 dev_err(&pdev->dev, "you need an external power supply "
4849 "for this number of ports. Firmware halted and "
4850 "board reset.\n");
4851 retval = -EIO;
4852 goto err;
4853 }
4854 dev_warn(&pdev->dev, "fid->signature = 0x%x... Waiting "
4855 "some more time\n", status);
4856 while ((status = readl(&fid->signature)) != ZFIRM_ID &&
4857 i++ < 200)
4858 msleep(100);
4859 if (status != ZFIRM_ID) {
4860 dev_err(&pdev->dev, "Board not started in 20 seconds! "
4861 "Giving up. (fid->signature = 0x%x)\n",
4862 status);
4863 dev_info(&pdev->dev, "*** Warning ***: if you are "
4864 "upgrading the FW, please power cycle the "
4865 "system before loading the new FW to the "
4866 "Cyclades-Z.\n");
4867
4868 if (Z_FPGA_LOADED(ctl_addr))
4869 plx_init(pdev, irq, ctl_addr);
4870
4871 retval = -EIO;
4872 goto err;
4873 }
4874 dev_dbg(&pdev->dev, "Firmware started after %d seconds.\n",
4875 i / 10);
4876 }
4877 pt_zfwctrl = base_addr + readl(&fid->zfwctrl_addr);
4878
4879 dev_dbg(&pdev->dev, "fid=> %p, zfwctrl_addr=> %x, npt_zfwctrl=> %p\n",
4880 base_addr + ID_ADDRESS, readl(&fid->zfwctrl_addr),
4881 base_addr + readl(&fid->zfwctrl_addr));
4882
4883 dev_info(&pdev->dev, "Cyclades-Z FW loaded: version = %x, ports = %u\n",
4884 readl(&pt_zfwctrl->board_ctrl.fw_version),
4885 readl(&pt_zfwctrl->board_ctrl.n_channel));
4886
4887 if (readl(&pt_zfwctrl->board_ctrl.n_channel) == 0) {
4888 dev_warn(&pdev->dev, "no Cyclades-Z ports were found. Please "
4889 "check the connection between the Z host card and the "
4890 "serial expanders.\n");
4891
4892 if (Z_FPGA_LOADED(ctl_addr))
4893 plx_init(pdev, irq, ctl_addr);
4894
4895 dev_info(&pdev->dev, "Null number of ports detected. Board "
4896 "reset.\n");
4897 retval = 0;
4898 goto err;
4899 }
4900
4901 cy_writel(&pt_zfwctrl->board_ctrl.op_system, C_OS_LINUX);
4902 cy_writel(&pt_zfwctrl->board_ctrl.dr_version, DRIVER_VERSION);
4903
4904 /*
4905 Early firmware failed to start looking for commands.
4906 This enables firmware interrupts for those commands.
4907 */
4908 cy_writel(&ctl_addr->intr_ctrl_stat, readl(&ctl_addr->intr_ctrl_stat) |
4909 (1 << 17));
4910 cy_writel(&ctl_addr->intr_ctrl_stat, readl(&ctl_addr->intr_ctrl_stat) |
4911 0x00030800UL);
4912
Jiri Slaby054f5b02007-07-17 04:05:16 -07004913 return 0;
4914err_rel:
4915 release_firmware(fw);
4916err:
4917 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004918}
4919
Jiri Slaby58936d82007-05-08 00:36:13 -07004920static int __devinit cy_pci_probe(struct pci_dev *pdev,
4921 const struct pci_device_id *ent)
4922{
Jiri Slaby31375532007-05-08 00:37:04 -07004923 void __iomem *addr0 = NULL, *addr2 = NULL;
4924 char *card_name = NULL;
Jiri Slaby101b8152009-06-11 12:30:10 +01004925 u32 uninitialized_var(mailbox);
Jiri Slaby31375532007-05-08 00:37:04 -07004926 unsigned int device_id, nchan = 0, card_no, i;
4927 unsigned char plx_ver;
4928 int retval, irq;
Jiri Slaby58936d82007-05-08 00:36:13 -07004929
4930 retval = pci_enable_device(pdev);
4931 if (retval) {
4932 dev_err(&pdev->dev, "cannot enable device\n");
Jiri Slaby31375532007-05-08 00:37:04 -07004933 goto err;
Jiri Slaby58936d82007-05-08 00:36:13 -07004934 }
4935
4936 /* read PCI configuration area */
Jiri Slaby31375532007-05-08 00:37:04 -07004937 irq = pdev->irq;
Jiri Slaby58936d82007-05-08 00:36:13 -07004938 device_id = pdev->device & ~PCI_DEVICE_ID_MASK;
4939
Jiri Slaby31375532007-05-08 00:37:04 -07004940#if defined(__alpha__)
4941 if (device_id == PCI_DEVICE_ID_CYCLOM_Y_Lo) { /* below 1M? */
4942 dev_err(&pdev->dev, "Cyclom-Y/PCI not supported for low "
4943 "addresses on Alpha systems.\n");
4944 retval = -EIO;
4945 goto err_dis;
4946 }
4947#endif
4948 if (device_id == PCI_DEVICE_ID_CYCLOM_Z_Lo) {
4949 dev_err(&pdev->dev, "Cyclades-Z/PCI not supported for low "
4950 "addresses\n");
4951 retval = -EIO;
4952 goto err_dis;
4953 }
4954
4955 if (pci_resource_flags(pdev, 2) & IORESOURCE_IO) {
4956 dev_warn(&pdev->dev, "PCI I/O bit incorrectly set. Ignoring "
4957 "it...\n");
4958 pdev->resource[2].flags &= ~IORESOURCE_IO;
4959 }
4960
4961 retval = pci_request_regions(pdev, "cyclades");
4962 if (retval) {
4963 dev_err(&pdev->dev, "failed to reserve resources\n");
4964 goto err_dis;
4965 }
4966
4967 retval = -EIO;
Jiri Slaby58936d82007-05-08 00:36:13 -07004968 if (device_id == PCI_DEVICE_ID_CYCLOM_Y_Lo ||
4969 device_id == PCI_DEVICE_ID_CYCLOM_Y_Hi) {
Jiri Slaby31375532007-05-08 00:37:04 -07004970 card_name = "Cyclom-Y";
Jiri Slaby58936d82007-05-08 00:36:13 -07004971
Jiri Slaby24e6fd42008-10-13 10:34:09 +01004972 addr0 = ioremap_nocache(pci_resource_start(pdev, 0),
4973 CyPCI_Yctl);
Jiri Slaby31375532007-05-08 00:37:04 -07004974 if (addr0 == NULL) {
4975 dev_err(&pdev->dev, "can't remap ctl region\n");
4976 goto err_reg;
4977 }
Jiri Slaby24e6fd42008-10-13 10:34:09 +01004978 addr2 = ioremap_nocache(pci_resource_start(pdev, 2),
4979 CyPCI_Ywin);
Jiri Slaby31375532007-05-08 00:37:04 -07004980 if (addr2 == NULL) {
4981 dev_err(&pdev->dev, "can't remap base region\n");
4982 goto err_unmap;
Jiri Slaby58936d82007-05-08 00:36:13 -07004983 }
4984
Jiri Slaby31375532007-05-08 00:37:04 -07004985 nchan = CyPORTS_PER_CHIP * cyy_init_card(addr2, 1);
4986 if (nchan == 0) {
Jiri Slaby21719192007-05-08 00:36:42 -07004987 dev_err(&pdev->dev, "Cyclom-Y PCI host card with no "
4988 "Serial-Modules\n");
Andrew Mortonc847d472009-01-02 13:50:07 +00004989 goto err_unmap;
Jiri Slaby58936d82007-05-08 00:36:13 -07004990 }
Jiri Slaby31375532007-05-08 00:37:04 -07004991 } else if (device_id == PCI_DEVICE_ID_CYCLOM_Z_Hi) {
4992 struct RUNTIME_9060 __iomem *ctl_addr;
4993
Jiri Slaby24e6fd42008-10-13 10:34:09 +01004994 ctl_addr = addr0 = ioremap_nocache(pci_resource_start(pdev, 0),
4995 CyPCI_Zctl);
Jiri Slaby31375532007-05-08 00:37:04 -07004996 if (addr0 == NULL) {
4997 dev_err(&pdev->dev, "can't remap ctl region\n");
4998 goto err_reg;
Jiri Slaby58936d82007-05-08 00:36:13 -07004999 }
5000
Jiri Slaby31375532007-05-08 00:37:04 -07005001 /* Disable interrupts on the PLX before resetting it */
Jiri Slaby97e87f82009-06-11 12:29:27 +01005002 cy_writew(&ctl_addr->intr_ctrl_stat,
5003 readw(&ctl_addr->intr_ctrl_stat) & ~0x0900);
Jiri Slaby31375532007-05-08 00:37:04 -07005004
Jiri Slaby054f5b02007-07-17 04:05:16 -07005005 plx_init(pdev, irq, addr0);
Jiri Slaby31375532007-05-08 00:37:04 -07005006
Jiri Slaby101b8152009-06-11 12:30:10 +01005007 mailbox = readl(&ctl_addr->mail_box_0);
Jiri Slaby31375532007-05-08 00:37:04 -07005008
Jiri Slaby24e6fd42008-10-13 10:34:09 +01005009 addr2 = ioremap_nocache(pci_resource_start(pdev, 2),
5010 mailbox == ZE_V1 ? CyPCI_Ze_win : CyPCI_Zwin);
Jiri Slaby31375532007-05-08 00:37:04 -07005011 if (addr2 == NULL) {
5012 dev_err(&pdev->dev, "can't remap base region\n");
5013 goto err_unmap;
5014 }
5015
5016 if (mailbox == ZE_V1) {
5017 card_name = "Cyclades-Ze";
5018
Jiri Slaby31375532007-05-08 00:37:04 -07005019 nchan = ZE_V1_NPORTS;
5020 } else {
5021 card_name = "Cyclades-8Zo";
Jiri Slabyace08c32009-06-11 12:20:38 +01005022 nchan = 8;
Jiri Slaby31375532007-05-08 00:37:04 -07005023
5024#ifdef CY_PCI_DEBUG
5025 if (mailbox == ZO_V1) {
5026 cy_writel(&ctl_addr->loc_addr_base, WIN_CREG);
5027 dev_info(&pdev->dev, "Cyclades-8Zo/PCI: FPGA "
5028 "id %lx, ver %lx\n", (ulong)(0xff &
5029 readl(&((struct CUSTOM_REG *)addr2)->
5030 fpga_id)), (ulong)(0xff &
5031 readl(&((struct CUSTOM_REG *)addr2)->
5032 fpga_version)));
5033 cy_writel(&ctl_addr->loc_addr_base, WIN_RAM);
5034 } else {
5035 dev_info(&pdev->dev, "Cyclades-Z/PCI: New "
5036 "Cyclades-Z board. FPGA not loaded\n");
5037 }
5038#endif
5039 /* The following clears the firmware id word. This
5040 ensures that the driver will not attempt to talk to
5041 the board until it has been properly initialized.
5042 */
5043 if ((mailbox == ZO_V1) || (mailbox == ZO_V2))
5044 cy_writel(addr2 + ID_ADDRESS, 0L);
Jiri Slaby31375532007-05-08 00:37:04 -07005045 }
Jiri Slabyace08c32009-06-11 12:20:38 +01005046
5047 retval = cyz_load_fw(pdev, addr2, addr0, irq);
5048 if (retval)
5049 goto err_unmap;
Jiri Slaby31375532007-05-08 00:37:04 -07005050 }
5051
5052 if ((cy_next_channel + nchan) > NR_PORTS) {
5053 dev_err(&pdev->dev, "Cyclades-8Zo/PCI found, but no "
5054 "channels are available. Change NR_PORTS in "
5055 "cyclades.c and recompile kernel.\n");
5056 goto err_unmap;
5057 }
5058 /* fill the next cy_card structure available */
5059 for (card_no = 0; card_no < NR_CARDS; card_no++) {
5060 if (cy_card[card_no].base_addr == NULL)
5061 break;
5062 }
5063 if (card_no == NR_CARDS) { /* no more cy_cards available */
5064 dev_err(&pdev->dev, "Cyclades-8Zo/PCI found, but no "
5065 "more cards can be used. Change NR_CARDS in "
5066 "cyclades.c and recompile kernel.\n");
5067 goto err_unmap;
5068 }
5069
5070 if (device_id == PCI_DEVICE_ID_CYCLOM_Y_Lo ||
5071 device_id == PCI_DEVICE_ID_CYCLOM_Y_Hi) {
Jiri Slaby58936d82007-05-08 00:36:13 -07005072 /* allocate IRQ */
Jiri Slaby31375532007-05-08 00:37:04 -07005073 retval = request_irq(irq, cyy_interrupt,
5074 IRQF_SHARED, "Cyclom-Y", &cy_card[card_no]);
Jiri Slaby58936d82007-05-08 00:36:13 -07005075 if (retval) {
Jiri Slaby21719192007-05-08 00:36:42 -07005076 dev_err(&pdev->dev, "could not allocate IRQ\n");
Jiri Slaby31375532007-05-08 00:37:04 -07005077 goto err_unmap;
Jiri Slaby58936d82007-05-08 00:36:13 -07005078 }
Jiri Slaby31375532007-05-08 00:37:04 -07005079 cy_card[card_no].num_chips = nchan / 4;
5080 } else {
Jiri Slaby101b8152009-06-11 12:30:10 +01005081 cy_card[card_no].hw_ver = mailbox;
5082 cy_card[card_no].num_chips = (unsigned int)-1;
Jiri Slaby31375532007-05-08 00:37:04 -07005083#ifdef CONFIG_CYZ_INTR
5084 /* allocate IRQ only if board has an IRQ */
5085 if (irq != 0 && irq != 255) {
5086 retval = request_irq(irq, cyz_interrupt,
5087 IRQF_SHARED, "Cyclades-Z",
5088 &cy_card[card_no]);
5089 if (retval) {
5090 dev_err(&pdev->dev, "could not allocate IRQ\n");
5091 goto err_unmap;
5092 }
5093 }
5094#endif /* CONFIG_CYZ_INTR */
Jiri Slaby31375532007-05-08 00:37:04 -07005095 }
Jiri Slaby58936d82007-05-08 00:36:13 -07005096
Jiri Slaby31375532007-05-08 00:37:04 -07005097 /* set cy_card */
5098 cy_card[card_no].base_addr = addr2;
Jiri Slaby97e87f82009-06-11 12:29:27 +01005099 cy_card[card_no].ctl_addr.p9050 = addr0;
Jiri Slaby31375532007-05-08 00:37:04 -07005100 cy_card[card_no].irq = irq;
5101 cy_card[card_no].bus_index = 1;
5102 cy_card[card_no].first_line = cy_next_channel;
5103 retval = cy_init_card(&cy_card[card_no]);
5104 if (retval)
5105 goto err_null;
Jiri Slaby58936d82007-05-08 00:36:13 -07005106
Jiri Slaby31375532007-05-08 00:37:04 -07005107 pci_set_drvdata(pdev, &cy_card[card_no]);
5108
5109 if (device_id == PCI_DEVICE_ID_CYCLOM_Y_Lo ||
5110 device_id == PCI_DEVICE_ID_CYCLOM_Y_Hi) {
Jiri Slaby58936d82007-05-08 00:36:13 -07005111 /* enable interrupts in the PCI interface */
Jiri Slaby31375532007-05-08 00:37:04 -07005112 plx_ver = readb(addr2 + CyPLX_VER) & 0x0f;
Jiri Slaby58936d82007-05-08 00:36:13 -07005113 switch (plx_ver) {
5114 case PLX_9050:
Jiri Slaby31375532007-05-08 00:37:04 -07005115 cy_writeb(addr0 + 0x4c, 0x43);
Jiri Slaby58936d82007-05-08 00:36:13 -07005116 break;
5117
5118 case PLX_9060:
5119 case PLX_9080:
5120 default: /* Old boards, use PLX_9060 */
Jiri Slaby97e87f82009-06-11 12:29:27 +01005121 {
5122 struct RUNTIME_9060 __iomem *ctl_addr = addr0;
5123 plx_init(pdev, irq, ctl_addr);
5124 cy_writew(&ctl_addr->intr_ctrl_stat,
5125 readw(&ctl_addr->intr_ctrl_stat) | 0x0900);
Jiri Slaby58936d82007-05-08 00:36:13 -07005126 break;
5127 }
Jiri Slaby97e87f82009-06-11 12:29:27 +01005128 }
Jiri Slaby58936d82007-05-08 00:36:13 -07005129 }
5130
Jiri Slaby31375532007-05-08 00:37:04 -07005131 dev_info(&pdev->dev, "%s/PCI #%d found: %d channels starting from "
5132 "port %d.\n", card_name, card_no + 1, nchan, cy_next_channel);
5133 for (i = cy_next_channel; i < cy_next_channel + nchan; i++)
5134 tty_register_device(cy_serial_driver, i, &pdev->dev);
5135 cy_next_channel += nchan;
5136
Jiri Slaby58936d82007-05-08 00:36:13 -07005137 return 0;
Jiri Slaby31375532007-05-08 00:37:04 -07005138err_null:
5139 cy_card[card_no].base_addr = NULL;
5140 free_irq(irq, &cy_card[card_no]);
5141err_unmap:
Jiri Slaby24e6fd42008-10-13 10:34:09 +01005142 iounmap(addr0);
Jiri Slaby31375532007-05-08 00:37:04 -07005143 if (addr2)
Jiri Slaby24e6fd42008-10-13 10:34:09 +01005144 iounmap(addr2);
Jiri Slaby31375532007-05-08 00:37:04 -07005145err_reg:
5146 pci_release_regions(pdev);
5147err_dis:
5148 pci_disable_device(pdev);
5149err:
5150 return retval;
Jiri Slaby58936d82007-05-08 00:36:13 -07005151}
Jiri Slaby58936d82007-05-08 00:36:13 -07005152
Jiri Slaby6747cd92007-05-08 00:36:34 -07005153static void __devexit cy_pci_remove(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005154{
Jiri Slaby38d09092007-05-08 00:36:10 -07005155 struct cyclades_card *cinfo = pci_get_drvdata(pdev);
Jiri Slabyf3851e72007-05-08 00:36:16 -07005156 unsigned int i;
Jiri Slaby38d09092007-05-08 00:36:10 -07005157
Jiri Slaby85c93fa2007-05-08 00:36:23 -07005158 /* non-Z with old PLX */
Jiri Slabyc2ad4c72007-05-08 00:36:32 -07005159 if (!IS_CYC_Z(*cinfo) && (readb(cinfo->base_addr + CyPLX_VER) & 0x0f) ==
5160 PLX_9050)
Jiri Slaby97e87f82009-06-11 12:29:27 +01005161 cy_writeb(cinfo->ctl_addr.p9050 + 0x4c, 0);
Jiri Slaby85c93fa2007-05-08 00:36:23 -07005162 else
5163#ifndef CONFIG_CYZ_INTR
Jiri Slabyc2ad4c72007-05-08 00:36:32 -07005164 if (!IS_CYC_Z(*cinfo))
Jiri Slaby85c93fa2007-05-08 00:36:23 -07005165#endif
Jiri Slaby97e87f82009-06-11 12:29:27 +01005166 cy_writew(&cinfo->ctl_addr.p9060->intr_ctrl_stat,
5167 readw(&cinfo->ctl_addr.p9060->intr_ctrl_stat) &
5168 ~0x0900);
Jiri Slaby85c93fa2007-05-08 00:36:23 -07005169
Jiri Slaby24e6fd42008-10-13 10:34:09 +01005170 iounmap(cinfo->base_addr);
Jiri Slaby97e87f82009-06-11 12:29:27 +01005171 if (cinfo->ctl_addr.p9050)
5172 iounmap(cinfo->ctl_addr.p9050);
Jiri Slaby38d09092007-05-08 00:36:10 -07005173 if (cinfo->irq
5174#ifndef CONFIG_CYZ_INTR
Jiri Slabyc2ad4c72007-05-08 00:36:32 -07005175 && !IS_CYC_Z(*cinfo)
Jiri Slaby38d09092007-05-08 00:36:10 -07005176#endif /* CONFIG_CYZ_INTR */
5177 )
5178 free_irq(cinfo->irq, cinfo);
5179 pci_release_regions(pdev);
5180
5181 cinfo->base_addr = NULL;
Jiri Slaby6ad1ccc2007-05-08 00:36:22 -07005182 for (i = cinfo->first_line; i < cinfo->first_line +
5183 cinfo->nports; i++)
5184 tty_unregister_device(cy_serial_driver, i);
Jiri Slabydd025c02007-05-08 00:37:02 -07005185 cinfo->nports = 0;
5186 kfree(cinfo->ports);
Jiri Slaby38d09092007-05-08 00:36:10 -07005187}
5188
Jiri Slaby6747cd92007-05-08 00:36:34 -07005189static struct pci_driver cy_pci_driver = {
5190 .name = "cyclades",
5191 .id_table = cy_pci_dev_id,
5192 .probe = cy_pci_probe,
5193 .remove = __devexit_p(cy_pci_remove)
5194};
5195#endif
5196
Alexey Dobriyan444697d2009-03-31 15:19:15 -07005197static int cyclades_proc_show(struct seq_file *m, void *v)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005198{
Jiri Slaby02f11752006-12-08 02:39:28 -08005199 struct cyclades_port *info;
Jiri Slabydd025c02007-05-08 00:37:02 -07005200 unsigned int i, j;
Jiri Slaby02f11752006-12-08 02:39:28 -08005201 __u32 cur_jifs = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005202
Alexey Dobriyan444697d2009-03-31 15:19:15 -07005203 seq_puts(m, "Dev TimeOpen BytesOut IdleOut BytesIn "
Jiri Slaby02f11752006-12-08 02:39:28 -08005204 "IdleIn Overruns Ldisc\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07005205
Jiri Slaby02f11752006-12-08 02:39:28 -08005206 /* Output one line for each known port */
Jiri Slabydd025c02007-05-08 00:37:02 -07005207 for (i = 0; i < NR_CARDS; i++)
5208 for (j = 0; j < cy_card[i].nports; j++) {
5209 info = &cy_card[i].ports[j];
Jiri Slaby02f11752006-12-08 02:39:28 -08005210
Alan Cox77451e52008-07-16 21:57:02 +01005211 if (info->port.count)
Alexey Dobriyan444697d2009-03-31 15:19:15 -07005212 seq_printf(m, "%3d %8lu %10lu %8lu "
Jiri Slabydd025c02007-05-08 00:37:02 -07005213 "%10lu %8lu %9lu %6ld\n", info->line,
5214 (cur_jifs - info->idle_stats.in_use) /
5215 HZ, info->idle_stats.xmit_bytes,
5216 (cur_jifs - info->idle_stats.xmit_idle)/
5217 HZ, info->idle_stats.recv_bytes,
5218 (cur_jifs - info->idle_stats.recv_idle)/
5219 HZ, info->idle_stats.overruns,
Alan Coxa352def2008-07-16 21:53:12 +01005220 /* FIXME: double check locking */
Alan Cox77451e52008-07-16 21:57:02 +01005221 (long)info->port.tty->ldisc.ops->num);
Jiri Slabydd025c02007-05-08 00:37:02 -07005222 else
Alexey Dobriyan444697d2009-03-31 15:19:15 -07005223 seq_printf(m, "%3d %8lu %10lu %8lu "
Jiri Slabydd025c02007-05-08 00:37:02 -07005224 "%10lu %8lu %9lu %6ld\n",
5225 info->line, 0L, 0L, 0L, 0L, 0L, 0L, 0L);
Jiri Slaby02f11752006-12-08 02:39:28 -08005226 }
Alexey Dobriyan444697d2009-03-31 15:19:15 -07005227 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005228}
5229
Alexey Dobriyan444697d2009-03-31 15:19:15 -07005230static int cyclades_proc_open(struct inode *inode, struct file *file)
5231{
5232 return single_open(file, cyclades_proc_show, NULL);
5233}
5234
5235static const struct file_operations cyclades_proc_fops = {
5236 .owner = THIS_MODULE,
5237 .open = cyclades_proc_open,
5238 .read = seq_read,
5239 .llseek = seq_lseek,
5240 .release = single_release,
5241};
5242
Linus Torvalds1da177e2005-04-16 15:20:36 -07005243/* The serial driver boot-time initialization code!
5244 Hardware I/O ports are mapped to character special devices on a
5245 first found, first allocated manner. That is, this code searches
5246 for Cyclom cards in the system. As each is found, it is probed
5247 to discover how many chips (and thus how many ports) are present.
5248 These ports are mapped to the tty ports 32 and upward in monotonic
5249 fashion. If an 8-port card is replaced with a 16-port card, the
5250 port mapping on a following card will shift.
5251
5252 This approach is different from what is used in the other serial
5253 device driver because the Cyclom is more properly a multiplexer,
5254 not just an aggregation of serial ports on one card.
5255
5256 If there are more cards with more ports than have been
5257 statically allocated above, a warning is printed and the
5258 extra ports are ignored.
5259 */
5260
Jeff Dikeb68e31d2006-10-02 02:17:18 -07005261static const struct tty_operations cy_ops = {
Jiri Slaby02f11752006-12-08 02:39:28 -08005262 .open = cy_open,
5263 .close = cy_close,
5264 .write = cy_write,
5265 .put_char = cy_put_char,
5266 .flush_chars = cy_flush_chars,
5267 .write_room = cy_write_room,
5268 .chars_in_buffer = cy_chars_in_buffer,
5269 .flush_buffer = cy_flush_buffer,
5270 .ioctl = cy_ioctl,
5271 .throttle = cy_throttle,
5272 .unthrottle = cy_unthrottle,
5273 .set_termios = cy_set_termios,
5274 .stop = cy_stop,
5275 .start = cy_start,
5276 .hangup = cy_hangup,
5277 .break_ctl = cy_break,
5278 .wait_until_sent = cy_wait_until_sent,
Jiri Slaby02f11752006-12-08 02:39:28 -08005279 .tiocmget = cy_tiocmget,
5280 .tiocmset = cy_tiocmset,
Alexey Dobriyan444697d2009-03-31 15:19:15 -07005281 .proc_fops = &cyclades_proc_fops,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005282};
5283
Jiri Slaby02f11752006-12-08 02:39:28 -08005284static int __init cy_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005285{
Jiri Slabydd025c02007-05-08 00:37:02 -07005286 unsigned int nboards;
Jiri Slaby9dacf3b2007-05-08 00:36:20 -07005287 int retval = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005288
Jiri Slaby02f11752006-12-08 02:39:28 -08005289 cy_serial_driver = alloc_tty_driver(NR_PORTS);
5290 if (!cy_serial_driver)
Jiri Slaby9dacf3b2007-05-08 00:36:20 -07005291 goto err;
Jiri Slaby21719192007-05-08 00:36:42 -07005292
5293 printk(KERN_INFO "Cyclades driver " CY_VERSION " (built %s %s)\n",
5294 __DATE__, __TIME__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005295
Jiri Slaby02f11752006-12-08 02:39:28 -08005296 /* Initialize the tty_driver structure */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005297
Jiri Slaby02f11752006-12-08 02:39:28 -08005298 cy_serial_driver->owner = THIS_MODULE;
5299 cy_serial_driver->driver_name = "cyclades";
5300 cy_serial_driver->name = "ttyC";
5301 cy_serial_driver->major = CYCLADES_MAJOR;
5302 cy_serial_driver->minor_start = 0;
5303 cy_serial_driver->type = TTY_DRIVER_TYPE_SERIAL;
5304 cy_serial_driver->subtype = SERIAL_TYPE_NORMAL;
5305 cy_serial_driver->init_termios = tty_std_termios;
5306 cy_serial_driver->init_termios.c_cflag =
5307 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
Jiri Slaby6ad1ccc2007-05-08 00:36:22 -07005308 cy_serial_driver->flags = TTY_DRIVER_REAL_RAW | TTY_DRIVER_DYNAMIC_DEV;
Jiri Slaby02f11752006-12-08 02:39:28 -08005309 tty_set_operations(cy_serial_driver, &cy_ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005310
Jiri Slaby9dacf3b2007-05-08 00:36:20 -07005311 retval = tty_register_driver(cy_serial_driver);
5312 if (retval) {
5313 printk(KERN_ERR "Couldn't register Cyclades serial driver\n");
5314 goto err_frtty;
5315 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005316
Jiri Slaby02f11752006-12-08 02:39:28 -08005317 /* the code below is responsible to find the boards. Each different
5318 type of board has its own detection routine. If a board is found,
5319 the next cy_card structure available is set by the detection
5320 routine. These functions are responsible for checking the
5321 availability of cy_card and cy_port data structures and updating
5322 the cy_next_channel. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005323
Jiri Slaby02f11752006-12-08 02:39:28 -08005324 /* look for isa boards */
Jiri Slaby14a55a62007-05-08 00:36:18 -07005325 nboards = cy_detect_isa();
Linus Torvalds1da177e2005-04-16 15:20:36 -07005326
Jiri Slaby6747cd92007-05-08 00:36:34 -07005327#ifdef CONFIG_PCI
Jiri Slaby02f11752006-12-08 02:39:28 -08005328 /* look for pci boards */
Jiri Slaby6747cd92007-05-08 00:36:34 -07005329 retval = pci_register_driver(&cy_pci_driver);
Jesper Juhld941ea72007-10-18 03:06:23 -07005330 if (retval && !nboards) {
5331 tty_unregister_driver(cy_serial_driver);
5332 goto err_frtty;
5333 }
Jiri Slaby6747cd92007-05-08 00:36:34 -07005334#endif
Jiri Slaby9dacf3b2007-05-08 00:36:20 -07005335
5336 return 0;
Jiri Slaby9dacf3b2007-05-08 00:36:20 -07005337err_frtty:
5338 put_tty_driver(cy_serial_driver);
5339err:
5340 return retval;
Jiri Slaby02f11752006-12-08 02:39:28 -08005341} /* cy_init */
5342
5343static void __exit cy_cleanup_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005344{
Jiri Slabydd025c02007-05-08 00:37:02 -07005345 struct cyclades_card *card;
Jiri Slaby65f76a82007-10-18 03:06:22 -07005346 unsigned int i, e1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005347
5348#ifndef CONFIG_CYZ_INTR
Jiri Slabyb7050902007-05-08 00:35:48 -07005349 del_timer_sync(&cyz_timerlist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005350#endif /* CONFIG_CYZ_INTR */
5351
Alan Cox15ed6cc2008-04-30 00:53:55 -07005352 e1 = tty_unregister_driver(cy_serial_driver);
5353 if (e1)
Jiri Slaby21719192007-05-08 00:36:42 -07005354 printk(KERN_ERR "failed to unregister Cyclades serial "
5355 "driver(%d)\n", e1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005356
Jiri Slaby6747cd92007-05-08 00:36:34 -07005357#ifdef CONFIG_PCI
5358 pci_unregister_driver(&cy_pci_driver);
5359#endif
5360
Jiri Slaby02f11752006-12-08 02:39:28 -08005361 for (i = 0; i < NR_CARDS; i++) {
Jiri Slabydd025c02007-05-08 00:37:02 -07005362 card = &cy_card[i];
5363 if (card->base_addr) {
Jiri Slaby85c93fa2007-05-08 00:36:23 -07005364 /* clear interrupt */
Jiri Slabydd025c02007-05-08 00:37:02 -07005365 cy_writeb(card->base_addr + Cy_ClrIntr, 0);
5366 iounmap(card->base_addr);
Jiri Slaby97e87f82009-06-11 12:29:27 +01005367 if (card->ctl_addr.p9050)
5368 iounmap(card->ctl_addr.p9050);
Jiri Slabydd025c02007-05-08 00:37:02 -07005369 if (card->irq
Linus Torvalds1da177e2005-04-16 15:20:36 -07005370#ifndef CONFIG_CYZ_INTR
Jiri Slabydd025c02007-05-08 00:37:02 -07005371 && !IS_CYC_Z(*card)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005372#endif /* CONFIG_CYZ_INTR */
Jiri Slaby02f11752006-12-08 02:39:28 -08005373 )
Jiri Slabydd025c02007-05-08 00:37:02 -07005374 free_irq(card->irq, card);
Jiri Slaby65f76a82007-10-18 03:06:22 -07005375 for (e1 = card->first_line; e1 < card->first_line +
Jiri Slabydd025c02007-05-08 00:37:02 -07005376 card->nports; e1++)
Jiri Slaby6ad1ccc2007-05-08 00:36:22 -07005377 tty_unregister_device(cy_serial_driver, e1);
Jiri Slabydd025c02007-05-08 00:37:02 -07005378 kfree(card->ports);
Jiri Slaby02f11752006-12-08 02:39:28 -08005379 }
5380 }
Jiri Slabyf2462bf2007-05-08 00:37:01 -07005381
5382 put_tty_driver(cy_serial_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005383} /* cy_cleanup_module */
5384
5385module_init(cy_init);
5386module_exit(cy_cleanup_module);
5387
5388MODULE_LICENSE("GPL");
Jiri Slabyc8e16932007-05-08 00:37:05 -07005389MODULE_VERSION(CY_VERSION);
Scott James Remnant9f56fad72009-04-06 17:33:04 +01005390MODULE_ALIAS_CHARDEV_MAJOR(CYCLADES_MAJOR);