25 #include <linux/kernel.h>
26 #include <linux/errno.h>
28 #include <linux/slab.h>
29 #include <linux/tty.h>
32 #include <linux/module.h>
33 #include <linux/serial.h>
41 #define DRIVER_VERSION "1.3.2"
42 #define DRIVER_DESC "Moschip 7840/7820 USB Serial Driver"
48 #define LCR_BITS_5 0x00
49 #define LCR_BITS_6 0x01
50 #define LCR_BITS_7 0x02
51 #define LCR_BITS_8 0x03
52 #define LCR_BITS_MASK 0x03
54 #define LCR_STOP_1 0x00
55 #define LCR_STOP_1_5 0x04
56 #define LCR_STOP_2 0x04
57 #define LCR_STOP_MASK 0x04
59 #define LCR_PAR_NONE 0x00
60 #define LCR_PAR_ODD 0x08
61 #define LCR_PAR_EVEN 0x18
62 #define LCR_PAR_MARK 0x28
63 #define LCR_PAR_SPACE 0x38
64 #define LCR_PAR_MASK 0x38
66 #define LCR_SET_BREAK 0x40
67 #define LCR_DL_ENABLE 0x80
72 #define MCR_MASTER_IE 0x08
73 #define MCR_LOOPBACK 0x10
74 #define MCR_XON_ANY 0x20
76 #define MOS7840_MSR_CTS 0x10
77 #define MOS7840_MSR_DSR 0x20
78 #define MOS7840_MSR_RI 0x40
79 #define MOS7840_MSR_CD 0x80
85 #define MOS_WDR_TIMEOUT 5000
87 #define MOS_PORT1 0x0200
88 #define MOS_PORT2 0x0300
89 #define MOS_VENREG 0x0000
90 #define MOS_MAX_PORT 0x02
91 #define MOS_WRITE 0x0E
95 #define MCS_RD_RTYPE 0xC0
96 #define MCS_WR_RTYPE 0x40
97 #define MCS_RDREQ 0x0D
98 #define MCS_WRREQ 0x0E
99 #define MCS_CTRL_TIMEOUT 500
100 #define VENDOR_READ_LENGTH (0x01)
102 #define MAX_NAME_LEN 64
104 #define ZLP_REG1 0x3A
105 #define ZLP_REG5 0x3E
108 #define TIOCEXBAUD 0x5462
113 #define USB_VENDOR_ID_MOSCHIP 0x9710
114 #define MOSCHIP_DEVICE_ID_7840 0x7840
115 #define MOSCHIP_DEVICE_ID_7820 0x7820
116 #define MOSCHIP_DEVICE_ID_7810 0x7810
121 #define USB_VENDOR_ID_BANDB 0x0856
122 #define BANDB_DEVICE_ID_USO9ML2_2 0xAC22
123 #define BANDB_DEVICE_ID_USO9ML2_2P 0xBC00
124 #define BANDB_DEVICE_ID_USO9ML2_4 0xAC24
125 #define BANDB_DEVICE_ID_USO9ML2_4P 0xBC01
126 #define BANDB_DEVICE_ID_US9ML2_2 0xAC29
127 #define BANDB_DEVICE_ID_US9ML2_4 0xAC30
128 #define BANDB_DEVICE_ID_USPTL4_2 0xAC31
129 #define BANDB_DEVICE_ID_USPTL4_4 0xAC32
130 #define BANDB_DEVICE_ID_USOPTL4_2 0xAC42
131 #define BANDB_DEVICE_ID_USOPTL4_2P 0xBC02
132 #define BANDB_DEVICE_ID_USOPTL4_4 0xAC44
133 #define BANDB_DEVICE_ID_USOPTL4_4P 0xBC03
134 #define BANDB_DEVICE_ID_USOPTL2_4 0xAC24
140 #define USB_VENDOR_ID_ATENINTL 0x0557
141 #define ATENINTL_DEVICE_ID_UC2324 0x2011
142 #define ATENINTL_DEVICE_ID_UC2322 0x7820
146 #define SERIAL_IIR_RLS 0x06
147 #define SERIAL_IIR_MS 0x00
152 #define SERIAL_LSR_DR 0x0001
153 #define SERIAL_LSR_OE 0x0002
154 #define SERIAL_LSR_PE 0x0004
155 #define SERIAL_LSR_FE 0x0008
156 #define SERIAL_LSR_BI 0x0010
158 #define MOS_MSR_DELTA_CTS 0x10
159 #define MOS_MSR_DELTA_DSR 0x20
160 #define MOS_MSR_DELTA_RI 0x40
161 #define MOS_MSR_DELTA_CD 0x80
164 #define INTERRUPT_ENABLE_REGISTER ((__u16)(0x01))
165 #define FIFO_CONTROL_REGISTER ((__u16)(0x02))
166 #define LINE_CONTROL_REGISTER ((__u16)(0x03))
167 #define MODEM_CONTROL_REGISTER ((__u16)(0x04))
168 #define LINE_STATUS_REGISTER ((__u16)(0x05))
169 #define MODEM_STATUS_REGISTER ((__u16)(0x06))
170 #define SCRATCH_PAD_REGISTER ((__u16)(0x07))
171 #define DIVISOR_LATCH_LSB ((__u16)(0x00))
172 #define DIVISOR_LATCH_MSB ((__u16)(0x01))
174 #define CLK_MULTI_REGISTER ((__u16)(0x02))
175 #define CLK_START_VALUE_REGISTER ((__u16)(0x03))
176 #define GPIO_REGISTER ((__u16)(0x07))
178 #define SERIAL_LCR_DLAB ((__u16)(0x0080))
184 #define URB_TRANSFER_BUFFER_SIZE 32
187 #define LED_ON_MS 500
188 #define LED_OFF_MS 500
262 struct usb_device *
dev = port->
serial->dev;
264 dev_dbg(&port->
dev,
"mos7840_set_reg_sync offset is %x, value %x\n", reg, val);
280 struct usb_device *dev = port->
serial->dev;
292 dev_dbg(&port->
dev,
"%s offset is %x, return val %x\n", __func__, reg, *val);
308 struct usb_device *dev = port->
serial->dev;
312 if (port->
serial->num_ports == 4) {
324 dev_dbg(&port->
dev,
"%s application number is %x\n", __func__, val);
339 struct usb_device *dev = port->
serial->dev;
349 if (port->
serial->num_ports == 4) {
362 dev_dbg(&port->
dev,
"%s application number is %x\n", __func__, Wval);
389 static inline void mos7840_set_port_private(
struct usb_serial_port *port,
392 usb_set_serial_port_data(port, (
void *)data);
395 static inline struct moschip_port *mos7840_get_port_private(
struct
399 return (
struct moschip_port *)usb_get_serial_port_data(port);
407 icount = &mos7840_port->
icount;
411 icount = &mos7840_port->
icount;
448 if (new_lsr & SERIAL_LSR_BI) {
473 static void mos7840_control_callback(
struct urb *
urb)
477 struct device *dev = &urb->dev->dev;
481 mos7840_port = urb->context;
491 dev_dbg(dev,
"%s - urb shutting down with status: %d\n", __func__, status);
494 dev_dbg(dev,
"%s - nonzero urb status received: %d\n", __func__, status);
498 dev_dbg(dev,
"%s urb buffer size is %d\n", __func__, urb->actual_length);
499 dev_dbg(dev,
"%s mos7840_port->MsrLsr is %d port %d\n", __func__,
501 data = urb->transfer_buffer;
502 regval = (
__u8) data[0];
503 dev_dbg(dev,
"%s data is %x\n", __func__, regval);
504 if (mos7840_port->
MsrLsr == 0)
505 mos7840_handle_new_msr(mos7840_port, regval);
506 else if (mos7840_port->
MsrLsr == 1)
507 mos7840_handle_new_lsr(mos7840_port, regval);
513 struct usb_device *dev = mcs->
port->serial->dev;
524 usb_fill_control_urb(mcs->
control_urb, dev, usb_rcvctrlpipe(dev, 0),
525 (
unsigned char *)dr, buffer, 2,
526 mos7840_control_callback, mcs);
532 static void mos7840_set_led_callback(
struct urb *urb)
534 switch (urb->status) {
542 dev_dbg(&urb->dev->dev,
"%s - urb shutting down with status: %d",
543 __func__, urb->status);
546 dev_dbg(&urb->dev->dev,
"%s - nonzero urb status received: %d",
547 __func__, urb->status);
554 struct usb_device *dev = mcs->
port->serial->dev;
563 usb_fill_control_urb(mcs->
control_urb, dev, usb_sndctrlpipe(dev, 0),
564 (
unsigned char *)dr,
NULL, 0, mos7840_set_led_callback,
NULL);
572 struct usb_device *dev = port->
serial->dev;
578 static void mos7840_led_off(
unsigned long arg)
588 static void mos7840_led_flag_off(
unsigned long arg)
601 static void mos7840_interrupt_callback(
struct urb *urb)
612 int status = urb->status;
622 dev_dbg(&urb->dev->dev,
"%s - urb shutting down with status: %d\n",
626 dev_dbg(&urb->dev->dev,
"%s - nonzero urb status received: %d\n",
631 length = urb->actual_length;
632 data = urb->transfer_buffer;
634 serial = urb->context;
643 if (length && length > 5) {
644 dev_dbg(&urb->dev->dev,
"%s",
"Wrong data !!!\n");
648 sp[0] = (
__u8) data[0];
649 sp[1] = (
__u8) data[1];
650 sp[2] = (
__u8) data[2];
651 sp[3] = (
__u8) data[3];
654 for (i = 0; i < serial->
num_ports; i++) {
655 mos7840_port = mos7840_get_port_private(serial->
port[i]);
659 if (mos7840_port->
open) {
661 dev_dbg(&urb->dev->dev,
"SP%d No Interrupt !!!\n", i);
663 switch (sp[i] & 0x0f) {
665 dev_dbg(&urb->dev->dev,
"Serial Port %d: Receiver status error or \n", i);
666 dev_dbg(&urb->dev->dev,
"address bit detected in 9-bit mode\n");
671 dev_dbg(&urb->dev->dev,
"Serial Port %d: Modem status change\n", i);
676 rv = mos7840_get_reg(mos7840_port, wval, wreg, &Data);
687 "%s - Error %d submitting interrupt urb\n",
693 const char *
function)
696 pr_debug(
"%s - port == NULL\n",
function);
700 pr_debug(
"%s - port->serial == NULL\n",
function);
708 static int mos7840_serial_paranoia_check(
struct usb_serial *serial,
709 const char *
function)
712 pr_debug(
"%s - serial == NULL\n",
function);
716 pr_debug(
"%s - serial->type == NULL!\n",
function);
724 const char *
function)
728 mos7840_port_paranoia_check(port,
function) ||
729 mos7840_serial_paranoia_check(port->
serial,
function)) {
744 static void mos7840_bulk_in_callback(
struct urb *urb)
752 int status = urb->status;
754 mos7840_port = urb->context;
759 dev_dbg(&urb->dev->dev,
"nonzero read bulk status received: %d\n", status);
764 port = mos7840_port->
port;
765 if (mos7840_port_paranoia_check(port, __func__)) {
770 serial = mos7840_get_usb_serial(port, __func__);
776 data = urb->transfer_buffer;
777 usb_serial_debug_data(&port->
dev, __func__, urb->actual_length, data);
779 if (urb->actual_length) {
782 tty_insert_flip_string(tty, data, urb->actual_length);
786 mos7840_port->
icount.rx += urb->actual_length;
788 dev_dbg(&port->
dev,
"mos7840_port->icount.rx is %d:\n", mos7840_port->
icount.rx);
792 dev_dbg(&port->
dev,
"%s",
"URB KILLED !!!\n");
800 mos7840_set_led_async(mos7840_port, 0x0301,
810 dev_dbg(&port->
dev,
"usb_submit_urb(read bulk) failed, retval = %d\n", retval);
821 static void mos7840_bulk_out_data_callback(
struct urb *urb)
826 int status = urb->status;
829 mos7840_port = urb->context;
830 port = mos7840_port->
port;
834 mos7840_port->
busy[
i] = 0;
841 dev_dbg(&port->
dev,
"nonzero write bulk status received:%d\n", status);
845 if (mos7840_port_paranoia_check(port, __func__))
849 if (tty && mos7840_port->
open)
858 #ifdef MCSSerialProbe
859 static int mos7840_serial_probe(
struct usb_serial *serial,
889 if (mos7840_port_paranoia_check(port, __func__))
894 if (mos7840_serial_paranoia_check(serial, __func__))
897 mos7840_port = mos7840_get_port_private(port);
898 port0 = mos7840_get_port_private(serial->
port[0]);
900 if (mos7840_port ==
NULL || port0 ==
NULL)
919 if (!urb->transfer_buffer) {
923 "%s-out of memory for urb buffers.\n",
944 status = mos7840_get_reg_sync(port, mos7840_port->
SpRegOffset, &Data);
946 dev_dbg(&port->
dev,
"Reading Spreg failed\n");
950 status = mos7840_set_reg_sync(port, mos7840_port->
SpRegOffset, Data);
952 dev_dbg(&port->
dev,
"writing Spreg failed\n");
957 status = mos7840_set_reg_sync(port, mos7840_port->
SpRegOffset, Data);
959 dev_dbg(&port->
dev,
"writing Spreg failed\n");
968 dev_dbg(&port->
dev,
"Reading Controlreg failed\n");
973 status = mos7840_set_reg_sync(port,
976 dev_dbg(&port->
dev,
"writing Controlreg failed\n");
987 dev_dbg(&port->
dev,
"disabling interrupts failed\n");
994 dev_dbg(&port->
dev,
"Writing FIFO_CONTROL_REGISTER failed\n");
1001 dev_dbg(&port->
dev,
"Writing FIFO_CONTROL_REGISTER failed\n");
1035 status = mos7840_get_reg_sync(port, mos7840_port->
SpRegOffset, &Data);
1038 status = mos7840_set_reg_sync(port, mos7840_port->
SpRegOffset, Data);
1040 Data = Data & ~0x0c;
1041 status = mos7840_set_reg_sync(port, mos7840_port->
SpRegOffset, Data);
1050 Data = Data & ~0x20;
1066 if (serial->
port[0]->interrupt_in_buffer ==
NULL) {
1068 usb_fill_int_urb(serial->
port[0]->interrupt_in_urb,
1070 usb_rcvintpipe(serial->
dev,
1071 serial->
port[0]->interrupt_in_endpointAddress),
1072 serial->
port[0]->interrupt_in_buffer,
1073 serial->
port[0]->interrupt_in_urb->
1074 transfer_buffer_length,
1075 mos7840_interrupt_callback,
1077 serial->
port[0]->interrupt_in_urb->interval);
1086 dev_err(&port->
dev,
"%s - Error %d submitting "
1087 "interrupt urb\n", __func__, response);
1110 usb_fill_bulk_urb(mos7840_port->
read_urb,
1112 usb_rcvbulkpipe(serial->
dev,
1115 mos7840_port->
read_urb->transfer_buffer_length,
1116 mos7840_bulk_in_callback, mos7840_port);
1118 usb_fill_bulk_urb(mos7840_port->
read_urb,
1120 usb_rcvbulkpipe(serial->
dev,
1123 mos7840_port->
read_urb->transfer_buffer_length,
1124 mos7840_bulk_in_callback, mos7840_port);
1131 dev_err(&port->
dev,
"%s - Error %d submitting control urb\n",
1132 __func__, response);
1147 mos7840_port->
open = 1;
1149 mos7840_port->
icount.tx = 0;
1150 mos7840_port->
icount.rx = 0;
1165 static int mos7840_chars_in_buffer(
struct tty_struct *tty)
1170 unsigned long flags;
1173 if (mos7840_port_paranoia_check(port, __func__))
1176 mos7840_port = mos7840_get_port_private(port);
1177 if (mos7840_port ==
NULL)
1182 if (mos7840_port->
busy[i]) {
1184 chars += urb->transfer_buffer_length;
1187 spin_unlock_irqrestore(&mos7840_port->
pool_lock, flags);
1188 dev_dbg(&port->
dev,
"%s - returns %d\n", __func__, chars);
1206 if (mos7840_port_paranoia_check(port, __func__))
1209 serial = mos7840_get_usb_serial(port, __func__);
1213 mos7840_port = mos7840_get_port_private(port);
1214 port0 = mos7840_get_port_private(serial->
port[0]);
1216 if (mos7840_port ==
NULL || port0 ==
NULL)
1237 dev_dbg(&port->
dev,
"%s",
"Shutdown bulk write\n");
1241 dev_dbg(&port->
dev,
"%s",
"Shutdown bulk read\n");
1246 dev_dbg(&port->
dev,
"%s",
"Shutdown control read\n");
1255 if (serial->
port[0]->interrupt_in_urb) {
1256 dev_dbg(&port->
dev,
"Shutdown interrupt_in_urb\n");
1274 mos7840_port->
open = 0;
1288 static void mos7840_block_until_chase_response(
struct tty_struct *tty,
1296 count = mos7840_chars_in_buffer(tty);
1308 dev_dbg(&mos7840_port->
port->dev,
"%s - TIMEOUT\n", __func__);
1322 static void mos7840_break(
struct tty_struct *tty,
int break_state)
1329 if (mos7840_port_paranoia_check(port, __func__))
1332 serial = mos7840_get_usb_serial(port, __func__);
1336 mos7840_port = mos7840_get_port_private(port);
1338 if (mos7840_port ==
NULL)
1343 mos7840_block_until_chase_response(tty, mos7840_port);
1345 if (break_state == -1)
1352 dev_dbg(&port->
dev,
"%s mos7840_port->shadowLCR is %x\n", __func__, mos7840_port->
shadowLCR);
1365 static int mos7840_write_room(
struct tty_struct *tty)
1370 unsigned long flags;
1373 if (mos7840_port_paranoia_check(port, __func__))
1376 mos7840_port = mos7840_get_port_private(port);
1377 if (mos7840_port ==
NULL)
1382 if (!mos7840_port->
busy[i])
1385 spin_unlock_irqrestore(&mos7840_port->
pool_lock, flags);
1388 dev_dbg(&mos7840_port->
port->dev,
"%s - returns %d\n", __func__, room);
1402 const unsigned char *data,
int count)
1408 unsigned long flags;
1414 const unsigned char *current_position =
data;
1415 unsigned char *
data1;
1421 dev_dbg(&port->
dev,
"%s: LINE_CONTROL_REGISTER is %x\n", __func__, Data);
1422 dev_dbg(&port->
dev,
"%s: mos7840_port->shadowLCR is %x\n", __func__, mos7840_port->
shadowLCR);
1435 dev_dbg(&port->
dev,
"%s: DLL value is %x\n", __func__, Data);
1439 dev_dbg(&port->
dev,
"%s: DLM value is %x\n", __func__, Data);
1442 dev_dbg(&port->
dev,
"%s: mos7840_port->shadowLCR is %x\n", __func__, mos7840_port->
shadowLCR);
1446 if (mos7840_port_paranoia_check(port, __func__))
1450 if (mos7840_serial_paranoia_check(serial, __func__))
1453 mos7840_port = mos7840_get_port_private(port);
1454 if (mos7840_port ==
NULL)
1462 if (!mos7840_port->
busy[i]) {
1463 mos7840_port->
busy[
i] = 1;
1469 spin_unlock_irqrestore(&mos7840_port->
pool_lock, flags);
1472 dev_dbg(&port->
dev,
"%s - no more free urbs\n", __func__);
1476 if (urb->transfer_buffer ==
NULL) {
1477 urb->transfer_buffer =
1480 if (urb->transfer_buffer ==
NULL) {
1488 memcpy(urb->transfer_buffer, current_position, transfer_size);
1494 usb_fill_bulk_urb(urb,
1496 usb_sndbulkpipe(serial->
dev,
1498 urb->transfer_buffer,
1500 mos7840_bulk_out_data_callback, mos7840_port);
1502 usb_fill_bulk_urb(urb,
1504 usb_sndbulkpipe(serial->
dev,
1506 urb->transfer_buffer,
1508 mos7840_bulk_out_data_callback, mos7840_port);
1511 data1 = urb->transfer_buffer;
1526 mos7840_port->
busy[
i] = 0;
1528 "with status = %d\n", __func__, status);
1535 dev_dbg(&port->
dev,
"mos7840_port->icount.tx is %d:\n", mos7840_port->
icount.tx);
1547 static void mos7840_throttle(
struct tty_struct *tty)
1553 if (mos7840_port_paranoia_check(port, __func__))
1556 mos7840_port = mos7840_get_port_private(port);
1558 if (mos7840_port ==
NULL)
1561 if (!mos7840_port->
open) {
1562 dev_dbg(&port->
dev,
"%s",
"port not opened\n");
1568 unsigned char stop_char =
STOP_CHAR(tty);
1569 status = mos7840_write(tty, port, &stop_char, 1);
1574 if (tty->termios.c_cflag &
CRTSCTS) {
1589 static void mos7840_unthrottle(
struct tty_struct *tty)
1593 struct moschip_port *mos7840_port = mos7840_get_port_private(port);
1595 if (mos7840_port_paranoia_check(port, __func__))
1598 if (mos7840_port ==
NULL)
1601 if (!mos7840_port->
open) {
1602 dev_dbg(&port->
dev,
"%s - port not opened\n", __func__);
1609 status = mos7840_write(tty, port, &start_char, 1);
1615 if (tty->termios.c_cflag &
CRTSCTS) {
1624 static int mos7840_tiocmget(
struct tty_struct *tty)
1632 mos7840_port = mos7840_get_port_private(port);
1634 if (mos7840_port ==
NULL)
1647 dev_dbg(&port->
dev,
"%s - 0x%04X\n", __func__, result);
1652 static int mos7840_tiocmset(
struct tty_struct *tty,
1653 unsigned int set,
unsigned int clear)
1660 mos7840_port = mos7840_get_port_private(port);
1662 if (mos7840_port ==
NULL)
1674 if (
set & TIOCM_RTS)
1676 if (
set & TIOCM_DTR)
1678 if (
set & TIOCM_LOOP)
1685 dev_dbg(&port->
dev,
"setting MODEM_CONTROL_REGISTER Failed\n");
1697 static int mos7840_calc_baud_rate_divisor(
struct usb_serial_port *port,
1701 dev_dbg(&port->
dev,
"%s - %d\n", __func__, baudRate);
1703 if (baudRate <= 115200) {
1704 *divisor = 115200 / baudRate;
1707 if ((baudRate > 115200) && (baudRate <= 230400)) {
1708 *divisor = 230400 / baudRate;
1709 *clk_sel_val = 0x10;
1710 }
else if ((baudRate > 230400) && (baudRate <= 403200)) {
1711 *divisor = 403200 / baudRate;
1712 *clk_sel_val = 0x20;
1713 }
else if ((baudRate > 403200) && (baudRate <= 460800)) {
1714 *divisor = 460800 / baudRate;
1715 *clk_sel_val = 0x30;
1716 }
else if ((baudRate > 460800) && (baudRate <= 806400)) {
1717 *divisor = 806400 / baudRate;
1718 *clk_sel_val = 0x40;
1719 }
else if ((baudRate > 806400) && (baudRate <= 921600)) {
1720 *divisor = 921600 / baudRate;
1721 *clk_sel_val = 0x50;
1722 }
else if ((baudRate > 921600) && (baudRate <= 1572864)) {
1723 *divisor = 1572864 / baudRate;
1724 *clk_sel_val = 0x60;
1725 }
else if ((baudRate > 1572864) && (baudRate <= 3145728)) {
1726 *divisor = 3145728 / baudRate;
1727 *clk_sel_val = 0x70;
1733 for (i = 0; i <
ARRAY_SIZE(mos7840_divisor_table); i++) {
1734 if (mos7840_divisor_table[i].BaudRate ==
baudrate) {
1735 *divisor = mos7840_divisor_table[
i].Divisor;
1758 dev_dbg(&port->
dev,
"%s",
" Baud calculation Failed...\n");
1769 static int mos7840_send_cmd_write_baud_rate(
struct moschip_port *mos7840_port,
1779 if (mos7840_port ==
NULL)
1782 port = mos7840_port->
port;
1783 if (mos7840_port_paranoia_check(port, __func__))
1786 if (mos7840_serial_paranoia_check(port->
serial, __func__))
1789 number = mos7840_port->
port->number - mos7840_port->
port->serial->minor;
1791 dev_dbg(&port->
dev,
"%s - port = %d, baud = %d\n", __func__,
1792 mos7840_port->
port->number, baudRate);
1794 if (baudRate > 115200) {
1795 #ifdef HW_flow_control
1803 dev_dbg(&port->
dev,
"Writing spreg failed in set_serial_baud\n");
1809 #ifdef HW_flow_control
1816 dev_dbg(&port->
dev,
"Writing spreg failed in set_serial_baud\n");
1826 status = mos7840_calc_baud_rate_divisor(port, baudRate, &divisor,
1828 status = mos7840_get_reg_sync(port, mos7840_port->
SpRegOffset,
1831 dev_dbg(&port->
dev,
"reading spreg failed in set_serial_baud\n");
1834 Data = (Data & 0x8f) | clk_sel_val;
1835 status = mos7840_set_reg_sync(port, mos7840_port->
SpRegOffset,
1838 dev_dbg(&port->
dev,
"Writing spreg failed in set_serial_baud\n");
1844 dev_err(&port->
dev,
"%s - bad baud rate\n", __func__);
1853 Data = (
unsigned char)(divisor & 0xff);
1854 dev_dbg(&port->
dev,
"set_serial_baud Value to write DLL is %x\n", Data);
1857 Data = (
unsigned char)((divisor & 0xff00) >> 8);
1858 dev_dbg(&port->
dev,
"set_serial_baud Value to write DLM is %x\n", Data);
1876 static void mos7840_change_port_settings(
struct tty_struct *tty,
1890 if (mos7840_port ==
NULL)
1893 port = mos7840_port->
port;
1895 if (mos7840_port_paranoia_check(port, __func__))
1898 if (mos7840_serial_paranoia_check(port->
serial, __func__))
1903 if (!mos7840_port->
open) {
1904 dev_dbg(&port->
dev,
"%s - port not opened\n", __func__);
1912 cflag = tty->termios.c_cflag;
1913 iflag = tty->termios.c_iflag;
1916 if (cflag &
CSIZE) {
1917 switch (cflag & CSIZE) {
1939 dev_dbg(&port->
dev,
"%s - parity = odd\n", __func__);
1942 dev_dbg(&port->
dev,
"%s - parity = even\n", __func__);
1946 dev_dbg(&port->
dev,
"%s - parity = none\n", __func__);
1950 lParity = lParity | 0x20;
1955 dev_dbg(&port->
dev,
"%s - stop bits = 2\n", __func__);
1958 dev_dbg(&port->
dev,
"%s - stop bits = 1\n", __func__);
1964 mos7840_port->
shadowLCR |= (lData | lParity | lStop);
1966 dev_dbg(&port->
dev,
"%s - mos7840_port->shadowLCR is %x\n", __func__,
2008 dev_dbg(&port->
dev,
"%s",
"Picked default baud...\n");
2012 dev_dbg(&port->
dev,
"%s - baud rate = %d\n", __func__, baud);
2013 status = mos7840_send_cmd_write_baud_rate(mos7840_port, baud);
2023 dev_dbg(&port->
dev,
"usb_submit_urb(read bulk) failed, status = %d\n",
2030 dev_dbg(&port->
dev,
"%s - mos7840_port->shadowLCR is End %x\n", __func__,
2040 static void mos7840_set_termios(
struct tty_struct *tty,
2049 if (mos7840_port_paranoia_check(port, __func__))
2054 if (mos7840_serial_paranoia_check(serial, __func__))
2057 mos7840_port = mos7840_get_port_private(port);
2059 if (mos7840_port ==
NULL)
2062 if (!mos7840_port->
open) {
2063 dev_dbg(&port->
dev,
"%s - port not opened\n", __func__);
2067 dev_dbg(&port->
dev,
"%s",
"setting termios - \n");
2069 cflag = tty->termios.c_cflag;
2071 dev_dbg(&port->
dev,
"%s - clfag %08x iflag %08x\n", __func__,
2073 dev_dbg(&port->
dev,
"%s - old clfag %08x old iflag %08x\n", __func__,
2079 mos7840_change_port_settings(tty, mos7840_port, old_termios);
2082 dev_dbg(&port->
dev,
"%s",
"URB KILLED !!!!!\n");
2090 dev_dbg(&port->
dev,
"usb_submit_urb(read bulk) failed, status = %d\n",
2108 static int mos7840_get_lsr_info(
struct tty_struct *tty,
2109 unsigned int __user *
value)
2112 unsigned int result = 0;
2114 count = mos7840_chars_in_buffer(tty);
2128 static int mos7840_get_serial_info(
struct moschip_port *mos7840_port,
2133 if (mos7840_port ==
NULL)
2142 tmp.line = mos7840_port->
port->serial->minor;
2143 tmp.port = mos7840_port->
port->number;
2147 tmp.baud_base = 9600;
2148 tmp.close_delay = 5 *
HZ;
2149 tmp.closing_wait = 30 *
HZ;
2156 static int mos7840_get_icount(
struct tty_struct *tty,
2163 mos7840_port = mos7840_get_port_private(port);
2164 cnow = mos7840_port->icount;
2167 icount->
cts = cnow.cts;
2168 icount->
dsr = cnow.dsr;
2169 icount->
rng = cnow.rng;
2170 icount->
dcd = cnow.dcd;
2171 icount->
rx = cnow.rx;
2172 icount->
tx = cnow.tx;
2173 icount->
frame = cnow.frame;
2174 icount->
overrun = cnow.overrun;
2175 icount->
parity = cnow.parity;
2176 icount->
brk = cnow.brk;
2179 dev_dbg(&port->
dev,
"%s TIOCGICOUNT RX=%d, TX=%d\n", __func__,
2180 icount->
rx, icount->
tx);
2189 static int mos7840_ioctl(
struct tty_struct *tty,
2190 unsigned int cmd,
unsigned long arg)
2199 if (mos7840_port_paranoia_check(port, __func__))
2202 mos7840_port = mos7840_get_port_private(port);
2204 if (mos7840_port ==
NULL)
2207 dev_dbg(&port->
dev,
"%s - cmd = 0x%x\n", __func__, cmd);
2213 dev_dbg(&port->
dev,
"%s TIOCSERGETLSR\n", __func__);
2214 return mos7840_get_lsr_info(tty, argp);
2217 dev_dbg(&port->
dev,
"%s TIOCGSERIAL\n", __func__);
2218 return mos7840_get_serial_info(mos7840_port, argp);
2221 dev_dbg(&port->
dev,
"%s TIOCSSERIAL\n", __func__);
2225 dev_dbg(&port->
dev,
"%s TIOCMIWAIT\n", __func__);
2226 cprev = mos7840_port->
icount;
2232 delta_msr_cond == 1));
2237 cnow = mos7840_port->
icount;
2239 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
2240 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
2242 if (((arg &
TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
2243 ((arg &
TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
2244 ((arg &
TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
2245 ((arg &
TIOCM_CTS) && (cnow.cts != cprev.cts))) {
2259 static int mos7810_check(
struct usb_serial *serial)
2261 int i, pass_count = 0;
2262 __u16 data = 0, mcr_data = 0;
2263 __u16 test_pattern = 0x55AA;
2270 for (i = 0; i < 16; i++) {
2274 (0x0300 | (((test_pattern >> i) & 0x0001) << 1)),
2283 if (((test_pattern >> i) ^ (~data >> 1)) & 0x0001)
2294 if (pass_count == 16)
2300 static int mos7840_calc_num_ports(
struct usb_serial *serial)
2303 int mos7840_num_ports;
2314 if ((data & 0x01) == 1)
2316 else if (mos7810_check(serial))
2327 return mos7840_num_ports;
2343 dev_dbg(&port->
dev,
"mos7840_startup: configuring port %d\n", pnum);
2345 if (mos7840_port ==
NULL) {
2346 dev_err(&port->
dev,
"%s - Out of memory\n", __func__);
2355 mos7840_set_port_private(port, mos7840_port);
2388 mos7840_dump_serial_port(port, mos7840_port);
2389 mos7840_set_port_private(port, mos7840_port);
2392 status = mos7840_get_reg_sync(port,
2395 dev_dbg(&port->
dev,
"Reading ControlReg failed status-0x%x\n", status);
2398 dev_dbg(&port->
dev,
"ControlReg Reading success val is %x, status%d\n", Data, status);
2404 status = mos7840_set_reg_sync(port,
2407 dev_dbg(&port->
dev,
"Writing ControlReg failed(rx_disable) status-0x%x\n", status);
2410 dev_dbg(&port->
dev,
"ControlReg Writing success(rx_disable) status%d\n", status);
2415 status = mos7840_set_reg_sync(port,
2418 dev_dbg(&port->
dev,
"Writing DCR0 failed status-0x%x\n", status);
2421 dev_dbg(&port->
dev,
"DCR0 Writing success status%d\n", status);
2424 status = mos7840_set_reg_sync(port,
2427 dev_dbg(&port->
dev,
"Writing DCR1 failed status-0x%x\n", status);
2430 dev_dbg(&port->
dev,
"DCR1 Writing success status%d\n", status);
2433 status = mos7840_set_reg_sync(port,
2436 dev_dbg(&port->
dev,
"Writing DCR2 failed status-0x%x\n", status);
2439 dev_dbg(&port->
dev,
"DCR2 Writing success status%d\n", status);
2445 dev_dbg(&port->
dev,
"Writing CLK_START_VALUE_REGISTER failed status-0x%x\n", status);
2448 dev_dbg(&port->
dev,
"CLK_START_VALUE_REGISTER Writing success status%d\n", status);
2453 dev_dbg(&port->
dev,
"Writing CLK_MULTI_REGISTER failed status-0x%x\n", status);
2456 dev_dbg(&port->
dev,
"CLK_MULTI_REGISTER Writing success status%d\n", status);
2462 dev_dbg(&port->
dev,
"Writing SCRATCH_PAD_REGISTER failed status-0x%x\n", status);
2465 dev_dbg(&port->
dev,
"SCRATCH_PAD_REGISTER Writing success status%d\n", status);
2470 status = mos7840_set_reg_sync(port,
2476 dev_dbg(&port->
dev,
"Writing ZLP_REG%d failed status-0x%x\n", pnum + 2, status);
2479 dev_dbg(&port->
dev,
"ZLP_REG%d Writing success status%d\n", pnum + 2, status);
2482 status = mos7840_set_reg_sync(port,
2488 dev_dbg(&port->
dev,
"Writing ZLP_REG%d failed status-0x%x\n", pnum + 1, status);
2491 dev_dbg(&port->
dev,
"ZLP_REG%d Writing success status%d\n", pnum + 1, status);
2499 !mos7840_port->
dr) {
2504 mos7840_port->
has_led =
false;
2511 mos7840_port->
led_timer1.function = mos7840_led_off;
2517 mos7840_port->
led_timer2.function = mos7840_led_flag_off;
2531 status = mos7840_set_reg_sync(serial->
port[0],
ZLP_REG5, Data);
2533 dev_dbg(&port->
dev,
"Writing ZLP_REG5 failed status-0x%x\n", status);
2536 dev_dbg(&port->
dev,
"ZLP_REG5 Writing success status%d\n", status);
2540 0x03, 0x00, 0x01, 0x00,
NULL, 0x00,
2548 kfree(mos7840_port);
2557 mos7840_port = mos7840_get_port_private(port);
2570 kfree(mos7840_port);
2583 .open = mos7840_open,
2584 .close = mos7840_close,
2585 .write = mos7840_write,
2586 .write_room = mos7840_write_room,
2587 .chars_in_buffer = mos7840_chars_in_buffer,
2588 .throttle = mos7840_throttle,
2589 .unthrottle = mos7840_unthrottle,
2590 .calc_num_ports = mos7840_calc_num_ports,
2591 #ifdef MCSSerialProbe
2592 .probe = mos7840_serial_probe,
2594 .ioctl = mos7840_ioctl,
2595 .set_termios = mos7840_set_termios,
2596 .break_ctl = mos7840_break,
2597 .tiocmget = mos7840_tiocmget,
2598 .tiocmset = mos7840_tiocmset,
2599 .get_icount = mos7840_get_icount,
2600 .port_probe = mos7840_port_probe,
2601 .port_remove = mos7840_port_remove,
2602 .read_bulk_callback = mos7840_bulk_in_callback,
2603 .read_int_callback = mos7840_interrupt_callback,
2607 &moschip7840_4port_device,
NULL