blob: d6485be49ebf48b99e45437af501c2385d806a88 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Edgeport USB Serial Converter driver
3 *
4 * Copyright (C) 2000-2002 Inside Out Networks, All rights reserved.
5 * Copyright (C) 2001-2002 Greg Kroah-Hartman <greg@kroah.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * Supports the following devices:
13 * EP/1 EP/2 EP/4 EP/21 EP/22 EP/221 EP/42 EP/421 WATCHPORT
14 *
15 * For questions or problems with this driver, contact Inside Out
16 * Networks technical support, or Peter Berger <pberger@brimson.com>,
17 * or Al Borchers <alborchers@steinerpoint.com>.
Linus Torvalds1da177e2005-04-16 15:20:36 -070018 */
19
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#include <linux/kernel.h>
21#include <linux/jiffies.h>
22#include <linux/errno.h>
23#include <linux/init.h>
24#include <linux/slab.h>
25#include <linux/tty.h>
26#include <linux/tty_driver.h>
27#include <linux/tty_flip.h>
28#include <linux/module.h>
29#include <linux/spinlock.h>
Matthias Kaehlcke241ca642007-12-04 16:15:40 +010030#include <linux/mutex.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070031#include <linux/serial.h>
Johan Hovoldd733cec2010-05-19 00:01:37 +020032#include <linux/kfifo.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include <linux/ioctl.h>
Jaswinder Singhd12b2192008-07-04 23:06:09 +053034#include <linux/firmware.h>
Alan Cox2742fd82008-04-29 14:45:15 +010035#include <linux/uaccess.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070036#include <linux/usb.h>
Greg Kroah-Hartmana9698882006-07-11 21:22:58 -070037#include <linux/usb/serial.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include "io_16654.h"
40#include "io_usbvend.h"
41#include "io_ti.h"
42
Linus Torvalds1da177e2005-04-16 15:20:36 -070043#define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com> and David Iacovelli"
44#define DRIVER_DESC "Edgeport USB Serial Driver"
45
Linus Torvalds1da177e2005-04-16 15:20:36 -070046#define EPROM_PAGE_SIZE 64
47
48
Linus Torvalds1da177e2005-04-16 15:20:36 -070049/* different hardware types */
50#define HARDWARE_TYPE_930 0
51#define HARDWARE_TYPE_TIUMP 1
52
Alan Cox2742fd82008-04-29 14:45:15 +010053/* IOCTL_PRIVATE_TI_GET_MODE Definitions */
54#define TI_MODE_CONFIGURING 0 /* Device has not entered start device */
55#define TI_MODE_BOOT 1 /* Staying in boot mode */
56#define TI_MODE_DOWNLOAD 2 /* Made it to download mode */
57#define TI_MODE_TRANSITIONING 3 /* Currently in boot mode but
58 transitioning to download mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -070059
60/* read urb state */
61#define EDGE_READ_URB_RUNNING 0
62#define EDGE_READ_URB_STOPPING 1
63#define EDGE_READ_URB_STOPPED 2
64
Linus Torvalds1da177e2005-04-16 15:20:36 -070065#define EDGE_CLOSING_WAIT 4000 /* in .01 sec */
66
67#define EDGE_OUT_BUF_SIZE 1024
68
69
70/* Product information read from the Edgeport */
Alan Cox2742fd82008-04-29 14:45:15 +010071struct product_info {
72 int TiMode; /* Current TI Mode */
73 __u8 hardware_type; /* Type of hardware */
Linus Torvalds1da177e2005-04-16 15:20:36 -070074} __attribute__((packed));
75
Linus Torvalds1da177e2005-04-16 15:20:36 -070076struct edgeport_port {
77 __u16 uart_base;
78 __u16 dma_address;
79 __u8 shadow_msr;
80 __u8 shadow_mcr;
81 __u8 shadow_lsr;
82 __u8 lsr_mask;
Martin Olsson19af5cd2009-04-23 11:37:37 +020083 __u32 ump_read_timeout; /* Number of milliseconds the UMP will
Linus Torvalds1da177e2005-04-16 15:20:36 -070084 wait without data before completing
85 a read short */
86 int baud_rate;
87 int close_pending;
88 int lsr_event;
Linus Torvalds1da177e2005-04-16 15:20:36 -070089 struct async_icount icount;
90 wait_queue_head_t delta_msr_wait; /* for handling sleeping while
91 waiting for msr change to
92 happen */
93 struct edgeport_serial *edge_serial;
94 struct usb_serial_port *port;
Alan Cox2742fd82008-04-29 14:45:15 +010095 __u8 bUartMode; /* Port type, 0: RS232, etc. */
Linus Torvalds1da177e2005-04-16 15:20:36 -070096 spinlock_t ep_lock;
97 int ep_read_urb_state;
98 int ep_write_urb_in_use;
Johan Hovoldd733cec2010-05-19 00:01:37 +020099 struct kfifo write_fifo;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100};
101
102struct edgeport_serial {
103 struct product_info product_info;
Alan Cox2742fd82008-04-29 14:45:15 +0100104 u8 TI_I2C_Type; /* Type of I2C in UMP */
105 u8 TiReadI2C; /* Set to TRUE if we have read the
106 I2c in Boot Mode */
Matthias Kaehlcke241ca642007-12-04 16:15:40 +0100107 struct mutex es_lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108 int num_ports_open;
109 struct usb_serial *serial;
110};
111
112
113/* Devices that this driver supports */
Németh Márton7d40d7e2010-01-10 15:34:24 +0100114static const struct usb_device_id edgeport_1port_id_table[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_1) },
116 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_TI3410_EDGEPORT_1) },
117 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_TI3410_EDGEPORT_1I) },
118 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_PROXIMITY) },
119 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_MOTION) },
120 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_MOISTURE) },
121 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_TEMPERATURE) },
122 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_HUMIDITY) },
123 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_POWER) },
124 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_LIGHT) },
125 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_RADIATION) },
126 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_DISTANCE) },
127 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_ACCELERATION) },
128 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_PROX_DIST) },
129 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_PLUS_PWR_HP4CD) },
130 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_PLUS_PWR_PCI) },
131 { }
132};
133
Németh Márton7d40d7e2010-01-10 15:34:24 +0100134static const struct usb_device_id edgeport_2port_id_table[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_2) },
136 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_2C) },
137 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_2I) },
138 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_421) },
139 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_21) },
140 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_42) },
141 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_4) },
142 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_4I) },
143 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_22I) },
144 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_221C) },
145 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_22C) },
146 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_21C) },
Martin K. Petersenfc4cbd72007-05-22 15:57:04 -0400147 /* The 4, 8 and 16 port devices show up as multiple 2 port devices */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_4S) },
Martin K. Petersenfc4cbd72007-05-22 15:57:04 -0400149 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_8) },
150 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_8S) },
151 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_416) },
152 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_416B) },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153 { }
154};
155
156/* Devices that this driver supports */
Németh Márton7d40d7e2010-01-10 15:34:24 +0100157static const struct usb_device_id id_table_combined[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_1) },
159 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_TI3410_EDGEPORT_1) },
160 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_TI3410_EDGEPORT_1I) },
161 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_PROXIMITY) },
162 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_MOTION) },
163 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_MOISTURE) },
164 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_TEMPERATURE) },
165 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_HUMIDITY) },
166 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_POWER) },
167 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_LIGHT) },
168 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_RADIATION) },
169 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_DISTANCE) },
170 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_ACCELERATION) },
171 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_WP_PROX_DIST) },
172 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_PLUS_PWR_HP4CD) },
173 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_PLUS_PWR_PCI) },
174 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_2) },
175 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_2C) },
176 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_2I) },
177 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_421) },
178 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_21) },
179 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_42) },
180 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_4) },
181 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_4I) },
182 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_22I) },
183 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_221C) },
184 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_22C) },
185 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_21C) },
186 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_4S) },
Martin K. Petersenfc4cbd72007-05-22 15:57:04 -0400187 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_8) },
188 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_8S) },
189 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_416) },
190 { USB_DEVICE(USB_VENDOR_ID_ION, ION_DEVICE_ID_TI_EDGEPORT_416B) },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191 { }
192};
193
Alan Cox2742fd82008-04-29 14:45:15 +0100194MODULE_DEVICE_TABLE(usb, id_table_combined);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700195
Jaswinder Singhd12b2192008-07-04 23:06:09 +0530196static unsigned char OperationalMajorVersion;
197static unsigned char OperationalMinorVersion;
198static unsigned short OperationalBuildNumber;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200static int closing_wait = EDGE_CLOSING_WAIT;
Rusty Russell90ab5ee2012-01-13 09:32:20 +1030201static bool ignore_cpu_rev;
Alan Cox2742fd82008-04-29 14:45:15 +0100202static int default_uart_mode; /* RS232 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203
Jiri Slaby2e124b42013-01-03 15:53:06 +0100204static void edge_tty_recv(struct usb_serial_port *port, unsigned char *data,
205 int length);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206
207static void stop_read(struct edgeport_port *edge_port);
208static int restart_read(struct edgeport_port *edge_port);
209
Alan Cox95da3102008-07-22 11:09:07 +0100210static void edge_set_termios(struct tty_struct *tty,
211 struct usb_serial_port *port, struct ktermios *old_termios);
212static void edge_send(struct tty_struct *tty);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213
Martin K. Petersenfc4cbd72007-05-22 15:57:04 -0400214/* sysfs attributes */
215static int edge_create_sysfs_attrs(struct usb_serial_port *port);
216static int edge_remove_sysfs_attrs(struct usb_serial_port *port);
217
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218
Alan Cox2742fd82008-04-29 14:45:15 +0100219static int ti_vread_sync(struct usb_device *dev, __u8 request,
220 __u16 value, __u16 index, u8 *data, int size)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221{
222 int status;
223
Alan Cox2742fd82008-04-29 14:45:15 +0100224 status = usb_control_msg(dev, usb_rcvctrlpipe(dev, 0), request,
225 (USB_TYPE_VENDOR | USB_RECIP_DEVICE | USB_DIR_IN),
226 value, index, data, size, 1000);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227 if (status < 0)
228 return status;
229 if (status != size) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700230 dev_dbg(&dev->dev, "%s - wanted to write %d, but only wrote %d\n",
231 __func__, size, status);
Alan Cox2742fd82008-04-29 14:45:15 +0100232 return -ECOMM;
233 }
234 return 0;
235}
236
237static int ti_vsend_sync(struct usb_device *dev, __u8 request,
238 __u16 value, __u16 index, u8 *data, int size)
239{
240 int status;
241
242 status = usb_control_msg(dev, usb_sndctrlpipe(dev, 0), request,
243 (USB_TYPE_VENDOR | USB_RECIP_DEVICE | USB_DIR_OUT),
244 value, index, data, size, 1000);
245 if (status < 0)
246 return status;
247 if (status != size) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700248 dev_dbg(&dev->dev, "%s - wanted to write %d, but only wrote %d\n",
249 __func__, size, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250 return -ECOMM;
251 }
252 return 0;
253}
254
Alan Cox2742fd82008-04-29 14:45:15 +0100255static int send_cmd(struct usb_device *dev, __u8 command,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256 __u8 moduleid, __u16 value, u8 *data,
257 int size)
258{
Alan Cox2742fd82008-04-29 14:45:15 +0100259 return ti_vsend_sync(dev, command, value, moduleid, data, size);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260}
261
262/* clear tx/rx buffers and fifo in TI UMP */
Alan Cox2742fd82008-04-29 14:45:15 +0100263static int purge_port(struct usb_serial_port *port, __u16 mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264{
265 int port_number = port->number - port->serial->minor;
266
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700267 dev_dbg(&port->dev, "%s - port %d, mask %x\n", __func__, port_number, mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268
Alan Cox2742fd82008-04-29 14:45:15 +0100269 return send_cmd(port->serial->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270 UMPC_PURGE_PORT,
271 (__u8)(UMPM_UART1_PORT + port_number),
272 mask,
273 NULL,
274 0);
275}
276
277/**
Alan Cox2742fd82008-04-29 14:45:15 +0100278 * read_download_mem - Read edgeport memory from TI chip
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279 * @dev: usb device pointer
280 * @start_address: Device CPU address at which to read
281 * @length: Length of above data
282 * @address_type: Can read both XDATA and I2C
283 * @buffer: pointer to input data buffer
284 */
Alan Cox2742fd82008-04-29 14:45:15 +0100285static int read_download_mem(struct usb_device *dev, int start_address,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286 int length, __u8 address_type, __u8 *buffer)
287{
288 int status = 0;
289 __u8 read_length;
290 __be16 be_start_address;
Alan Cox2742fd82008-04-29 14:45:15 +0100291
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700292 dev_dbg(&dev->dev, "%s - @ %x for %d\n", __func__, start_address, length);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293
294 /* Read in blocks of 64 bytes
295 * (TI firmware can't handle more than 64 byte reads)
296 */
297 while (length) {
298 if (length > 64)
Alan Cox2742fd82008-04-29 14:45:15 +0100299 read_length = 64;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300 else
301 read_length = (__u8)length;
302
303 if (read_length > 1) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700304 dev_dbg(&dev->dev, "%s - @ %x for %d\n", __func__, start_address, read_length);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305 }
Alan Cox2742fd82008-04-29 14:45:15 +0100306 be_start_address = cpu_to_be16(start_address);
307 status = ti_vread_sync(dev, UMPC_MEMORY_READ,
308 (__u16)address_type,
309 (__force __u16)be_start_address,
310 buffer, read_length);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311
312 if (status) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700313 dev_dbg(&dev->dev, "%s - ERROR %x\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314 return status;
315 }
316
Alan Cox2742fd82008-04-29 14:45:15 +0100317 if (read_length > 1)
Greg Kroah-Hartman59d33f22012-09-18 09:58:57 +0100318 usb_serial_debug_data(&dev->dev, __func__, read_length, buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319
320 /* Update pointers/length */
321 start_address += read_length;
322 buffer += read_length;
323 length -= read_length;
324 }
Alan Cox2742fd82008-04-29 14:45:15 +0100325
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326 return status;
327}
328
Alan Cox2742fd82008-04-29 14:45:15 +0100329static int read_ram(struct usb_device *dev, int start_address,
330 int length, __u8 *buffer)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331{
Alan Cox2742fd82008-04-29 14:45:15 +0100332 return read_download_mem(dev, start_address, length,
333 DTK_ADDR_SPACE_XDATA, buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334}
335
336/* Read edgeport memory to a given block */
Alan Cox2742fd82008-04-29 14:45:15 +0100337static int read_boot_mem(struct edgeport_serial *serial,
338 int start_address, int length, __u8 *buffer)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339{
340 int status = 0;
341 int i;
342
Alan Cox2742fd82008-04-29 14:45:15 +0100343 for (i = 0; i < length; i++) {
344 status = ti_vread_sync(serial->serial->dev,
345 UMPC_MEMORY_READ, serial->TI_I2C_Type,
346 (__u16)(start_address+i), &buffer[i], 0x01);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347 if (status) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700348 dev_dbg(&serial->serial->dev->dev, "%s - ERROR %x\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700349 return status;
350 }
351 }
352
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700353 dev_dbg(&serial->serial->dev->dev, "%s - start_address = %x, length = %d\n",
354 __func__, start_address, length);
Greg Kroah-Hartman59d33f22012-09-18 09:58:57 +0100355 usb_serial_debug_data(&serial->serial->dev->dev, __func__, length, buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700356
357 serial->TiReadI2C = 1;
358
359 return status;
360}
361
362/* Write given block to TI EPROM memory */
Alan Cox2742fd82008-04-29 14:45:15 +0100363static int write_boot_mem(struct edgeport_serial *serial,
364 int start_address, int length, __u8 *buffer)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365{
366 int status = 0;
367 int i;
Johan Hovolde9305d22009-12-28 23:01:50 +0100368 u8 *temp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700369
370 /* Must do a read before write */
371 if (!serial->TiReadI2C) {
Johan Hovolde9305d22009-12-28 23:01:50 +0100372 temp = kmalloc(1, GFP_KERNEL);
373 if (!temp) {
374 dev_err(&serial->serial->dev->dev,
375 "%s - out of memory\n", __func__);
376 return -ENOMEM;
377 }
378 status = read_boot_mem(serial, 0, 1, temp);
379 kfree(temp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380 if (status)
381 return status;
382 }
383
Alan Cox2742fd82008-04-29 14:45:15 +0100384 for (i = 0; i < length; ++i) {
385 status = ti_vsend_sync(serial->serial->dev,
386 UMPC_MEMORY_WRITE, buffer[i],
387 (__u16)(i + start_address), NULL, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388 if (status)
389 return status;
390 }
391
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700392 dev_dbg(&serial->serial->dev->dev, "%s - start_sddr = %x, length = %d\n", __func__, start_address, length);
Greg Kroah-Hartman59d33f22012-09-18 09:58:57 +0100393 usb_serial_debug_data(&serial->serial->dev->dev, __func__, length, buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394
395 return status;
396}
397
398
399/* Write edgeport I2C memory to TI chip */
Alan Cox2742fd82008-04-29 14:45:15 +0100400static int write_i2c_mem(struct edgeport_serial *serial,
401 int start_address, int length, __u8 address_type, __u8 *buffer)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402{
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700403 struct device *dev = &serial->serial->dev->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404 int status = 0;
405 int write_length;
406 __be16 be_start_address;
407
408 /* We can only send a maximum of 1 aligned byte page at a time */
Alan Cox2742fd82008-04-29 14:45:15 +0100409
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300410 /* calculate the number of bytes left in the first page */
Alan Cox2742fd82008-04-29 14:45:15 +0100411 write_length = EPROM_PAGE_SIZE -
412 (start_address & (EPROM_PAGE_SIZE - 1));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700413
414 if (write_length > length)
415 write_length = length;
416
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700417 dev_dbg(dev, "%s - BytesInFirstPage Addr = %x, length = %d\n",
418 __func__, start_address, write_length);
Greg Kroah-Hartman59d33f22012-09-18 09:58:57 +0100419 usb_serial_debug_data(dev, __func__, write_length, buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420
421 /* Write first page */
Alan Cox2742fd82008-04-29 14:45:15 +0100422 be_start_address = cpu_to_be16(start_address);
423 status = ti_vsend_sync(serial->serial->dev,
424 UMPC_MEMORY_WRITE, (__u16)address_type,
425 (__force __u16)be_start_address,
426 buffer, write_length);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427 if (status) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700428 dev_dbg(dev, "%s - ERROR %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429 return status;
430 }
431
432 length -= write_length;
433 start_address += write_length;
434 buffer += write_length;
435
Alan Cox2742fd82008-04-29 14:45:15 +0100436 /* We should be aligned now -- can write
437 max page size bytes at a time */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438 while (length) {
439 if (length > EPROM_PAGE_SIZE)
440 write_length = EPROM_PAGE_SIZE;
441 else
442 write_length = length;
443
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700444 dev_dbg(dev, "%s - Page Write Addr = %x, length = %d\n",
445 __func__, start_address, write_length);
Greg Kroah-Hartman59d33f22012-09-18 09:58:57 +0100446 usb_serial_debug_data(dev, __func__, write_length, buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447
448 /* Write next page */
Alan Cox2742fd82008-04-29 14:45:15 +0100449 be_start_address = cpu_to_be16(start_address);
450 status = ti_vsend_sync(serial->serial->dev, UMPC_MEMORY_WRITE,
451 (__u16)address_type,
452 (__force __u16)be_start_address,
453 buffer, write_length);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454 if (status) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700455 dev_err(dev, "%s - ERROR %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456 return status;
457 }
Alan Cox2742fd82008-04-29 14:45:15 +0100458
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459 length -= write_length;
460 start_address += write_length;
461 buffer += write_length;
462 }
463 return status;
464}
465
466/* Examine the UMP DMA registers and LSR
Alan Cox2742fd82008-04-29 14:45:15 +0100467 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468 * Check the MSBit of the X and Y DMA byte count registers.
469 * A zero in this bit indicates that the TX DMA buffers are empty
470 * then check the TX Empty bit in the UART.
471 */
Alan Cox2742fd82008-04-29 14:45:15 +0100472static int tx_active(struct edgeport_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473{
474 int status;
475 struct out_endpoint_desc_block *oedb;
476 __u8 *lsr;
477 int bytes_left = 0;
478
Alan Cox2742fd82008-04-29 14:45:15 +0100479 oedb = kmalloc(sizeof(*oedb), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700480 if (!oedb) {
Alan Cox2742fd82008-04-29 14:45:15 +0100481 dev_err(&port->port->dev, "%s - out of memory\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482 return -ENOMEM;
483 }
484
Alan Cox2742fd82008-04-29 14:45:15 +0100485 lsr = kmalloc(1, GFP_KERNEL); /* Sigh, that's right, just one byte,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486 as not all platforms can do DMA
487 from stack */
488 if (!lsr) {
489 kfree(oedb);
490 return -ENOMEM;
491 }
492 /* Read the DMA Count Registers */
Alan Cox2742fd82008-04-29 14:45:15 +0100493 status = read_ram(port->port->serial->dev, port->dma_address,
494 sizeof(*oedb), (void *)oedb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 if (status)
496 goto exit_is_tx_active;
497
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700498 dev_dbg(&port->port->dev, "%s - XByteCount 0x%X\n", __func__, oedb->XByteCount);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499
500 /* and the LSR */
Alan Cox2742fd82008-04-29 14:45:15 +0100501 status = read_ram(port->port->serial->dev,
502 port->uart_base + UMPMEM_OFFS_UART_LSR, 1, lsr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503
504 if (status)
505 goto exit_is_tx_active;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700506 dev_dbg(&port->port->dev, "%s - LSR = 0x%X\n", __func__, *lsr);
Alan Cox2742fd82008-04-29 14:45:15 +0100507
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508 /* If either buffer has data or we are transmitting then return TRUE */
Alan Cox2742fd82008-04-29 14:45:15 +0100509 if ((oedb->XByteCount & 0x80) != 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700510 bytes_left += 64;
511
Alan Cox2742fd82008-04-29 14:45:15 +0100512 if ((*lsr & UMP_UART_LSR_TX_MASK) == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513 bytes_left += 1;
514
515 /* We return Not Active if we get any kind of error */
516exit_is_tx_active:
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700517 dev_dbg(&port->port->dev, "%s - return %d\n", __func__, bytes_left);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518
519 kfree(lsr);
520 kfree(oedb);
521 return bytes_left;
522}
523
Alan Cox2742fd82008-04-29 14:45:15 +0100524static void chase_port(struct edgeport_port *port, unsigned long timeout,
525 int flush)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526{
527 int baud_rate;
Alan Cox4a90f092008-10-13 10:39:46 +0100528 struct tty_struct *tty = tty_port_tty_get(&port->port->port);
Johan Hovoldaf581052012-03-26 20:31:38 +0200529 struct usb_serial *serial = port->port->serial;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 wait_queue_t wait;
531 unsigned long flags;
532
533 if (!timeout)
Alan Cox2742fd82008-04-29 14:45:15 +0100534 timeout = (HZ * EDGE_CLOSING_WAIT)/100;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535
536 /* wait for data to drain from the buffer */
537 spin_lock_irqsave(&port->ep_lock, flags);
538 init_waitqueue_entry(&wait, current);
539 add_wait_queue(&tty->write_wait, &wait);
540 for (;;) {
541 set_current_state(TASK_INTERRUPTIBLE);
Johan Hovoldd733cec2010-05-19 00:01:37 +0200542 if (kfifo_len(&port->write_fifo) == 0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700543 || timeout == 0 || signal_pending(current)
Johan Hovoldaf581052012-03-26 20:31:38 +0200544 || serial->disconnected)
Alan Cox2742fd82008-04-29 14:45:15 +0100545 /* disconnect */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546 break;
547 spin_unlock_irqrestore(&port->ep_lock, flags);
548 timeout = schedule_timeout(timeout);
549 spin_lock_irqsave(&port->ep_lock, flags);
550 }
551 set_current_state(TASK_RUNNING);
552 remove_wait_queue(&tty->write_wait, &wait);
553 if (flush)
Johan Hovoldd733cec2010-05-19 00:01:37 +0200554 kfifo_reset_out(&port->write_fifo);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555 spin_unlock_irqrestore(&port->ep_lock, flags);
Alan Cox4a90f092008-10-13 10:39:46 +0100556 tty_kref_put(tty);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557
558 /* wait for data to drain from the device */
559 timeout += jiffies;
560 while ((long)(jiffies - timeout) < 0 && !signal_pending(current)
Johan Hovoldaf581052012-03-26 20:31:38 +0200561 && !serial->disconnected) {
Alan Cox2742fd82008-04-29 14:45:15 +0100562 /* not disconnected */
563 if (!tx_active(port))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564 break;
565 msleep(10);
566 }
567
568 /* disconnected */
Johan Hovoldaf581052012-03-26 20:31:38 +0200569 if (serial->disconnected)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570 return;
571
572 /* wait one more character time, based on baud rate */
Alan Cox2742fd82008-04-29 14:45:15 +0100573 /* (tx_active doesn't seem to wait for the last byte) */
574 baud_rate = port->baud_rate;
575 if (baud_rate == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576 baud_rate = 50;
Julia Lawalldfa5ec72008-03-04 15:25:11 -0800577 msleep(max(1, DIV_ROUND_UP(10000, baud_rate)));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578}
579
Alan Cox2742fd82008-04-29 14:45:15 +0100580static int choose_config(struct usb_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581{
Alan Cox2742fd82008-04-29 14:45:15 +0100582 /*
583 * There may be multiple configurations on this device, in which case
584 * we would need to read and parse all of them to find out which one
585 * we want. However, we just support one config at this point,
586 * configuration # 1, which is Config Descriptor 0.
587 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700588
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700589 dev_dbg(&dev->dev, "%s - Number of Interfaces = %d\n",
590 __func__, dev->config->desc.bNumInterfaces);
591 dev_dbg(&dev->dev, "%s - MAX Power = %d\n",
592 __func__, dev->config->desc.bMaxPower * 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593
594 if (dev->config->desc.bNumInterfaces != 1) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700595 dev_err(&dev->dev, "%s - bNumInterfaces is not 1, ERROR!\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596 return -ENODEV;
597 }
598
599 return 0;
600}
601
Alan Cox2742fd82008-04-29 14:45:15 +0100602static int read_rom(struct edgeport_serial *serial,
603 int start_address, int length, __u8 *buffer)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604{
605 int status;
606
607 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) {
Alan Cox2742fd82008-04-29 14:45:15 +0100608 status = read_download_mem(serial->serial->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609 start_address,
610 length,
611 serial->TI_I2C_Type,
612 buffer);
613 } else {
Alan Cox2742fd82008-04-29 14:45:15 +0100614 status = read_boot_mem(serial, start_address, length,
615 buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617 return status;
618}
619
Alan Cox2742fd82008-04-29 14:45:15 +0100620static int write_rom(struct edgeport_serial *serial, int start_address,
621 int length, __u8 *buffer)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622{
623 if (serial->product_info.TiMode == TI_MODE_BOOT)
Alan Cox2742fd82008-04-29 14:45:15 +0100624 return write_boot_mem(serial, start_address, length,
625 buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626
627 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD)
Alan Cox2742fd82008-04-29 14:45:15 +0100628 return write_i2c_mem(serial, start_address, length,
629 serial->TI_I2C_Type, buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630 return -EINVAL;
631}
632
633
634
635/* Read a descriptor header from I2C based on type */
Alan Cox2742fd82008-04-29 14:45:15 +0100636static int get_descriptor_addr(struct edgeport_serial *serial,
637 int desc_type, struct ti_i2c_desc *rom_desc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638{
639 int start_address;
640 int status;
641
642 /* Search for requested descriptor in I2C */
643 start_address = 2;
644 do {
Alan Cox2742fd82008-04-29 14:45:15 +0100645 status = read_rom(serial,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646 start_address,
647 sizeof(struct ti_i2c_desc),
Alan Cox2742fd82008-04-29 14:45:15 +0100648 (__u8 *)rom_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649 if (status)
650 return 0;
651
652 if (rom_desc->Type == desc_type)
653 return start_address;
654
Alan Cox2742fd82008-04-29 14:45:15 +0100655 start_address = start_address + sizeof(struct ti_i2c_desc)
656 + rom_desc->Size;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657
658 } while ((start_address < TI_MAX_I2C_SIZE) && rom_desc->Type);
Alan Cox2742fd82008-04-29 14:45:15 +0100659
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660 return 0;
661}
662
663/* Validate descriptor checksum */
Alan Cox2742fd82008-04-29 14:45:15 +0100664static int valid_csum(struct ti_i2c_desc *rom_desc, __u8 *buffer)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665{
666 __u16 i;
667 __u8 cs = 0;
668
Alan Cox2742fd82008-04-29 14:45:15 +0100669 for (i = 0; i < rom_desc->Size; i++)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670 cs = (__u8)(cs + buffer[i]);
Alan Cox2742fd82008-04-29 14:45:15 +0100671
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672 if (cs != rom_desc->CheckSum) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700673 pr_debug("%s - Mismatch %x - %x", __func__, rom_desc->CheckSum, cs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674 return -EINVAL;
675 }
676 return 0;
677}
678
679/* Make sure that the I2C image is good */
Alan Cox2742fd82008-04-29 14:45:15 +0100680static int check_i2c_image(struct edgeport_serial *serial)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681{
682 struct device *dev = &serial->serial->dev->dev;
683 int status = 0;
684 struct ti_i2c_desc *rom_desc;
685 int start_address = 2;
686 __u8 *buffer;
687 __u16 ttype;
688
Alan Cox2742fd82008-04-29 14:45:15 +0100689 rom_desc = kmalloc(sizeof(*rom_desc), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 if (!rom_desc) {
Alan Cox2742fd82008-04-29 14:45:15 +0100691 dev_err(dev, "%s - out of memory\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692 return -ENOMEM;
693 }
Alan Cox2742fd82008-04-29 14:45:15 +0100694 buffer = kmalloc(TI_MAX_I2C_SIZE, GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695 if (!buffer) {
Alan Cox2742fd82008-04-29 14:45:15 +0100696 dev_err(dev, "%s - out of memory when allocating buffer\n",
697 __func__);
698 kfree(rom_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699 return -ENOMEM;
700 }
701
Alan Cox2742fd82008-04-29 14:45:15 +0100702 /* Read the first byte (Signature0) must be 0x52 or 0x10 */
703 status = read_rom(serial, 0, 1, buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700704 if (status)
Alan Cox2742fd82008-04-29 14:45:15 +0100705 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700706
707 if (*buffer != UMP5152 && *buffer != UMP3410) {
Alan Cox2742fd82008-04-29 14:45:15 +0100708 dev_err(dev, "%s - invalid buffer signature\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700709 status = -ENODEV;
Alan Cox2742fd82008-04-29 14:45:15 +0100710 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711 }
712
713 do {
Alan Cox2742fd82008-04-29 14:45:15 +0100714 /* Validate the I2C */
715 status = read_rom(serial,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716 start_address,
717 sizeof(struct ti_i2c_desc),
718 (__u8 *)rom_desc);
719 if (status)
720 break;
721
Alan Cox2742fd82008-04-29 14:45:15 +0100722 if ((start_address + sizeof(struct ti_i2c_desc) +
723 rom_desc->Size) > TI_MAX_I2C_SIZE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724 status = -ENODEV;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700725 dev_dbg(dev, "%s - structure too big, erroring out.\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726 break;
727 }
728
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700729 dev_dbg(dev, "%s Type = 0x%x\n", __func__, rom_desc->Type);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700730
Alan Cox2742fd82008-04-29 14:45:15 +0100731 /* Skip type 2 record */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732 ttype = rom_desc->Type & 0x0f;
Alan Cox2742fd82008-04-29 14:45:15 +0100733 if (ttype != I2C_DESC_TYPE_FIRMWARE_BASIC
734 && ttype != I2C_DESC_TYPE_FIRMWARE_AUTO) {
735 /* Read the descriptor data */
736 status = read_rom(serial, start_address +
737 sizeof(struct ti_i2c_desc),
738 rom_desc->Size, buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739 if (status)
740 break;
741
Alan Cox2742fd82008-04-29 14:45:15 +0100742 status = valid_csum(rom_desc, buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743 if (status)
744 break;
745 }
Alan Cox2742fd82008-04-29 14:45:15 +0100746 start_address = start_address + sizeof(struct ti_i2c_desc) +
747 rom_desc->Size;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748
Alan Cox2742fd82008-04-29 14:45:15 +0100749 } while ((rom_desc->Type != I2C_DESC_TYPE_ION) &&
750 (start_address < TI_MAX_I2C_SIZE));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751
Alan Cox2742fd82008-04-29 14:45:15 +0100752 if ((rom_desc->Type != I2C_DESC_TYPE_ION) ||
753 (start_address > TI_MAX_I2C_SIZE))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754 status = -ENODEV;
755
Alan Cox2742fd82008-04-29 14:45:15 +0100756out:
757 kfree(buffer);
758 kfree(rom_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759 return status;
760}
761
Alan Cox2742fd82008-04-29 14:45:15 +0100762static int get_manuf_info(struct edgeport_serial *serial, __u8 *buffer)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763{
764 int status;
765 int start_address;
766 struct ti_i2c_desc *rom_desc;
767 struct edge_ti_manuf_descriptor *desc;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700768 struct device *dev = &serial->serial->dev->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769
Alan Cox2742fd82008-04-29 14:45:15 +0100770 rom_desc = kmalloc(sizeof(*rom_desc), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771 if (!rom_desc) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700772 dev_err(dev, "%s - out of memory\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773 return -ENOMEM;
774 }
Alan Cox2742fd82008-04-29 14:45:15 +0100775 start_address = get_descriptor_addr(serial, I2C_DESC_TYPE_ION,
776 rom_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700777
778 if (!start_address) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700779 dev_dbg(dev, "%s - Edge Descriptor not found in I2C\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700780 status = -ENODEV;
781 goto exit;
782 }
783
Alan Cox2742fd82008-04-29 14:45:15 +0100784 /* Read the descriptor data */
785 status = read_rom(serial, start_address+sizeof(struct ti_i2c_desc),
786 rom_desc->Size, buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787 if (status)
788 goto exit;
Alan Cox2742fd82008-04-29 14:45:15 +0100789
790 status = valid_csum(rom_desc, buffer);
791
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792 desc = (struct edge_ti_manuf_descriptor *)buffer;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700793 dev_dbg(dev, "%s - IonConfig 0x%x\n", __func__, desc->IonConfig);
794 dev_dbg(dev, "%s - Version %d\n", __func__, desc->Version);
795 dev_dbg(dev, "%s - Cpu/Board 0x%x\n", __func__, desc->CpuRev_BoardRev);
796 dev_dbg(dev, "%s - NumPorts %d\n", __func__, desc->NumPorts);
797 dev_dbg(dev, "%s - NumVirtualPorts %d\n", __func__, desc->NumVirtualPorts);
798 dev_dbg(dev, "%s - TotalPorts %d\n", __func__, desc->TotalPorts);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799
800exit:
Alan Cox2742fd82008-04-29 14:45:15 +0100801 kfree(rom_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802 return status;
803}
804
805/* Build firmware header used for firmware update */
Alan Cox2742fd82008-04-29 14:45:15 +0100806static int build_i2c_fw_hdr(__u8 *header, struct device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807{
808 __u8 *buffer;
809 int buffer_size;
810 int i;
Jaswinder Singhd12b2192008-07-04 23:06:09 +0530811 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812 __u8 cs = 0;
813 struct ti_i2c_desc *i2c_header;
814 struct ti_i2c_image_header *img_header;
815 struct ti_i2c_firmware_rec *firmware_rec;
Jaswinder Singhd12b2192008-07-04 23:06:09 +0530816 const struct firmware *fw;
817 const char *fw_name = "edgeport/down3.bin";
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818
Alan Cox2742fd82008-04-29 14:45:15 +0100819 /* In order to update the I2C firmware we must change the type 2 record
820 * to type 0xF2. This will force the UMP to come up in Boot Mode.
821 * Then while in boot mode, the driver will download the latest
822 * firmware (padded to 15.5k) into the UMP ram. And finally when the
823 * device comes back up in download mode the driver will cause the new
824 * firmware to be copied from the UMP Ram to I2C and the firmware will
825 * update the record type from 0xf2 to 0x02.
826 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827
Alan Cox2742fd82008-04-29 14:45:15 +0100828 /* Allocate a 15.5k buffer + 2 bytes for version number
829 * (Firmware Record) */
830 buffer_size = (((1024 * 16) - 512 ) +
831 sizeof(struct ti_i2c_firmware_rec));
832
833 buffer = kmalloc(buffer_size, GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834 if (!buffer) {
Alan Cox2742fd82008-04-29 14:45:15 +0100835 dev_err(dev, "%s - out of memory\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836 return -ENOMEM;
837 }
Alan Cox2742fd82008-04-29 14:45:15 +0100838
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839 // Set entire image of 0xffs
Alan Cox2742fd82008-04-29 14:45:15 +0100840 memset(buffer, 0xff, buffer_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841
Jaswinder Singhd12b2192008-07-04 23:06:09 +0530842 err = request_firmware(&fw, fw_name, dev);
843 if (err) {
Greg Kroah-Hartmand9bb03d2012-09-18 16:59:23 +0100844 dev_err(dev, "Failed to load image \"%s\" err %d\n",
845 fw_name, err);
Jaswinder Singhd12b2192008-07-04 23:06:09 +0530846 kfree(buffer);
847 return err;
848 }
849
850 /* Save Download Version Number */
851 OperationalMajorVersion = fw->data[0];
852 OperationalMinorVersion = fw->data[1];
853 OperationalBuildNumber = fw->data[2] | (fw->data[3] << 8);
854
Alan Cox2742fd82008-04-29 14:45:15 +0100855 /* Copy version number into firmware record */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856 firmware_rec = (struct ti_i2c_firmware_rec *)buffer;
857
Jaswinder Singhd12b2192008-07-04 23:06:09 +0530858 firmware_rec->Ver_Major = OperationalMajorVersion;
859 firmware_rec->Ver_Minor = OperationalMinorVersion;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700860
Alan Cox2742fd82008-04-29 14:45:15 +0100861 /* Pointer to fw_down memory image */
Jaswinder Singhd12b2192008-07-04 23:06:09 +0530862 img_header = (struct ti_i2c_image_header *)&fw->data[4];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863
Alan Cox2742fd82008-04-29 14:45:15 +0100864 memcpy(buffer + sizeof(struct ti_i2c_firmware_rec),
Jaswinder Singhd12b2192008-07-04 23:06:09 +0530865 &fw->data[4 + sizeof(struct ti_i2c_image_header)],
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866 le16_to_cpu(img_header->Length));
867
Jaswinder Singhd12b2192008-07-04 23:06:09 +0530868 release_firmware(fw);
869
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870 for (i=0; i < buffer_size; i++) {
871 cs = (__u8)(cs + buffer[i]);
872 }
873
Alan Cox2742fd82008-04-29 14:45:15 +0100874 kfree(buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875
Alan Cox2742fd82008-04-29 14:45:15 +0100876 /* Build new header */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877 i2c_header = (struct ti_i2c_desc *)header;
878 firmware_rec = (struct ti_i2c_firmware_rec*)i2c_header->Data;
Alan Cox2742fd82008-04-29 14:45:15 +0100879
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880 i2c_header->Type = I2C_DESC_TYPE_FIRMWARE_BLANK;
881 i2c_header->Size = (__u16)buffer_size;
882 i2c_header->CheckSum = cs;
Jaswinder Singhd12b2192008-07-04 23:06:09 +0530883 firmware_rec->Ver_Major = OperationalMajorVersion;
884 firmware_rec->Ver_Minor = OperationalMinorVersion;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885
886 return 0;
887}
888
889/* Try to figure out what type of I2c we have */
Alan Cox2742fd82008-04-29 14:45:15 +0100890static int i2c_type_bootmode(struct edgeport_serial *serial)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891{
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700892 struct device *dev = &serial->serial->dev->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893 int status;
Johan Hovolde9305d22009-12-28 23:01:50 +0100894 u8 *data;
895
896 data = kmalloc(1, GFP_KERNEL);
897 if (!data) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700898 dev_err(dev, "%s - out of memory\n", __func__);
Johan Hovolde9305d22009-12-28 23:01:50 +0100899 return -ENOMEM;
900 }
Alan Cox2742fd82008-04-29 14:45:15 +0100901
902 /* Try to read type 2 */
903 status = ti_vread_sync(serial->serial->dev, UMPC_MEMORY_READ,
Johan Hovolde9305d22009-12-28 23:01:50 +0100904 DTK_ADDR_SPACE_I2C_TYPE_II, 0, data, 0x01);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905 if (status)
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700906 dev_dbg(dev, "%s - read 2 status error = %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907 else
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700908 dev_dbg(dev, "%s - read 2 data = 0x%x\n", __func__, *data);
Johan Hovolde9305d22009-12-28 23:01:50 +0100909 if ((!status) && (*data == UMP5152 || *data == UMP3410)) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700910 dev_dbg(dev, "%s - ROM_TYPE_II\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911 serial->TI_I2C_Type = DTK_ADDR_SPACE_I2C_TYPE_II;
Johan Hovolde9305d22009-12-28 23:01:50 +0100912 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913 }
914
Alan Cox2742fd82008-04-29 14:45:15 +0100915 /* Try to read type 3 */
916 status = ti_vread_sync(serial->serial->dev, UMPC_MEMORY_READ,
Johan Hovolde9305d22009-12-28 23:01:50 +0100917 DTK_ADDR_SPACE_I2C_TYPE_III, 0, data, 0x01);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918 if (status)
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700919 dev_dbg(dev, "%s - read 3 status error = %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920 else
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700921 dev_dbg(dev, "%s - read 2 data = 0x%x\n", __func__, *data);
Johan Hovolde9305d22009-12-28 23:01:50 +0100922 if ((!status) && (*data == UMP5152 || *data == UMP3410)) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700923 dev_dbg(dev, "%s - ROM_TYPE_III\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924 serial->TI_I2C_Type = DTK_ADDR_SPACE_I2C_TYPE_III;
Johan Hovolde9305d22009-12-28 23:01:50 +0100925 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926 }
927
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -0700928 dev_dbg(dev, "%s - Unknown\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929 serial->TI_I2C_Type = DTK_ADDR_SPACE_I2C_TYPE_II;
Johan Hovolde9305d22009-12-28 23:01:50 +0100930 status = -ENODEV;
931out:
932 kfree(data);
933 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934}
935
Alan Cox2742fd82008-04-29 14:45:15 +0100936static int bulk_xfer(struct usb_serial *serial, void *buffer,
937 int length, int *num_sent)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938{
939 int status;
940
Alan Cox2742fd82008-04-29 14:45:15 +0100941 status = usb_bulk_msg(serial->dev,
942 usb_sndbulkpipe(serial->dev,
943 serial->port[0]->bulk_out_endpointAddress),
944 buffer, length, num_sent, 1000);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945 return status;
946}
947
948/* Download given firmware image to the device (IN BOOT MODE) */
Alan Cox2742fd82008-04-29 14:45:15 +0100949static int download_code(struct edgeport_serial *serial, __u8 *image,
950 int image_length)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951{
952 int status = 0;
953 int pos;
954 int transfer;
955 int done;
956
Alan Cox2742fd82008-04-29 14:45:15 +0100957 /* Transfer firmware image */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958 for (pos = 0; pos < image_length; ) {
Alan Cox2742fd82008-04-29 14:45:15 +0100959 /* Read the next buffer from file */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960 transfer = image_length - pos;
961 if (transfer > EDGE_FW_BULK_MAX_PACKET_SIZE)
962 transfer = EDGE_FW_BULK_MAX_PACKET_SIZE;
963
Alan Cox2742fd82008-04-29 14:45:15 +0100964 /* Transfer data */
965 status = bulk_xfer(serial->serial, &image[pos],
966 transfer, &done);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967 if (status)
968 break;
Alan Cox2742fd82008-04-29 14:45:15 +0100969 /* Advance buffer pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970 pos += done;
971 }
972
973 return status;
974}
975
Alan Cox2742fd82008-04-29 14:45:15 +0100976/* FIXME!!! */
977static int config_boot_dev(struct usb_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978{
979 return 0;
980}
981
Alan Cox2742fd82008-04-29 14:45:15 +0100982static int ti_cpu_rev(struct edge_ti_manuf_descriptor *desc)
983{
984 return TI_GET_CPU_REVISION(desc->CpuRev_BoardRev);
985}
986
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987/**
988 * DownloadTIFirmware - Download run-time operating firmware to the TI5052
Alan Cox2742fd82008-04-29 14:45:15 +0100989 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990 * This routine downloads the main operating code into the TI5052, using the
991 * boot code already burned into E2PROM or ROM.
992 */
Alan Cox2742fd82008-04-29 14:45:15 +0100993static int download_fw(struct edgeport_serial *serial)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994{
995 struct device *dev = &serial->serial->dev->dev;
996 int status = 0;
997 int start_address;
998 struct edge_ti_manuf_descriptor *ti_manuf_desc;
999 struct usb_interface_descriptor *interface;
1000 int download_cur_ver;
1001 int download_new_ver;
1002
1003 /* This routine is entered by both the BOOT mode and the Download mode
1004 * We can determine which code is running by the reading the config
1005 * descriptor and if we have only one bulk pipe it is in boot mode
1006 */
1007 serial->product_info.hardware_type = HARDWARE_TYPE_TIUMP;
1008
1009 /* Default to type 2 i2c */
1010 serial->TI_I2C_Type = DTK_ADDR_SPACE_I2C_TYPE_II;
1011
Alan Cox2742fd82008-04-29 14:45:15 +01001012 status = choose_config(serial->serial->dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013 if (status)
1014 return status;
1015
1016 interface = &serial->serial->interface->cur_altsetting->desc;
1017 if (!interface) {
Alan Cox2742fd82008-04-29 14:45:15 +01001018 dev_err(dev, "%s - no interface set, error!\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019 return -ENODEV;
1020 }
1021
Alan Cox2742fd82008-04-29 14:45:15 +01001022 /*
1023 * Setup initial mode -- the default mode 0 is TI_MODE_CONFIGURING
1024 * if we have more than one endpoint we are definitely in download
1025 * mode
1026 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027 if (interface->bNumEndpoints > 1)
1028 serial->product_info.TiMode = TI_MODE_DOWNLOAD;
1029 else
Alan Cox2742fd82008-04-29 14:45:15 +01001030 /* Otherwise we will remain in configuring mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031 serial->product_info.TiMode = TI_MODE_CONFIGURING;
1032
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033 /********************************************************************/
1034 /* Download Mode */
1035 /********************************************************************/
1036 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) {
1037 struct ti_i2c_desc *rom_desc;
1038
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001039 dev_dbg(dev, "%s - RUNNING IN DOWNLOAD MODE\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040
Alan Cox2742fd82008-04-29 14:45:15 +01001041 status = check_i2c_image(serial);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042 if (status) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001043 dev_dbg(dev, "%s - DOWNLOAD MODE -- BAD I2C\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044 return status;
1045 }
Alan Cox2742fd82008-04-29 14:45:15 +01001046
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047 /* Validate Hardware version number
1048 * Read Manufacturing Descriptor from TI Based Edgeport
1049 */
Alan Cox2742fd82008-04-29 14:45:15 +01001050 ti_manuf_desc = kmalloc(sizeof(*ti_manuf_desc), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051 if (!ti_manuf_desc) {
Alan Cox2742fd82008-04-29 14:45:15 +01001052 dev_err(dev, "%s - out of memory.\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053 return -ENOMEM;
1054 }
Alan Cox2742fd82008-04-29 14:45:15 +01001055 status = get_manuf_info(serial, (__u8 *)ti_manuf_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056 if (status) {
Alan Cox2742fd82008-04-29 14:45:15 +01001057 kfree(ti_manuf_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058 return status;
1059 }
1060
Alan Cox2742fd82008-04-29 14:45:15 +01001061 /* Check version number of ION descriptor */
1062 if (!ignore_cpu_rev && ti_cpu_rev(ti_manuf_desc) < 2) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001063 dev_dbg(dev, "%s - Wrong CPU Rev %d (Must be 2)\n",
Alan Cox2742fd82008-04-29 14:45:15 +01001064 __func__, ti_cpu_rev(ti_manuf_desc));
1065 kfree(ti_manuf_desc);
1066 return -EINVAL;
1067 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001068
Alan Cox2742fd82008-04-29 14:45:15 +01001069 rom_desc = kmalloc(sizeof(*rom_desc), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070 if (!rom_desc) {
Alan Cox2742fd82008-04-29 14:45:15 +01001071 dev_err(dev, "%s - out of memory.\n", __func__);
1072 kfree(ti_manuf_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073 return -ENOMEM;
1074 }
1075
Alan Cox2742fd82008-04-29 14:45:15 +01001076 /* Search for type 2 record (firmware record) */
1077 start_address = get_descriptor_addr(serial,
1078 I2C_DESC_TYPE_FIRMWARE_BASIC, rom_desc);
1079 if (start_address != 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080 struct ti_i2c_firmware_rec *firmware_version;
Johan Hovolde9305d22009-12-28 23:01:50 +01001081 u8 *record;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001083 dev_dbg(dev, "%s - Found Type FIRMWARE (Type 2) record\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084
Alan Cox2742fd82008-04-29 14:45:15 +01001085 firmware_version = kmalloc(sizeof(*firmware_version),
1086 GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087 if (!firmware_version) {
Alan Cox2742fd82008-04-29 14:45:15 +01001088 dev_err(dev, "%s - out of memory.\n", __func__);
1089 kfree(rom_desc);
1090 kfree(ti_manuf_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091 return -ENOMEM;
1092 }
1093
Alan Cox2742fd82008-04-29 14:45:15 +01001094 /* Validate version number
1095 * Read the descriptor data
1096 */
1097 status = read_rom(serial, start_address +
1098 sizeof(struct ti_i2c_desc),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099 sizeof(struct ti_i2c_firmware_rec),
1100 (__u8 *)firmware_version);
1101 if (status) {
Alan Cox2742fd82008-04-29 14:45:15 +01001102 kfree(firmware_version);
1103 kfree(rom_desc);
1104 kfree(ti_manuf_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105 return status;
1106 }
1107
Alan Cox2742fd82008-04-29 14:45:15 +01001108 /* Check version number of download with current
1109 version in I2c */
1110 download_cur_ver = (firmware_version->Ver_Major << 8) +
Linus Torvalds1da177e2005-04-16 15:20:36 -07001111 (firmware_version->Ver_Minor);
Jaswinder Singhd12b2192008-07-04 23:06:09 +05301112 download_new_ver = (OperationalMajorVersion << 8) +
1113 (OperationalMinorVersion);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001115 dev_dbg(dev, "%s - >> FW Versions Device %d.%d Driver %d.%d\n",
1116 __func__, firmware_version->Ver_Major,
1117 firmware_version->Ver_Minor,
1118 OperationalMajorVersion,
1119 OperationalMinorVersion);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120
Alan Cox2742fd82008-04-29 14:45:15 +01001121 /* Check if we have an old version in the I2C and
1122 update if necessary */
Greg Kroah-Hartman0827a9f2010-08-17 15:15:37 -07001123 if (download_cur_ver < download_new_ver) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001124 dev_dbg(dev, "%s - Update I2C dld from %d.%d to %d.%d\n",
1125 __func__,
1126 firmware_version->Ver_Major,
1127 firmware_version->Ver_Minor,
1128 OperationalMajorVersion,
1129 OperationalMinorVersion);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001130
Johan Hovolde9305d22009-12-28 23:01:50 +01001131 record = kmalloc(1, GFP_KERNEL);
1132 if (!record) {
1133 dev_err(dev, "%s - out of memory.\n",
1134 __func__);
1135 kfree(firmware_version);
1136 kfree(rom_desc);
1137 kfree(ti_manuf_desc);
1138 return -ENOMEM;
1139 }
Alan Cox2742fd82008-04-29 14:45:15 +01001140 /* In order to update the I2C firmware we must
1141 * change the type 2 record to type 0xF2. This
1142 * will force the UMP to come up in Boot Mode.
1143 * Then while in boot mode, the driver will
1144 * download the latest firmware (padded to
1145 * 15.5k) into the UMP ram. Finally when the
1146 * device comes back up in download mode the
1147 * driver will cause the new firmware to be
1148 * copied from the UMP Ram to I2C and the
1149 * firmware will update the record type from
1150 * 0xf2 to 0x02.
1151 */
Johan Hovolde9305d22009-12-28 23:01:50 +01001152 *record = I2C_DESC_TYPE_FIRMWARE_BLANK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153
Alan Cox2742fd82008-04-29 14:45:15 +01001154 /* Change the I2C Firmware record type to
1155 0xf2 to trigger an update */
1156 status = write_rom(serial, start_address,
Johan Hovolde9305d22009-12-28 23:01:50 +01001157 sizeof(*record), record);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158 if (status) {
Johan Hovolde9305d22009-12-28 23:01:50 +01001159 kfree(record);
Alan Cox2742fd82008-04-29 14:45:15 +01001160 kfree(firmware_version);
1161 kfree(rom_desc);
1162 kfree(ti_manuf_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163 return status;
1164 }
1165
Alan Cox2742fd82008-04-29 14:45:15 +01001166 /* verify the write -- must do this in order
1167 * for write to complete before we do the
1168 * hardware reset
1169 */
1170 status = read_rom(serial,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171 start_address,
Johan Hovolde9305d22009-12-28 23:01:50 +01001172 sizeof(*record),
1173 record);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174 if (status) {
Johan Hovolde9305d22009-12-28 23:01:50 +01001175 kfree(record);
Alan Cox2742fd82008-04-29 14:45:15 +01001176 kfree(firmware_version);
1177 kfree(rom_desc);
1178 kfree(ti_manuf_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179 return status;
1180 }
1181
Johan Hovolde9305d22009-12-28 23:01:50 +01001182 if (*record != I2C_DESC_TYPE_FIRMWARE_BLANK) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001183 dev_err(dev, "%s - error resetting device\n", __func__);
Johan Hovolde9305d22009-12-28 23:01:50 +01001184 kfree(record);
Alan Cox2742fd82008-04-29 14:45:15 +01001185 kfree(firmware_version);
1186 kfree(rom_desc);
1187 kfree(ti_manuf_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188 return -ENODEV;
1189 }
1190
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001191 dev_dbg(dev, "%s - HARDWARE RESET\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192
Alan Cox2742fd82008-04-29 14:45:15 +01001193 /* Reset UMP -- Back to BOOT MODE */
1194 status = ti_vsend_sync(serial->serial->dev,
1195 UMPC_HARDWARE_RESET,
1196 0, 0, NULL, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001198 dev_dbg(dev, "%s - HARDWARE RESET return %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199
1200 /* return an error on purpose. */
Johan Hovolde9305d22009-12-28 23:01:50 +01001201 kfree(record);
Alan Cox2742fd82008-04-29 14:45:15 +01001202 kfree(firmware_version);
1203 kfree(rom_desc);
1204 kfree(ti_manuf_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205 return -ENODEV;
1206 }
Alan Cox2742fd82008-04-29 14:45:15 +01001207 kfree(firmware_version);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208 }
Alan Cox2742fd82008-04-29 14:45:15 +01001209 /* Search for type 0xF2 record (firmware blank record) */
1210 else if ((start_address = get_descriptor_addr(serial, I2C_DESC_TYPE_FIRMWARE_BLANK, rom_desc)) != 0) {
1211#define HEADER_SIZE (sizeof(struct ti_i2c_desc) + \
1212 sizeof(struct ti_i2c_firmware_rec))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213 __u8 *header;
1214 __u8 *vheader;
1215
Alan Cox2742fd82008-04-29 14:45:15 +01001216 header = kmalloc(HEADER_SIZE, GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217 if (!header) {
Alan Cox2742fd82008-04-29 14:45:15 +01001218 dev_err(dev, "%s - out of memory.\n", __func__);
1219 kfree(rom_desc);
1220 kfree(ti_manuf_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221 return -ENOMEM;
1222 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223
Alan Cox2742fd82008-04-29 14:45:15 +01001224 vheader = kmalloc(HEADER_SIZE, GFP_KERNEL);
1225 if (!vheader) {
1226 dev_err(dev, "%s - out of memory.\n", __func__);
1227 kfree(header);
1228 kfree(rom_desc);
1229 kfree(ti_manuf_desc);
1230 return -ENOMEM;
1231 }
1232
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001233 dev_dbg(dev, "%s - Found Type BLANK FIRMWARE (Type F2) record\n", __func__);
Alan Cox2742fd82008-04-29 14:45:15 +01001234
1235 /*
1236 * In order to update the I2C firmware we must change
1237 * the type 2 record to type 0xF2. This will force the
1238 * UMP to come up in Boot Mode. Then while in boot
1239 * mode, the driver will download the latest firmware
1240 * (padded to 15.5k) into the UMP ram. Finally when the
1241 * device comes back up in download mode the driver
1242 * will cause the new firmware to be copied from the
1243 * UMP Ram to I2C and the firmware will update the
1244 * record type from 0xf2 to 0x02.
1245 */
1246 status = build_i2c_fw_hdr(header, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001247 if (status) {
Alan Cox2742fd82008-04-29 14:45:15 +01001248 kfree(vheader);
1249 kfree(header);
1250 kfree(rom_desc);
1251 kfree(ti_manuf_desc);
Roel Kluinfd6e5bb2010-08-10 14:29:19 -07001252 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253 }
1254
Alan Cox2742fd82008-04-29 14:45:15 +01001255 /* Update I2C with type 0xf2 record with correct
1256 size and checksum */
1257 status = write_rom(serial,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258 start_address,
1259 HEADER_SIZE,
1260 header);
1261 if (status) {
Alan Cox2742fd82008-04-29 14:45:15 +01001262 kfree(vheader);
1263 kfree(header);
1264 kfree(rom_desc);
1265 kfree(ti_manuf_desc);
Roel Kluin9800eb32010-07-20 15:29:08 -07001266 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267 }
1268
Alan Cox2742fd82008-04-29 14:45:15 +01001269 /* verify the write -- must do this in order for
1270 write to complete before we do the hardware reset */
1271 status = read_rom(serial, start_address,
1272 HEADER_SIZE, vheader);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273
1274 if (status) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001275 dev_dbg(dev, "%s - can't read header back\n", __func__);
Alan Cox2742fd82008-04-29 14:45:15 +01001276 kfree(vheader);
1277 kfree(header);
1278 kfree(rom_desc);
1279 kfree(ti_manuf_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280 return status;
1281 }
1282 if (memcmp(vheader, header, HEADER_SIZE)) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001283 dev_dbg(dev, "%s - write download record failed\n", __func__);
Alan Cox2742fd82008-04-29 14:45:15 +01001284 kfree(vheader);
1285 kfree(header);
1286 kfree(rom_desc);
1287 kfree(ti_manuf_desc);
Roel Kluin1e297092010-07-02 00:36:43 +02001288 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289 }
1290
Alan Cox2742fd82008-04-29 14:45:15 +01001291 kfree(vheader);
1292 kfree(header);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001294 dev_dbg(dev, "%s - Start firmware update\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295
Alan Cox2742fd82008-04-29 14:45:15 +01001296 /* Tell firmware to copy download image into I2C */
1297 status = ti_vsend_sync(serial->serial->dev,
1298 UMPC_COPY_DNLD_TO_I2C, 0, 0, NULL, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001300 dev_dbg(dev, "%s - Update complete 0x%x\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301 if (status) {
Alan Cox2742fd82008-04-29 14:45:15 +01001302 dev_err(dev,
1303 "%s - UMPC_COPY_DNLD_TO_I2C failed\n",
1304 __func__);
1305 kfree(rom_desc);
1306 kfree(ti_manuf_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307 return status;
1308 }
1309 }
1310
1311 // The device is running the download code
Alan Cox2742fd82008-04-29 14:45:15 +01001312 kfree(rom_desc);
1313 kfree(ti_manuf_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314 return 0;
1315 }
1316
1317 /********************************************************************/
1318 /* Boot Mode */
1319 /********************************************************************/
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001320 dev_dbg(dev, "%s - RUNNING IN BOOT MODE\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321
Alan Cox2742fd82008-04-29 14:45:15 +01001322 /* Configure the TI device so we can use the BULK pipes for download */
1323 status = config_boot_dev(serial->serial->dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324 if (status)
1325 return status;
1326
Alan Cox2742fd82008-04-29 14:45:15 +01001327 if (le16_to_cpu(serial->serial->dev->descriptor.idVendor)
1328 != USB_VENDOR_ID_ION) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001329 dev_dbg(dev, "%s - VID = 0x%x\n", __func__,
1330 le16_to_cpu(serial->serial->dev->descriptor.idVendor));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331 serial->TI_I2C_Type = DTK_ADDR_SPACE_I2C_TYPE_II;
Alan Cox2742fd82008-04-29 14:45:15 +01001332 goto stayinbootmode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333 }
1334
Alan Cox2742fd82008-04-29 14:45:15 +01001335 /* We have an ION device (I2c Must be programmed)
1336 Determine I2C image type */
1337 if (i2c_type_bootmode(serial))
1338 goto stayinbootmode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339
Alan Cox2742fd82008-04-29 14:45:15 +01001340 /* Check for ION Vendor ID and that the I2C is valid */
1341 if (!check_i2c_image(serial)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342 struct ti_i2c_image_header *header;
1343 int i;
1344 __u8 cs = 0;
1345 __u8 *buffer;
1346 int buffer_size;
Jaswinder Singhd12b2192008-07-04 23:06:09 +05301347 int err;
1348 const struct firmware *fw;
1349 const char *fw_name = "edgeport/down3.bin";
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350
1351 /* Validate Hardware version number
1352 * Read Manufacturing Descriptor from TI Based Edgeport
1353 */
Alan Cox2742fd82008-04-29 14:45:15 +01001354 ti_manuf_desc = kmalloc(sizeof(*ti_manuf_desc), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355 if (!ti_manuf_desc) {
Alan Cox2742fd82008-04-29 14:45:15 +01001356 dev_err(dev, "%s - out of memory.\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357 return -ENOMEM;
1358 }
Alan Cox2742fd82008-04-29 14:45:15 +01001359 status = get_manuf_info(serial, (__u8 *)ti_manuf_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360 if (status) {
Alan Cox2742fd82008-04-29 14:45:15 +01001361 kfree(ti_manuf_desc);
1362 goto stayinbootmode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363 }
1364
Alan Cox2742fd82008-04-29 14:45:15 +01001365 /* Check for version 2 */
1366 if (!ignore_cpu_rev && ti_cpu_rev(ti_manuf_desc) < 2) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001367 dev_dbg(dev, "%s - Wrong CPU Rev %d (Must be 2)\n",
1368 __func__, ti_cpu_rev(ti_manuf_desc));
Alan Cox2742fd82008-04-29 14:45:15 +01001369 kfree(ti_manuf_desc);
1370 goto stayinbootmode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371 }
1372
Alan Cox2742fd82008-04-29 14:45:15 +01001373 kfree(ti_manuf_desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375 /*
Alan Cox2742fd82008-04-29 14:45:15 +01001376 * In order to update the I2C firmware we must change the type
1377 * 2 record to type 0xF2. This will force the UMP to come up
1378 * in Boot Mode. Then while in boot mode, the driver will
1379 * download the latest firmware (padded to 15.5k) into the
1380 * UMP ram. Finally when the device comes back up in download
1381 * mode the driver will cause the new firmware to be copied
1382 * from the UMP Ram to I2C and the firmware will update the
1383 * record type from 0xf2 to 0x02.
1384 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385 * Do we really have to copy the whole firmware image,
1386 * or could we do this in place!
1387 */
1388
Alan Cox2742fd82008-04-29 14:45:15 +01001389 /* Allocate a 15.5k buffer + 3 byte header */
1390 buffer_size = (((1024 * 16) - 512) +
1391 sizeof(struct ti_i2c_image_header));
1392 buffer = kmalloc(buffer_size, GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393 if (!buffer) {
Alan Cox2742fd82008-04-29 14:45:15 +01001394 dev_err(dev, "%s - out of memory\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395 return -ENOMEM;
1396 }
Alan Cox2742fd82008-04-29 14:45:15 +01001397
1398 /* Initialize the buffer to 0xff (pad the buffer) */
1399 memset(buffer, 0xff, buffer_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400
Jaswinder Singhd12b2192008-07-04 23:06:09 +05301401 err = request_firmware(&fw, fw_name, dev);
1402 if (err) {
Greg Kroah-Hartmand9bb03d2012-09-18 16:59:23 +01001403 dev_err(dev, "Failed to load image \"%s\" err %d\n",
1404 fw_name, err);
Jaswinder Singhd12b2192008-07-04 23:06:09 +05301405 kfree(buffer);
1406 return err;
1407 }
1408 memcpy(buffer, &fw->data[4], fw->size - 4);
1409 release_firmware(fw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001410
Alan Cox2742fd82008-04-29 14:45:15 +01001411 for (i = sizeof(struct ti_i2c_image_header);
1412 i < buffer_size; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413 cs = (__u8)(cs + buffer[i]);
1414 }
Alan Cox2742fd82008-04-29 14:45:15 +01001415
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416 header = (struct ti_i2c_image_header *)buffer;
Alan Cox2742fd82008-04-29 14:45:15 +01001417
1418 /* update length and checksum after padding */
1419 header->Length = cpu_to_le16((__u16)(buffer_size -
1420 sizeof(struct ti_i2c_image_header)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421 header->CheckSum = cs;
1422
Alan Cox2742fd82008-04-29 14:45:15 +01001423 /* Download the operational code */
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001424 dev_dbg(dev, "%s - Downloading operational code image (TI UMP)\n", __func__);
Alan Cox2742fd82008-04-29 14:45:15 +01001425 status = download_code(serial, buffer, buffer_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001426
Alan Cox2742fd82008-04-29 14:45:15 +01001427 kfree(buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428
1429 if (status) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001430 dev_dbg(dev, "%s - Error downloading operational code image\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431 return status;
1432 }
1433
Alan Cox2742fd82008-04-29 14:45:15 +01001434 /* Device will reboot */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001435 serial->product_info.TiMode = TI_MODE_TRANSITIONING;
1436
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001437 dev_dbg(dev, "%s - Download successful -- Device rebooting...\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438
1439 /* return an error on purpose */
1440 return -ENODEV;
1441 }
1442
Alan Cox2742fd82008-04-29 14:45:15 +01001443stayinbootmode:
1444 /* Eprom is invalid or blank stay in boot mode */
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001445 dev_dbg(dev, "%s - STAYING IN BOOT MODE\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446 serial->product_info.TiMode = TI_MODE_BOOT;
1447
1448 return 0;
1449}
1450
1451
Alan Cox2742fd82008-04-29 14:45:15 +01001452static int ti_do_config(struct edgeport_port *port, int feature, int on)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453{
1454 int port_number = port->port->number - port->port->serial->minor;
Alan Cox2742fd82008-04-29 14:45:15 +01001455 on = !!on; /* 1 or 0 not bitmask */
1456 return send_cmd(port->port->serial->dev,
1457 feature, (__u8)(UMPM_UART1_PORT + port_number),
1458 on, NULL, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459}
1460
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461
Alan Cox2742fd82008-04-29 14:45:15 +01001462static int restore_mcr(struct edgeport_port *port, __u8 mcr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463{
1464 int status = 0;
1465
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001466 dev_dbg(&port->port->dev, "%s - %x\n", __func__, mcr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467
Alan Cox2742fd82008-04-29 14:45:15 +01001468 status = ti_do_config(port, UMPC_SET_CLR_DTR, mcr & MCR_DTR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469 if (status)
1470 return status;
Alan Cox2742fd82008-04-29 14:45:15 +01001471 status = ti_do_config(port, UMPC_SET_CLR_RTS, mcr & MCR_RTS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472 if (status)
1473 return status;
Alan Cox2742fd82008-04-29 14:45:15 +01001474 return ti_do_config(port, UMPC_SET_CLR_LOOPBACK, mcr & MCR_LOOPBACK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475}
1476
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477/* Convert TI LSR to standard UART flags */
Alan Cox2742fd82008-04-29 14:45:15 +01001478static __u8 map_line_status(__u8 ti_lsr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479{
1480 __u8 lsr = 0;
1481
1482#define MAP_FLAG(flagUmp, flagUart) \
1483 if (ti_lsr & flagUmp) \
1484 lsr |= flagUart;
1485
1486 MAP_FLAG(UMP_UART_LSR_OV_MASK, LSR_OVER_ERR) /* overrun */
1487 MAP_FLAG(UMP_UART_LSR_PE_MASK, LSR_PAR_ERR) /* parity error */
1488 MAP_FLAG(UMP_UART_LSR_FE_MASK, LSR_FRM_ERR) /* framing error */
1489 MAP_FLAG(UMP_UART_LSR_BR_MASK, LSR_BREAK) /* break detected */
Alan Cox2742fd82008-04-29 14:45:15 +01001490 MAP_FLAG(UMP_UART_LSR_RX_MASK, LSR_RX_AVAIL) /* rx data available */
1491 MAP_FLAG(UMP_UART_LSR_TX_MASK, LSR_TX_EMPTY) /* tx hold reg empty */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492
1493#undef MAP_FLAG
1494
1495 return lsr;
1496}
1497
Alan Cox2742fd82008-04-29 14:45:15 +01001498static void handle_new_msr(struct edgeport_port *edge_port, __u8 msr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499{
1500 struct async_icount *icount;
1501 struct tty_struct *tty;
1502
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001503 dev_dbg(&edge_port->port->dev, "%s - %02x\n", __func__, msr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504
Alan Cox2742fd82008-04-29 14:45:15 +01001505 if (msr & (EDGEPORT_MSR_DELTA_CTS | EDGEPORT_MSR_DELTA_DSR |
1506 EDGEPORT_MSR_DELTA_RI | EDGEPORT_MSR_DELTA_CD)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507 icount = &edge_port->icount;
1508
1509 /* update input line counters */
1510 if (msr & EDGEPORT_MSR_DELTA_CTS)
1511 icount->cts++;
1512 if (msr & EDGEPORT_MSR_DELTA_DSR)
1513 icount->dsr++;
1514 if (msr & EDGEPORT_MSR_DELTA_CD)
1515 icount->dcd++;
1516 if (msr & EDGEPORT_MSR_DELTA_RI)
1517 icount->rng++;
Alan Cox2742fd82008-04-29 14:45:15 +01001518 wake_up_interruptible(&edge_port->delta_msr_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519 }
1520
1521 /* Save the new modem status */
1522 edge_port->shadow_msr = msr & 0xf0;
1523
Alan Cox4a90f092008-10-13 10:39:46 +01001524 tty = tty_port_tty_get(&edge_port->port->port);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525 /* handle CTS flow control */
1526 if (tty && C_CRTSCTS(tty)) {
1527 if (msr & EDGEPORT_MSR_CTS) {
1528 tty->hw_stopped = 0;
1529 tty_wakeup(tty);
1530 } else {
1531 tty->hw_stopped = 1;
1532 }
1533 }
Alan Cox4a90f092008-10-13 10:39:46 +01001534 tty_kref_put(tty);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535}
1536
Alan Cox2742fd82008-04-29 14:45:15 +01001537static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data,
1538 __u8 lsr, __u8 data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539{
1540 struct async_icount *icount;
Alan Cox2742fd82008-04-29 14:45:15 +01001541 __u8 new_lsr = (__u8)(lsr & (__u8)(LSR_OVER_ERR | LSR_PAR_ERR |
1542 LSR_FRM_ERR | LSR_BREAK));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001544 dev_dbg(&edge_port->port->dev, "%s - %02x\n", __func__, new_lsr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001545
1546 edge_port->shadow_lsr = lsr;
1547
Alan Cox2742fd82008-04-29 14:45:15 +01001548 if (new_lsr & LSR_BREAK)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549 /*
1550 * Parity and Framing errors only count if they
1551 * occur exclusive of a break being received.
1552 */
1553 new_lsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001554
1555 /* Place LSR data byte into Rx buffer */
Jiri Slaby2e124b42013-01-03 15:53:06 +01001556 if (lsr_data)
1557 edge_tty_recv(edge_port->port, &data, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558
1559 /* update input line counters */
1560 icount = &edge_port->icount;
1561 if (new_lsr & LSR_BREAK)
1562 icount->brk++;
1563 if (new_lsr & LSR_OVER_ERR)
1564 icount->overrun++;
1565 if (new_lsr & LSR_PAR_ERR)
1566 icount->parity++;
1567 if (new_lsr & LSR_FRM_ERR)
1568 icount->frame++;
1569}
1570
1571
Alan Cox2742fd82008-04-29 14:45:15 +01001572static void edge_interrupt_callback(struct urb *urb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573{
Ming Leicdc97792008-02-24 18:41:47 +08001574 struct edgeport_serial *edge_serial = urb->context;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001575 struct usb_serial_port *port;
1576 struct edgeport_port *edge_port;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001577 struct device *dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578 unsigned char *data = urb->transfer_buffer;
1579 int length = urb->actual_length;
1580 int port_number;
1581 int function;
Greg Kroah-Hartmanee337c22007-06-15 15:44:13 -07001582 int retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583 __u8 lsr;
1584 __u8 msr;
Greg Kroah-Hartmanee337c22007-06-15 15:44:13 -07001585 int status = urb->status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001586
Greg Kroah-Hartmanee337c22007-06-15 15:44:13 -07001587 switch (status) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588 case 0:
1589 /* success */
1590 break;
1591 case -ECONNRESET:
1592 case -ENOENT:
1593 case -ESHUTDOWN:
1594 /* this urb is terminated, clean up */
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001595 dev_dbg(&urb->dev->dev, "%s - urb shutting down with status: %d\n",
Harvey Harrison441b62c2008-03-03 16:08:34 -08001596 __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597 return;
1598 default:
Greg Kroah-Hartmanee337c22007-06-15 15:44:13 -07001599 dev_err(&urb->dev->dev, "%s - nonzero urb status received: "
Harvey Harrison441b62c2008-03-03 16:08:34 -08001600 "%d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601 goto exit;
1602 }
1603
1604 if (!length) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001605 dev_dbg(&urb->dev->dev, "%s - no data in urb\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606 goto exit;
1607 }
1608
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001609 dev = &edge_serial->serial->dev->dev;
Greg Kroah-Hartman59d33f22012-09-18 09:58:57 +01001610 usb_serial_debug_data(dev, __func__, length, data);
Alan Cox2742fd82008-04-29 14:45:15 +01001611
1612 if (length != 2) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001613 dev_dbg(dev, "%s - expecting packet of size 2, got %d\n", __func__, length);
Alan Cox2742fd82008-04-29 14:45:15 +01001614 goto exit;
1615 }
1616
1617 port_number = TIUMP_GET_PORT_FROM_CODE(data[0]);
1618 function = TIUMP_GET_FUNC_FROM_CODE(data[0]);
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001619 dev_dbg(dev, "%s - port_number %d, function %d, info 0x%x\n", __func__,
1620 port_number, function, data[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621 port = edge_serial->serial->port[port_number];
1622 edge_port = usb_get_serial_port_data(port);
1623 if (!edge_port) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001624 dev_dbg(dev, "%s - edge_port not found\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625 return;
1626 }
1627 switch (function) {
1628 case TIUMP_INTERRUPT_CODE_LSR:
Alan Cox2742fd82008-04-29 14:45:15 +01001629 lsr = map_line_status(data[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630 if (lsr & UMP_UART_LSR_DATA_MASK) {
Alan Cox2742fd82008-04-29 14:45:15 +01001631 /* Save the LSR event for bulk read
1632 completion routine */
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001633 dev_dbg(dev, "%s - LSR Event Port %u LSR Status = %02x\n",
1634 __func__, port_number, lsr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635 edge_port->lsr_event = 1;
1636 edge_port->lsr_mask = lsr;
1637 } else {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001638 dev_dbg(dev, "%s - ===== Port %d LSR Status = %02x ======\n",
1639 __func__, port_number, lsr);
Alan Cox2742fd82008-04-29 14:45:15 +01001640 handle_new_lsr(edge_port, 0, lsr, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641 }
1642 break;
1643
Alan Cox2742fd82008-04-29 14:45:15 +01001644 case TIUMP_INTERRUPT_CODE_MSR: /* MSR */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645 /* Copy MSR from UMP */
1646 msr = data[1];
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001647 dev_dbg(dev, "%s - ===== Port %u MSR Status = %02x ======\n",
1648 __func__, port_number, msr);
Alan Cox2742fd82008-04-29 14:45:15 +01001649 handle_new_msr(edge_port, msr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650 break;
1651
1652 default:
Alan Cox2742fd82008-04-29 14:45:15 +01001653 dev_err(&urb->dev->dev,
1654 "%s - Unknown Interrupt code from UMP %x\n",
1655 __func__, data[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656 break;
Alan Cox2742fd82008-04-29 14:45:15 +01001657
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658 }
1659
1660exit:
Alan Cox2742fd82008-04-29 14:45:15 +01001661 retval = usb_submit_urb(urb, GFP_ATOMIC);
Greg Kroah-Hartmanee337c22007-06-15 15:44:13 -07001662 if (retval)
Alan Cox2742fd82008-04-29 14:45:15 +01001663 dev_err(&urb->dev->dev,
1664 "%s - usb_submit_urb failed with result %d\n",
Harvey Harrison441b62c2008-03-03 16:08:34 -08001665 __func__, retval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666}
1667
Alan Cox2742fd82008-04-29 14:45:15 +01001668static void edge_bulk_in_callback(struct urb *urb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001669{
Ming Leicdc97792008-02-24 18:41:47 +08001670 struct edgeport_port *edge_port = urb->context;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001671 struct device *dev = &edge_port->port->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672 unsigned char *data = urb->transfer_buffer;
Greg Kroah-Hartmanee337c22007-06-15 15:44:13 -07001673 int retval = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674 int port_number;
Greg Kroah-Hartmanee337c22007-06-15 15:44:13 -07001675 int status = urb->status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676
Greg Kroah-Hartmanee337c22007-06-15 15:44:13 -07001677 switch (status) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678 case 0:
1679 /* success */
1680 break;
1681 case -ECONNRESET:
1682 case -ENOENT:
1683 case -ESHUTDOWN:
1684 /* this urb is terminated, clean up */
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001685 dev_dbg(&urb->dev->dev, "%s - urb shutting down with status: %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686 return;
1687 default:
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001688 dev_err(&urb->dev->dev, "%s - nonzero read bulk status received: %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689 }
1690
Greg Kroah-Hartmanee337c22007-06-15 15:44:13 -07001691 if (status == -EPIPE)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692 goto exit;
1693
Greg Kroah-Hartmanee337c22007-06-15 15:44:13 -07001694 if (status) {
Alan Cox2742fd82008-04-29 14:45:15 +01001695 dev_err(&urb->dev->dev, "%s - stopping read!\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696 return;
1697 }
1698
1699 port_number = edge_port->port->number - edge_port->port->serial->minor;
1700
1701 if (edge_port->lsr_event) {
1702 edge_port->lsr_event = 0;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001703 dev_dbg(dev, "%s ===== Port %u LSR Status = %02x, Data = %02x ======\n",
1704 __func__, port_number, edge_port->lsr_mask, *data);
Alan Cox2742fd82008-04-29 14:45:15 +01001705 handle_new_lsr(edge_port, 1, edge_port->lsr_mask, *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706 /* Adjust buffer length/pointer */
1707 --urb->actual_length;
1708 ++data;
1709 }
1710
Jiri Slaby2e124b42013-01-03 15:53:06 +01001711 if (urb->actual_length) {
Greg Kroah-Hartman59d33f22012-09-18 09:58:57 +01001712 usb_serial_debug_data(dev, __func__, urb->actual_length, data);
Alan Cox2742fd82008-04-29 14:45:15 +01001713 if (edge_port->close_pending)
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001714 dev_dbg(dev, "%s - close pending, dropping data on the floor\n",
Alan Cox2742fd82008-04-29 14:45:15 +01001715 __func__);
1716 else
Jiri Slaby2e124b42013-01-03 15:53:06 +01001717 edge_tty_recv(edge_port->port, data,
Jiri Slaby05c7cd32013-01-03 15:53:04 +01001718 urb->actual_length);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719 edge_port->icount.rx += urb->actual_length;
1720 }
1721
1722exit:
1723 /* continue read unless stopped */
1724 spin_lock(&edge_port->ep_lock);
Johan Hovold58330412011-11-06 19:06:28 +01001725 if (edge_port->ep_read_urb_state == EDGE_READ_URB_RUNNING)
Greg Kroah-Hartmanee337c22007-06-15 15:44:13 -07001726 retval = usb_submit_urb(urb, GFP_ATOMIC);
Johan Hovold58330412011-11-06 19:06:28 +01001727 else if (edge_port->ep_read_urb_state == EDGE_READ_URB_STOPPING)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001728 edge_port->ep_read_urb_state = EDGE_READ_URB_STOPPED;
Johan Hovold58330412011-11-06 19:06:28 +01001729
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730 spin_unlock(&edge_port->ep_lock);
Greg Kroah-Hartmanee337c22007-06-15 15:44:13 -07001731 if (retval)
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001732 dev_err(dev, "%s - usb_submit_urb failed with result %d\n", __func__, retval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733}
1734
Jiri Slaby2e124b42013-01-03 15:53:06 +01001735static void edge_tty_recv(struct usb_serial_port *port, unsigned char *data,
1736 int length)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737{
Alan Cox2742fd82008-04-29 14:45:15 +01001738 int queued;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739
Jiri Slaby05c7cd32013-01-03 15:53:04 +01001740 queued = tty_insert_flip_string(&port->port, data, length);
Alan Cox2742fd82008-04-29 14:45:15 +01001741 if (queued < length)
Jiri Slaby05c7cd32013-01-03 15:53:04 +01001742 dev_err(&port->dev, "%s - dropping data, %d bytes lost\n",
Alan Cox2742fd82008-04-29 14:45:15 +01001743 __func__, length - queued);
Jiri Slaby2e124b42013-01-03 15:53:06 +01001744 tty_flip_buffer_push(&port->port);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745}
1746
Alan Cox2742fd82008-04-29 14:45:15 +01001747static void edge_bulk_out_callback(struct urb *urb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748{
Ming Leicdc97792008-02-24 18:41:47 +08001749 struct usb_serial_port *port = urb->context;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
Greg Kroah-Hartmanee337c22007-06-15 15:44:13 -07001751 int status = urb->status;
Alan Cox4a90f092008-10-13 10:39:46 +01001752 struct tty_struct *tty;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753
Linus Torvalds1da177e2005-04-16 15:20:36 -07001754 edge_port->ep_write_urb_in_use = 0;
1755
Greg Kroah-Hartmanee337c22007-06-15 15:44:13 -07001756 switch (status) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757 case 0:
1758 /* success */
1759 break;
1760 case -ECONNRESET:
1761 case -ENOENT:
1762 case -ESHUTDOWN:
1763 /* this urb is terminated, clean up */
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001764 dev_dbg(&urb->dev->dev, "%s - urb shutting down with status: %d\n",
Harvey Harrison441b62c2008-03-03 16:08:34 -08001765 __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766 return;
1767 default:
Johan Hovold22a416c2012-02-10 13:20:51 +01001768 dev_err_console(port, "%s - nonzero write bulk status "
Harvey Harrison441b62c2008-03-03 16:08:34 -08001769 "received: %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770 }
1771
1772 /* send any buffered data */
Alan Cox4a90f092008-10-13 10:39:46 +01001773 tty = tty_port_tty_get(&port->port);
1774 edge_send(tty);
1775 tty_kref_put(tty);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776}
1777
Alan Coxa509a7e2009-09-19 13:13:26 -07001778static int edge_open(struct tty_struct *tty, struct usb_serial_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779{
1780 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1781 struct edgeport_serial *edge_serial;
1782 struct usb_device *dev;
1783 struct urb *urb;
1784 int port_number;
1785 int status;
1786 u16 open_settings;
1787 u8 transaction_timeout;
1788
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789 if (edge_port == NULL)
1790 return -ENODEV;
1791
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792 port_number = port->number - port->serial->minor;
1793 switch (port_number) {
Alan Cox2742fd82008-04-29 14:45:15 +01001794 case 0:
1795 edge_port->uart_base = UMPMEM_BASE_UART1;
1796 edge_port->dma_address = UMPD_OEDB1_ADDRESS;
1797 break;
1798 case 1:
1799 edge_port->uart_base = UMPMEM_BASE_UART2;
1800 edge_port->dma_address = UMPD_OEDB2_ADDRESS;
1801 break;
1802 default:
1803 dev_err(&port->dev, "Unknown port number!!!\n");
1804 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805 }
1806
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001807 dev_dbg(&port->dev, "%s - port_number = %d, uart_base = %04x, dma_address = %04x\n",
1808 __func__, port_number, edge_port->uart_base, edge_port->dma_address);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809
1810 dev = port->serial->dev;
1811
Alan Cox2742fd82008-04-29 14:45:15 +01001812 memset(&(edge_port->icount), 0x00, sizeof(edge_port->icount));
1813 init_waitqueue_head(&edge_port->delta_msr_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814
1815 /* turn off loopback */
Alan Cox2742fd82008-04-29 14:45:15 +01001816 status = ti_do_config(edge_port, UMPC_SET_CLR_LOOPBACK, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817 if (status) {
Alan Cox2742fd82008-04-29 14:45:15 +01001818 dev_err(&port->dev,
1819 "%s - cannot send clear loopback command, %d\n",
Harvey Harrison441b62c2008-03-03 16:08:34 -08001820 __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821 return status;
1822 }
Alan Cox2742fd82008-04-29 14:45:15 +01001823
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824 /* set up the port settings */
Alan Cox95da3102008-07-22 11:09:07 +01001825 if (tty)
Alan Coxadc8d742012-07-14 15:31:47 +01001826 edge_set_termios(tty, port, &tty->termios);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827
1828 /* open up the port */
1829
1830 /* milliseconds to timeout for DMA transfer */
1831 transaction_timeout = 2;
1832
Alan Cox2742fd82008-04-29 14:45:15 +01001833 edge_port->ump_read_timeout =
1834 max(20, ((transaction_timeout * 3) / 2));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835
Alan Cox2742fd82008-04-29 14:45:15 +01001836 /* milliseconds to timeout for DMA transfer */
1837 open_settings = (u8)(UMP_DMA_MODE_CONTINOUS |
1838 UMP_PIPE_TRANS_TIMEOUT_ENA |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839 (transaction_timeout << 2));
1840
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001841 dev_dbg(&port->dev, "%s - Sending UMPC_OPEN_PORT\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842
1843 /* Tell TI to open and start the port */
Alan Cox2742fd82008-04-29 14:45:15 +01001844 status = send_cmd(dev, UMPC_OPEN_PORT,
1845 (u8)(UMPM_UART1_PORT + port_number), open_settings, NULL, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846 if (status) {
Alan Cox2742fd82008-04-29 14:45:15 +01001847 dev_err(&port->dev, "%s - cannot send open command, %d\n",
1848 __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849 return status;
1850 }
1851
1852 /* Start the DMA? */
Alan Cox2742fd82008-04-29 14:45:15 +01001853 status = send_cmd(dev, UMPC_START_PORT,
1854 (u8)(UMPM_UART1_PORT + port_number), 0, NULL, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855 if (status) {
Alan Cox2742fd82008-04-29 14:45:15 +01001856 dev_err(&port->dev, "%s - cannot send start DMA command, %d\n",
1857 __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858 return status;
1859 }
1860
1861 /* Clear TX and RX buffers in UMP */
Alan Cox2742fd82008-04-29 14:45:15 +01001862 status = purge_port(port, UMP_PORT_DIR_OUT | UMP_PORT_DIR_IN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863 if (status) {
Alan Cox2742fd82008-04-29 14:45:15 +01001864 dev_err(&port->dev,
1865 "%s - cannot send clear buffers command, %d\n",
1866 __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867 return status;
1868 }
1869
1870 /* Read Initial MSR */
Alan Cox2742fd82008-04-29 14:45:15 +01001871 status = ti_vread_sync(dev, UMPC_READ_MSR, 0,
1872 (__u16)(UMPM_UART1_PORT + port_number),
1873 &edge_port->shadow_msr, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874 if (status) {
Alan Cox2742fd82008-04-29 14:45:15 +01001875 dev_err(&port->dev, "%s - cannot send read MSR command, %d\n",
1876 __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877 return status;
1878 }
1879
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001880 dev_dbg(&port->dev, "ShadowMSR 0x%X\n", edge_port->shadow_msr);
Alan Cox2742fd82008-04-29 14:45:15 +01001881
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882 /* Set Initial MCR */
1883 edge_port->shadow_mcr = MCR_RTS | MCR_DTR;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001884 dev_dbg(&port->dev, "ShadowMCR 0x%X\n", edge_port->shadow_mcr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885
1886 edge_serial = edge_port->edge_serial;
Matthias Kaehlcke241ca642007-12-04 16:15:40 +01001887 if (mutex_lock_interruptible(&edge_serial->es_lock))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888 return -ERESTARTSYS;
1889 if (edge_serial->num_ports_open == 0) {
Alan Cox2742fd82008-04-29 14:45:15 +01001890 /* we are the first port to open, post the interrupt urb */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891 urb = edge_serial->serial->port[0]->interrupt_in_urb;
1892 if (!urb) {
Alan Cox2742fd82008-04-29 14:45:15 +01001893 dev_err(&port->dev,
1894 "%s - no interrupt urb present, exiting\n",
1895 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896 status = -EINVAL;
Matthias Kaehlcke241ca642007-12-04 16:15:40 +01001897 goto release_es_lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899 urb->context = edge_serial;
Alan Cox2742fd82008-04-29 14:45:15 +01001900 status = usb_submit_urb(urb, GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901 if (status) {
Alan Cox2742fd82008-04-29 14:45:15 +01001902 dev_err(&port->dev,
1903 "%s - usb_submit_urb failed with value %d\n",
1904 __func__, status);
Matthias Kaehlcke241ca642007-12-04 16:15:40 +01001905 goto release_es_lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906 }
1907 }
1908
1909 /*
1910 * reset the data toggle on the bulk endpoints to work around bug in
1911 * host controllers where things get out of sync some times
1912 */
Alan Cox2742fd82008-04-29 14:45:15 +01001913 usb_clear_halt(dev, port->write_urb->pipe);
1914 usb_clear_halt(dev, port->read_urb->pipe);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915
1916 /* start up our bulk read urb */
1917 urb = port->read_urb;
1918 if (!urb) {
Alan Cox2742fd82008-04-29 14:45:15 +01001919 dev_err(&port->dev, "%s - no read urb present, exiting\n",
1920 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921 status = -EINVAL;
1922 goto unlink_int_urb;
1923 }
1924 edge_port->ep_read_urb_state = EDGE_READ_URB_RUNNING;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925 urb->context = edge_port;
Alan Cox2742fd82008-04-29 14:45:15 +01001926 status = usb_submit_urb(urb, GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927 if (status) {
Alan Cox2742fd82008-04-29 14:45:15 +01001928 dev_err(&port->dev,
1929 "%s - read bulk usb_submit_urb failed with value %d\n",
1930 __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931 goto unlink_int_urb;
1932 }
1933
1934 ++edge_serial->num_ports_open;
1935
Matthias Kaehlcke241ca642007-12-04 16:15:40 +01001936 goto release_es_lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937
1938unlink_int_urb:
1939 if (edge_port->edge_serial->num_ports_open == 0)
1940 usb_kill_urb(port->serial->port[0]->interrupt_in_urb);
Matthias Kaehlcke241ca642007-12-04 16:15:40 +01001941release_es_lock:
1942 mutex_unlock(&edge_serial->es_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943 return status;
1944}
1945
Alan Cox335f8512009-06-11 12:26:29 +01001946static void edge_close(struct usb_serial_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947{
1948 struct edgeport_serial *edge_serial;
1949 struct edgeport_port *edge_port;
Johan Hovoldaf581052012-03-26 20:31:38 +02001950 struct usb_serial *serial = port->serial;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951 int port_number;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953 edge_serial = usb_get_serial_data(port->serial);
1954 edge_port = usb_get_serial_port_data(port);
Alan Cox2742fd82008-04-29 14:45:15 +01001955 if (edge_serial == NULL || edge_port == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956 return;
Alan Cox2742fd82008-04-29 14:45:15 +01001957
1958 /* The bulkreadcompletion routine will check
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959 * this flag and dump add read data */
1960 edge_port->close_pending = 1;
1961
1962 /* chase the port close and flush */
Alan Cox2742fd82008-04-29 14:45:15 +01001963 chase_port(edge_port, (HZ * closing_wait) / 100, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964
1965 usb_kill_urb(port->read_urb);
1966 usb_kill_urb(port->write_urb);
1967 edge_port->ep_write_urb_in_use = 0;
1968
1969 /* assuming we can still talk to the device,
1970 * send a close port command to it */
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07001971 dev_dbg(&port->dev, "%s - send umpc_close_port\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972 port_number = port->number - port->serial->minor;
Johan Hovoldaf581052012-03-26 20:31:38 +02001973
1974 mutex_lock(&serial->disc_mutex);
1975 if (!serial->disconnected) {
1976 send_cmd(serial->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977 UMPC_CLOSE_PORT,
1978 (__u8)(UMPM_UART1_PORT + port_number),
1979 0,
1980 NULL,
1981 0);
Johan Hovoldaf581052012-03-26 20:31:38 +02001982 }
1983 mutex_unlock(&serial->disc_mutex);
1984
Matthias Kaehlcke241ca642007-12-04 16:15:40 +01001985 mutex_lock(&edge_serial->es_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986 --edge_port->edge_serial->num_ports_open;
1987 if (edge_port->edge_serial->num_ports_open <= 0) {
1988 /* last port is now closed, let's shut down our interrupt urb */
1989 usb_kill_urb(port->serial->port[0]->interrupt_in_urb);
1990 edge_port->edge_serial->num_ports_open = 0;
1991 }
Matthias Kaehlcke241ca642007-12-04 16:15:40 +01001992 mutex_unlock(&edge_serial->es_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993 edge_port->close_pending = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994}
1995
Alan Cox95da3102008-07-22 11:09:07 +01001996static int edge_write(struct tty_struct *tty, struct usb_serial_port *port,
1997 const unsigned char *data, int count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998{
1999 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001 if (count == 0) {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002002 dev_dbg(&port->dev, "%s - write request of 0 bytes\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002003 return 0;
2004 }
2005
2006 if (edge_port == NULL)
2007 return -ENODEV;
2008 if (edge_port->close_pending == 1)
2009 return -ENODEV;
2010
Johan Hovoldd733cec2010-05-19 00:01:37 +02002011 count = kfifo_in_locked(&edge_port->write_fifo, data, count,
2012 &edge_port->ep_lock);
Alan Cox95da3102008-07-22 11:09:07 +01002013 edge_send(tty);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014
2015 return count;
2016}
2017
Alan Cox95da3102008-07-22 11:09:07 +01002018static void edge_send(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019{
Alan Cox95da3102008-07-22 11:09:07 +01002020 struct usb_serial_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021 int count, result;
2022 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023 unsigned long flags;
2024
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025 spin_lock_irqsave(&edge_port->ep_lock, flags);
2026
2027 if (edge_port->ep_write_urb_in_use) {
2028 spin_unlock_irqrestore(&edge_port->ep_lock, flags);
2029 return;
2030 }
2031
Johan Hovoldd733cec2010-05-19 00:01:37 +02002032 count = kfifo_out(&edge_port->write_fifo,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033 port->write_urb->transfer_buffer,
2034 port->bulk_out_size);
2035
2036 if (count == 0) {
2037 spin_unlock_irqrestore(&edge_port->ep_lock, flags);
2038 return;
2039 }
2040
2041 edge_port->ep_write_urb_in_use = 1;
2042
2043 spin_unlock_irqrestore(&edge_port->ep_lock, flags);
2044
Greg Kroah-Hartman59d33f22012-09-18 09:58:57 +01002045 usb_serial_debug_data(&port->dev, __func__, count, port->write_urb->transfer_buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046
2047 /* set up our urb */
Johan Hovoldfd119612011-11-06 19:06:30 +01002048 port->write_urb->transfer_buffer_length = count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049
2050 /* send the data out the bulk port */
2051 result = usb_submit_urb(port->write_urb, GFP_ATOMIC);
2052 if (result) {
Johan Hovold22a416c2012-02-10 13:20:51 +01002053 dev_err_console(port,
Alan Cox2742fd82008-04-29 14:45:15 +01002054 "%s - failed submitting write urb, error %d\n",
2055 __func__, result);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056 edge_port->ep_write_urb_in_use = 0;
Alan Cox2742fd82008-04-29 14:45:15 +01002057 /* TODO: reschedule edge_send */
2058 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059 edge_port->icount.tx += count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060
2061 /* wakeup any process waiting for writes to complete */
2062 /* there is now more room in the buffer for new writes */
Alan Cox2742fd82008-04-29 14:45:15 +01002063 if (tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064 tty_wakeup(tty);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065}
2066
Alan Cox95da3102008-07-22 11:09:07 +01002067static int edge_write_room(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068{
Alan Cox95da3102008-07-22 11:09:07 +01002069 struct usb_serial_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
2071 int room = 0;
2072 unsigned long flags;
2073
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074 if (edge_port == NULL)
Alan Cox2742fd82008-04-29 14:45:15 +01002075 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076 if (edge_port->close_pending == 1)
Alan Cox2742fd82008-04-29 14:45:15 +01002077 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078
2079 spin_lock_irqsave(&edge_port->ep_lock, flags);
Johan Hovoldd733cec2010-05-19 00:01:37 +02002080 room = kfifo_avail(&edge_port->write_fifo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081 spin_unlock_irqrestore(&edge_port->ep_lock, flags);
2082
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002083 dev_dbg(&port->dev, "%s - returns %d\n", __func__, room);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084 return room;
2085}
2086
Alan Cox95da3102008-07-22 11:09:07 +01002087static int edge_chars_in_buffer(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088{
Alan Cox95da3102008-07-22 11:09:07 +01002089 struct usb_serial_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002090 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
2091 int chars = 0;
2092 unsigned long flags;
2093
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094 if (edge_port == NULL)
Alan Cox2742fd82008-04-29 14:45:15 +01002095 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096 if (edge_port->close_pending == 1)
Alan Cox2742fd82008-04-29 14:45:15 +01002097 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098
2099 spin_lock_irqsave(&edge_port->ep_lock, flags);
Johan Hovoldd733cec2010-05-19 00:01:37 +02002100 chars = kfifo_len(&edge_port->write_fifo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101 spin_unlock_irqrestore(&edge_port->ep_lock, flags);
2102
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002103 dev_dbg(&port->dev, "%s - returns %d\n", __func__, chars);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104 return chars;
2105}
2106
Alan Cox95da3102008-07-22 11:09:07 +01002107static void edge_throttle(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108{
Alan Cox95da3102008-07-22 11:09:07 +01002109 struct usb_serial_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111 int status;
2112
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113 if (edge_port == NULL)
2114 return;
2115
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116 /* if we are implementing XON/XOFF, send the stop character */
2117 if (I_IXOFF(tty)) {
2118 unsigned char stop_char = STOP_CHAR(tty);
Alan Cox95da3102008-07-22 11:09:07 +01002119 status = edge_write(tty, port, &stop_char, 1);
2120 if (status <= 0) {
2121 dev_err(&port->dev, "%s - failed to write stop character, %d\n", __func__, status);
2122 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123 }
2124
2125 /* if we are implementing RTS/CTS, stop reads */
2126 /* and the Edgeport will clear the RTS line */
2127 if (C_CRTSCTS(tty))
2128 stop_read(edge_port);
2129
2130}
2131
Alan Cox95da3102008-07-22 11:09:07 +01002132static void edge_unthrottle(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133{
Alan Cox95da3102008-07-22 11:09:07 +01002134 struct usb_serial_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136 int status;
2137
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138 if (edge_port == NULL)
2139 return;
2140
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141 /* if we are implementing XON/XOFF, send the start character */
2142 if (I_IXOFF(tty)) {
2143 unsigned char start_char = START_CHAR(tty);
Alan Cox95da3102008-07-22 11:09:07 +01002144 status = edge_write(tty, port, &start_char, 1);
2145 if (status <= 0) {
2146 dev_err(&port->dev, "%s - failed to write start character, %d\n", __func__, status);
2147 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149 /* if we are implementing RTS/CTS, restart reads */
2150 /* are the Edgeport will assert the RTS line */
2151 if (C_CRTSCTS(tty)) {
2152 status = restart_read(edge_port);
2153 if (status)
Alan Cox2742fd82008-04-29 14:45:15 +01002154 dev_err(&port->dev,
2155 "%s - read bulk usb_submit_urb failed: %d\n",
2156 __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157 }
2158
2159}
2160
2161static void stop_read(struct edgeport_port *edge_port)
2162{
2163 unsigned long flags;
2164
2165 spin_lock_irqsave(&edge_port->ep_lock, flags);
2166
2167 if (edge_port->ep_read_urb_state == EDGE_READ_URB_RUNNING)
2168 edge_port->ep_read_urb_state = EDGE_READ_URB_STOPPING;
2169 edge_port->shadow_mcr &= ~MCR_RTS;
2170
2171 spin_unlock_irqrestore(&edge_port->ep_lock, flags);
2172}
2173
2174static int restart_read(struct edgeport_port *edge_port)
2175{
2176 struct urb *urb;
2177 int status = 0;
2178 unsigned long flags;
2179
2180 spin_lock_irqsave(&edge_port->ep_lock, flags);
2181
2182 if (edge_port->ep_read_urb_state == EDGE_READ_URB_STOPPED) {
2183 urb = edge_port->port->read_urb;
Oliver Neukumefdff602007-06-05 10:50:48 +02002184 status = usb_submit_urb(urb, GFP_ATOMIC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185 }
2186 edge_port->ep_read_urb_state = EDGE_READ_URB_RUNNING;
2187 edge_port->shadow_mcr |= MCR_RTS;
2188
2189 spin_unlock_irqrestore(&edge_port->ep_lock, flags);
2190
2191 return status;
2192}
2193
Alan Cox95da3102008-07-22 11:09:07 +01002194static void change_port_settings(struct tty_struct *tty,
2195 struct edgeport_port *edge_port, struct ktermios *old_termios)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196{
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002197 struct device *dev = &edge_port->port->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198 struct ump_uart_config *config;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199 int baud;
2200 unsigned cflag;
2201 int status;
Alan Cox2742fd82008-04-29 14:45:15 +01002202 int port_number = edge_port->port->number -
2203 edge_port->port->serial->minor;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002205 dev_dbg(dev, "%s - port %d\n", __func__, edge_port->port->number);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206
Alan Cox95da3102008-07-22 11:09:07 +01002207 config = kmalloc (sizeof (*config), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208 if (!config) {
Alan Coxadc8d742012-07-14 15:31:47 +01002209 tty->termios = *old_termios;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002210 dev_err(dev, "%s - out of memory\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211 return;
2212 }
2213
Alan Coxadc8d742012-07-14 15:31:47 +01002214 cflag = tty->termios.c_cflag;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215
2216 config->wFlags = 0;
2217
2218 /* These flags must be set */
2219 config->wFlags |= UMP_MASK_UART_FLAGS_RECEIVE_MS_INT;
2220 config->wFlags |= UMP_MASK_UART_FLAGS_AUTO_START_ON_ERR;
2221 config->bUartMode = (__u8)(edge_port->bUartMode);
2222
2223 switch (cflag & CSIZE) {
Alan Cox2742fd82008-04-29 14:45:15 +01002224 case CS5:
2225 config->bDataBits = UMP_UART_CHAR5BITS;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002226 dev_dbg(dev, "%s - data bits = 5\n", __func__);
Alan Cox2742fd82008-04-29 14:45:15 +01002227 break;
2228 case CS6:
2229 config->bDataBits = UMP_UART_CHAR6BITS;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002230 dev_dbg(dev, "%s - data bits = 6\n", __func__);
Alan Cox2742fd82008-04-29 14:45:15 +01002231 break;
2232 case CS7:
2233 config->bDataBits = UMP_UART_CHAR7BITS;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002234 dev_dbg(dev, "%s - data bits = 7\n", __func__);
Alan Cox2742fd82008-04-29 14:45:15 +01002235 break;
2236 default:
2237 case CS8:
2238 config->bDataBits = UMP_UART_CHAR8BITS;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002239 dev_dbg(dev, "%s - data bits = 8\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240 break;
2241 }
2242
2243 if (cflag & PARENB) {
2244 if (cflag & PARODD) {
2245 config->wFlags |= UMP_MASK_UART_FLAGS_PARITY;
2246 config->bParity = UMP_UART_ODDPARITY;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002247 dev_dbg(dev, "%s - parity = odd\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248 } else {
2249 config->wFlags |= UMP_MASK_UART_FLAGS_PARITY;
2250 config->bParity = UMP_UART_EVENPARITY;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002251 dev_dbg(dev, "%s - parity = even\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252 }
2253 } else {
Alan Cox2742fd82008-04-29 14:45:15 +01002254 config->bParity = UMP_UART_NOPARITY;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002255 dev_dbg(dev, "%s - parity = none\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256 }
2257
2258 if (cflag & CSTOPB) {
2259 config->bStopBits = UMP_UART_STOPBIT2;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002260 dev_dbg(dev, "%s - stop bits = 2\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002261 } else {
2262 config->bStopBits = UMP_UART_STOPBIT1;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002263 dev_dbg(dev, "%s - stop bits = 1\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264 }
2265
2266 /* figure out the flow control settings */
2267 if (cflag & CRTSCTS) {
2268 config->wFlags |= UMP_MASK_UART_FLAGS_OUT_X_CTS_FLOW;
2269 config->wFlags |= UMP_MASK_UART_FLAGS_RTS_FLOW;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002270 dev_dbg(dev, "%s - RTS/CTS is enabled\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271 } else {
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002272 dev_dbg(dev, "%s - RTS/CTS is disabled\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273 tty->hw_stopped = 0;
2274 restart_read(edge_port);
2275 }
2276
Alan Cox2742fd82008-04-29 14:45:15 +01002277 /* if we are implementing XON/XOFF, set the start and stop
2278 character in the device */
2279 config->cXon = START_CHAR(tty);
2280 config->cXoff = STOP_CHAR(tty);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281
Alan Cox2742fd82008-04-29 14:45:15 +01002282 /* if we are implementing INBOUND XON/XOFF */
2283 if (I_IXOFF(tty)) {
2284 config->wFlags |= UMP_MASK_UART_FLAGS_IN_X;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002285 dev_dbg(dev, "%s - INBOUND XON/XOFF is enabled, XON = %2x, XOFF = %2x\n",
2286 __func__, config->cXon, config->cXoff);
Alan Cox2742fd82008-04-29 14:45:15 +01002287 } else
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002288 dev_dbg(dev, "%s - INBOUND XON/XOFF is disabled\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002289
Alan Cox2742fd82008-04-29 14:45:15 +01002290 /* if we are implementing OUTBOUND XON/XOFF */
2291 if (I_IXON(tty)) {
2292 config->wFlags |= UMP_MASK_UART_FLAGS_OUT_X;
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002293 dev_dbg(dev, "%s - OUTBOUND XON/XOFF is enabled, XON = %2x, XOFF = %2x\n",
2294 __func__, config->cXon, config->cXoff);
Alan Cox2742fd82008-04-29 14:45:15 +01002295 } else
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002296 dev_dbg(dev, "%s - OUTBOUND XON/XOFF is disabled\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297
Alan Coxadc8d742012-07-14 15:31:47 +01002298 tty->termios.c_cflag &= ~CMSPAR;
Alan Coxd5f5bcd2008-01-03 16:57:33 +00002299
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300 /* Round the baud rate */
2301 baud = tty_get_baud_rate(tty);
2302 if (!baud) {
2303 /* pick a default, any default... */
2304 baud = 9600;
Alan Coxd5f5bcd2008-01-03 16:57:33 +00002305 } else
2306 tty_encode_baud_rate(tty, baud, baud);
2307
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308 edge_port->baud_rate = baud;
2309 config->wBaudRate = (__u16)((461550L + baud/2) / baud);
2310
Alan Coxd5f5bcd2008-01-03 16:57:33 +00002311 /* FIXME: Recompute actual baud from divisor here */
2312
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002313 dev_dbg(dev, "%s - baud rate = %d, wBaudRate = %d\n", __func__, baud, config->wBaudRate);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002315 dev_dbg(dev, "wBaudRate: %d\n", (int)(461550L / config->wBaudRate));
2316 dev_dbg(dev, "wFlags: 0x%x\n", config->wFlags);
2317 dev_dbg(dev, "bDataBits: %d\n", config->bDataBits);
2318 dev_dbg(dev, "bParity: %d\n", config->bParity);
2319 dev_dbg(dev, "bStopBits: %d\n", config->bStopBits);
2320 dev_dbg(dev, "cXon: %d\n", config->cXon);
2321 dev_dbg(dev, "cXoff: %d\n", config->cXoff);
2322 dev_dbg(dev, "bUartMode: %d\n", config->bUartMode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323
2324 /* move the word values into big endian mode */
Alan Cox2742fd82008-04-29 14:45:15 +01002325 cpu_to_be16s(&config->wFlags);
2326 cpu_to_be16s(&config->wBaudRate);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327
Alan Cox2742fd82008-04-29 14:45:15 +01002328 status = send_cmd(edge_port->port->serial->dev, UMPC_SET_CONFIG,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329 (__u8)(UMPM_UART1_PORT + port_number),
Alan Cox2742fd82008-04-29 14:45:15 +01002330 0, (__u8 *)config, sizeof(*config));
2331 if (status)
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002332 dev_dbg(dev, "%s - error %d when trying to write config to device\n",
2333 __func__, status);
Alan Cox2742fd82008-04-29 14:45:15 +01002334 kfree(config);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335}
2336
Alan Cox2e0ddd62008-07-22 11:12:33 +01002337static void edge_set_termios(struct tty_struct *tty,
Alan Cox95da3102008-07-22 11:09:07 +01002338 struct usb_serial_port *port, struct ktermios *old_termios)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339{
2340 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
Alan Cox95da3102008-07-22 11:09:07 +01002341 unsigned int cflag;
2342
Alan Coxadc8d742012-07-14 15:31:47 +01002343 cflag = tty->termios.c_cflag;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002345 dev_dbg(&port->dev, "%s - clfag %08x iflag %08x\n", __func__,
Linus Torvaldsd9a80742012-10-01 13:23:01 -07002346 tty->termios.c_cflag, tty->termios.c_iflag);
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002347 dev_dbg(&port->dev, "%s - old clfag %08x old iflag %08x\n", __func__,
2348 old_termios->c_cflag, old_termios->c_iflag);
2349 dev_dbg(&port->dev, "%s - port %d\n", __func__, port->number);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350
2351 if (edge_port == NULL)
2352 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353 /* change the port settings to the new ones specified */
Alan Cox95da3102008-07-22 11:09:07 +01002354 change_port_settings(tty, edge_port, old_termios);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355}
2356
Alan Cox20b9d172011-02-14 16:26:50 +00002357static int edge_tiocmset(struct tty_struct *tty,
Alan Cox2742fd82008-04-29 14:45:15 +01002358 unsigned int set, unsigned int clear)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359{
Alan Cox95da3102008-07-22 11:09:07 +01002360 struct usb_serial_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
2362 unsigned int mcr;
Alan Cox3d71fe02008-02-20 21:38:32 +00002363 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002364
Alan Cox3d71fe02008-02-20 21:38:32 +00002365 spin_lock_irqsave(&edge_port->ep_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366 mcr = edge_port->shadow_mcr;
2367 if (set & TIOCM_RTS)
2368 mcr |= MCR_RTS;
2369 if (set & TIOCM_DTR)
2370 mcr |= MCR_DTR;
2371 if (set & TIOCM_LOOP)
2372 mcr |= MCR_LOOPBACK;
2373
2374 if (clear & TIOCM_RTS)
2375 mcr &= ~MCR_RTS;
2376 if (clear & TIOCM_DTR)
2377 mcr &= ~MCR_DTR;
2378 if (clear & TIOCM_LOOP)
2379 mcr &= ~MCR_LOOPBACK;
2380
2381 edge_port->shadow_mcr = mcr;
Alan Cox3d71fe02008-02-20 21:38:32 +00002382 spin_unlock_irqrestore(&edge_port->ep_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383
Alan Cox2742fd82008-04-29 14:45:15 +01002384 restore_mcr(edge_port, mcr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385 return 0;
2386}
2387
Alan Cox60b33c12011-02-14 16:26:14 +00002388static int edge_tiocmget(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389{
Alan Cox95da3102008-07-22 11:09:07 +01002390 struct usb_serial_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
2392 unsigned int result = 0;
2393 unsigned int msr;
2394 unsigned int mcr;
Alan Cox3d71fe02008-02-20 21:38:32 +00002395 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396
Alan Cox3d71fe02008-02-20 21:38:32 +00002397 spin_lock_irqsave(&edge_port->ep_lock, flags);
2398
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399 msr = edge_port->shadow_msr;
2400 mcr = edge_port->shadow_mcr;
2401 result = ((mcr & MCR_DTR) ? TIOCM_DTR: 0) /* 0x002 */
2402 | ((mcr & MCR_RTS) ? TIOCM_RTS: 0) /* 0x004 */
2403 | ((msr & EDGEPORT_MSR_CTS) ? TIOCM_CTS: 0) /* 0x020 */
2404 | ((msr & EDGEPORT_MSR_CD) ? TIOCM_CAR: 0) /* 0x040 */
2405 | ((msr & EDGEPORT_MSR_RI) ? TIOCM_RI: 0) /* 0x080 */
2406 | ((msr & EDGEPORT_MSR_DSR) ? TIOCM_DSR: 0); /* 0x100 */
2407
2408
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002409 dev_dbg(&port->dev, "%s -- %x\n", __func__, result);
Alan Cox3d71fe02008-02-20 21:38:32 +00002410 spin_unlock_irqrestore(&edge_port->ep_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411
2412 return result;
2413}
2414
Alan Cox0bca1b92010-09-16 18:21:40 +01002415static int edge_get_icount(struct tty_struct *tty,
2416 struct serial_icounter_struct *icount)
2417{
2418 struct usb_serial_port *port = tty->driver_data;
2419 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
2420 struct async_icount *ic = &edge_port->icount;
2421
2422 icount->cts = ic->cts;
2423 icount->dsr = ic->dsr;
2424 icount->rng = ic->rng;
2425 icount->dcd = ic->dcd;
2426 icount->tx = ic->tx;
2427 icount->rx = ic->rx;
2428 icount->frame = ic->frame;
2429 icount->parity = ic->parity;
2430 icount->overrun = ic->overrun;
2431 icount->brk = ic->brk;
2432 icount->buf_overrun = ic->buf_overrun;
2433 return 0;
2434}
2435
Alan Cox2742fd82008-04-29 14:45:15 +01002436static int get_serial_info(struct edgeport_port *edge_port,
2437 struct serial_struct __user *retinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438{
2439 struct serial_struct tmp;
2440
2441 if (!retinfo)
2442 return -EFAULT;
2443
2444 memset(&tmp, 0, sizeof(tmp));
2445
2446 tmp.type = PORT_16550A;
2447 tmp.line = edge_port->port->serial->minor;
2448 tmp.port = edge_port->port->number;
2449 tmp.irq = 0;
2450 tmp.flags = ASYNC_SKIP_TEST | ASYNC_AUTO_IRQ;
2451 tmp.xmit_fifo_size = edge_port->port->bulk_out_size;
2452 tmp.baud_base = 9600;
2453 tmp.close_delay = 5*HZ;
2454 tmp.closing_wait = closing_wait;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455
2456 if (copy_to_user(retinfo, &tmp, sizeof(*retinfo)))
2457 return -EFAULT;
2458 return 0;
2459}
2460
Alan Cox00a0d0d2011-02-14 16:27:06 +00002461static int edge_ioctl(struct tty_struct *tty,
Alan Cox2742fd82008-04-29 14:45:15 +01002462 unsigned int cmd, unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463{
Alan Cox95da3102008-07-22 11:09:07 +01002464 struct usb_serial_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
2466 struct async_icount cnow;
2467 struct async_icount cprev;
2468
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002469 dev_dbg(&port->dev, "%s - port %d, cmd = 0x%x\n", __func__, port->number, cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470
2471 switch (cmd) {
Alan Cox2742fd82008-04-29 14:45:15 +01002472 case TIOCGSERIAL:
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002473 dev_dbg(&port->dev, "%s - TIOCGSERIAL\n", __func__);
Alan Cox2742fd82008-04-29 14:45:15 +01002474 return get_serial_info(edge_port,
2475 (struct serial_struct __user *) arg);
2476 case TIOCMIWAIT:
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002477 dev_dbg(&port->dev, "%s - TIOCMIWAIT\n", __func__);
Alan Cox2742fd82008-04-29 14:45:15 +01002478 cprev = edge_port->icount;
2479 while (1) {
2480 interruptible_sleep_on(&edge_port->delta_msr_wait);
2481 /* see if a signal did it */
2482 if (signal_pending(current))
2483 return -ERESTARTSYS;
2484 cnow = edge_port->icount;
2485 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
2486 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
2487 return -EIO; /* no change => error */
2488 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
2489 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
2490 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
2491 ((arg & TIOCM_CTS) && (cnow.cts != cprev.cts))) {
2492 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002493 }
Alan Cox2742fd82008-04-29 14:45:15 +01002494 cprev = cnow;
2495 }
2496 /* not reached */
2497 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499 return -ENOIOCTLCMD;
2500}
2501
Alan Cox95da3102008-07-22 11:09:07 +01002502static void edge_break(struct tty_struct *tty, int break_state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503{
Alan Cox95da3102008-07-22 11:09:07 +01002504 struct usb_serial_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
2506 int status;
Alan Cox2742fd82008-04-29 14:45:15 +01002507 int bv = 0; /* Off */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509 /* chase the port close */
Alan Cox2742fd82008-04-29 14:45:15 +01002510 chase_port(edge_port, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511
Alan Cox95da3102008-07-22 11:09:07 +01002512 if (break_state == -1)
Alan Cox2742fd82008-04-29 14:45:15 +01002513 bv = 1; /* On */
2514 status = ti_do_config(edge_port, UMPC_SET_CLR_BREAK, bv);
2515 if (status)
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002516 dev_dbg(&port->dev, "%s - error %d sending break set/clear command.\n",
2517 __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518}
2519
Alan Cox2742fd82008-04-29 14:45:15 +01002520static int edge_startup(struct usb_serial *serial)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521{
2522 struct edgeport_serial *edge_serial;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524
2525 /* create our private serial structure */
Eric Sesterhenn80b6ca42006-02-27 21:29:43 +01002526 edge_serial = kzalloc(sizeof(struct edgeport_serial), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527 if (edge_serial == NULL) {
Harvey Harrison441b62c2008-03-03 16:08:34 -08002528 dev_err(&serial->dev->dev, "%s - Out of memory\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529 return -ENOMEM;
2530 }
Matthias Kaehlcke241ca642007-12-04 16:15:40 +01002531 mutex_init(&edge_serial->es_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532 edge_serial->serial = serial;
2533 usb_set_serial_data(serial, edge_serial);
2534
Alan Cox2742fd82008-04-29 14:45:15 +01002535 status = download_fw(edge_serial);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536 if (status) {
Alan Cox2742fd82008-04-29 14:45:15 +01002537 kfree(edge_serial);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538 return status;
2539 }
2540
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542}
2543
Alan Sternf9c99bb2009-06-02 11:53:55 -04002544static void edge_disconnect(struct usb_serial *serial)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545{
Alan Sternf9c99bb2009-06-02 11:53:55 -04002546}
2547
2548static void edge_release(struct usb_serial *serial)
2549{
Jesper Juhl0d46c002007-07-16 22:17:25 +02002550 kfree(usb_get_serial_data(serial));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551}
2552
Johan Hovold00361532012-10-17 13:34:58 +02002553static int edge_port_probe(struct usb_serial_port *port)
2554{
2555 struct edgeport_port *edge_port;
2556 int ret;
2557
2558 edge_port = kzalloc(sizeof(*edge_port), GFP_KERNEL);
2559 if (!edge_port)
2560 return -ENOMEM;
2561
2562 ret = kfifo_alloc(&edge_port->write_fifo, EDGE_OUT_BUF_SIZE,
2563 GFP_KERNEL);
2564 if (ret) {
2565 kfree(edge_port);
2566 return -ENOMEM;
2567 }
2568
Johan Hovold00361532012-10-17 13:34:58 +02002569 spin_lock_init(&edge_port->ep_lock);
2570 edge_port->port = port;
2571 edge_port->edge_serial = usb_get_serial_data(port->serial);
2572 edge_port->bUartMode = default_uart_mode;
2573
2574 usb_set_serial_port_data(port, edge_port);
2575
Johan Hovold5d8c61b2012-10-18 11:43:28 +02002576 ret = edge_create_sysfs_attrs(port);
2577 if (ret) {
2578 kfifo_free(&edge_port->write_fifo);
2579 kfree(edge_port);
2580 return ret;
2581 }
2582
Johan Hovold00361532012-10-17 13:34:58 +02002583 return 0;
2584}
2585
2586static int edge_port_remove(struct usb_serial_port *port)
2587{
2588 struct edgeport_port *edge_port;
2589
2590 edge_port = usb_get_serial_port_data(port);
2591
2592 edge_remove_sysfs_attrs(port);
2593 kfifo_free(&edge_port->write_fifo);
2594 kfree(edge_port);
2595
2596 return 0;
2597}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598
Martin K. Petersenfc4cbd72007-05-22 15:57:04 -04002599/* Sysfs Attributes */
2600
2601static ssize_t show_uart_mode(struct device *dev,
2602 struct device_attribute *attr, char *buf)
2603{
2604 struct usb_serial_port *port = to_usb_serial_port(dev);
2605 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
2606
2607 return sprintf(buf, "%d\n", edge_port->bUartMode);
2608}
2609
2610static ssize_t store_uart_mode(struct device *dev,
2611 struct device_attribute *attr, const char *valbuf, size_t count)
2612{
2613 struct usb_serial_port *port = to_usb_serial_port(dev);
2614 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
2615 unsigned int v = simple_strtoul(valbuf, NULL, 0);
2616
Greg Kroah-Hartman67e6da72012-09-14 16:58:58 -07002617 dev_dbg(dev, "%s: setting uart_mode = %d\n", __func__, v);
Martin K. Petersenfc4cbd72007-05-22 15:57:04 -04002618
2619 if (v < 256)
2620 edge_port->bUartMode = v;
2621 else
Harvey Harrison441b62c2008-03-03 16:08:34 -08002622 dev_err(dev, "%s - uart_mode %d is invalid\n", __func__, v);
Martin K. Petersenfc4cbd72007-05-22 15:57:04 -04002623
2624 return count;
2625}
2626
Alan Cox2742fd82008-04-29 14:45:15 +01002627static DEVICE_ATTR(uart_mode, S_IWUSR | S_IRUGO, show_uart_mode,
2628 store_uart_mode);
Martin K. Petersenfc4cbd72007-05-22 15:57:04 -04002629
2630static int edge_create_sysfs_attrs(struct usb_serial_port *port)
2631{
2632 return device_create_file(&port->dev, &dev_attr_uart_mode);
2633}
2634
2635static int edge_remove_sysfs_attrs(struct usb_serial_port *port)
2636{
2637 device_remove_file(&port->dev, &dev_attr_uart_mode);
2638 return 0;
2639}
2640
2641
Greg Kroah-Hartmanea653702005-06-20 21:15:16 -07002642static struct usb_serial_driver edgeport_1port_device = {
Greg Kroah-Hartman18fcac32005-06-20 21:15:16 -07002643 .driver = {
Greg Kroah-Hartman269bda12005-06-20 21:15:16 -07002644 .owner = THIS_MODULE,
2645 .name = "edgeport_ti_1",
Greg Kroah-Hartman18fcac32005-06-20 21:15:16 -07002646 },
Greg Kroah-Hartman269bda12005-06-20 21:15:16 -07002647 .description = "Edgeport TI 1 port adapter",
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648 .id_table = edgeport_1port_id_table,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649 .num_ports = 1,
2650 .open = edge_open,
2651 .close = edge_close,
2652 .throttle = edge_throttle,
2653 .unthrottle = edge_unthrottle,
2654 .attach = edge_startup,
Alan Sternf9c99bb2009-06-02 11:53:55 -04002655 .disconnect = edge_disconnect,
2656 .release = edge_release,
Johan Hovold00361532012-10-17 13:34:58 +02002657 .port_probe = edge_port_probe,
2658 .port_remove = edge_port_remove,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659 .ioctl = edge_ioctl,
2660 .set_termios = edge_set_termios,
2661 .tiocmget = edge_tiocmget,
2662 .tiocmset = edge_tiocmset,
Alan Cox0bca1b92010-09-16 18:21:40 +01002663 .get_icount = edge_get_icount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664 .write = edge_write,
2665 .write_room = edge_write_room,
2666 .chars_in_buffer = edge_chars_in_buffer,
2667 .break_ctl = edge_break,
2668 .read_int_callback = edge_interrupt_callback,
2669 .read_bulk_callback = edge_bulk_in_callback,
2670 .write_bulk_callback = edge_bulk_out_callback,
2671};
2672
Greg Kroah-Hartmanea653702005-06-20 21:15:16 -07002673static struct usb_serial_driver edgeport_2port_device = {
Greg Kroah-Hartman18fcac32005-06-20 21:15:16 -07002674 .driver = {
Greg Kroah-Hartman269bda12005-06-20 21:15:16 -07002675 .owner = THIS_MODULE,
2676 .name = "edgeport_ti_2",
Greg Kroah-Hartman18fcac32005-06-20 21:15:16 -07002677 },
Greg Kroah-Hartman269bda12005-06-20 21:15:16 -07002678 .description = "Edgeport TI 2 port adapter",
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679 .id_table = edgeport_2port_id_table,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680 .num_ports = 2,
2681 .open = edge_open,
2682 .close = edge_close,
2683 .throttle = edge_throttle,
2684 .unthrottle = edge_unthrottle,
2685 .attach = edge_startup,
Alan Sternf9c99bb2009-06-02 11:53:55 -04002686 .disconnect = edge_disconnect,
2687 .release = edge_release,
Johan Hovold00361532012-10-17 13:34:58 +02002688 .port_probe = edge_port_probe,
2689 .port_remove = edge_port_remove,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690 .ioctl = edge_ioctl,
2691 .set_termios = edge_set_termios,
2692 .tiocmget = edge_tiocmget,
2693 .tiocmset = edge_tiocmset,
2694 .write = edge_write,
2695 .write_room = edge_write_room,
2696 .chars_in_buffer = edge_chars_in_buffer,
2697 .break_ctl = edge_break,
2698 .read_int_callback = edge_interrupt_callback,
2699 .read_bulk_callback = edge_bulk_in_callback,
2700 .write_bulk_callback = edge_bulk_out_callback,
2701};
2702
Alan Stern7dbe2462012-02-23 14:56:57 -05002703static struct usb_serial_driver * const serial_drivers[] = {
2704 &edgeport_1port_device, &edgeport_2port_device, NULL
2705};
2706
Greg Kroah-Hartman68e24112012-05-08 15:46:14 -07002707module_usb_serial_driver(serial_drivers, id_table_combined);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709MODULE_AUTHOR(DRIVER_AUTHOR);
2710MODULE_DESCRIPTION(DRIVER_DESC);
2711MODULE_LICENSE("GPL");
Jaswinder Singhd12b2192008-07-04 23:06:09 +05302712MODULE_FIRMWARE("edgeport/down3.bin");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714module_param(closing_wait, int, S_IRUGO | S_IWUSR);
2715MODULE_PARM_DESC(closing_wait, "Maximum wait for data to drain, in .01 secs");
2716
2717module_param(ignore_cpu_rev, bool, S_IRUGO | S_IWUSR);
Alan Cox2742fd82008-04-29 14:45:15 +01002718MODULE_PARM_DESC(ignore_cpu_rev,
2719 "Ignore the cpu revision when connecting to a device");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720
Martin K. Petersenfc4cbd72007-05-22 15:57:04 -04002721module_param(default_uart_mode, int, S_IRUGO | S_IWUSR);
2722MODULE_PARM_DESC(default_uart_mode, "Default uart_mode, 0=RS232, ...");