Greg Kroah-Hartman | e3b3d0f | 2017-11-06 18:11:51 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | * Original driver code supplied by Multi-Tech |
| 4 | * |
| 5 | * Changes |
Alan Cox | 8eb04cf | 2008-11-11 14:48:44 +0000 | [diff] [blame] | 6 | * 1/9/98 alan@lxorguk.ukuu.org.uk |
| 7 | * Merge to 2.0.x kernel tree |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | * Obtain and use official major/minors |
| 9 | * Loader switched to a misc device |
| 10 | * (fixed range check bug as a side effect) |
| 11 | * Printk clean up |
Alan Cox | 8eb04cf | 2008-11-11 14:48:44 +0000 | [diff] [blame] | 12 | * 9/12/98 alan@lxorguk.ukuu.org.uk |
| 13 | * Rough port to 2.1.x |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | * |
| 15 | * 10/6/99 sameer Merged the ISA and PCI drivers to |
| 16 | * a new unified driver. |
| 17 | * |
| 18 | * 3/9/99 sameer Added support for ISI4616 cards. |
| 19 | * |
| 20 | * 16/9/99 sameer We do not force RTS low anymore. |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 21 | * This is to prevent the firmware |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | * from getting confused. |
| 23 | * |
| 24 | * 26/10/99 sameer Cosmetic changes:The driver now |
| 25 | * dumps the Port Count information |
| 26 | * along with I/O address and IRQ. |
| 27 | * |
| 28 | * 13/12/99 sameer Fixed the problem with IRQ sharing. |
| 29 | * |
| 30 | * 10/5/00 sameer Fixed isicom_shutdown_board() |
| 31 | * to not lower DTR on all the ports |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 32 | * when the last port on the card is |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | * closed. |
| 34 | * |
| 35 | * 10/5/00 sameer Signal mask setup command added |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 36 | * to isicom_setup_port and |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | * isicom_shutdown_port. |
| 38 | * |
| 39 | * 24/5/00 sameer The driver is now SMP aware. |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 40 | * |
| 41 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | * 27/11/00 Vinayak P Risbud Fixed the Driver Crash Problem |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 43 | * |
| 44 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | * 03/01/01 anil .s Added support for resetting the |
| 46 | * internal modems on ISI cards. |
| 47 | * |
| 48 | * 08/02/01 anil .s Upgraded the driver for kernel |
| 49 | * 2.4.x |
| 50 | * |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 51 | * 11/04/01 Kevin Fixed firmware load problem with |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | * ISIHP-4X card |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 53 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 54 | * 30/04/01 anil .s Fixed the remote login through |
| 55 | * ISI port problem. Now the link |
| 56 | * does not go down before password |
| 57 | * prompt. |
| 58 | * |
| 59 | * 03/05/01 anil .s Fixed the problem with IRQ sharing |
| 60 | * among ISI-PCI cards. |
| 61 | * |
| 62 | * 03/05/01 anil .s Added support to display the version |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 63 | * info during insmod as well as module |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 64 | * listing by lsmod. |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 65 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 66 | * 10/05/01 anil .s Done the modifications to the source |
| 67 | * file and Install script so that the |
| 68 | * same installation can be used for |
| 69 | * 2.2.x and 2.4.x kernel. |
| 70 | * |
| 71 | * 06/06/01 anil .s Now we drop both dtr and rts during |
| 72 | * shutdown_port as well as raise them |
| 73 | * during isicom_config_port. |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 74 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | * 09/06/01 acme@conectiva.com.br use capable, not suser, do |
| 76 | * restore_flags on failure in |
| 77 | * isicom_send_break, verify put_user |
| 78 | * result |
| 79 | * |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 80 | * 11/02/03 ranjeeth Added support for 230 Kbps and 460 Kbps |
| 81 | * Baud index extended to 21 |
| 82 | * |
| 83 | * 20/03/03 ranjeeth Made to work for Linux Advanced server. |
| 84 | * Taken care of license warning. |
| 85 | * |
| 86 | * 10/12/03 Ravindra Made to work for Fedora Core 1 of |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 87 | * Red Hat Distribution |
| 88 | * |
| 89 | * 06/01/05 Alan Cox Merged the ISI and base kernel strands |
| 90 | * into a single 2.6 driver |
| 91 | * |
| 92 | * *********************************************************** |
| 93 | * |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 94 | * To use this driver you also need the support package. You |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 95 | * can find this in RPM format on |
| 96 | * ftp://ftp.linux.org.uk/pub/linux/alan |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 97 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | * You can find the original tools for this direct from Multitech |
| 99 | * ftp://ftp.multitech.com/ISI-Cards/ |
| 100 | * |
Lucas De Marchi | 970e248 | 2012-03-30 13:37:16 -0700 | [diff] [blame] | 101 | * Having installed the cards the module options (/etc/modprobe.d/) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 102 | * |
| 103 | * options isicom io=card1,card2,card3,card4 irq=card1,card2,card3,card4 |
| 104 | * |
| 105 | * Omit those entries for boards you don't have installed. |
| 106 | * |
| 107 | * TODO |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 108 | * Merge testing |
| 109 | * 64-bit verification |
| 110 | */ |
| 111 | |
Joe Perches | db91340b | 2009-12-09 12:34:16 -0800 | [diff] [blame] | 112 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
| 113 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 114 | #include <linux/module.h> |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 115 | #include <linux/firmware.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 116 | #include <linux/kernel.h> |
| 117 | #include <linux/tty.h> |
Alan Cox | 33f0f88 | 2006-01-09 20:54:13 -0800 | [diff] [blame] | 118 | #include <linux/tty_flip.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 119 | #include <linux/termios.h> |
| 120 | #include <linux/fs.h> |
| 121 | #include <linux/sched.h> |
| 122 | #include <linux/serial.h> |
| 123 | #include <linux/mm.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 124 | #include <linux/interrupt.h> |
| 125 | #include <linux/timer.h> |
| 126 | #include <linux/delay.h> |
| 127 | #include <linux/ioport.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 128 | #include <linux/slab.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 129 | |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 130 | #include <linux/uaccess.h> |
| 131 | #include <linux/io.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 132 | |
| 133 | #include <linux/pci.h> |
| 134 | |
| 135 | #include <linux/isicom.h> |
| 136 | |
Jiri Slaby | aaa246e | 2006-01-09 20:54:23 -0800 | [diff] [blame] | 137 | #define InterruptTheCard(base) outw(0, (base) + 0xc) |
| 138 | #define ClearInterrupt(base) inw((base) + 0x0a) |
| 139 | |
| 140 | #ifdef DEBUG |
Jiri Slaby | aaa246e | 2006-01-09 20:54:23 -0800 | [diff] [blame] | 141 | #define isicom_paranoia_check(a, b, c) __isicom_paranoia_check((a), (b), (c)) |
| 142 | #else |
Jiri Slaby | aaa246e | 2006-01-09 20:54:23 -0800 | [diff] [blame] | 143 | #define isicom_paranoia_check(a, b, c) 0 |
| 144 | #endif |
| 145 | |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 146 | static int isicom_probe(struct pci_dev *, const struct pci_device_id *); |
Bill Pemberton | ae8d8a1 | 2012-11-19 13:26:18 -0500 | [diff] [blame] | 147 | static void isicom_remove(struct pci_dev *); |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 148 | |
Arvind Yadav | 763653d | 2017-07-23 15:31:02 +0530 | [diff] [blame] | 149 | static const struct pci_device_id isicom_pci_tbl[] = { |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 150 | { PCI_DEVICE(VENDOR_ID, 0x2028) }, |
| 151 | { PCI_DEVICE(VENDOR_ID, 0x2051) }, |
| 152 | { PCI_DEVICE(VENDOR_ID, 0x2052) }, |
| 153 | { PCI_DEVICE(VENDOR_ID, 0x2053) }, |
| 154 | { PCI_DEVICE(VENDOR_ID, 0x2054) }, |
| 155 | { PCI_DEVICE(VENDOR_ID, 0x2055) }, |
| 156 | { PCI_DEVICE(VENDOR_ID, 0x2056) }, |
| 157 | { PCI_DEVICE(VENDOR_ID, 0x2057) }, |
| 158 | { PCI_DEVICE(VENDOR_ID, 0x2058) }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 159 | { 0 } |
| 160 | }; |
| 161 | MODULE_DEVICE_TABLE(pci, isicom_pci_tbl); |
| 162 | |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 163 | static struct pci_driver isicom_driver = { |
| 164 | .name = "isicom", |
| 165 | .id_table = isicom_pci_tbl, |
| 166 | .probe = isicom_probe, |
Bill Pemberton | 91116cb | 2012-11-19 13:21:06 -0500 | [diff] [blame] | 167 | .remove = isicom_remove |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 168 | }; |
| 169 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 170 | static int prev_card = 3; /* start servicing isi_card[0] */ |
| 171 | static struct tty_driver *isicom_normal; |
| 172 | |
Kees Cook | 24ed960 | 2017-08-28 11:28:21 -0700 | [diff] [blame] | 173 | static void isicom_tx(struct timer_list *unused); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 174 | static void isicom_start(struct tty_struct *tty); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 175 | |
Kees Cook | 1d27e3e | 2017-10-04 16:27:04 -0700 | [diff] [blame] | 176 | static DEFINE_TIMER(tx, isicom_tx); |
Jiri Slaby | 34b55b8 | 2006-12-08 02:38:55 -0800 | [diff] [blame] | 177 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 178 | /* baud index mappings from linux defns to isi */ |
| 179 | |
| 180 | static signed char linuxb_to_isib[] = { |
Jiri Slaby | 7edc136 | 2007-02-10 01:44:54 -0800 | [diff] [blame] | 181 | -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 15, 16, 17, 18, 19, 20, 21 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 182 | }; |
| 183 | |
| 184 | struct isi_board { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 185 | unsigned long base; |
Jiri Slaby | 4969b3a | 2007-07-17 04:05:18 -0700 | [diff] [blame] | 186 | int irq; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | unsigned char port_count; |
| 188 | unsigned short status; |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 189 | unsigned short port_status; /* each bit for each port */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 190 | unsigned short shift_count; |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 191 | struct isi_port *ports; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 192 | signed char count; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 193 | spinlock_t card_lock; /* Card wide lock 11/5/00 -sameer */ |
| 194 | unsigned long flags; |
Jiri Slaby | 938a702 | 2006-12-08 02:38:52 -0800 | [diff] [blame] | 195 | unsigned int index; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | }; |
| 197 | |
| 198 | struct isi_port { |
| 199 | unsigned short magic; |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 200 | struct tty_port port; |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 201 | u16 channel; |
| 202 | u16 status; |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 203 | struct isi_board *card; |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 204 | unsigned char *xmit_buf; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 205 | int xmit_head; |
| 206 | int xmit_tail; |
| 207 | int xmit_cnt; |
| 208 | }; |
| 209 | |
| 210 | static struct isi_board isi_card[BOARD_COUNT]; |
| 211 | static struct isi_port isi_ports[PORT_COUNT]; |
| 212 | |
| 213 | /* |
| 214 | * Locking functions for card level locking. We need to own both |
| 215 | * the kernel lock for the card and have the card in a position that |
| 216 | * it wants to talk. |
| 217 | */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 218 | |
Denys Vlasenko | 810e20e | 2015-10-27 17:39:58 +0100 | [diff] [blame] | 219 | static int WaitTillCardIsFree(unsigned long base) |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 220 | { |
| 221 | unsigned int count = 0; |
| 222 | unsigned int a = in_atomic(); /* do we run under spinlock? */ |
| 223 | |
| 224 | while (!(inw(base + 0xe) & 0x1) && count++ < 100) |
| 225 | if (a) |
| 226 | mdelay(1); |
| 227 | else |
| 228 | msleep(1); |
| 229 | |
| 230 | return !(inw(base + 0xe) & 0x1); |
| 231 | } |
| 232 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 233 | static int lock_card(struct isi_board *card) |
| 234 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 235 | unsigned long base = card->base; |
Jiri Slaby | 5b21f9d | 2007-07-17 04:05:17 -0700 | [diff] [blame] | 236 | unsigned int retries, a; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 237 | |
Jiri Slaby | 5b21f9d | 2007-07-17 04:05:17 -0700 | [diff] [blame] | 238 | for (retries = 0; retries < 10; retries++) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 239 | spin_lock_irqsave(&card->card_lock, card->flags); |
Jiri Slaby | 5b21f9d | 2007-07-17 04:05:17 -0700 | [diff] [blame] | 240 | for (a = 0; a < 10; a++) { |
| 241 | if (inw(base + 0xe) & 0x1) |
| 242 | return 1; |
| 243 | udelay(10); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 244 | } |
Jiri Slaby | 5b21f9d | 2007-07-17 04:05:17 -0700 | [diff] [blame] | 245 | spin_unlock_irqrestore(&card->card_lock, card->flags); |
| 246 | msleep(10); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 247 | } |
Joe Perches | e620e54 | 2014-11-09 22:46:35 -0800 | [diff] [blame] | 248 | pr_warn("Failed to lock Card (0x%lx)\n", card->base); |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 249 | |
Adrian Bunk | 0418726 | 2006-06-30 18:23:04 +0200 | [diff] [blame] | 250 | return 0; /* Failed to acquire the card! */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 251 | } |
| 252 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 253 | static void unlock_card(struct isi_board *card) |
| 254 | { |
| 255 | spin_unlock_irqrestore(&card->card_lock, card->flags); |
| 256 | } |
| 257 | |
| 258 | /* |
| 259 | * ISI Card specific ops ... |
| 260 | */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 261 | |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 262 | /* card->lock HAS to be held */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 263 | static void raise_dtr(struct isi_port *port) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 264 | { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 265 | struct isi_board *card = port->card; |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 266 | unsigned long base = card->base; |
| 267 | u16 channel = port->channel; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 268 | |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 269 | if (WaitTillCardIsFree(base)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 270 | return; |
| 271 | |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 272 | outw(0x8000 | (channel << card->shift_count) | 0x02, base); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 273 | outw(0x0504, base); |
| 274 | InterruptTheCard(base); |
| 275 | port->status |= ISI_DTR; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 276 | } |
| 277 | |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 278 | /* card->lock HAS to be held */ |
Denys Vlasenko | 9428d71 | 2015-10-27 18:46:34 +0100 | [diff] [blame] | 279 | static void drop_dtr(struct isi_port *port) |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 280 | { |
| 281 | struct isi_board *card = port->card; |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 282 | unsigned long base = card->base; |
| 283 | u16 channel = port->channel; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 284 | |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 285 | if (WaitTillCardIsFree(base)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 286 | return; |
| 287 | |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 288 | outw(0x8000 | (channel << card->shift_count) | 0x02, base); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 289 | outw(0x0404, base); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 290 | InterruptTheCard(base); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 291 | port->status &= ~ISI_DTR; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 292 | } |
| 293 | |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 294 | /* card->lock HAS to be held */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 295 | static inline void raise_rts(struct isi_port *port) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 296 | { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 297 | struct isi_board *card = port->card; |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 298 | unsigned long base = card->base; |
| 299 | u16 channel = port->channel; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 300 | |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 301 | if (WaitTillCardIsFree(base)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 302 | return; |
| 303 | |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 304 | outw(0x8000 | (channel << card->shift_count) | 0x02, base); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 305 | outw(0x0a04, base); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 306 | InterruptTheCard(base); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 307 | port->status |= ISI_RTS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 308 | } |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 309 | |
| 310 | /* card->lock HAS to be held */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 311 | static inline void drop_rts(struct isi_port *port) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 312 | { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 313 | struct isi_board *card = port->card; |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 314 | unsigned long base = card->base; |
| 315 | u16 channel = port->channel; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 316 | |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 317 | if (WaitTillCardIsFree(base)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 318 | return; |
| 319 | |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 320 | outw(0x8000 | (channel << card->shift_count) | 0x02, base); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 321 | outw(0x0804, base); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 322 | InterruptTheCard(base); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 323 | port->status &= ~ISI_RTS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 324 | } |
| 325 | |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 326 | /* card->lock MUST NOT be held */ |
Alan Cox | 5d951fb | 2009-01-02 13:45:19 +0000 | [diff] [blame] | 327 | |
Alan Cox | fcc8ac1 | 2009-06-11 12:24:17 +0100 | [diff] [blame] | 328 | static void isicom_dtr_rts(struct tty_port *port, int on) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 329 | { |
Alan Cox | 5d951fb | 2009-01-02 13:45:19 +0000 | [diff] [blame] | 330 | struct isi_port *ip = container_of(port, struct isi_port, port); |
| 331 | struct isi_board *card = ip->card; |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 332 | unsigned long base = card->base; |
Alan Cox | 5d951fb | 2009-01-02 13:45:19 +0000 | [diff] [blame] | 333 | u16 channel = ip->channel; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 334 | |
| 335 | if (!lock_card(card)) |
| 336 | return; |
| 337 | |
Alan Cox | fcc8ac1 | 2009-06-11 12:24:17 +0100 | [diff] [blame] | 338 | if (on) { |
| 339 | outw(0x8000 | (channel << card->shift_count) | 0x02, base); |
| 340 | outw(0x0f04, base); |
| 341 | InterruptTheCard(base); |
| 342 | ip->status |= (ISI_DTR | ISI_RTS); |
| 343 | } else { |
| 344 | outw(0x8000 | (channel << card->shift_count) | 0x02, base); |
| 345 | outw(0x0C04, base); |
| 346 | InterruptTheCard(base); |
| 347 | ip->status &= ~(ISI_DTR | ISI_RTS); |
| 348 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 349 | unlock_card(card); |
| 350 | } |
| 351 | |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 352 | /* card->lock HAS to be held */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 353 | static void drop_dtr_rts(struct isi_port *port) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 354 | { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 355 | struct isi_board *card = port->card; |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 356 | unsigned long base = card->base; |
| 357 | u16 channel = port->channel; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 358 | |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 359 | if (WaitTillCardIsFree(base)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 360 | return; |
| 361 | |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 362 | outw(0x8000 | (channel << card->shift_count) | 0x02, base); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 363 | outw(0x0c04, base); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 364 | InterruptTheCard(base); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 365 | port->status &= ~(ISI_RTS | ISI_DTR); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 366 | } |
| 367 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 368 | /* |
| 369 | * ISICOM Driver specific routines ... |
| 370 | * |
| 371 | */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 372 | |
Jiri Slaby | aaa246e | 2006-01-09 20:54:23 -0800 | [diff] [blame] | 373 | static inline int __isicom_paranoia_check(struct isi_port const *port, |
| 374 | char *name, const char *routine) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 375 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 376 | if (!port) { |
Joe Perches | e620e54 | 2014-11-09 22:46:35 -0800 | [diff] [blame] | 377 | pr_warn("Warning: bad isicom magic for dev %s in %s\n", |
| 378 | name, routine); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 379 | return 1; |
| 380 | } |
| 381 | if (port->magic != ISICOM_MAGIC) { |
Joe Perches | e620e54 | 2014-11-09 22:46:35 -0800 | [diff] [blame] | 382 | pr_warn("Warning: NULL isicom port for dev %s in %s\n", |
| 383 | name, routine); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 384 | return 1; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 385 | } |
Jiri Slaby | aaa246e | 2006-01-09 20:54:23 -0800 | [diff] [blame] | 386 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 387 | return 0; |
| 388 | } |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 389 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 390 | /* |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 391 | * Transmitter. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 392 | * |
| 393 | * We shovel data into the card buffers on a regular basis. The card |
| 394 | * will do the rest of the work for us. |
| 395 | */ |
| 396 | |
Kees Cook | 24ed960 | 2017-08-28 11:28:21 -0700 | [diff] [blame] | 397 | static void isicom_tx(struct timer_list *unused) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 398 | { |
Jiri Slaby | 4969b3a | 2007-07-17 04:05:18 -0700 | [diff] [blame] | 399 | unsigned long flags, base; |
Jiri Slaby | 5b21f9d | 2007-07-17 04:05:17 -0700 | [diff] [blame] | 400 | unsigned int retries; |
Jiri Slaby | 4969b3a | 2007-07-17 04:05:18 -0700 | [diff] [blame] | 401 | short count = (BOARD_COUNT-1), card; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 402 | short txcount, wrd, residue, word_count, cnt; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 403 | struct isi_port *port; |
| 404 | struct tty_struct *tty; |
| 405 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 406 | /* find next active board */ |
| 407 | card = (prev_card + 1) & 0x0003; |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 408 | while (count-- > 0) { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 409 | if (isi_card[card].status & BOARD_ACTIVE) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 410 | break; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 411 | card = (card + 1) & 0x0003; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 412 | } |
| 413 | if (!(isi_card[card].status & BOARD_ACTIVE)) |
| 414 | goto sched_again; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 415 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 416 | prev_card = card; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 417 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 418 | count = isi_card[card].port_count; |
| 419 | port = isi_card[card].ports; |
| 420 | base = isi_card[card].base; |
Jiri Slaby | 5b21f9d | 2007-07-17 04:05:17 -0700 | [diff] [blame] | 421 | |
| 422 | spin_lock_irqsave(&isi_card[card].card_lock, flags); |
| 423 | for (retries = 0; retries < 100; retries++) { |
| 424 | if (inw(base + 0xe) & 0x1) |
| 425 | break; |
| 426 | udelay(2); |
| 427 | } |
| 428 | if (retries >= 100) |
| 429 | goto unlock; |
| 430 | |
Alan Cox | d450b5a | 2008-10-13 10:39:58 +0100 | [diff] [blame] | 431 | tty = tty_port_tty_get(&port->port); |
| 432 | if (tty == NULL) |
| 433 | goto put_unlock; |
| 434 | |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 435 | for (; count > 0; count--, port++) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 436 | /* port not active or tx disabled to force flow control */ |
Peter Hurley | d41861c | 2016-04-09 17:53:25 -0700 | [diff] [blame] | 437 | if (!tty_port_initialized(&port->port) || |
| 438 | !(port->status & ISI_TXOK)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 439 | continue; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 440 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 441 | txcount = min_t(short, TX_SIZE, port->xmit_cnt); |
Jiri Slaby | 5b21f9d | 2007-07-17 04:05:17 -0700 | [diff] [blame] | 442 | if (txcount <= 0 || tty->stopped || tty->hw_stopped) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 443 | continue; |
Jiri Slaby | 5b21f9d | 2007-07-17 04:05:17 -0700 | [diff] [blame] | 444 | |
| 445 | if (!(inw(base + 0x02) & (1 << port->channel))) |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 446 | continue; |
Jiri Slaby | 5b21f9d | 2007-07-17 04:05:17 -0700 | [diff] [blame] | 447 | |
Joe Perches | db91340b | 2009-12-09 12:34:16 -0800 | [diff] [blame] | 448 | pr_debug("txing %d bytes, port%d.\n", |
| 449 | txcount, port->channel + 1); |
Jiri Slaby | aaa246e | 2006-01-09 20:54:23 -0800 | [diff] [blame] | 450 | outw((port->channel << isi_card[card].shift_count) | txcount, |
| 451 | base); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 452 | residue = NO; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 453 | wrd = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 454 | while (1) { |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 455 | cnt = min_t(int, txcount, (SERIAL_XMIT_SIZE |
| 456 | - port->xmit_tail)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 457 | if (residue == YES) { |
| 458 | residue = NO; |
| 459 | if (cnt > 0) { |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 460 | wrd |= (port->port.xmit_buf[port->xmit_tail] |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 461 | << 8); |
| 462 | port->xmit_tail = (port->xmit_tail + 1) |
| 463 | & (SERIAL_XMIT_SIZE - 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 464 | port->xmit_cnt--; |
| 465 | txcount--; |
| 466 | cnt--; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 467 | outw(wrd, base); |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 468 | } else { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 469 | outw(wrd, base); |
| 470 | break; |
| 471 | } |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 472 | } |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 473 | if (cnt <= 0) |
| 474 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 475 | word_count = cnt >> 1; |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 476 | outsw(base, port->port.xmit_buf+port->xmit_tail, word_count); |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 477 | port->xmit_tail = (port->xmit_tail |
| 478 | + (word_count << 1)) & (SERIAL_XMIT_SIZE - 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 479 | txcount -= (word_count << 1); |
| 480 | port->xmit_cnt -= (word_count << 1); |
| 481 | if (cnt & 0x0001) { |
| 482 | residue = YES; |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 483 | wrd = port->port.xmit_buf[port->xmit_tail]; |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 484 | port->xmit_tail = (port->xmit_tail + 1) |
| 485 | & (SERIAL_XMIT_SIZE - 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 486 | port->xmit_cnt--; |
| 487 | txcount--; |
| 488 | } |
| 489 | } |
| 490 | |
| 491 | InterruptTheCard(base); |
| 492 | if (port->xmit_cnt <= 0) |
| 493 | port->status &= ~ISI_TXOK; |
| 494 | if (port->xmit_cnt <= WAKEUP_CHARS) |
Jiri Slaby | 0aa5de8 | 2007-02-10 01:44:47 -0800 | [diff] [blame] | 495 | tty_wakeup(tty); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 496 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 497 | |
Alan Cox | d450b5a | 2008-10-13 10:39:58 +0100 | [diff] [blame] | 498 | put_unlock: |
| 499 | tty_kref_put(tty); |
Jiri Slaby | 5b21f9d | 2007-07-17 04:05:17 -0700 | [diff] [blame] | 500 | unlock: |
| 501 | spin_unlock_irqrestore(&isi_card[card].card_lock, flags); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 502 | /* schedule another tx for hopefully in about 10ms */ |
| 503 | sched_again: |
Jiri Slaby | 34b55b8 | 2006-12-08 02:38:55 -0800 | [diff] [blame] | 504 | mod_timer(&tx, jiffies + msecs_to_jiffies(10)); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 505 | } |
| 506 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 507 | /* |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 508 | * Main interrupt handler routine |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 509 | */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 510 | |
David Howells | 7d12e78 | 2006-10-05 14:55:46 +0100 | [diff] [blame] | 511 | static irqreturn_t isicom_interrupt(int irq, void *dev_id) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 512 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 513 | struct isi_board *card = dev_id; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 514 | struct isi_port *port; |
| 515 | struct tty_struct *tty; |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 516 | unsigned long base; |
| 517 | u16 header, word_count, count, channel; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 518 | short byte_count; |
Alan Cox | 33f0f88 | 2006-01-09 20:54:13 -0800 | [diff] [blame] | 519 | unsigned char *rp; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 520 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 521 | if (!card || !(card->status & FIRMWARE_LOADED)) |
| 522 | return IRQ_NONE; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 523 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 524 | base = card->base; |
Jiri Slaby | cb4a10c | 2007-02-10 01:44:53 -0800 | [diff] [blame] | 525 | |
| 526 | /* did the card interrupt us? */ |
| 527 | if (!(inw(base + 0x0e) & 0x02)) |
| 528 | return IRQ_NONE; |
| 529 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 530 | spin_lock(&card->card_lock); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 531 | |
Jiri Slaby | 18234f8 | 2006-12-08 02:38:51 -0800 | [diff] [blame] | 532 | /* |
| 533 | * disable any interrupts from the PCI card and lower the |
| 534 | * interrupt line |
| 535 | */ |
| 536 | outw(0x8000, base+0x04); |
| 537 | ClearInterrupt(base); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 538 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 539 | inw(base); /* get the dummy word out */ |
| 540 | header = inw(base); |
| 541 | channel = (header & 0x7800) >> card->shift_count; |
| 542 | byte_count = header & 0xff; |
| 543 | |
| 544 | if (channel + 1 > card->port_count) { |
Joe Perches | e620e54 | 2014-11-09 22:46:35 -0800 | [diff] [blame] | 545 | pr_warn("%s(0x%lx): %d(channel) > port_count\n", |
| 546 | __func__, base, channel + 1); |
Jiri Slaby | 18234f8 | 2006-12-08 02:38:51 -0800 | [diff] [blame] | 547 | outw(0x0000, base+0x04); /* enable interrupts */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 548 | spin_unlock(&card->card_lock); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 549 | return IRQ_HANDLED; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 550 | } |
| 551 | port = card->ports + channel; |
Peter Hurley | d41861c | 2016-04-09 17:53:25 -0700 | [diff] [blame] | 552 | if (!tty_port_initialized(&port->port)) { |
Jiri Slaby | 18234f8 | 2006-12-08 02:38:51 -0800 | [diff] [blame] | 553 | outw(0x0000, base+0x04); /* enable interrupts */ |
Jiri Slaby | 174f130 | 2007-02-10 01:44:52 -0800 | [diff] [blame] | 554 | spin_unlock(&card->card_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 555 | return IRQ_HANDLED; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 556 | } |
| 557 | |
Alan Cox | d450b5a | 2008-10-13 10:39:58 +0100 | [diff] [blame] | 558 | tty = tty_port_tty_get(&port->port); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 559 | if (tty == NULL) { |
| 560 | word_count = byte_count >> 1; |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 561 | while (byte_count > 1) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 562 | inw(base); |
| 563 | byte_count -= 2; |
| 564 | } |
| 565 | if (byte_count & 0x01) |
| 566 | inw(base); |
Jiri Slaby | 18234f8 | 2006-12-08 02:38:51 -0800 | [diff] [blame] | 567 | outw(0x0000, base+0x04); /* enable interrupts */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 568 | spin_unlock(&card->card_lock); |
| 569 | return IRQ_HANDLED; |
| 570 | } |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 571 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 572 | if (header & 0x8000) { /* Status Packet */ |
| 573 | header = inw(base); |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 574 | switch (header & 0xff) { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 575 | case 0: /* Change in EIA signals */ |
Peter Hurley | 2d68655 | 2016-04-09 17:53:23 -0700 | [diff] [blame] | 576 | if (tty_port_check_carrier(&port->port)) { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 577 | if (port->status & ISI_DCD) { |
| 578 | if (!(header & ISI_DCD)) { |
| 579 | /* Carrier has been lost */ |
Joe Perches | db91340b | 2009-12-09 12:34:16 -0800 | [diff] [blame] | 580 | pr_debug("%s: DCD->low.\n", |
| 581 | __func__); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 582 | port->status &= ~ISI_DCD; |
Jiri Slaby | 0aa5de8 | 2007-02-10 01:44:47 -0800 | [diff] [blame] | 583 | tty_hangup(tty); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 584 | } |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 585 | } else if (header & ISI_DCD) { |
| 586 | /* Carrier has been detected */ |
Joe Perches | db91340b | 2009-12-09 12:34:16 -0800 | [diff] [blame] | 587 | pr_debug("%s: DCD->high.\n", |
| 588 | __func__); |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 589 | port->status |= ISI_DCD; |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 590 | wake_up_interruptible(&port->port.open_wait); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 591 | } |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 592 | } else { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 593 | if (header & ISI_DCD) |
| 594 | port->status |= ISI_DCD; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 595 | else |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 596 | port->status &= ~ISI_DCD; |
| 597 | } |
| 598 | |
Huang Shijie | f21ec3d | 2012-08-22 22:13:36 -0400 | [diff] [blame] | 599 | if (tty_port_cts_enabled(&port->port)) { |
Alan Cox | d450b5a | 2008-10-13 10:39:58 +0100 | [diff] [blame] | 600 | if (tty->hw_stopped) { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 601 | if (header & ISI_CTS) { |
Jiri Slaby | 7342c59 | 2012-11-15 09:49:48 +0100 | [diff] [blame] | 602 | tty->hw_stopped = 0; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 603 | /* start tx ing */ |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 604 | port->status |= (ISI_TXOK |
| 605 | | ISI_CTS); |
Jiri Slaby | 0aa5de8 | 2007-02-10 01:44:47 -0800 | [diff] [blame] | 606 | tty_wakeup(tty); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 607 | } |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 608 | } else if (!(header & ISI_CTS)) { |
Alan Cox | d450b5a | 2008-10-13 10:39:58 +0100 | [diff] [blame] | 609 | tty->hw_stopped = 1; |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 610 | /* stop tx ing */ |
| 611 | port->status &= ~(ISI_TXOK | ISI_CTS); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 612 | } |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 613 | } else { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 614 | if (header & ISI_CTS) |
| 615 | port->status |= ISI_CTS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 616 | else |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 617 | port->status &= ~ISI_CTS; |
| 618 | } |
| 619 | |
| 620 | if (header & ISI_DSR) |
| 621 | port->status |= ISI_DSR; |
| 622 | else |
| 623 | port->status &= ~ISI_DSR; |
| 624 | |
| 625 | if (header & ISI_RI) |
| 626 | port->status |= ISI_RI; |
| 627 | else |
| 628 | port->status &= ~ISI_RI; |
| 629 | |
| 630 | break; |
| 631 | |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 632 | case 1: /* Received Break !!! */ |
Jiri Slaby | 92a19f9 | 2013-01-03 15:53:03 +0100 | [diff] [blame] | 633 | tty_insert_flip_char(&port->port, 0, TTY_BREAK); |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 634 | if (port->port.flags & ASYNC_SAK) |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 635 | do_SAK(tty); |
Jiri Slaby | 2e124b4 | 2013-01-03 15:53:06 +0100 | [diff] [blame] | 636 | tty_flip_buffer_push(&port->port); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 637 | break; |
| 638 | |
| 639 | case 2: /* Statistics */ |
Joe Perches | db91340b | 2009-12-09 12:34:16 -0800 | [diff] [blame] | 640 | pr_debug("%s: stats!!!\n", __func__); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 641 | break; |
| 642 | |
| 643 | default: |
Joe Perches | db91340b | 2009-12-09 12:34:16 -0800 | [diff] [blame] | 644 | pr_debug("%s: Unknown code in status packet.\n", |
| 645 | __func__); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 646 | break; |
| 647 | } |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 648 | } else { /* Data Packet */ |
Jiri Slaby | 2f69335 | 2013-01-03 15:53:02 +0100 | [diff] [blame] | 649 | count = tty_prepare_flip_string(&port->port, &rp, |
| 650 | byte_count & ~1); |
Joe Perches | db91340b | 2009-12-09 12:34:16 -0800 | [diff] [blame] | 651 | pr_debug("%s: Can rx %d of %d bytes.\n", |
| 652 | __func__, count, byte_count); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 653 | word_count = count >> 1; |
Alan Cox | 33f0f88 | 2006-01-09 20:54:13 -0800 | [diff] [blame] | 654 | insw(base, rp, word_count); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 655 | byte_count -= (word_count << 1); |
| 656 | if (count & 0x0001) { |
Jiri Slaby | 92a19f9 | 2013-01-03 15:53:03 +0100 | [diff] [blame] | 657 | tty_insert_flip_char(&port->port, inw(base) & 0xff, |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 658 | TTY_NORMAL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 659 | byte_count -= 2; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 660 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 661 | if (byte_count > 0) { |
Joe Perches | db91340b | 2009-12-09 12:34:16 -0800 | [diff] [blame] | 662 | pr_debug("%s(0x%lx:%d): Flip buffer overflow! dropping bytes...\n", |
| 663 | __func__, base, channel + 1); |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 664 | /* drain out unread xtra data */ |
| 665 | while (byte_count > 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 666 | inw(base); |
| 667 | byte_count -= 2; |
| 668 | } |
| 669 | } |
Jiri Slaby | 2e124b4 | 2013-01-03 15:53:06 +0100 | [diff] [blame] | 670 | tty_flip_buffer_push(&port->port); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 671 | } |
Jiri Slaby | 18234f8 | 2006-12-08 02:38:51 -0800 | [diff] [blame] | 672 | outw(0x0000, base+0x04); /* enable interrupts */ |
Jiri Slaby | 174f130 | 2007-02-10 01:44:52 -0800 | [diff] [blame] | 673 | spin_unlock(&card->card_lock); |
Alan Cox | d450b5a | 2008-10-13 10:39:58 +0100 | [diff] [blame] | 674 | tty_kref_put(tty); |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 675 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 676 | return IRQ_HANDLED; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 677 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 678 | |
Alan Cox | d450b5a | 2008-10-13 10:39:58 +0100 | [diff] [blame] | 679 | static void isicom_config_port(struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 680 | { |
Alan Cox | d450b5a | 2008-10-13 10:39:58 +0100 | [diff] [blame] | 681 | struct isi_port *port = tty->driver_data; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 682 | struct isi_board *card = port->card; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 683 | unsigned long baud; |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 684 | unsigned long base = card->base; |
| 685 | u16 channel_setup, channel = port->channel, |
| 686 | shift_count = card->shift_count; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 687 | unsigned char flow_ctrl; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 688 | |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 689 | /* FIXME: Switch to new tty baud API */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 690 | baud = C_BAUD(tty); |
| 691 | if (baud & CBAUDEX) { |
| 692 | baud &= ~CBAUDEX; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 693 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 694 | /* if CBAUDEX bit is on and the baud is set to either 50 or 75 |
| 695 | * then the card is programmed for 57.6Kbps or 115Kbps |
| 696 | * respectively. |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 697 | */ |
| 698 | |
Jiri Slaby | 7edc136 | 2007-02-10 01:44:54 -0800 | [diff] [blame] | 699 | /* 1,2,3,4 => 57.6, 115.2, 230, 460 kbps resp. */ |
| 700 | if (baud < 1 || baud > 4) |
Alan Cox | adc8d74 | 2012-07-14 15:31:47 +0100 | [diff] [blame] | 701 | tty->termios.c_cflag &= ~CBAUDEX; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 702 | else |
| 703 | baud += 15; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 704 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 705 | if (baud == 15) { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 706 | |
| 707 | /* the ASYNC_SPD_HI and ASYNC_SPD_VHI options are set |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 708 | * by the set_serial_info ioctl ... this is done by |
| 709 | * the 'setserial' utility. |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 710 | */ |
| 711 | |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 712 | if ((port->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_HI) |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 713 | baud++; /* 57.6 Kbps */ |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 714 | if ((port->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_VHI) |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 715 | baud += 2; /* 115 Kbps */ |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 716 | if ((port->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_SHI) |
Jiri Slaby | 7edc136 | 2007-02-10 01:44:54 -0800 | [diff] [blame] | 717 | baud += 3; /* 230 kbps*/ |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 718 | if ((port->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_WARP) |
Jiri Slaby | 7edc136 | 2007-02-10 01:44:54 -0800 | [diff] [blame] | 719 | baud += 4; /* 460 kbps*/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 720 | } |
| 721 | if (linuxb_to_isib[baud] == -1) { |
| 722 | /* hang up */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 723 | drop_dtr(port); |
| 724 | return; |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 725 | } else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 726 | raise_dtr(port); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 727 | |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 728 | if (WaitTillCardIsFree(base) == 0) { |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 729 | outw(0x8000 | (channel << shift_count) | 0x03, base); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 730 | outw(linuxb_to_isib[baud] << 8 | 0x03, base); |
| 731 | channel_setup = 0; |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 732 | switch (C_CSIZE(tty)) { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 733 | case CS5: |
| 734 | channel_setup |= ISICOM_CS5; |
| 735 | break; |
| 736 | case CS6: |
| 737 | channel_setup |= ISICOM_CS6; |
| 738 | break; |
| 739 | case CS7: |
| 740 | channel_setup |= ISICOM_CS7; |
| 741 | break; |
| 742 | case CS8: |
| 743 | channel_setup |= ISICOM_CS8; |
| 744 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 745 | } |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 746 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 747 | if (C_CSTOPB(tty)) |
| 748 | channel_setup |= ISICOM_2SB; |
| 749 | if (C_PARENB(tty)) { |
| 750 | channel_setup |= ISICOM_EVPAR; |
| 751 | if (C_PARODD(tty)) |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 752 | channel_setup |= ISICOM_ODPAR; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 753 | } |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 754 | outw(channel_setup, base); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 755 | InterruptTheCard(base); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 756 | } |
Peter Hurley | 2d68655 | 2016-04-09 17:53:23 -0700 | [diff] [blame] | 757 | tty_port_set_check_carrier(&port->port, !C_CLOCAL(tty)); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 758 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 759 | /* flow control settings ...*/ |
| 760 | flow_ctrl = 0; |
Peter Hurley | 5604a98 | 2016-04-09 17:53:21 -0700 | [diff] [blame] | 761 | tty_port_set_cts_flow(&port->port, C_CRTSCTS(tty)); |
| 762 | if (C_CRTSCTS(tty)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 763 | flow_ctrl |= ISICOM_CTSRTS; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 764 | if (I_IXON(tty)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 765 | flow_ctrl |= ISICOM_RESPOND_XONXOFF; |
| 766 | if (I_IXOFF(tty)) |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 767 | flow_ctrl |= ISICOM_INITIATE_XONXOFF; |
| 768 | |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 769 | if (WaitTillCardIsFree(base) == 0) { |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 770 | outw(0x8000 | (channel << shift_count) | 0x04, base); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 771 | outw(flow_ctrl << 8 | 0x05, base); |
| 772 | outw((STOP_CHAR(tty)) << 8 | (START_CHAR(tty)), base); |
| 773 | InterruptTheCard(base); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 774 | } |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 775 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 776 | /* rx enabled -> enable port for rx on the card */ |
| 777 | if (C_CREAD(tty)) { |
| 778 | card->port_status |= (1 << channel); |
| 779 | outw(card->port_status, base + 0x02); |
| 780 | } |
| 781 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 782 | |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 783 | /* open et all */ |
| 784 | |
| 785 | static inline void isicom_setup_board(struct isi_board *bp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 786 | { |
| 787 | int channel; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 788 | struct isi_port *port; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 789 | |
Alan Cox | baaa08a | 2009-11-30 13:17:24 +0000 | [diff] [blame] | 790 | bp->count++; |
Alan Cox | 6ed847d | 2009-11-30 13:17:30 +0000 | [diff] [blame] | 791 | if (!(bp->status & BOARD_INIT)) { |
| 792 | port = bp->ports; |
| 793 | for (channel = 0; channel < bp->port_count; channel++, port++) |
| 794 | drop_dtr_rts(port); |
| 795 | } |
| 796 | bp->status |= BOARD_ACTIVE | BOARD_INIT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 797 | } |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 798 | |
Alan Cox | 6ed847d | 2009-11-30 13:17:30 +0000 | [diff] [blame] | 799 | /* Activate and thus setup board are protected from races against shutdown |
| 800 | by the tty_port mutex */ |
| 801 | |
Alan Cox | baaa08a | 2009-11-30 13:17:24 +0000 | [diff] [blame] | 802 | static int isicom_activate(struct tty_port *tport, struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 803 | { |
Alan Cox | baaa08a | 2009-11-30 13:17:24 +0000 | [diff] [blame] | 804 | struct isi_port *port = container_of(tport, struct isi_port, port); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 805 | struct isi_board *card = port->card; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 806 | unsigned long flags; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 807 | |
Alan Cox | baaa08a | 2009-11-30 13:17:24 +0000 | [diff] [blame] | 808 | if (tty_port_alloc_xmit_buf(tport) < 0) |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 809 | return -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 810 | |
| 811 | spin_lock_irqsave(&card->card_lock, flags); |
Alan Cox | baaa08a | 2009-11-30 13:17:24 +0000 | [diff] [blame] | 812 | isicom_setup_board(card); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 813 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 814 | port->xmit_cnt = port->xmit_head = port->xmit_tail = 0; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 815 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 816 | /* discard any residual data */ |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 817 | if (WaitTillCardIsFree(card->base) == 0) { |
| 818 | outw(0x8000 | (port->channel << card->shift_count) | 0x02, |
| 819 | card->base); |
| 820 | outw(((ISICOM_KILLTX | ISICOM_KILLRX) << 8) | 0x06, card->base); |
| 821 | InterruptTheCard(card->base); |
| 822 | } |
Alan Cox | d450b5a | 2008-10-13 10:39:58 +0100 | [diff] [blame] | 823 | isicom_config_port(tty); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 824 | spin_unlock_irqrestore(&card->card_lock, flags); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 825 | |
| 826 | return 0; |
| 827 | } |
| 828 | |
Alan Cox | 31f3593 | 2009-01-02 13:45:05 +0000 | [diff] [blame] | 829 | static int isicom_carrier_raised(struct tty_port *port) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 830 | { |
Alan Cox | 31f3593 | 2009-01-02 13:45:05 +0000 | [diff] [blame] | 831 | struct isi_port *ip = container_of(port, struct isi_port, port); |
| 832 | return (ip->status & ISI_DCD)?1 : 0; |
| 833 | } |
| 834 | |
Alan Cox | 11d85d7 | 2009-09-19 13:13:27 -0700 | [diff] [blame] | 835 | static struct tty_port *isicom_find_port(struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 836 | { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 837 | struct isi_port *port; |
| 838 | struct isi_board *card; |
Jiri Slaby | 17c4edf | 2006-12-08 02:38:57 -0800 | [diff] [blame] | 839 | unsigned int board; |
Alan Cox | 11d85d7 | 2009-09-19 13:13:27 -0700 | [diff] [blame] | 840 | int line = tty->index; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 841 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 842 | board = BOARD(line); |
| 843 | card = &isi_card[board]; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 844 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 845 | if (!(card->status & FIRMWARE_LOADED)) |
Alan Cox | 11d85d7 | 2009-09-19 13:13:27 -0700 | [diff] [blame] | 846 | return NULL; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 847 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 848 | /* open on a port greater than the port count for the card !!! */ |
| 849 | if (line > ((board * 16) + card->port_count - 1)) |
Alan Cox | 11d85d7 | 2009-09-19 13:13:27 -0700 | [diff] [blame] | 850 | return NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 851 | |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 852 | port = &isi_ports[line]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 853 | if (isicom_paranoia_check(port, tty->name, "isicom_open")) |
Alan Cox | 11d85d7 | 2009-09-19 13:13:27 -0700 | [diff] [blame] | 854 | return NULL; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 855 | |
Alan Cox | 11d85d7 | 2009-09-19 13:13:27 -0700 | [diff] [blame] | 856 | return &port->port; |
| 857 | } |
Alan Cox | baaa08a | 2009-11-30 13:17:24 +0000 | [diff] [blame] | 858 | |
Alan Cox | 11d85d7 | 2009-09-19 13:13:27 -0700 | [diff] [blame] | 859 | static int isicom_open(struct tty_struct *tty, struct file *filp) |
| 860 | { |
| 861 | struct isi_port *port; |
Alan Cox | 11d85d7 | 2009-09-19 13:13:27 -0700 | [diff] [blame] | 862 | struct tty_port *tport; |
Alan Cox | 11d85d7 | 2009-09-19 13:13:27 -0700 | [diff] [blame] | 863 | |
| 864 | tport = isicom_find_port(tty); |
| 865 | if (tport == NULL) |
| 866 | return -ENODEV; |
| 867 | port = container_of(tport, struct isi_port, port); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 868 | |
Alan Cox | a2d1e35 | 2010-04-23 16:01:18 +0100 | [diff] [blame] | 869 | tty->driver_data = port; |
Alan Cox | baaa08a | 2009-11-30 13:17:24 +0000 | [diff] [blame] | 870 | return tty_port_open(tport, tty, filp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 871 | } |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 872 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 873 | /* close et all */ |
| 874 | |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 875 | /* card->lock HAS to be held */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 876 | static void isicom_shutdown_port(struct isi_port *port) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 877 | { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 878 | struct isi_board *card = port->card; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 879 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 880 | if (--card->count < 0) { |
Joe Perches | db91340b | 2009-12-09 12:34:16 -0800 | [diff] [blame] | 881 | pr_debug("%s: bad board(0x%lx) count %d.\n", |
| 882 | __func__, card->base, card->count); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 883 | card->count = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 884 | } |
Alan Cox | baaa08a | 2009-11-30 13:17:24 +0000 | [diff] [blame] | 885 | /* last port was closed, shutdown that board too */ |
Alan Cox | 6ed847d | 2009-11-30 13:17:30 +0000 | [diff] [blame] | 886 | if (!card->count) |
| 887 | card->status &= BOARD_ACTIVE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 888 | } |
| 889 | |
Alan Cox | 978e595 | 2008-04-30 00:53:59 -0700 | [diff] [blame] | 890 | static void isicom_flush_buffer(struct tty_struct *tty) |
| 891 | { |
| 892 | struct isi_port *port = tty->driver_data; |
| 893 | struct isi_board *card = port->card; |
| 894 | unsigned long flags; |
| 895 | |
| 896 | if (isicom_paranoia_check(port, tty->name, "isicom_flush_buffer")) |
| 897 | return; |
| 898 | |
| 899 | spin_lock_irqsave(&card->card_lock, flags); |
| 900 | port->xmit_cnt = port->xmit_head = port->xmit_tail = 0; |
| 901 | spin_unlock_irqrestore(&card->card_lock, flags); |
| 902 | |
| 903 | tty_wakeup(tty); |
| 904 | } |
| 905 | |
Alan Cox | baaa08a | 2009-11-30 13:17:24 +0000 | [diff] [blame] | 906 | static void isicom_shutdown(struct tty_port *port) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 907 | { |
Alan Cox | 6f6412b | 2009-09-19 13:13:21 -0700 | [diff] [blame] | 908 | struct isi_port *ip = container_of(port, struct isi_port, port); |
| 909 | struct isi_board *card = ip->card; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 910 | unsigned long flags; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 911 | |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 912 | /* indicate to the card that no more data can be received |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 913 | on this port */ |
| 914 | spin_lock_irqsave(&card->card_lock, flags); |
Alan Cox | baaa08a | 2009-11-30 13:17:24 +0000 | [diff] [blame] | 915 | card->port_status &= ~(1 << ip->channel); |
| 916 | outw(card->port_status, card->base + 0x02); |
Alan Cox | a661499 | 2009-01-02 13:46:50 +0000 | [diff] [blame] | 917 | isicom_shutdown_port(ip); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 918 | spin_unlock_irqrestore(&card->card_lock, flags); |
Alan Cox | 2493c0c | 2009-11-30 13:17:46 +0000 | [diff] [blame] | 919 | tty_port_free_xmit_buf(port); |
Alan Cox | 6f6412b | 2009-09-19 13:13:21 -0700 | [diff] [blame] | 920 | } |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 921 | |
Alan Cox | 6f6412b | 2009-09-19 13:13:21 -0700 | [diff] [blame] | 922 | static void isicom_close(struct tty_struct *tty, struct file *filp) |
| 923 | { |
| 924 | struct isi_port *ip = tty->driver_data; |
Alan Cox | a2d1e35 | 2010-04-23 16:01:18 +0100 | [diff] [blame] | 925 | struct tty_port *port; |
| 926 | |
| 927 | if (ip == NULL) |
| 928 | return; |
| 929 | |
| 930 | port = &ip->port; |
Alan Cox | 6f6412b | 2009-09-19 13:13:21 -0700 | [diff] [blame] | 931 | if (isicom_paranoia_check(ip, tty->name, "isicom_close")) |
| 932 | return; |
Alan Cox | baaa08a | 2009-11-30 13:17:24 +0000 | [diff] [blame] | 933 | tty_port_close(port, tty, filp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 934 | } |
| 935 | |
| 936 | /* write et all */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 937 | static int isicom_write(struct tty_struct *tty, const unsigned char *buf, |
| 938 | int count) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 939 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 940 | struct isi_port *port = tty->driver_data; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 941 | struct isi_board *card = port->card; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 942 | unsigned long flags; |
| 943 | int cnt, total = 0; |
| 944 | |
| 945 | if (isicom_paranoia_check(port, tty->name, "isicom_write")) |
| 946 | return 0; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 947 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 948 | spin_lock_irqsave(&card->card_lock, flags); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 949 | |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 950 | while (1) { |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 951 | cnt = min_t(int, count, min(SERIAL_XMIT_SIZE - port->xmit_cnt |
| 952 | - 1, SERIAL_XMIT_SIZE - port->xmit_head)); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 953 | if (cnt <= 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 954 | break; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 955 | |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 956 | memcpy(port->port.xmit_buf + port->xmit_head, buf, cnt); |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 957 | port->xmit_head = (port->xmit_head + cnt) & (SERIAL_XMIT_SIZE |
| 958 | - 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 959 | port->xmit_cnt += cnt; |
| 960 | buf += cnt; |
| 961 | count -= cnt; |
| 962 | total += cnt; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 963 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 964 | if (port->xmit_cnt && !tty->stopped && !tty->hw_stopped) |
| 965 | port->status |= ISI_TXOK; |
| 966 | spin_unlock_irqrestore(&card->card_lock, flags); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 967 | return total; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 968 | } |
| 969 | |
| 970 | /* put_char et all */ |
Alan Cox | f34d7a5 | 2008-04-30 00:54:13 -0700 | [diff] [blame] | 971 | static int isicom_put_char(struct tty_struct *tty, unsigned char ch) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 972 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 973 | struct isi_port *port = tty->driver_data; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 974 | struct isi_board *card = port->card; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 975 | unsigned long flags; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 976 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 977 | if (isicom_paranoia_check(port, tty->name, "isicom_put_char")) |
Alan Cox | f34d7a5 | 2008-04-30 00:54:13 -0700 | [diff] [blame] | 978 | return 0; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 979 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 980 | spin_lock_irqsave(&card->card_lock, flags); |
Alan Cox | f34d7a5 | 2008-04-30 00:54:13 -0700 | [diff] [blame] | 981 | if (port->xmit_cnt >= SERIAL_XMIT_SIZE - 1) { |
| 982 | spin_unlock_irqrestore(&card->card_lock, flags); |
| 983 | return 0; |
| 984 | } |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 985 | |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 986 | port->port.xmit_buf[port->xmit_head++] = ch; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 987 | port->xmit_head &= (SERIAL_XMIT_SIZE - 1); |
| 988 | port->xmit_cnt++; |
| 989 | spin_unlock_irqrestore(&card->card_lock, flags); |
Alan Cox | f34d7a5 | 2008-04-30 00:54:13 -0700 | [diff] [blame] | 990 | return 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 991 | } |
| 992 | |
| 993 | /* flush_chars et all */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 994 | static void isicom_flush_chars(struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 995 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 996 | struct isi_port *port = tty->driver_data; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 997 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 998 | if (isicom_paranoia_check(port, tty->name, "isicom_flush_chars")) |
| 999 | return; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1000 | |
Jiri Slaby | a547dfe | 2006-01-09 20:54:26 -0800 | [diff] [blame] | 1001 | if (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 1002 | !port->port.xmit_buf) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1003 | return; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1004 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1005 | /* this tells the transmitter to consider this port for |
| 1006 | data output to the card ... that's the best we can do. */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1007 | port->status |= ISI_TXOK; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1008 | } |
| 1009 | |
| 1010 | /* write_room et all */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1011 | static int isicom_write_room(struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1012 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 1013 | struct isi_port *port = tty->driver_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1014 | int free; |
| 1015 | |
| 1016 | if (isicom_paranoia_check(port, tty->name, "isicom_write_room")) |
| 1017 | return 0; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1018 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1019 | free = SERIAL_XMIT_SIZE - port->xmit_cnt - 1; |
| 1020 | if (free < 0) |
| 1021 | free = 0; |
| 1022 | return free; |
| 1023 | } |
| 1024 | |
| 1025 | /* chars_in_buffer et all */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1026 | static int isicom_chars_in_buffer(struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1027 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 1028 | struct isi_port *port = tty->driver_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1029 | if (isicom_paranoia_check(port, tty->name, "isicom_chars_in_buffer")) |
| 1030 | return 0; |
| 1031 | return port->xmit_cnt; |
| 1032 | } |
| 1033 | |
| 1034 | /* ioctl et all */ |
Alan Cox | 6d88972 | 2008-07-22 11:18:21 +0100 | [diff] [blame] | 1035 | static int isicom_send_break(struct tty_struct *tty, int length) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1036 | { |
Alan Cox | 6d88972 | 2008-07-22 11:18:21 +0100 | [diff] [blame] | 1037 | struct isi_port *port = tty->driver_data; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1038 | struct isi_board *card = port->card; |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 1039 | unsigned long base = card->base; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1040 | |
Alan Cox | 6d88972 | 2008-07-22 11:18:21 +0100 | [diff] [blame] | 1041 | if (length == -1) |
| 1042 | return -EOPNOTSUPP; |
| 1043 | |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1044 | if (!lock_card(card)) |
Alan Cox | 6d88972 | 2008-07-22 11:18:21 +0100 | [diff] [blame] | 1045 | return -EINVAL; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1046 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1047 | outw(0x8000 | ((port->channel) << (card->shift_count)) | 0x3, base); |
| 1048 | outw((length & 0xff) << 8 | 0x00, base); |
Arnd Bergmann | f3e2d56 | 2015-01-13 22:59:47 +0100 | [diff] [blame] | 1049 | outw((length & 0xff00u), base); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1050 | InterruptTheCard(base); |
| 1051 | |
| 1052 | unlock_card(card); |
Alan Cox | 6d88972 | 2008-07-22 11:18:21 +0100 | [diff] [blame] | 1053 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1054 | } |
| 1055 | |
Alan Cox | 60b33c1 | 2011-02-14 16:26:14 +0000 | [diff] [blame] | 1056 | static int isicom_tiocmget(struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1057 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 1058 | struct isi_port *port = tty->driver_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1059 | /* just send the port status */ |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 1060 | u16 status = port->status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1061 | |
| 1062 | if (isicom_paranoia_check(port, tty->name, "isicom_ioctl")) |
| 1063 | return -ENODEV; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1064 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1065 | return ((status & ISI_RTS) ? TIOCM_RTS : 0) | |
| 1066 | ((status & ISI_DTR) ? TIOCM_DTR : 0) | |
| 1067 | ((status & ISI_DCD) ? TIOCM_CAR : 0) | |
| 1068 | ((status & ISI_DSR) ? TIOCM_DSR : 0) | |
| 1069 | ((status & ISI_CTS) ? TIOCM_CTS : 0) | |
| 1070 | ((status & ISI_RI ) ? TIOCM_RI : 0); |
| 1071 | } |
| 1072 | |
Alan Cox | 20b9d17 | 2011-02-14 16:26:50 +0000 | [diff] [blame] | 1073 | static int isicom_tiocmset(struct tty_struct *tty, |
| 1074 | unsigned int set, unsigned int clear) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1075 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 1076 | struct isi_port *port = tty->driver_data; |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 1077 | unsigned long flags; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1078 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1079 | if (isicom_paranoia_check(port, tty->name, "isicom_ioctl")) |
| 1080 | return -ENODEV; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1081 | |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 1082 | spin_lock_irqsave(&port->card->card_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1083 | if (set & TIOCM_RTS) |
| 1084 | raise_rts(port); |
| 1085 | if (set & TIOCM_DTR) |
| 1086 | raise_dtr(port); |
| 1087 | |
| 1088 | if (clear & TIOCM_RTS) |
| 1089 | drop_rts(port); |
| 1090 | if (clear & TIOCM_DTR) |
| 1091 | drop_dtr(port); |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 1092 | spin_unlock_irqrestore(&port->card->card_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1093 | |
| 1094 | return 0; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1095 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1096 | |
Alan Cox | d450b5a | 2008-10-13 10:39:58 +0100 | [diff] [blame] | 1097 | static int isicom_set_serial_info(struct tty_struct *tty, |
| 1098 | struct serial_struct __user *info) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1099 | { |
Alan Cox | d450b5a | 2008-10-13 10:39:58 +0100 | [diff] [blame] | 1100 | struct isi_port *port = tty->driver_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1101 | struct serial_struct newinfo; |
| 1102 | int reconfig_port; |
| 1103 | |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1104 | if (copy_from_user(&newinfo, info, sizeof(newinfo))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1105 | return -EFAULT; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1106 | |
Alan Cox | ec82db1 | 2010-06-01 22:52:44 +0200 | [diff] [blame] | 1107 | mutex_lock(&port->port.mutex); |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 1108 | reconfig_port = ((port->port.flags & ASYNC_SPD_MASK) != |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1109 | (newinfo.flags & ASYNC_SPD_MASK)); |
| 1110 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1111 | if (!capable(CAP_SYS_ADMIN)) { |
Alan Cox | 44b7d1b | 2008-07-16 21:57:18 +0100 | [diff] [blame] | 1112 | if ((newinfo.close_delay != port->port.close_delay) || |
| 1113 | (newinfo.closing_wait != port->port.closing_wait) || |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1114 | ((newinfo.flags & ~ASYNC_USR_MASK) != |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 1115 | (port->port.flags & ~ASYNC_USR_MASK))) { |
Alan Cox | ec82db1 | 2010-06-01 22:52:44 +0200 | [diff] [blame] | 1116 | mutex_unlock(&port->port.mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1117 | return -EPERM; |
Alan Cox | 1eac494 | 2008-04-30 00:53:19 -0700 | [diff] [blame] | 1118 | } |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 1119 | port->port.flags = ((port->port.flags & ~ASYNC_USR_MASK) | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1120 | (newinfo.flags & ASYNC_USR_MASK)); |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 1121 | } else { |
Alan Cox | 44b7d1b | 2008-07-16 21:57:18 +0100 | [diff] [blame] | 1122 | port->port.close_delay = newinfo.close_delay; |
| 1123 | port->port.closing_wait = newinfo.closing_wait; |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 1124 | port->port.flags = ((port->port.flags & ~ASYNC_FLAGS) | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1125 | (newinfo.flags & ASYNC_FLAGS)); |
| 1126 | } |
| 1127 | if (reconfig_port) { |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 1128 | unsigned long flags; |
| 1129 | spin_lock_irqsave(&port->card->card_lock, flags); |
Alan Cox | d450b5a | 2008-10-13 10:39:58 +0100 | [diff] [blame] | 1130 | isicom_config_port(tty); |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 1131 | spin_unlock_irqrestore(&port->card->card_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1132 | } |
Alan Cox | ec82db1 | 2010-06-01 22:52:44 +0200 | [diff] [blame] | 1133 | mutex_unlock(&port->port.mutex); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1134 | return 0; |
| 1135 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1136 | |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1137 | static int isicom_get_serial_info(struct isi_port *port, |
| 1138 | struct serial_struct __user *info) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1139 | { |
| 1140 | struct serial_struct out_info; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1141 | |
Alan Cox | ec82db1 | 2010-06-01 22:52:44 +0200 | [diff] [blame] | 1142 | mutex_lock(&port->port.mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1143 | memset(&out_info, 0, sizeof(out_info)); |
| 1144 | /* out_info.type = ? */ |
| 1145 | out_info.line = port - isi_ports; |
| 1146 | out_info.port = port->card->base; |
| 1147 | out_info.irq = port->card->irq; |
Alan Cox | f1d0322 | 2008-07-16 21:55:45 +0100 | [diff] [blame] | 1148 | out_info.flags = port->port.flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1149 | /* out_info.baud_base = ? */ |
Alan Cox | 44b7d1b | 2008-07-16 21:57:18 +0100 | [diff] [blame] | 1150 | out_info.close_delay = port->port.close_delay; |
| 1151 | out_info.closing_wait = port->port.closing_wait; |
Alan Cox | ec82db1 | 2010-06-01 22:52:44 +0200 | [diff] [blame] | 1152 | mutex_unlock(&port->port.mutex); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1153 | if (copy_to_user(info, &out_info, sizeof(out_info))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1154 | return -EFAULT; |
| 1155 | return 0; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1156 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1157 | |
Alan Cox | 6caa76b | 2011-02-14 16:27:22 +0000 | [diff] [blame] | 1158 | static int isicom_ioctl(struct tty_struct *tty, |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1159 | unsigned int cmd, unsigned long arg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1160 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 1161 | struct isi_port *port = tty->driver_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1162 | void __user *argp = (void __user *)arg; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1163 | |
| 1164 | if (isicom_paranoia_check(port, tty->name, "isicom_ioctl")) |
| 1165 | return -ENODEV; |
| 1166 | |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 1167 | switch (cmd) { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1168 | case TIOCGSERIAL: |
| 1169 | return isicom_get_serial_info(port, argp); |
| 1170 | |
| 1171 | case TIOCSSERIAL: |
Alan Cox | d450b5a | 2008-10-13 10:39:58 +0100 | [diff] [blame] | 1172 | return isicom_set_serial_info(tty, argp); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1173 | |
| 1174 | default: |
| 1175 | return -ENOIOCTLCMD; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1176 | } |
| 1177 | return 0; |
| 1178 | } |
| 1179 | |
| 1180 | /* set_termios et all */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1181 | static void isicom_set_termios(struct tty_struct *tty, |
Alan Cox | 606d099 | 2006-12-08 02:38:45 -0800 | [diff] [blame] | 1182 | struct ktermios *old_termios) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1183 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 1184 | struct isi_port *port = tty->driver_data; |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 1185 | unsigned long flags; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1186 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1187 | if (isicom_paranoia_check(port, tty->name, "isicom_set_termios")) |
| 1188 | return; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1189 | |
Alan Cox | adc8d74 | 2012-07-14 15:31:47 +0100 | [diff] [blame] | 1190 | if (tty->termios.c_cflag == old_termios->c_cflag && |
| 1191 | tty->termios.c_iflag == old_termios->c_iflag) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1192 | return; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1193 | |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 1194 | spin_lock_irqsave(&port->card->card_lock, flags); |
Alan Cox | d450b5a | 2008-10-13 10:39:58 +0100 | [diff] [blame] | 1195 | isicom_config_port(tty); |
Jiri Slaby | cfe7c09a | 2006-12-29 16:48:00 -0800 | [diff] [blame] | 1196 | spin_unlock_irqrestore(&port->card->card_lock, flags); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1197 | |
Peter Hurley | 9db276f | 2016-01-10 20:36:15 -0800 | [diff] [blame] | 1198 | if ((old_termios->c_cflag & CRTSCTS) && !C_CRTSCTS(tty)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1199 | tty->hw_stopped = 0; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1200 | isicom_start(tty); |
| 1201 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1202 | } |
| 1203 | |
| 1204 | /* throttle et all */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1205 | static void isicom_throttle(struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1206 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 1207 | struct isi_port *port = tty->driver_data; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1208 | struct isi_board *card = port->card; |
| 1209 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1210 | if (isicom_paranoia_check(port, tty->name, "isicom_throttle")) |
| 1211 | return; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1212 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1213 | /* tell the card that this port cannot handle any more data for now */ |
| 1214 | card->port_status &= ~(1 << port->channel); |
| 1215 | outw(card->port_status, card->base + 0x02); |
| 1216 | } |
| 1217 | |
| 1218 | /* unthrottle et all */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1219 | static void isicom_unthrottle(struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1220 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 1221 | struct isi_port *port = tty->driver_data; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1222 | struct isi_board *card = port->card; |
| 1223 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1224 | if (isicom_paranoia_check(port, tty->name, "isicom_unthrottle")) |
| 1225 | return; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1226 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1227 | /* tell the card that this port is ready to accept more data */ |
| 1228 | card->port_status |= (1 << port->channel); |
| 1229 | outw(card->port_status, card->base + 0x02); |
| 1230 | } |
| 1231 | |
| 1232 | /* stop et all */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1233 | static void isicom_stop(struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1234 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 1235 | struct isi_port *port = tty->driver_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1236 | |
| 1237 | if (isicom_paranoia_check(port, tty->name, "isicom_stop")) |
| 1238 | return; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1239 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1240 | /* this tells the transmitter not to consider this port for |
| 1241 | data output to the card. */ |
| 1242 | port->status &= ~ISI_TXOK; |
| 1243 | } |
| 1244 | |
| 1245 | /* start et all */ |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1246 | static void isicom_start(struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1247 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 1248 | struct isi_port *port = tty->driver_data; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1249 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1250 | if (isicom_paranoia_check(port, tty->name, "isicom_start")) |
| 1251 | return; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1252 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1253 | /* this tells the transmitter to consider this port for |
| 1254 | data output to the card. */ |
| 1255 | port->status |= ISI_TXOK; |
| 1256 | } |
| 1257 | |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1258 | static void isicom_hangup(struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1259 | { |
Jiri Slaby | 8070e35 | 2006-01-09 20:54:22 -0800 | [diff] [blame] | 1260 | struct isi_port *port = tty->driver_data; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1261 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1262 | if (isicom_paranoia_check(port, tty->name, "isicom_hangup")) |
| 1263 | return; |
Alan Cox | 3e61696 | 2009-01-02 13:45:26 +0000 | [diff] [blame] | 1264 | tty_port_hangup(&port->port); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1265 | } |
| 1266 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1267 | |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1268 | /* |
| 1269 | * Driver init and deinit functions |
| 1270 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1271 | |
Jeff Dike | b68e31d | 2006-10-02 02:17:18 -0700 | [diff] [blame] | 1272 | static const struct tty_operations isicom_ops = { |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1273 | .open = isicom_open, |
| 1274 | .close = isicom_close, |
| 1275 | .write = isicom_write, |
| 1276 | .put_char = isicom_put_char, |
| 1277 | .flush_chars = isicom_flush_chars, |
| 1278 | .write_room = isicom_write_room, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1279 | .chars_in_buffer = isicom_chars_in_buffer, |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1280 | .ioctl = isicom_ioctl, |
| 1281 | .set_termios = isicom_set_termios, |
| 1282 | .throttle = isicom_throttle, |
| 1283 | .unthrottle = isicom_unthrottle, |
| 1284 | .stop = isicom_stop, |
| 1285 | .start = isicom_start, |
| 1286 | .hangup = isicom_hangup, |
| 1287 | .flush_buffer = isicom_flush_buffer, |
| 1288 | .tiocmget = isicom_tiocmget, |
| 1289 | .tiocmset = isicom_tiocmset, |
Alan Cox | 6d88972 | 2008-07-22 11:18:21 +0100 | [diff] [blame] | 1290 | .break_ctl = isicom_send_break, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1291 | }; |
| 1292 | |
Alan Cox | 31f3593 | 2009-01-02 13:45:05 +0000 | [diff] [blame] | 1293 | static const struct tty_port_operations isicom_port_ops = { |
| 1294 | .carrier_raised = isicom_carrier_raised, |
Alan Cox | fcc8ac1 | 2009-06-11 12:24:17 +0100 | [diff] [blame] | 1295 | .dtr_rts = isicom_dtr_rts, |
Alan Cox | baaa08a | 2009-11-30 13:17:24 +0000 | [diff] [blame] | 1296 | .activate = isicom_activate, |
| 1297 | .shutdown = isicom_shutdown, |
Alan Cox | 31f3593 | 2009-01-02 13:45:05 +0000 | [diff] [blame] | 1298 | }; |
| 1299 | |
Bill Pemberton | 9671f09 | 2012-11-19 13:21:50 -0500 | [diff] [blame] | 1300 | static int reset_card(struct pci_dev *pdev, |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1301 | const unsigned int card, unsigned int *signature) |
| 1302 | { |
| 1303 | struct isi_board *board = pci_get_drvdata(pdev); |
| 1304 | unsigned long base = board->base; |
Jiri Slaby | f0a0ba6 | 2007-02-10 01:44:52 -0800 | [diff] [blame] | 1305 | unsigned int sig, portcount = 0; |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1306 | int retval = 0; |
| 1307 | |
| 1308 | dev_dbg(&pdev->dev, "ISILoad:Resetting Card%d at 0x%lx\n", card + 1, |
| 1309 | base); |
| 1310 | |
| 1311 | inw(base + 0x8); |
| 1312 | |
Jiri Slaby | f0a0ba6 | 2007-02-10 01:44:52 -0800 | [diff] [blame] | 1313 | msleep(10); |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1314 | |
| 1315 | outw(0, base + 0x8); /* Reset */ |
| 1316 | |
Jiri Slaby | f0a0ba6 | 2007-02-10 01:44:52 -0800 | [diff] [blame] | 1317 | msleep(1000); |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1318 | |
Jiri Slaby | f0a0ba6 | 2007-02-10 01:44:52 -0800 | [diff] [blame] | 1319 | sig = inw(base + 0x4) & 0xff; |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1320 | |
Jiri Slaby | f0a0ba6 | 2007-02-10 01:44:52 -0800 | [diff] [blame] | 1321 | if (sig != 0xa5 && sig != 0xbb && sig != 0xcc && sig != 0xdd && |
| 1322 | sig != 0xee) { |
| 1323 | dev_warn(&pdev->dev, "ISILoad:Card%u reset failure (Possible " |
| 1324 | "bad I/O Port Address 0x%lx).\n", card + 1, base); |
| 1325 | dev_dbg(&pdev->dev, "Sig=0x%x\n", sig); |
Jiri Slaby | 18234f8 | 2006-12-08 02:38:51 -0800 | [diff] [blame] | 1326 | retval = -EIO; |
| 1327 | goto end; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1328 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1329 | |
Jiri Slaby | f0a0ba6 | 2007-02-10 01:44:52 -0800 | [diff] [blame] | 1330 | msleep(10); |
| 1331 | |
| 1332 | portcount = inw(base + 0x2); |
Julia Lawall | 07fb6f2 | 2008-03-04 14:29:17 -0800 | [diff] [blame] | 1333 | if (!(inw(base + 0xe) & 0x1) || (portcount != 0 && portcount != 4 && |
Jiri Slaby | f0a0ba6 | 2007-02-10 01:44:52 -0800 | [diff] [blame] | 1334 | portcount != 8 && portcount != 16)) { |
Joe Perches | 898eb71 | 2007-10-18 03:06:30 -0700 | [diff] [blame] | 1335 | dev_err(&pdev->dev, "ISILoad:PCI Card%d reset failure.\n", |
Jiri Slaby | f0a0ba6 | 2007-02-10 01:44:52 -0800 | [diff] [blame] | 1336 | card + 1); |
| 1337 | retval = -EIO; |
| 1338 | goto end; |
| 1339 | } |
| 1340 | |
| 1341 | switch (sig) { |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1342 | case 0xa5: |
| 1343 | case 0xbb: |
| 1344 | case 0xdd: |
Jiri Slaby | 18234f8 | 2006-12-08 02:38:51 -0800 | [diff] [blame] | 1345 | board->port_count = (portcount == 4) ? 4 : 8; |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1346 | board->shift_count = 12; |
| 1347 | break; |
| 1348 | case 0xcc: |
Jiri Slaby | f0a0ba6 | 2007-02-10 01:44:52 -0800 | [diff] [blame] | 1349 | case 0xee: |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1350 | board->port_count = 16; |
| 1351 | board->shift_count = 11; |
| 1352 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1353 | } |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1354 | dev_info(&pdev->dev, "-Done\n"); |
Jiri Slaby | f0a0ba6 | 2007-02-10 01:44:52 -0800 | [diff] [blame] | 1355 | *signature = sig; |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1356 | |
| 1357 | end: |
| 1358 | return retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1359 | } |
| 1360 | |
Bill Pemberton | 9671f09 | 2012-11-19 13:21:50 -0500 | [diff] [blame] | 1361 | static int load_firmware(struct pci_dev *pdev, |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1362 | const unsigned int index, const unsigned int signature) |
| 1363 | { |
| 1364 | struct isi_board *board = pci_get_drvdata(pdev); |
| 1365 | const struct firmware *fw; |
| 1366 | unsigned long base = board->base; |
| 1367 | unsigned int a; |
| 1368 | u16 word_count, status; |
| 1369 | int retval = -EIO; |
| 1370 | char *name; |
| 1371 | u8 *data; |
| 1372 | |
| 1373 | struct stframe { |
| 1374 | u16 addr; |
| 1375 | u16 count; |
| 1376 | u8 data[0]; |
| 1377 | } *frame; |
| 1378 | |
| 1379 | switch (signature) { |
| 1380 | case 0xa5: |
| 1381 | name = "isi608.bin"; |
| 1382 | break; |
| 1383 | case 0xbb: |
| 1384 | name = "isi608em.bin"; |
| 1385 | break; |
| 1386 | case 0xcc: |
| 1387 | name = "isi616em.bin"; |
| 1388 | break; |
| 1389 | case 0xdd: |
| 1390 | name = "isi4608.bin"; |
| 1391 | break; |
| 1392 | case 0xee: |
| 1393 | name = "isi4616.bin"; |
| 1394 | break; |
| 1395 | default: |
| 1396 | dev_err(&pdev->dev, "Unknown signature.\n"); |
| 1397 | goto end; |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 1398 | } |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1399 | |
| 1400 | retval = request_firmware(&fw, name, &pdev->dev); |
| 1401 | if (retval) |
| 1402 | goto end; |
| 1403 | |
Jiri Slaby | e4e0408 | 2006-09-30 23:27:50 -0700 | [diff] [blame] | 1404 | retval = -EIO; |
| 1405 | |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1406 | for (frame = (struct stframe *)fw->data; |
| 1407 | frame < (struct stframe *)(fw->data + fw->size); |
Jiri Slaby | e4e0408 | 2006-09-30 23:27:50 -0700 | [diff] [blame] | 1408 | frame = (struct stframe *)((u8 *)(frame + 1) + |
| 1409 | frame->count)) { |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1410 | if (WaitTillCardIsFree(base)) |
| 1411 | goto errrelfw; |
| 1412 | |
| 1413 | outw(0xf0, base); /* start upload sequence */ |
| 1414 | outw(0x00, base); |
| 1415 | outw(frame->addr, base); /* lsb of address */ |
| 1416 | |
| 1417 | word_count = frame->count / 2 + frame->count % 2; |
| 1418 | outw(word_count, base); |
| 1419 | InterruptTheCard(base); |
| 1420 | |
| 1421 | udelay(100); /* 0x2f */ |
| 1422 | |
| 1423 | if (WaitTillCardIsFree(base)) |
| 1424 | goto errrelfw; |
| 1425 | |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 1426 | status = inw(base + 0x4); |
| 1427 | if (status != 0) { |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1428 | dev_warn(&pdev->dev, "Card%d rejected load header:\n" |
Joe Perches | ad361c9 | 2009-07-06 13:05:40 -0700 | [diff] [blame] | 1429 | "Address:0x%x\n" |
| 1430 | "Count:0x%x\n" |
| 1431 | "Status:0x%x\n", |
| 1432 | index + 1, frame->addr, frame->count, status); |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1433 | goto errrelfw; |
| 1434 | } |
| 1435 | outsw(base, frame->data, word_count); |
| 1436 | |
| 1437 | InterruptTheCard(base); |
| 1438 | |
| 1439 | udelay(50); /* 0x0f */ |
| 1440 | |
| 1441 | if (WaitTillCardIsFree(base)) |
| 1442 | goto errrelfw; |
| 1443 | |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 1444 | status = inw(base + 0x4); |
| 1445 | if (status != 0) { |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1446 | dev_err(&pdev->dev, "Card%d got out of sync.Card " |
| 1447 | "Status:0x%x\n", index + 1, status); |
| 1448 | goto errrelfw; |
| 1449 | } |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 1450 | } |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1451 | |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1452 | /* XXX: should we test it by reading it back and comparing with original like |
| 1453 | * in load firmware package? */ |
Jiri Slaby | e4e0408 | 2006-09-30 23:27:50 -0700 | [diff] [blame] | 1454 | for (frame = (struct stframe *)fw->data; |
| 1455 | frame < (struct stframe *)(fw->data + fw->size); |
| 1456 | frame = (struct stframe *)((u8 *)(frame + 1) + |
| 1457 | frame->count)) { |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1458 | if (WaitTillCardIsFree(base)) |
| 1459 | goto errrelfw; |
| 1460 | |
| 1461 | outw(0xf1, base); /* start download sequence */ |
| 1462 | outw(0x00, base); |
| 1463 | outw(frame->addr, base); /* lsb of address */ |
| 1464 | |
| 1465 | word_count = (frame->count >> 1) + frame->count % 2; |
| 1466 | outw(word_count + 1, base); |
| 1467 | InterruptTheCard(base); |
| 1468 | |
| 1469 | udelay(50); /* 0xf */ |
| 1470 | |
| 1471 | if (WaitTillCardIsFree(base)) |
| 1472 | goto errrelfw; |
| 1473 | |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 1474 | status = inw(base + 0x4); |
| 1475 | if (status != 0) { |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1476 | dev_warn(&pdev->dev, "Card%d rejected verify header:\n" |
Joe Perches | ad361c9 | 2009-07-06 13:05:40 -0700 | [diff] [blame] | 1477 | "Address:0x%x\n" |
| 1478 | "Count:0x%x\n" |
| 1479 | "Status: 0x%x\n", |
| 1480 | index + 1, frame->addr, frame->count, status); |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1481 | goto errrelfw; |
| 1482 | } |
| 1483 | |
| 1484 | data = kmalloc(word_count * 2, GFP_KERNEL); |
Jiri Slaby | f067137 | 2006-12-08 02:38:54 -0800 | [diff] [blame] | 1485 | if (data == NULL) { |
| 1486 | dev_err(&pdev->dev, "Card%d, firmware upload " |
| 1487 | "failed, not enough memory\n", index + 1); |
| 1488 | goto errrelfw; |
| 1489 | } |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1490 | inw(base); |
| 1491 | insw(base, data, word_count); |
| 1492 | InterruptTheCard(base); |
| 1493 | |
| 1494 | for (a = 0; a < frame->count; a++) |
| 1495 | if (data[a] != frame->data[a]) { |
| 1496 | kfree(data); |
| 1497 | dev_err(&pdev->dev, "Card%d, firmware upload " |
| 1498 | "failed\n", index + 1); |
| 1499 | goto errrelfw; |
| 1500 | } |
| 1501 | kfree(data); |
| 1502 | |
| 1503 | udelay(50); /* 0xf */ |
| 1504 | |
| 1505 | if (WaitTillCardIsFree(base)) |
| 1506 | goto errrelfw; |
| 1507 | |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 1508 | status = inw(base + 0x4); |
| 1509 | if (status != 0) { |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1510 | dev_err(&pdev->dev, "Card%d verify got out of sync. " |
| 1511 | "Card Status:0x%x\n", index + 1, status); |
| 1512 | goto errrelfw; |
| 1513 | } |
| 1514 | } |
| 1515 | |
Jiri Slaby | e4e0408 | 2006-09-30 23:27:50 -0700 | [diff] [blame] | 1516 | /* xfer ctrl */ |
| 1517 | if (WaitTillCardIsFree(base)) |
| 1518 | goto errrelfw; |
| 1519 | |
| 1520 | outw(0xf2, base); |
| 1521 | outw(0x800, base); |
| 1522 | outw(0x0, base); |
| 1523 | outw(0x0, base); |
| 1524 | InterruptTheCard(base); |
| 1525 | outw(0x0, base + 0x4); /* for ISI4608 cards */ |
| 1526 | |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1527 | board->status |= FIRMWARE_LOADED; |
| 1528 | retval = 0; |
| 1529 | |
| 1530 | errrelfw: |
| 1531 | release_firmware(fw); |
| 1532 | end: |
| 1533 | return retval; |
| 1534 | } |
| 1535 | |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1536 | /* |
| 1537 | * Insmod can set static symbols so keep these static |
| 1538 | */ |
Jiri Slaby | 1ed0c0b | 2007-02-10 01:44:55 -0800 | [diff] [blame] | 1539 | static unsigned int card_count; |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1540 | |
Bill Pemberton | 9671f09 | 2012-11-19 13:21:50 -0500 | [diff] [blame] | 1541 | static int isicom_probe(struct pci_dev *pdev, |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1542 | const struct pci_device_id *ent) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1543 | { |
Jiri Slaby | 9653a69 | 2009-06-17 16:27:48 -0700 | [diff] [blame] | 1544 | unsigned int uninitialized_var(signature), index; |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1545 | int retval = -EPERM; |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1546 | struct isi_board *board = NULL; |
| 1547 | |
Jiri Slaby | 1ed0c0b | 2007-02-10 01:44:55 -0800 | [diff] [blame] | 1548 | if (card_count >= BOARD_COUNT) |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1549 | goto err; |
| 1550 | |
Jiri Slaby | e1e5770 | 2008-07-16 21:52:56 +0100 | [diff] [blame] | 1551 | retval = pci_enable_device(pdev); |
| 1552 | if (retval) { |
| 1553 | dev_err(&pdev->dev, "failed to enable\n"); |
| 1554 | goto err; |
| 1555 | } |
| 1556 | |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1557 | dev_info(&pdev->dev, "ISI PCI Card(Device ID 0x%x)\n", ent->device); |
| 1558 | |
| 1559 | /* allot the first empty slot in the array */ |
Dan Carpenter | 26e1e8d | 2010-05-07 10:30:41 +0200 | [diff] [blame] | 1560 | for (index = 0; index < BOARD_COUNT; index++) { |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1561 | if (isi_card[index].base == 0) { |
| 1562 | board = &isi_card[index]; |
| 1563 | break; |
| 1564 | } |
Dan Carpenter | 26e1e8d | 2010-05-07 10:30:41 +0200 | [diff] [blame] | 1565 | } |
| 1566 | if (index == BOARD_COUNT) { |
| 1567 | retval = -ENODEV; |
| 1568 | goto err_disable; |
| 1569 | } |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1570 | |
Jiri Slaby | 938a702 | 2006-12-08 02:38:52 -0800 | [diff] [blame] | 1571 | board->index = index; |
Jiri Slaby | 4969b3a | 2007-07-17 04:05:18 -0700 | [diff] [blame] | 1572 | board->base = pci_resource_start(pdev, 3); |
| 1573 | board->irq = pdev->irq; |
Jiri Slaby | 1ed0c0b | 2007-02-10 01:44:55 -0800 | [diff] [blame] | 1574 | card_count++; |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1575 | |
| 1576 | pci_set_drvdata(pdev, board); |
| 1577 | |
Jiri Slaby | 78028da | 2006-12-08 02:38:53 -0800 | [diff] [blame] | 1578 | retval = pci_request_region(pdev, 3, ISICOM_NAME); |
| 1579 | if (retval) { |
Jiri Slaby | 09a4a11 | 2006-12-08 02:38:49 -0800 | [diff] [blame] | 1580 | dev_err(&pdev->dev, "I/O Region 0x%lx-0x%lx is busy. Card%d " |
| 1581 | "will be disabled.\n", board->base, board->base + 15, |
| 1582 | index + 1); |
| 1583 | retval = -EBUSY; |
Jiri Slaby | 1ed0c0b | 2007-02-10 01:44:55 -0800 | [diff] [blame] | 1584 | goto errdec; |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 1585 | } |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1586 | |
Jiri Slaby | 09a4a11 | 2006-12-08 02:38:49 -0800 | [diff] [blame] | 1587 | retval = request_irq(board->irq, isicom_interrupt, |
Yong Zhang | 9cfb5c0 | 2011-09-22 16:59:15 +0800 | [diff] [blame] | 1588 | IRQF_SHARED, ISICOM_NAME, board); |
Jiri Slaby | 09a4a11 | 2006-12-08 02:38:49 -0800 | [diff] [blame] | 1589 | if (retval < 0) { |
| 1590 | dev_err(&pdev->dev, "Could not install handler at Irq %d. " |
| 1591 | "Card%d will be disabled.\n", board->irq, index + 1); |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1592 | goto errunrr; |
Jiri Slaby | 09a4a11 | 2006-12-08 02:38:49 -0800 | [diff] [blame] | 1593 | } |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1594 | |
| 1595 | retval = reset_card(pdev, index, &signature); |
| 1596 | if (retval < 0) |
| 1597 | goto errunri; |
| 1598 | |
Jiri Slaby | e65c1db | 2006-01-09 20:54:25 -0800 | [diff] [blame] | 1599 | retval = load_firmware(pdev, index, signature); |
| 1600 | if (retval < 0) |
| 1601 | goto errunri; |
| 1602 | |
Jiri Slaby | d0f5914 | 2012-11-15 09:49:55 +0100 | [diff] [blame] | 1603 | for (index = 0; index < board->port_count; index++) { |
| 1604 | struct tty_port *tport = &board->ports[index].port; |
| 1605 | tty_port_init(tport); |
| 1606 | tport->ops = &isicom_port_ops; |
| 1607 | tport->close_delay = 50 * HZ/100; |
| 1608 | tport->closing_wait = 3000 * HZ/100; |
| 1609 | tty_port_register_device(tport, isicom_normal, |
| 1610 | board->index * 16 + index, &pdev->dev); |
| 1611 | } |
Jiri Slaby | 938a702 | 2006-12-08 02:38:52 -0800 | [diff] [blame] | 1612 | |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1613 | return 0; |
| 1614 | |
| 1615 | errunri: |
| 1616 | free_irq(board->irq, board); |
| 1617 | errunrr: |
Jiri Slaby | 78028da | 2006-12-08 02:38:53 -0800 | [diff] [blame] | 1618 | pci_release_region(pdev, 3); |
Jiri Slaby | 1ed0c0b | 2007-02-10 01:44:55 -0800 | [diff] [blame] | 1619 | errdec: |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1620 | board->base = 0; |
Jiri Slaby | 1ed0c0b | 2007-02-10 01:44:55 -0800 | [diff] [blame] | 1621 | card_count--; |
Dan Carpenter | 26e1e8d | 2010-05-07 10:30:41 +0200 | [diff] [blame] | 1622 | err_disable: |
Jiri Slaby | e1e5770 | 2008-07-16 21:52:56 +0100 | [diff] [blame] | 1623 | pci_disable_device(pdev); |
Jiri Slaby | 1ed0c0b | 2007-02-10 01:44:55 -0800 | [diff] [blame] | 1624 | err: |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1625 | return retval; |
| 1626 | } |
| 1627 | |
Bill Pemberton | ae8d8a1 | 2012-11-19 13:26:18 -0500 | [diff] [blame] | 1628 | static void isicom_remove(struct pci_dev *pdev) |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1629 | { |
| 1630 | struct isi_board *board = pci_get_drvdata(pdev); |
Jiri Slaby | 938a702 | 2006-12-08 02:38:52 -0800 | [diff] [blame] | 1631 | unsigned int i; |
| 1632 | |
Jiri Slaby | d0f5914 | 2012-11-15 09:49:55 +0100 | [diff] [blame] | 1633 | for (i = 0; i < board->port_count; i++) { |
Jiri Slaby | 938a702 | 2006-12-08 02:38:52 -0800 | [diff] [blame] | 1634 | tty_unregister_device(isicom_normal, board->index * 16 + i); |
Jiri Slaby | d0f5914 | 2012-11-15 09:49:55 +0100 | [diff] [blame] | 1635 | tty_port_destroy(&board->ports[i].port); |
| 1636 | } |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1637 | |
| 1638 | free_irq(board->irq, board); |
Jiri Slaby | 78028da | 2006-12-08 02:38:53 -0800 | [diff] [blame] | 1639 | pci_release_region(pdev, 3); |
Jiri Slaby | 1ed0c0b | 2007-02-10 01:44:55 -0800 | [diff] [blame] | 1640 | board->base = 0; |
| 1641 | card_count--; |
Jiri Slaby | e1e5770 | 2008-07-16 21:52:56 +0100 | [diff] [blame] | 1642 | pci_disable_device(pdev); |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1643 | } |
| 1644 | |
Jiri Slaby | ca26200 | 2006-12-08 02:38:50 -0800 | [diff] [blame] | 1645 | static int __init isicom_init(void) |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1646 | { |
| 1647 | int retval, idx, channel; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1648 | struct isi_port *port; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1649 | |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 1650 | for (idx = 0; idx < BOARD_COUNT; idx++) { |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1651 | port = &isi_ports[idx * 16]; |
| 1652 | isi_card[idx].ports = port; |
| 1653 | spin_lock_init(&isi_card[idx].card_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1654 | for (channel = 0; channel < 16; channel++, port++) { |
| 1655 | port->magic = ISICOM_MAGIC; |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1656 | port->card = &isi_card[idx]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1657 | port->channel = channel; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1658 | port->status = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1659 | /* . . . */ |
Alan Cox | 251b8dd | 2008-04-30 00:54:12 -0700 | [diff] [blame] | 1660 | } |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1661 | isi_card[idx].base = 0; |
| 1662 | isi_card[idx].irq = 0; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1663 | } |
| 1664 | |
Jiri Slaby | 09a4a11 | 2006-12-08 02:38:49 -0800 | [diff] [blame] | 1665 | /* tty driver structure initialization */ |
| 1666 | isicom_normal = alloc_tty_driver(PORT_COUNT); |
| 1667 | if (!isicom_normal) { |
| 1668 | retval = -ENOMEM; |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1669 | goto error; |
Jiri Slaby | 09a4a11 | 2006-12-08 02:38:49 -0800 | [diff] [blame] | 1670 | } |
| 1671 | |
Jiri Slaby | 09a4a11 | 2006-12-08 02:38:49 -0800 | [diff] [blame] | 1672 | isicom_normal->name = "ttyM"; |
| 1673 | isicom_normal->major = ISICOM_NMAJOR; |
| 1674 | isicom_normal->minor_start = 0; |
| 1675 | isicom_normal->type = TTY_DRIVER_TYPE_SERIAL; |
| 1676 | isicom_normal->subtype = SERIAL_TYPE_NORMAL; |
| 1677 | isicom_normal->init_termios = tty_std_termios; |
| 1678 | isicom_normal->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | |
| 1679 | CLOCAL; |
Jiri Slaby | 938a702 | 2006-12-08 02:38:52 -0800 | [diff] [blame] | 1680 | isicom_normal->flags = TTY_DRIVER_REAL_RAW | |
Alan Cox | 6d88972 | 2008-07-22 11:18:21 +0100 | [diff] [blame] | 1681 | TTY_DRIVER_DYNAMIC_DEV | TTY_DRIVER_HARDWARE_BREAK; |
Jiri Slaby | 09a4a11 | 2006-12-08 02:38:49 -0800 | [diff] [blame] | 1682 | tty_set_operations(isicom_normal, &isicom_ops); |
| 1683 | |
| 1684 | retval = tty_register_driver(isicom_normal); |
| 1685 | if (retval) { |
Joe Perches | db91340b | 2009-12-09 12:34:16 -0800 | [diff] [blame] | 1686 | pr_debug("Couldn't register the dialin driver\n"); |
Jiri Slaby | 09a4a11 | 2006-12-08 02:38:49 -0800 | [diff] [blame] | 1687 | goto err_puttty; |
| 1688 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1689 | |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1690 | retval = pci_register_driver(&isicom_driver); |
| 1691 | if (retval < 0) { |
Joe Perches | db91340b | 2009-12-09 12:34:16 -0800 | [diff] [blame] | 1692 | pr_err("Unable to register pci driver.\n"); |
Jiri Slaby | 09a4a11 | 2006-12-08 02:38:49 -0800 | [diff] [blame] | 1693 | goto err_unrtty; |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1694 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1695 | |
Jiri Slaby | 34b55b8 | 2006-12-08 02:38:55 -0800 | [diff] [blame] | 1696 | mod_timer(&tx, jiffies + 1); |
Jiri Slaby | d8d16e4 | 2006-01-09 20:54:21 -0800 | [diff] [blame] | 1697 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1698 | return 0; |
Jiri Slaby | 09a4a11 | 2006-12-08 02:38:49 -0800 | [diff] [blame] | 1699 | err_unrtty: |
| 1700 | tty_unregister_driver(isicom_normal); |
| 1701 | err_puttty: |
| 1702 | put_tty_driver(isicom_normal); |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1703 | error: |
| 1704 | return retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1705 | } |
| 1706 | |
| 1707 | static void __exit isicom_exit(void) |
| 1708 | { |
Jiri Slaby | e327325 | 2007-07-17 04:05:18 -0700 | [diff] [blame] | 1709 | del_timer_sync(&tx); |
Jiri Slaby | aaa246e | 2006-01-09 20:54:23 -0800 | [diff] [blame] | 1710 | |
Jiri Slaby | 9ac0948 | 2006-01-09 20:54:24 -0800 | [diff] [blame] | 1711 | pci_unregister_driver(&isicom_driver); |
Jiri Slaby | 09a4a11 | 2006-12-08 02:38:49 -0800 | [diff] [blame] | 1712 | tty_unregister_driver(isicom_normal); |
| 1713 | put_tty_driver(isicom_normal); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1714 | } |
| 1715 | |
Jiri Slaby | ca26200 | 2006-12-08 02:38:50 -0800 | [diff] [blame] | 1716 | module_init(isicom_init); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1717 | module_exit(isicom_exit); |
Jiri Slaby | aaa246e | 2006-01-09 20:54:23 -0800 | [diff] [blame] | 1718 | |
| 1719 | MODULE_AUTHOR("MultiTech"); |
| 1720 | MODULE_DESCRIPTION("Driver for the ISI series of cards by MultiTech"); |
| 1721 | MODULE_LICENSE("GPL"); |
Ben Hutchings | e6c4ef9 | 2010-01-13 23:34:18 +0000 | [diff] [blame] | 1722 | MODULE_FIRMWARE("isi608.bin"); |
| 1723 | MODULE_FIRMWARE("isi608em.bin"); |
| 1724 | MODULE_FIRMWARE("isi616em.bin"); |
| 1725 | MODULE_FIRMWARE("isi4608.bin"); |
| 1726 | MODULE_FIRMWARE("isi4616.bin"); |