ti_usb_3410_5052.c 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714
  1. /* vi: ts=8 sw=8
  2. *
  3. * TI 3410/5052 USB Serial Driver
  4. *
  5. * Copyright (C) 2004 Texas Instruments
  6. *
  7. * This driver is based on the Linux io_ti driver, which is
  8. * Copyright (C) 2000-2002 Inside Out Networks
  9. * Copyright (C) 2001-2002 Greg Kroah-Hartman
  10. *
  11. * This program is free software; you can redistribute it and/or modify
  12. * it under the terms of the GNU General Public License as published by
  13. * the Free Software Foundation; either version 2 of the License, or
  14. * (at your option) any later version.
  15. *
  16. * For questions or problems with this driver, contact Texas Instruments
  17. * technical support, or Al Borchers <alborchers@steinerpoint.com>, or
  18. * Peter Berger <pberger@brimson.com>.
  19. */
  20. #include <linux/kernel.h>
  21. #include <linux/errno.h>
  22. #include <linux/firmware.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>
  30. #include <linux/ioctl.h>
  31. #include <linux/serial.h>
  32. #include <linux/kfifo.h>
  33. #include <linux/mutex.h>
  34. #include <linux/uaccess.h>
  35. #include <linux/usb.h>
  36. #include <linux/usb/serial.h>
  37. #include "ti_usb_3410_5052.h"
  38. /* Defines */
  39. #define TI_DRIVER_VERSION "v0.10"
  40. #define TI_DRIVER_AUTHOR "Al Borchers <alborchers@steinerpoint.com>"
  41. #define TI_DRIVER_DESC "TI USB 3410/5052 Serial Driver"
  42. #define TI_FIRMWARE_BUF_SIZE 16284
  43. #define TI_WRITE_BUF_SIZE 1024
  44. #define TI_TRANSFER_TIMEOUT 2
  45. #define TI_DEFAULT_CLOSING_WAIT 4000 /* in .01 secs */
  46. /* supported setserial flags */
  47. #define TI_SET_SERIAL_FLAGS 0
  48. /* read urb states */
  49. #define TI_READ_URB_RUNNING 0
  50. #define TI_READ_URB_STOPPING 1
  51. #define TI_READ_URB_STOPPED 2
  52. #define TI_EXTRA_VID_PID_COUNT 5
  53. /* Structures */
  54. struct ti_port {
  55. int tp_is_open;
  56. __u8 tp_msr;
  57. __u8 tp_lsr;
  58. __u8 tp_shadow_mcr;
  59. __u8 tp_uart_mode; /* 232 or 485 modes */
  60. unsigned int tp_uart_base_addr;
  61. int tp_flags;
  62. int tp_closing_wait;/* in .01 secs */
  63. struct async_icount tp_icount;
  64. wait_queue_head_t tp_msr_wait; /* wait for msr change */
  65. wait_queue_head_t tp_write_wait;
  66. struct ti_device *tp_tdev;
  67. struct usb_serial_port *tp_port;
  68. spinlock_t tp_lock;
  69. int tp_read_urb_state;
  70. int tp_write_urb_in_use;
  71. struct kfifo write_fifo;
  72. };
  73. struct ti_device {
  74. struct mutex td_open_close_lock;
  75. int td_open_port_count;
  76. struct usb_serial *td_serial;
  77. int td_is_3410;
  78. int td_urb_error;
  79. };
  80. /* Function Declarations */
  81. static int ti_startup(struct usb_serial *serial);
  82. static void ti_release(struct usb_serial *serial);
  83. static int ti_open(struct tty_struct *tty, struct usb_serial_port *port);
  84. static void ti_close(struct usb_serial_port *port);
  85. static int ti_write(struct tty_struct *tty, struct usb_serial_port *port,
  86. const unsigned char *data, int count);
  87. static int ti_write_room(struct tty_struct *tty);
  88. static int ti_chars_in_buffer(struct tty_struct *tty);
  89. static void ti_throttle(struct tty_struct *tty);
  90. static void ti_unthrottle(struct tty_struct *tty);
  91. static int ti_ioctl(struct tty_struct *tty,
  92. unsigned int cmd, unsigned long arg);
  93. static int ti_get_icount(struct tty_struct *tty,
  94. struct serial_icounter_struct *icount);
  95. static void ti_set_termios(struct tty_struct *tty,
  96. struct usb_serial_port *port, struct ktermios *old_termios);
  97. static int ti_tiocmget(struct tty_struct *tty);
  98. static int ti_tiocmset(struct tty_struct *tty,
  99. unsigned int set, unsigned int clear);
  100. static void ti_break(struct tty_struct *tty, int break_state);
  101. static void ti_interrupt_callback(struct urb *urb);
  102. static void ti_bulk_in_callback(struct urb *urb);
  103. static void ti_bulk_out_callback(struct urb *urb);
  104. static void ti_recv(struct device *dev, struct tty_struct *tty,
  105. unsigned char *data, int length);
  106. static void ti_send(struct ti_port *tport);
  107. static int ti_set_mcr(struct ti_port *tport, unsigned int mcr);
  108. static int ti_get_lsr(struct ti_port *tport);
  109. static int ti_get_serial_info(struct ti_port *tport,
  110. struct serial_struct __user *ret_arg);
  111. static int ti_set_serial_info(struct tty_struct *tty, struct ti_port *tport,
  112. struct serial_struct __user *new_arg);
  113. static void ti_handle_new_msr(struct ti_port *tport, __u8 msr);
  114. static void ti_drain(struct ti_port *tport, unsigned long timeout, int flush);
  115. static void ti_stop_read(struct ti_port *tport, struct tty_struct *tty);
  116. static int ti_restart_read(struct ti_port *tport, struct tty_struct *tty);
  117. static int ti_command_out_sync(struct ti_device *tdev, __u8 command,
  118. __u16 moduleid, __u16 value, __u8 *data, int size);
  119. static int ti_command_in_sync(struct ti_device *tdev, __u8 command,
  120. __u16 moduleid, __u16 value, __u8 *data, int size);
  121. static int ti_write_byte(struct ti_device *tdev, unsigned long addr,
  122. __u8 mask, __u8 byte);
  123. static int ti_download_firmware(struct ti_device *tdev);
  124. /* Data */
  125. /* module parameters */
  126. static bool debug;
  127. static int closing_wait = TI_DEFAULT_CLOSING_WAIT;
  128. static ushort vendor_3410[TI_EXTRA_VID_PID_COUNT];
  129. static unsigned int vendor_3410_count;
  130. static ushort product_3410[TI_EXTRA_VID_PID_COUNT];
  131. static unsigned int product_3410_count;
  132. static ushort vendor_5052[TI_EXTRA_VID_PID_COUNT];
  133. static unsigned int vendor_5052_count;
  134. static ushort product_5052[TI_EXTRA_VID_PID_COUNT];
  135. static unsigned int product_5052_count;
  136. /* supported devices */
  137. /* the array dimension is the number of default entries plus */
  138. /* TI_EXTRA_VID_PID_COUNT user defined entries plus 1 terminating */
  139. /* null entry */
  140. static struct usb_device_id ti_id_table_3410[14+TI_EXTRA_VID_PID_COUNT+1] = {
  141. { USB_DEVICE(TI_VENDOR_ID, TI_3410_PRODUCT_ID) },
  142. { USB_DEVICE(TI_VENDOR_ID, TI_3410_EZ430_ID) },
  143. { USB_DEVICE(MTS_VENDOR_ID, MTS_GSM_NO_FW_PRODUCT_ID) },
  144. { USB_DEVICE(MTS_VENDOR_ID, MTS_CDMA_NO_FW_PRODUCT_ID) },
  145. { USB_DEVICE(MTS_VENDOR_ID, MTS_CDMA_PRODUCT_ID) },
  146. { USB_DEVICE(MTS_VENDOR_ID, MTS_GSM_PRODUCT_ID) },
  147. { USB_DEVICE(MTS_VENDOR_ID, MTS_EDGE_PRODUCT_ID) },
  148. { USB_DEVICE(MTS_VENDOR_ID, MTS_MT9234MU_PRODUCT_ID) },
  149. { USB_DEVICE(MTS_VENDOR_ID, MTS_MT9234ZBA_PRODUCT_ID) },
  150. { USB_DEVICE(MTS_VENDOR_ID, MTS_MT9234ZBAOLD_PRODUCT_ID) },
  151. { USB_DEVICE(IBM_VENDOR_ID, IBM_4543_PRODUCT_ID) },
  152. { USB_DEVICE(IBM_VENDOR_ID, IBM_454B_PRODUCT_ID) },
  153. { USB_DEVICE(IBM_VENDOR_ID, IBM_454C_PRODUCT_ID) },
  154. { USB_DEVICE(ABBOTT_VENDOR_ID, ABBOTT_PRODUCT_ID) },
  155. };
  156. static struct usb_device_id ti_id_table_5052[5+TI_EXTRA_VID_PID_COUNT+1] = {
  157. { USB_DEVICE(TI_VENDOR_ID, TI_5052_BOOT_PRODUCT_ID) },
  158. { USB_DEVICE(TI_VENDOR_ID, TI_5152_BOOT_PRODUCT_ID) },
  159. { USB_DEVICE(TI_VENDOR_ID, TI_5052_EEPROM_PRODUCT_ID) },
  160. { USB_DEVICE(TI_VENDOR_ID, TI_5052_FIRMWARE_PRODUCT_ID) },
  161. };
  162. static struct usb_device_id ti_id_table_combined[18+2*TI_EXTRA_VID_PID_COUNT+1] = {
  163. { USB_DEVICE(TI_VENDOR_ID, TI_3410_PRODUCT_ID) },
  164. { USB_DEVICE(TI_VENDOR_ID, TI_3410_EZ430_ID) },
  165. { USB_DEVICE(MTS_VENDOR_ID, MTS_GSM_NO_FW_PRODUCT_ID) },
  166. { USB_DEVICE(MTS_VENDOR_ID, MTS_CDMA_NO_FW_PRODUCT_ID) },
  167. { USB_DEVICE(MTS_VENDOR_ID, MTS_CDMA_PRODUCT_ID) },
  168. { USB_DEVICE(MTS_VENDOR_ID, MTS_GSM_PRODUCT_ID) },
  169. { USB_DEVICE(MTS_VENDOR_ID, MTS_EDGE_PRODUCT_ID) },
  170. { USB_DEVICE(MTS_VENDOR_ID, MTS_MT9234MU_PRODUCT_ID) },
  171. { USB_DEVICE(MTS_VENDOR_ID, MTS_MT9234ZBA_PRODUCT_ID) },
  172. { USB_DEVICE(MTS_VENDOR_ID, MTS_MT9234ZBAOLD_PRODUCT_ID) },
  173. { USB_DEVICE(TI_VENDOR_ID, TI_5052_BOOT_PRODUCT_ID) },
  174. { USB_DEVICE(TI_VENDOR_ID, TI_5152_BOOT_PRODUCT_ID) },
  175. { USB_DEVICE(TI_VENDOR_ID, TI_5052_EEPROM_PRODUCT_ID) },
  176. { USB_DEVICE(TI_VENDOR_ID, TI_5052_FIRMWARE_PRODUCT_ID) },
  177. { USB_DEVICE(IBM_VENDOR_ID, IBM_4543_PRODUCT_ID) },
  178. { USB_DEVICE(IBM_VENDOR_ID, IBM_454B_PRODUCT_ID) },
  179. { USB_DEVICE(IBM_VENDOR_ID, IBM_454C_PRODUCT_ID) },
  180. { USB_DEVICE(ABBOTT_VENDOR_ID, ABBOTT_PRODUCT_ID) },
  181. { }
  182. };
  183. static struct usb_driver ti_usb_driver = {
  184. .name = "ti_usb_3410_5052",
  185. .probe = usb_serial_probe,
  186. .disconnect = usb_serial_disconnect,
  187. .id_table = ti_id_table_combined,
  188. };
  189. static struct usb_serial_driver ti_1port_device = {
  190. .driver = {
  191. .owner = THIS_MODULE,
  192. .name = "ti_usb_3410_5052_1",
  193. },
  194. .description = "TI USB 3410 1 port adapter",
  195. .id_table = ti_id_table_3410,
  196. .num_ports = 1,
  197. .attach = ti_startup,
  198. .release = ti_release,
  199. .open = ti_open,
  200. .close = ti_close,
  201. .write = ti_write,
  202. .write_room = ti_write_room,
  203. .chars_in_buffer = ti_chars_in_buffer,
  204. .throttle = ti_throttle,
  205. .unthrottle = ti_unthrottle,
  206. .ioctl = ti_ioctl,
  207. .set_termios = ti_set_termios,
  208. .tiocmget = ti_tiocmget,
  209. .tiocmset = ti_tiocmset,
  210. .get_icount = ti_get_icount,
  211. .break_ctl = ti_break,
  212. .read_int_callback = ti_interrupt_callback,
  213. .read_bulk_callback = ti_bulk_in_callback,
  214. .write_bulk_callback = ti_bulk_out_callback,
  215. };
  216. static struct usb_serial_driver ti_2port_device = {
  217. .driver = {
  218. .owner = THIS_MODULE,
  219. .name = "ti_usb_3410_5052_2",
  220. },
  221. .description = "TI USB 5052 2 port adapter",
  222. .id_table = ti_id_table_5052,
  223. .num_ports = 2,
  224. .attach = ti_startup,
  225. .release = ti_release,
  226. .open = ti_open,
  227. .close = ti_close,
  228. .write = ti_write,
  229. .write_room = ti_write_room,
  230. .chars_in_buffer = ti_chars_in_buffer,
  231. .throttle = ti_throttle,
  232. .unthrottle = ti_unthrottle,
  233. .ioctl = ti_ioctl,
  234. .set_termios = ti_set_termios,
  235. .tiocmget = ti_tiocmget,
  236. .tiocmset = ti_tiocmset,
  237. .get_icount = ti_get_icount,
  238. .break_ctl = ti_break,
  239. .read_int_callback = ti_interrupt_callback,
  240. .read_bulk_callback = ti_bulk_in_callback,
  241. .write_bulk_callback = ti_bulk_out_callback,
  242. };
  243. static struct usb_serial_driver * const serial_drivers[] = {
  244. &ti_1port_device, &ti_2port_device, NULL
  245. };
  246. /* Module */
  247. MODULE_AUTHOR(TI_DRIVER_AUTHOR);
  248. MODULE_DESCRIPTION(TI_DRIVER_DESC);
  249. MODULE_VERSION(TI_DRIVER_VERSION);
  250. MODULE_LICENSE("GPL");
  251. MODULE_FIRMWARE("ti_3410.fw");
  252. MODULE_FIRMWARE("ti_5052.fw");
  253. MODULE_FIRMWARE("mts_cdma.fw");
  254. MODULE_FIRMWARE("mts_gsm.fw");
  255. MODULE_FIRMWARE("mts_edge.fw");
  256. MODULE_FIRMWARE("mts_mt9234mu.fw");
  257. MODULE_FIRMWARE("mts_mt9234zba.fw");
  258. module_param(debug, bool, S_IRUGO | S_IWUSR);
  259. MODULE_PARM_DESC(debug, "Enable debugging, 0=no, 1=yes");
  260. module_param(closing_wait, int, S_IRUGO | S_IWUSR);
  261. MODULE_PARM_DESC(closing_wait,
  262. "Maximum wait for data to drain in close, in .01 secs, default is 4000");
  263. module_param_array(vendor_3410, ushort, &vendor_3410_count, S_IRUGO);
  264. MODULE_PARM_DESC(vendor_3410,
  265. "Vendor ids for 3410 based devices, 1-5 short integers");
  266. module_param_array(product_3410, ushort, &product_3410_count, S_IRUGO);
  267. MODULE_PARM_DESC(product_3410,
  268. "Product ids for 3410 based devices, 1-5 short integers");
  269. module_param_array(vendor_5052, ushort, &vendor_5052_count, S_IRUGO);
  270. MODULE_PARM_DESC(vendor_5052,
  271. "Vendor ids for 5052 based devices, 1-5 short integers");
  272. module_param_array(product_5052, ushort, &product_5052_count, S_IRUGO);
  273. MODULE_PARM_DESC(product_5052,
  274. "Product ids for 5052 based devices, 1-5 short integers");
  275. MODULE_DEVICE_TABLE(usb, ti_id_table_combined);
  276. /* Functions */
  277. static int __init ti_init(void)
  278. {
  279. int i, j, c;
  280. int ret;
  281. /* insert extra vendor and product ids */
  282. c = ARRAY_SIZE(ti_id_table_combined) - 2 * TI_EXTRA_VID_PID_COUNT - 1;
  283. j = ARRAY_SIZE(ti_id_table_3410) - TI_EXTRA_VID_PID_COUNT - 1;
  284. for (i = 0; i < min(vendor_3410_count, product_3410_count); i++, j++, c++) {
  285. ti_id_table_3410[j].idVendor = vendor_3410[i];
  286. ti_id_table_3410[j].idProduct = product_3410[i];
  287. ti_id_table_3410[j].match_flags = USB_DEVICE_ID_MATCH_DEVICE;
  288. ti_id_table_combined[c].idVendor = vendor_3410[i];
  289. ti_id_table_combined[c].idProduct = product_3410[i];
  290. ti_id_table_combined[c].match_flags = USB_DEVICE_ID_MATCH_DEVICE;
  291. }
  292. j = ARRAY_SIZE(ti_id_table_5052) - TI_EXTRA_VID_PID_COUNT - 1;
  293. for (i = 0; i < min(vendor_5052_count, product_5052_count); i++, j++, c++) {
  294. ti_id_table_5052[j].idVendor = vendor_5052[i];
  295. ti_id_table_5052[j].idProduct = product_5052[i];
  296. ti_id_table_5052[j].match_flags = USB_DEVICE_ID_MATCH_DEVICE;
  297. ti_id_table_combined[c].idVendor = vendor_5052[i];
  298. ti_id_table_combined[c].idProduct = product_5052[i];
  299. ti_id_table_combined[c].match_flags = USB_DEVICE_ID_MATCH_DEVICE;
  300. }
  301. ret = usb_serial_register_drivers(&ti_usb_driver, serial_drivers);
  302. if (ret == 0)
  303. printk(KERN_INFO KBUILD_MODNAME ": " TI_DRIVER_VERSION ":"
  304. TI_DRIVER_DESC "\n");
  305. return ret;
  306. }
  307. static void __exit ti_exit(void)
  308. {
  309. usb_serial_deregister_drivers(&ti_usb_driver, serial_drivers);
  310. }
  311. module_init(ti_init);
  312. module_exit(ti_exit);
  313. static int ti_startup(struct usb_serial *serial)
  314. {
  315. struct ti_device *tdev;
  316. struct ti_port *tport;
  317. struct usb_device *dev = serial->dev;
  318. int status;
  319. int i;
  320. dbg("%s - product 0x%4X, num configurations %d, configuration value %d",
  321. __func__, le16_to_cpu(dev->descriptor.idProduct),
  322. dev->descriptor.bNumConfigurations,
  323. dev->actconfig->desc.bConfigurationValue);
  324. /* create device structure */
  325. tdev = kzalloc(sizeof(struct ti_device), GFP_KERNEL);
  326. if (tdev == NULL) {
  327. dev_err(&dev->dev, "%s - out of memory\n", __func__);
  328. return -ENOMEM;
  329. }
  330. mutex_init(&tdev->td_open_close_lock);
  331. tdev->td_serial = serial;
  332. usb_set_serial_data(serial, tdev);
  333. /* determine device type */
  334. if (usb_match_id(serial->interface, ti_id_table_3410))
  335. tdev->td_is_3410 = 1;
  336. dbg("%s - device type is %s", __func__,
  337. tdev->td_is_3410 ? "3410" : "5052");
  338. /* if we have only 1 configuration, download firmware */
  339. if (dev->descriptor.bNumConfigurations == 1) {
  340. status = ti_download_firmware(tdev);
  341. if (status != 0)
  342. goto free_tdev;
  343. /* 3410 must be reset, 5052 resets itself */
  344. if (tdev->td_is_3410) {
  345. msleep_interruptible(100);
  346. usb_reset_device(dev);
  347. }
  348. status = -ENODEV;
  349. goto free_tdev;
  350. }
  351. /* the second configuration must be set */
  352. if (dev->actconfig->desc.bConfigurationValue == TI_BOOT_CONFIG) {
  353. status = usb_driver_set_configuration(dev, TI_ACTIVE_CONFIG);
  354. status = status ? status : -ENODEV;
  355. goto free_tdev;
  356. }
  357. /* set up port structures */
  358. for (i = 0; i < serial->num_ports; ++i) {
  359. tport = kzalloc(sizeof(struct ti_port), GFP_KERNEL);
  360. if (tport == NULL) {
  361. dev_err(&dev->dev, "%s - out of memory\n", __func__);
  362. status = -ENOMEM;
  363. goto free_tports;
  364. }
  365. spin_lock_init(&tport->tp_lock);
  366. tport->tp_uart_base_addr = (i == 0 ?
  367. TI_UART1_BASE_ADDR : TI_UART2_BASE_ADDR);
  368. tport->tp_closing_wait = closing_wait;
  369. init_waitqueue_head(&tport->tp_msr_wait);
  370. init_waitqueue_head(&tport->tp_write_wait);
  371. if (kfifo_alloc(&tport->write_fifo, TI_WRITE_BUF_SIZE,
  372. GFP_KERNEL)) {
  373. dev_err(&dev->dev, "%s - out of memory\n", __func__);
  374. kfree(tport);
  375. status = -ENOMEM;
  376. goto free_tports;
  377. }
  378. tport->tp_port = serial->port[i];
  379. tport->tp_tdev = tdev;
  380. usb_set_serial_port_data(serial->port[i], tport);
  381. tport->tp_uart_mode = 0; /* default is RS232 */
  382. }
  383. return 0;
  384. free_tports:
  385. for (--i; i >= 0; --i) {
  386. tport = usb_get_serial_port_data(serial->port[i]);
  387. kfifo_free(&tport->write_fifo);
  388. kfree(tport);
  389. usb_set_serial_port_data(serial->port[i], NULL);
  390. }
  391. free_tdev:
  392. kfree(tdev);
  393. usb_set_serial_data(serial, NULL);
  394. return status;
  395. }
  396. static void ti_release(struct usb_serial *serial)
  397. {
  398. int i;
  399. struct ti_device *tdev = usb_get_serial_data(serial);
  400. struct ti_port *tport;
  401. for (i = 0; i < serial->num_ports; ++i) {
  402. tport = usb_get_serial_port_data(serial->port[i]);
  403. if (tport) {
  404. kfifo_free(&tport->write_fifo);
  405. kfree(tport);
  406. }
  407. }
  408. kfree(tdev);
  409. }
  410. static int ti_open(struct tty_struct *tty, struct usb_serial_port *port)
  411. {
  412. struct ti_port *tport = usb_get_serial_port_data(port);
  413. struct ti_device *tdev;
  414. struct usb_device *dev;
  415. struct urb *urb;
  416. int port_number;
  417. int status;
  418. __u16 open_settings = (__u8)(TI_PIPE_MODE_CONTINOUS |
  419. TI_PIPE_TIMEOUT_ENABLE |
  420. (TI_TRANSFER_TIMEOUT << 2));
  421. if (tport == NULL)
  422. return -ENODEV;
  423. dev = port->serial->dev;
  424. tdev = tport->tp_tdev;
  425. /* only one open on any port on a device at a time */
  426. if (mutex_lock_interruptible(&tdev->td_open_close_lock))
  427. return -ERESTARTSYS;
  428. port_number = port->number - port->serial->minor;
  429. memset(&(tport->tp_icount), 0x00, sizeof(tport->tp_icount));
  430. tport->tp_msr = 0;
  431. tport->tp_shadow_mcr |= (TI_MCR_RTS | TI_MCR_DTR);
  432. /* start interrupt urb the first time a port is opened on this device */
  433. if (tdev->td_open_port_count == 0) {
  434. dbg("%s - start interrupt in urb", __func__);
  435. urb = tdev->td_serial->port[0]->interrupt_in_urb;
  436. if (!urb) {
  437. dev_err(&port->dev, "%s - no interrupt urb\n",
  438. __func__);
  439. status = -EINVAL;
  440. goto release_lock;
  441. }
  442. urb->context = tdev;
  443. status = usb_submit_urb(urb, GFP_KERNEL);
  444. if (status) {
  445. dev_err(&port->dev,
  446. "%s - submit interrupt urb failed, %d\n",
  447. __func__, status);
  448. goto release_lock;
  449. }
  450. }
  451. if (tty)
  452. ti_set_termios(tty, port, tty->termios);
  453. dbg("%s - sending TI_OPEN_PORT", __func__);
  454. status = ti_command_out_sync(tdev, TI_OPEN_PORT,
  455. (__u8)(TI_UART1_PORT + port_number), open_settings, NULL, 0);
  456. if (status) {
  457. dev_err(&port->dev, "%s - cannot send open command, %d\n",
  458. __func__, status);
  459. goto unlink_int_urb;
  460. }
  461. dbg("%s - sending TI_START_PORT", __func__);
  462. status = ti_command_out_sync(tdev, TI_START_PORT,
  463. (__u8)(TI_UART1_PORT + port_number), 0, NULL, 0);
  464. if (status) {
  465. dev_err(&port->dev, "%s - cannot send start command, %d\n",
  466. __func__, status);
  467. goto unlink_int_urb;
  468. }
  469. dbg("%s - sending TI_PURGE_PORT", __func__);
  470. status = ti_command_out_sync(tdev, TI_PURGE_PORT,
  471. (__u8)(TI_UART1_PORT + port_number), TI_PURGE_INPUT, NULL, 0);
  472. if (status) {
  473. dev_err(&port->dev, "%s - cannot clear input buffers, %d\n",
  474. __func__, status);
  475. goto unlink_int_urb;
  476. }
  477. status = ti_command_out_sync(tdev, TI_PURGE_PORT,
  478. (__u8)(TI_UART1_PORT + port_number), TI_PURGE_OUTPUT, NULL, 0);
  479. if (status) {
  480. dev_err(&port->dev, "%s - cannot clear output buffers, %d\n",
  481. __func__, status);
  482. goto unlink_int_urb;
  483. }
  484. /* reset the data toggle on the bulk endpoints to work around bug in
  485. * host controllers where things get out of sync some times */
  486. usb_clear_halt(dev, port->write_urb->pipe);
  487. usb_clear_halt(dev, port->read_urb->pipe);
  488. if (tty)
  489. ti_set_termios(tty, port, tty->termios);
  490. dbg("%s - sending TI_OPEN_PORT (2)", __func__);
  491. status = ti_command_out_sync(tdev, TI_OPEN_PORT,
  492. (__u8)(TI_UART1_PORT + port_number), open_settings, NULL, 0);
  493. if (status) {
  494. dev_err(&port->dev, "%s - cannot send open command (2), %d\n",
  495. __func__, status);
  496. goto unlink_int_urb;
  497. }
  498. dbg("%s - sending TI_START_PORT (2)", __func__);
  499. status = ti_command_out_sync(tdev, TI_START_PORT,
  500. (__u8)(TI_UART1_PORT + port_number), 0, NULL, 0);
  501. if (status) {
  502. dev_err(&port->dev, "%s - cannot send start command (2), %d\n",
  503. __func__, status);
  504. goto unlink_int_urb;
  505. }
  506. /* start read urb */
  507. dbg("%s - start read urb", __func__);
  508. urb = port->read_urb;
  509. if (!urb) {
  510. dev_err(&port->dev, "%s - no read urb\n", __func__);
  511. status = -EINVAL;
  512. goto unlink_int_urb;
  513. }
  514. tport->tp_read_urb_state = TI_READ_URB_RUNNING;
  515. urb->context = tport;
  516. status = usb_submit_urb(urb, GFP_KERNEL);
  517. if (status) {
  518. dev_err(&port->dev, "%s - submit read urb failed, %d\n",
  519. __func__, status);
  520. goto unlink_int_urb;
  521. }
  522. tport->tp_is_open = 1;
  523. ++tdev->td_open_port_count;
  524. goto release_lock;
  525. unlink_int_urb:
  526. if (tdev->td_open_port_count == 0)
  527. usb_kill_urb(port->serial->port[0]->interrupt_in_urb);
  528. release_lock:
  529. mutex_unlock(&tdev->td_open_close_lock);
  530. dbg("%s - exit %d", __func__, status);
  531. return status;
  532. }
  533. static void ti_close(struct usb_serial_port *port)
  534. {
  535. struct ti_device *tdev;
  536. struct ti_port *tport;
  537. int port_number;
  538. int status;
  539. int do_unlock;
  540. tdev = usb_get_serial_data(port->serial);
  541. tport = usb_get_serial_port_data(port);
  542. if (tdev == NULL || tport == NULL)
  543. return;
  544. tport->tp_is_open = 0;
  545. ti_drain(tport, (tport->tp_closing_wait*HZ)/100, 1);
  546. usb_kill_urb(port->read_urb);
  547. usb_kill_urb(port->write_urb);
  548. tport->tp_write_urb_in_use = 0;
  549. port_number = port->number - port->serial->minor;
  550. dbg("%s - sending TI_CLOSE_PORT", __func__);
  551. status = ti_command_out_sync(tdev, TI_CLOSE_PORT,
  552. (__u8)(TI_UART1_PORT + port_number), 0, NULL, 0);
  553. if (status)
  554. dev_err(&port->dev,
  555. "%s - cannot send close port command, %d\n"
  556. , __func__, status);
  557. /* if mutex_lock is interrupted, continue anyway */
  558. do_unlock = !mutex_lock_interruptible(&tdev->td_open_close_lock);
  559. --tport->tp_tdev->td_open_port_count;
  560. if (tport->tp_tdev->td_open_port_count <= 0) {
  561. /* last port is closed, shut down interrupt urb */
  562. usb_kill_urb(port->serial->port[0]->interrupt_in_urb);
  563. tport->tp_tdev->td_open_port_count = 0;
  564. }
  565. if (do_unlock)
  566. mutex_unlock(&tdev->td_open_close_lock);
  567. }
  568. static int ti_write(struct tty_struct *tty, struct usb_serial_port *port,
  569. const unsigned char *data, int count)
  570. {
  571. struct ti_port *tport = usb_get_serial_port_data(port);
  572. if (count == 0) {
  573. dbg("%s - write request of 0 bytes", __func__);
  574. return 0;
  575. }
  576. if (tport == NULL || !tport->tp_is_open)
  577. return -ENODEV;
  578. count = kfifo_in_locked(&tport->write_fifo, data, count,
  579. &tport->tp_lock);
  580. ti_send(tport);
  581. return count;
  582. }
  583. static int ti_write_room(struct tty_struct *tty)
  584. {
  585. struct usb_serial_port *port = tty->driver_data;
  586. struct ti_port *tport = usb_get_serial_port_data(port);
  587. int room = 0;
  588. unsigned long flags;
  589. if (tport == NULL)
  590. return 0;
  591. spin_lock_irqsave(&tport->tp_lock, flags);
  592. room = kfifo_avail(&tport->write_fifo);
  593. spin_unlock_irqrestore(&tport->tp_lock, flags);
  594. dbg("%s - returns %d", __func__, room);
  595. return room;
  596. }
  597. static int ti_chars_in_buffer(struct tty_struct *tty)
  598. {
  599. struct usb_serial_port *port = tty->driver_data;
  600. struct ti_port *tport = usb_get_serial_port_data(port);
  601. int chars = 0;
  602. unsigned long flags;
  603. if (tport == NULL)
  604. return 0;
  605. spin_lock_irqsave(&tport->tp_lock, flags);
  606. chars = kfifo_len(&tport->write_fifo);
  607. spin_unlock_irqrestore(&tport->tp_lock, flags);
  608. dbg("%s - returns %d", __func__, chars);
  609. return chars;
  610. }
  611. static void ti_throttle(struct tty_struct *tty)
  612. {
  613. struct usb_serial_port *port = tty->driver_data;
  614. struct ti_port *tport = usb_get_serial_port_data(port);
  615. if (tport == NULL)
  616. return;
  617. if (I_IXOFF(tty) || C_CRTSCTS(tty))
  618. ti_stop_read(tport, tty);
  619. }
  620. static void ti_unthrottle(struct tty_struct *tty)
  621. {
  622. struct usb_serial_port *port = tty->driver_data;
  623. struct ti_port *tport = usb_get_serial_port_data(port);
  624. int status;
  625. if (tport == NULL)
  626. return;
  627. if (I_IXOFF(tty) || C_CRTSCTS(tty)) {
  628. status = ti_restart_read(tport, tty);
  629. if (status)
  630. dev_err(&port->dev, "%s - cannot restart read, %d\n",
  631. __func__, status);
  632. }
  633. }
  634. static int ti_get_icount(struct tty_struct *tty,
  635. struct serial_icounter_struct *icount)
  636. {
  637. struct usb_serial_port *port = tty->driver_data;
  638. struct ti_port *tport = usb_get_serial_port_data(port);
  639. struct async_icount cnow = tport->tp_icount;
  640. dbg("%s - (%d) TIOCGICOUNT RX=%d, TX=%d",
  641. __func__, port->number,
  642. cnow.rx, cnow.tx);
  643. icount->cts = cnow.cts;
  644. icount->dsr = cnow.dsr;
  645. icount->rng = cnow.rng;
  646. icount->dcd = cnow.dcd;
  647. icount->rx = cnow.rx;
  648. icount->tx = cnow.tx;
  649. icount->frame = cnow.frame;
  650. icount->overrun = cnow.overrun;
  651. icount->parity = cnow.parity;
  652. icount->brk = cnow.brk;
  653. icount->buf_overrun = cnow.buf_overrun;
  654. return 0;
  655. }
  656. static int ti_ioctl(struct tty_struct *tty,
  657. unsigned int cmd, unsigned long arg)
  658. {
  659. struct usb_serial_port *port = tty->driver_data;
  660. struct ti_port *tport = usb_get_serial_port_data(port);
  661. struct async_icount cnow;
  662. struct async_icount cprev;
  663. dbg("%s - port %d, cmd = 0x%04X", __func__, port->number, cmd);
  664. if (tport == NULL)
  665. return -ENODEV;
  666. switch (cmd) {
  667. case TIOCGSERIAL:
  668. dbg("%s - (%d) TIOCGSERIAL", __func__, port->number);
  669. return ti_get_serial_info(tport,
  670. (struct serial_struct __user *)arg);
  671. case TIOCSSERIAL:
  672. dbg("%s - (%d) TIOCSSERIAL", __func__, port->number);
  673. return ti_set_serial_info(tty, tport,
  674. (struct serial_struct __user *)arg);
  675. case TIOCMIWAIT:
  676. dbg("%s - (%d) TIOCMIWAIT", __func__, port->number);
  677. cprev = tport->tp_icount;
  678. while (1) {
  679. interruptible_sleep_on(&tport->tp_msr_wait);
  680. if (signal_pending(current))
  681. return -ERESTARTSYS;
  682. cnow = tport->tp_icount;
  683. if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
  684. cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
  685. return -EIO; /* no change => error */
  686. if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
  687. ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
  688. ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
  689. ((arg & TIOCM_CTS) && (cnow.cts != cprev.cts)))
  690. return 0;
  691. cprev = cnow;
  692. }
  693. break;
  694. }
  695. return -ENOIOCTLCMD;
  696. }
  697. static void ti_set_termios(struct tty_struct *tty,
  698. struct usb_serial_port *port, struct ktermios *old_termios)
  699. {
  700. struct ti_port *tport = usb_get_serial_port_data(port);
  701. struct ti_uart_config *config;
  702. tcflag_t cflag, iflag;
  703. int baud;
  704. int status;
  705. int port_number = port->number - port->serial->minor;
  706. unsigned int mcr;
  707. cflag = tty->termios->c_cflag;
  708. iflag = tty->termios->c_iflag;
  709. dbg("%s - cflag %08x, iflag %08x", __func__, cflag, iflag);
  710. dbg("%s - old clfag %08x, old iflag %08x", __func__,
  711. old_termios->c_cflag, old_termios->c_iflag);
  712. if (tport == NULL)
  713. return;
  714. config = kmalloc(sizeof(*config), GFP_KERNEL);
  715. if (!config) {
  716. dev_err(&port->dev, "%s - out of memory\n", __func__);
  717. return;
  718. }
  719. config->wFlags = 0;
  720. /* these flags must be set */
  721. config->wFlags |= TI_UART_ENABLE_MS_INTS;
  722. config->wFlags |= TI_UART_ENABLE_AUTO_START_DMA;
  723. config->bUartMode = (__u8)(tport->tp_uart_mode);
  724. switch (cflag & CSIZE) {
  725. case CS5:
  726. config->bDataBits = TI_UART_5_DATA_BITS;
  727. break;
  728. case CS6:
  729. config->bDataBits = TI_UART_6_DATA_BITS;
  730. break;
  731. case CS7:
  732. config->bDataBits = TI_UART_7_DATA_BITS;
  733. break;
  734. default:
  735. case CS8:
  736. config->bDataBits = TI_UART_8_DATA_BITS;
  737. break;
  738. }
  739. /* CMSPAR isn't supported by this driver */
  740. tty->termios->c_cflag &= ~CMSPAR;
  741. if (cflag & PARENB) {
  742. if (cflag & PARODD) {
  743. config->wFlags |= TI_UART_ENABLE_PARITY_CHECKING;
  744. config->bParity = TI_UART_ODD_PARITY;
  745. } else {
  746. config->wFlags |= TI_UART_ENABLE_PARITY_CHECKING;
  747. config->bParity = TI_UART_EVEN_PARITY;
  748. }
  749. } else {
  750. config->wFlags &= ~TI_UART_ENABLE_PARITY_CHECKING;
  751. config->bParity = TI_UART_NO_PARITY;
  752. }
  753. if (cflag & CSTOPB)
  754. config->bStopBits = TI_UART_2_STOP_BITS;
  755. else
  756. config->bStopBits = TI_UART_1_STOP_BITS;
  757. if (cflag & CRTSCTS) {
  758. /* RTS flow control must be off to drop RTS for baud rate B0 */
  759. if ((cflag & CBAUD) != B0)
  760. config->wFlags |= TI_UART_ENABLE_RTS_IN;
  761. config->wFlags |= TI_UART_ENABLE_CTS_OUT;
  762. } else {
  763. tty->hw_stopped = 0;
  764. ti_restart_read(tport, tty);
  765. }
  766. if (I_IXOFF(tty) || I_IXON(tty)) {
  767. config->cXon = START_CHAR(tty);
  768. config->cXoff = STOP_CHAR(tty);
  769. if (I_IXOFF(tty))
  770. config->wFlags |= TI_UART_ENABLE_X_IN;
  771. else
  772. ti_restart_read(tport, tty);
  773. if (I_IXON(tty))
  774. config->wFlags |= TI_UART_ENABLE_X_OUT;
  775. }
  776. baud = tty_get_baud_rate(tty);
  777. if (!baud)
  778. baud = 9600;
  779. if (tport->tp_tdev->td_is_3410)
  780. config->wBaudRate = (__u16)((923077 + baud/2) / baud);
  781. else
  782. config->wBaudRate = (__u16)((461538 + baud/2) / baud);
  783. /* FIXME: Should calculate resulting baud here and report it back */
  784. if ((cflag & CBAUD) != B0)
  785. tty_encode_baud_rate(tty, baud, baud);
  786. dbg("%s - BaudRate=%d, wBaudRate=%d, wFlags=0x%04X, bDataBits=%d, bParity=%d, bStopBits=%d, cXon=%d, cXoff=%d, bUartMode=%d",
  787. __func__, baud, config->wBaudRate, config->wFlags, config->bDataBits, config->bParity, config->bStopBits, config->cXon, config->cXoff, config->bUartMode);
  788. cpu_to_be16s(&config->wBaudRate);
  789. cpu_to_be16s(&config->wFlags);
  790. status = ti_command_out_sync(tport->tp_tdev, TI_SET_CONFIG,
  791. (__u8)(TI_UART1_PORT + port_number), 0, (__u8 *)config,
  792. sizeof(*config));
  793. if (status)
  794. dev_err(&port->dev, "%s - cannot set config on port %d, %d\n",
  795. __func__, port_number, status);
  796. /* SET_CONFIG asserts RTS and DTR, reset them correctly */
  797. mcr = tport->tp_shadow_mcr;
  798. /* if baud rate is B0, clear RTS and DTR */
  799. if ((cflag & CBAUD) == B0)
  800. mcr &= ~(TI_MCR_DTR | TI_MCR_RTS);
  801. status = ti_set_mcr(tport, mcr);
  802. if (status)
  803. dev_err(&port->dev,
  804. "%s - cannot set modem control on port %d, %d\n",
  805. __func__, port_number, status);
  806. kfree(config);
  807. }
  808. static int ti_tiocmget(struct tty_struct *tty)
  809. {
  810. struct usb_serial_port *port = tty->driver_data;
  811. struct ti_port *tport = usb_get_serial_port_data(port);
  812. unsigned int result;
  813. unsigned int msr;
  814. unsigned int mcr;
  815. unsigned long flags;
  816. if (tport == NULL)
  817. return -ENODEV;
  818. spin_lock_irqsave(&tport->tp_lock, flags);
  819. msr = tport->tp_msr;
  820. mcr = tport->tp_shadow_mcr;
  821. spin_unlock_irqrestore(&tport->tp_lock, flags);
  822. result = ((mcr & TI_MCR_DTR) ? TIOCM_DTR : 0)
  823. | ((mcr & TI_MCR_RTS) ? TIOCM_RTS : 0)
  824. | ((mcr & TI_MCR_LOOP) ? TIOCM_LOOP : 0)
  825. | ((msr & TI_MSR_CTS) ? TIOCM_CTS : 0)
  826. | ((msr & TI_MSR_CD) ? TIOCM_CAR : 0)
  827. | ((msr & TI_MSR_RI) ? TIOCM_RI : 0)
  828. | ((msr & TI_MSR_DSR) ? TIOCM_DSR : 0);
  829. dbg("%s - 0x%04X", __func__, result);
  830. return result;
  831. }
  832. static int ti_tiocmset(struct tty_struct *tty,
  833. unsigned int set, unsigned int clear)
  834. {
  835. struct usb_serial_port *port = tty->driver_data;
  836. struct ti_port *tport = usb_get_serial_port_data(port);
  837. unsigned int mcr;
  838. unsigned long flags;
  839. if (tport == NULL)
  840. return -ENODEV;
  841. spin_lock_irqsave(&tport->tp_lock, flags);
  842. mcr = tport->tp_shadow_mcr;
  843. if (set & TIOCM_RTS)
  844. mcr |= TI_MCR_RTS;
  845. if (set & TIOCM_DTR)
  846. mcr |= TI_MCR_DTR;
  847. if (set & TIOCM_LOOP)
  848. mcr |= TI_MCR_LOOP;
  849. if (clear & TIOCM_RTS)
  850. mcr &= ~TI_MCR_RTS;
  851. if (clear & TIOCM_DTR)
  852. mcr &= ~TI_MCR_DTR;
  853. if (clear & TIOCM_LOOP)
  854. mcr &= ~TI_MCR_LOOP;
  855. spin_unlock_irqrestore(&tport->tp_lock, flags);
  856. return ti_set_mcr(tport, mcr);
  857. }
  858. static void ti_break(struct tty_struct *tty, int break_state)
  859. {
  860. struct usb_serial_port *port = tty->driver_data;
  861. struct ti_port *tport = usb_get_serial_port_data(port);
  862. int status;
  863. dbg("%s - state = %d", __func__, break_state);
  864. if (tport == NULL)
  865. return;
  866. ti_drain(tport, (tport->tp_closing_wait*HZ)/100, 0);
  867. status = ti_write_byte(tport->tp_tdev,
  868. tport->tp_uart_base_addr + TI_UART_OFFSET_LCR,
  869. TI_LCR_BREAK, break_state == -1 ? TI_LCR_BREAK : 0);
  870. if (status)
  871. dbg("%s - error setting break, %d", __func__, status);
  872. }
  873. static void ti_interrupt_callback(struct urb *urb)
  874. {
  875. struct ti_device *tdev = urb->context;
  876. struct usb_serial_port *port;
  877. struct usb_serial *serial = tdev->td_serial;
  878. struct ti_port *tport;
  879. struct device *dev = &urb->dev->dev;
  880. unsigned char *data = urb->transfer_buffer;
  881. int length = urb->actual_length;
  882. int port_number;
  883. int function;
  884. int status = urb->status;
  885. int retval;
  886. __u8 msr;
  887. switch (status) {
  888. case 0:
  889. break;
  890. case -ECONNRESET:
  891. case -ENOENT:
  892. case -ESHUTDOWN:
  893. dbg("%s - urb shutting down, %d", __func__, status);
  894. tdev->td_urb_error = 1;
  895. return;
  896. default:
  897. dev_err(dev, "%s - nonzero urb status, %d\n",
  898. __func__, status);
  899. tdev->td_urb_error = 1;
  900. goto exit;
  901. }
  902. if (length != 2) {
  903. dbg("%s - bad packet size, %d", __func__, length);
  904. goto exit;
  905. }
  906. if (data[0] == TI_CODE_HARDWARE_ERROR) {
  907. dev_err(dev, "%s - hardware error, %d\n", __func__, data[1]);
  908. goto exit;
  909. }
  910. port_number = TI_GET_PORT_FROM_CODE(data[0]);
  911. function = TI_GET_FUNC_FROM_CODE(data[0]);
  912. dbg("%s - port_number %d, function %d, data 0x%02X",
  913. __func__, port_number, function, data[1]);
  914. if (port_number >= serial->num_ports) {
  915. dev_err(dev, "%s - bad port number, %d\n",
  916. __func__, port_number);
  917. goto exit;
  918. }
  919. port = serial->port[port_number];
  920. tport = usb_get_serial_port_data(port);
  921. if (!tport)
  922. goto exit;
  923. switch (function) {
  924. case TI_CODE_DATA_ERROR:
  925. dev_err(dev, "%s - DATA ERROR, port %d, data 0x%02X\n",
  926. __func__, port_number, data[1]);
  927. break;
  928. case TI_CODE_MODEM_STATUS:
  929. msr = data[1];
  930. dbg("%s - port %d, msr 0x%02X", __func__, port_number, msr);
  931. ti_handle_new_msr(tport, msr);
  932. break;
  933. default:
  934. dev_err(dev, "%s - unknown interrupt code, 0x%02X\n",
  935. __func__, data[1]);
  936. break;
  937. }
  938. exit:
  939. retval = usb_submit_urb(urb, GFP_ATOMIC);
  940. if (retval)
  941. dev_err(dev, "%s - resubmit interrupt urb failed, %d\n",
  942. __func__, retval);
  943. }
  944. static void ti_bulk_in_callback(struct urb *urb)
  945. {
  946. struct ti_port *tport = urb->context;
  947. struct usb_serial_port *port = tport->tp_port;
  948. struct device *dev = &urb->dev->dev;
  949. int status = urb->status;
  950. int retval = 0;
  951. struct tty_struct *tty;
  952. switch (status) {
  953. case 0:
  954. break;
  955. case -ECONNRESET:
  956. case -ENOENT:
  957. case -ESHUTDOWN:
  958. dbg("%s - urb shutting down, %d", __func__, status);
  959. tport->tp_tdev->td_urb_error = 1;
  960. wake_up_interruptible(&tport->tp_write_wait);
  961. return;
  962. default:
  963. dev_err(dev, "%s - nonzero urb status, %d\n",
  964. __func__, status);
  965. tport->tp_tdev->td_urb_error = 1;
  966. wake_up_interruptible(&tport->tp_write_wait);
  967. }
  968. if (status == -EPIPE)
  969. goto exit;
  970. if (status) {
  971. dev_err(dev, "%s - stopping read!\n", __func__);
  972. return;
  973. }
  974. tty = tty_port_tty_get(&port->port);
  975. if (tty) {
  976. if (urb->actual_length) {
  977. usb_serial_debug_data(debug, dev, __func__,
  978. urb->actual_length, urb->transfer_buffer);
  979. if (!tport->tp_is_open)
  980. dbg("%s - port closed, dropping data",
  981. __func__);
  982. else
  983. ti_recv(&urb->dev->dev, tty,
  984. urb->transfer_buffer,
  985. urb->actual_length);
  986. spin_lock(&tport->tp_lock);
  987. tport->tp_icount.rx += urb->actual_length;
  988. spin_unlock(&tport->tp_lock);
  989. }
  990. tty_kref_put(tty);
  991. }
  992. exit:
  993. /* continue to read unless stopping */
  994. spin_lock(&tport->tp_lock);
  995. if (tport->tp_read_urb_state == TI_READ_URB_RUNNING)
  996. retval = usb_submit_urb(urb, GFP_ATOMIC);
  997. else if (tport->tp_read_urb_state == TI_READ_URB_STOPPING)
  998. tport->tp_read_urb_state = TI_READ_URB_STOPPED;
  999. spin_unlock(&tport->tp_lock);
  1000. if (retval)
  1001. dev_err(dev, "%s - resubmit read urb failed, %d\n",
  1002. __func__, retval);
  1003. }
  1004. static void ti_bulk_out_callback(struct urb *urb)
  1005. {
  1006. struct ti_port *tport = urb->context;
  1007. struct usb_serial_port *port = tport->tp_port;
  1008. int status = urb->status;
  1009. tport->tp_write_urb_in_use = 0;
  1010. switch (status) {
  1011. case 0:
  1012. break;
  1013. case -ECONNRESET:
  1014. case -ENOENT:
  1015. case -ESHUTDOWN:
  1016. dbg("%s - urb shutting down, %d", __func__, status);
  1017. tport->tp_tdev->td_urb_error = 1;
  1018. wake_up_interruptible(&tport->tp_write_wait);
  1019. return;
  1020. default:
  1021. dev_err_console(port, "%s - nonzero urb status, %d\n",
  1022. __func__, status);
  1023. tport->tp_tdev->td_urb_error = 1;
  1024. wake_up_interruptible(&tport->tp_write_wait);
  1025. }
  1026. /* send any buffered data */
  1027. ti_send(tport);
  1028. }
  1029. static void ti_recv(struct device *dev, struct tty_struct *tty,
  1030. unsigned char *data, int length)
  1031. {
  1032. int cnt;
  1033. do {
  1034. cnt = tty_insert_flip_string(tty, data, length);
  1035. if (cnt < length) {
  1036. dev_err(dev, "%s - dropping data, %d bytes lost\n",
  1037. __func__, length - cnt);
  1038. if (cnt == 0)
  1039. break;
  1040. }
  1041. tty_flip_buffer_push(tty);
  1042. data += cnt;
  1043. length -= cnt;
  1044. } while (length > 0);
  1045. }
  1046. static void ti_send(struct ti_port *tport)
  1047. {
  1048. int count, result;
  1049. struct usb_serial_port *port = tport->tp_port;
  1050. struct tty_struct *tty = tty_port_tty_get(&port->port); /* FIXME */
  1051. unsigned long flags;
  1052. spin_lock_irqsave(&tport->tp_lock, flags);
  1053. if (tport->tp_write_urb_in_use)
  1054. goto unlock;
  1055. count = kfifo_out(&tport->write_fifo,
  1056. port->write_urb->transfer_buffer,
  1057. port->bulk_out_size);
  1058. if (count == 0)
  1059. goto unlock;
  1060. tport->tp_write_urb_in_use = 1;
  1061. spin_unlock_irqrestore(&tport->tp_lock, flags);
  1062. usb_serial_debug_data(debug, &port->dev, __func__, count,
  1063. port->write_urb->transfer_buffer);
  1064. usb_fill_bulk_urb(port->write_urb, port->serial->dev,
  1065. usb_sndbulkpipe(port->serial->dev,
  1066. port->bulk_out_endpointAddress),
  1067. port->write_urb->transfer_buffer, count,
  1068. ti_bulk_out_callback, tport);
  1069. result = usb_submit_urb(port->write_urb, GFP_ATOMIC);
  1070. if (result) {
  1071. dev_err_console(port, "%s - submit write urb failed, %d\n",
  1072. __func__, result);
  1073. tport->tp_write_urb_in_use = 0;
  1074. /* TODO: reschedule ti_send */
  1075. } else {
  1076. spin_lock_irqsave(&tport->tp_lock, flags);
  1077. tport->tp_icount.tx += count;
  1078. spin_unlock_irqrestore(&tport->tp_lock, flags);
  1079. }
  1080. /* more room in the buffer for new writes, wakeup */
  1081. if (tty)
  1082. tty_wakeup(tty);
  1083. tty_kref_put(tty);
  1084. wake_up_interruptible(&tport->tp_write_wait);
  1085. return;
  1086. unlock:
  1087. spin_unlock_irqrestore(&tport->tp_lock, flags);
  1088. tty_kref_put(tty);
  1089. return;
  1090. }
  1091. static int ti_set_mcr(struct ti_port *tport, unsigned int mcr)
  1092. {
  1093. unsigned long flags;
  1094. int status;
  1095. status = ti_write_byte(tport->tp_tdev,
  1096. tport->tp_uart_base_addr + TI_UART_OFFSET_MCR,
  1097. TI_MCR_RTS | TI_MCR_DTR | TI_MCR_LOOP, mcr);
  1098. spin_lock_irqsave(&tport->tp_lock, flags);
  1099. if (!status)
  1100. tport->tp_shadow_mcr = mcr;
  1101. spin_unlock_irqrestore(&tport->tp_lock, flags);
  1102. return status;
  1103. }
  1104. static int ti_get_lsr(struct ti_port *tport)
  1105. {
  1106. int size, status;
  1107. struct ti_device *tdev = tport->tp_tdev;
  1108. struct usb_serial_port *port = tport->tp_port;
  1109. int port_number = port->number - port->serial->minor;
  1110. struct ti_port_status *data;
  1111. size = sizeof(struct ti_port_status);
  1112. data = kmalloc(size, GFP_KERNEL);
  1113. if (!data) {
  1114. dev_err(&port->dev, "%s - out of memory\n", __func__);
  1115. return -ENOMEM;
  1116. }
  1117. status = ti_command_in_sync(tdev, TI_GET_PORT_STATUS,
  1118. (__u8)(TI_UART1_PORT+port_number), 0, (__u8 *)data, size);
  1119. if (status) {
  1120. dev_err(&port->dev,
  1121. "%s - get port status command failed, %d\n",
  1122. __func__, status);
  1123. goto free_data;
  1124. }
  1125. dbg("%s - lsr 0x%02X", __func__, data->bLSR);
  1126. tport->tp_lsr = data->bLSR;
  1127. free_data:
  1128. kfree(data);
  1129. return status;
  1130. }
  1131. static int ti_get_serial_info(struct ti_port *tport,
  1132. struct serial_struct __user *ret_arg)
  1133. {
  1134. struct usb_serial_port *port = tport->tp_port;
  1135. struct serial_struct ret_serial;
  1136. if (!ret_arg)
  1137. return -EFAULT;
  1138. memset(&ret_serial, 0, sizeof(ret_serial));
  1139. ret_serial.type = PORT_16550A;
  1140. ret_serial.line = port->serial->minor;
  1141. ret_serial.port = port->number - port->serial->minor;
  1142. ret_serial.flags = tport->tp_flags;
  1143. ret_serial.xmit_fifo_size = TI_WRITE_BUF_SIZE;
  1144. ret_serial.baud_base = tport->tp_tdev->td_is_3410 ? 921600 : 460800;
  1145. ret_serial.closing_wait = tport->tp_closing_wait;
  1146. if (copy_to_user(ret_arg, &ret_serial, sizeof(*ret_arg)))
  1147. return -EFAULT;
  1148. return 0;
  1149. }
  1150. static int ti_set_serial_info(struct tty_struct *tty, struct ti_port *tport,
  1151. struct serial_struct __user *new_arg)
  1152. {
  1153. struct serial_struct new_serial;
  1154. if (copy_from_user(&new_serial, new_arg, sizeof(new_serial)))
  1155. return -EFAULT;
  1156. tport->tp_flags = new_serial.flags & TI_SET_SERIAL_FLAGS;
  1157. tport->tp_closing_wait = new_serial.closing_wait;
  1158. return 0;
  1159. }
  1160. static void ti_handle_new_msr(struct ti_port *tport, __u8 msr)
  1161. {
  1162. struct async_icount *icount;
  1163. struct tty_struct *tty;
  1164. unsigned long flags;
  1165. dbg("%s - msr 0x%02X", __func__, msr);
  1166. if (msr & TI_MSR_DELTA_MASK) {
  1167. spin_lock_irqsave(&tport->tp_lock, flags);
  1168. icount = &tport->tp_icount;
  1169. if (msr & TI_MSR_DELTA_CTS)
  1170. icount->cts++;
  1171. if (msr & TI_MSR_DELTA_DSR)
  1172. icount->dsr++;
  1173. if (msr & TI_MSR_DELTA_CD)
  1174. icount->dcd++;
  1175. if (msr & TI_MSR_DELTA_RI)
  1176. icount->rng++;
  1177. wake_up_interruptible(&tport->tp_msr_wait);
  1178. spin_unlock_irqrestore(&tport->tp_lock, flags);
  1179. }
  1180. tport->tp_msr = msr & TI_MSR_MASK;
  1181. /* handle CTS flow control */
  1182. tty = tty_port_tty_get(&tport->tp_port->port);
  1183. if (tty && C_CRTSCTS(tty)) {
  1184. if (msr & TI_MSR_CTS) {
  1185. tty->hw_stopped = 0;
  1186. tty_wakeup(tty);
  1187. } else {
  1188. tty->hw_stopped = 1;
  1189. }
  1190. }
  1191. tty_kref_put(tty);
  1192. }
  1193. static void ti_drain(struct ti_port *tport, unsigned long timeout, int flush)
  1194. {
  1195. struct ti_device *tdev = tport->tp_tdev;
  1196. struct usb_serial_port *port = tport->tp_port;
  1197. wait_queue_t wait;
  1198. spin_lock_irq(&tport->tp_lock);
  1199. /* wait for data to drain from the buffer */
  1200. tdev->td_urb_error = 0;
  1201. init_waitqueue_entry(&wait, current);
  1202. add_wait_queue(&tport->tp_write_wait, &wait);
  1203. for (;;) {
  1204. set_current_state(TASK_INTERRUPTIBLE);
  1205. if (kfifo_len(&tport->write_fifo) == 0
  1206. || timeout == 0 || signal_pending(current)
  1207. || tdev->td_urb_error
  1208. || port->serial->disconnected) /* disconnect */
  1209. break;
  1210. spin_unlock_irq(&tport->tp_lock);
  1211. timeout = schedule_timeout(timeout);
  1212. spin_lock_irq(&tport->tp_lock);
  1213. }
  1214. set_current_state(TASK_RUNNING);
  1215. remove_wait_queue(&tport->tp_write_wait, &wait);
  1216. /* flush any remaining data in the buffer */
  1217. if (flush)
  1218. kfifo_reset_out(&tport->write_fifo);
  1219. spin_unlock_irq(&tport->tp_lock);
  1220. mutex_lock(&port->serial->disc_mutex);
  1221. /* wait for data to drain from the device */
  1222. /* wait for empty tx register, plus 20 ms */
  1223. timeout += jiffies;
  1224. tport->tp_lsr &= ~TI_LSR_TX_EMPTY;
  1225. while ((long)(jiffies - timeout) < 0 && !signal_pending(current)
  1226. && !(tport->tp_lsr&TI_LSR_TX_EMPTY) && !tdev->td_urb_error
  1227. && !port->serial->disconnected) {
  1228. if (ti_get_lsr(tport))
  1229. break;
  1230. mutex_unlock(&port->serial->disc_mutex);
  1231. msleep_interruptible(20);
  1232. mutex_lock(&port->serial->disc_mutex);
  1233. }
  1234. mutex_unlock(&port->serial->disc_mutex);
  1235. }
  1236. static void ti_stop_read(struct ti_port *tport, struct tty_struct *tty)
  1237. {
  1238. unsigned long flags;
  1239. spin_lock_irqsave(&tport->tp_lock, flags);
  1240. if (tport->tp_read_urb_state == TI_READ_URB_RUNNING)
  1241. tport->tp_read_urb_state = TI_READ_URB_STOPPING;
  1242. spin_unlock_irqrestore(&tport->tp_lock, flags);
  1243. }
  1244. static int ti_restart_read(struct ti_port *tport, struct tty_struct *tty)
  1245. {
  1246. struct urb *urb;
  1247. int status = 0;
  1248. unsigned long flags;
  1249. spin_lock_irqsave(&tport->tp_lock, flags);
  1250. if (tport->tp_read_urb_state == TI_READ_URB_STOPPED) {
  1251. tport->tp_read_urb_state = TI_READ_URB_RUNNING;
  1252. urb = tport->tp_port->read_urb;
  1253. spin_unlock_irqrestore(&tport->tp_lock, flags);
  1254. urb->context = tport;
  1255. status = usb_submit_urb(urb, GFP_KERNEL);
  1256. } else {
  1257. tport->tp_read_urb_state = TI_READ_URB_RUNNING;
  1258. spin_unlock_irqrestore(&tport->tp_lock, flags);
  1259. }
  1260. return status;
  1261. }
  1262. static int ti_command_out_sync(struct ti_device *tdev, __u8 command,
  1263. __u16 moduleid, __u16 value, __u8 *data, int size)
  1264. {
  1265. int status;
  1266. status = usb_control_msg(tdev->td_serial->dev,
  1267. usb_sndctrlpipe(tdev->td_serial->dev, 0), command,
  1268. (USB_TYPE_VENDOR | USB_RECIP_DEVICE | USB_DIR_OUT),
  1269. value, moduleid, data, size, 1000);
  1270. if (status == size)
  1271. status = 0;
  1272. if (status > 0)
  1273. status = -ECOMM;
  1274. return status;
  1275. }
  1276. static int ti_command_in_sync(struct ti_device *tdev, __u8 command,
  1277. __u16 moduleid, __u16 value, __u8 *data, int size)
  1278. {
  1279. int status;
  1280. status = usb_control_msg(tdev->td_serial->dev,
  1281. usb_rcvctrlpipe(tdev->td_serial->dev, 0), command,
  1282. (USB_TYPE_VENDOR | USB_RECIP_DEVICE | USB_DIR_IN),
  1283. value, moduleid, data, size, 1000);
  1284. if (status == size)
  1285. status = 0;
  1286. if (status > 0)
  1287. status = -ECOMM;
  1288. return status;
  1289. }
  1290. static int ti_write_byte(struct ti_device *tdev, unsigned long addr,
  1291. __u8 mask, __u8 byte)
  1292. {
  1293. int status;
  1294. unsigned int size;
  1295. struct ti_write_data_bytes *data;
  1296. struct device *dev = &tdev->td_serial->dev->dev;
  1297. dbg("%s - addr 0x%08lX, mask 0x%02X, byte 0x%02X",
  1298. __func__, addr, mask, byte);
  1299. size = sizeof(struct ti_write_data_bytes) + 2;
  1300. data = kmalloc(size, GFP_KERNEL);
  1301. if (!data) {
  1302. dev_err(dev, "%s - out of memory\n", __func__);
  1303. return -ENOMEM;
  1304. }
  1305. data->bAddrType = TI_RW_DATA_ADDR_XDATA;
  1306. data->bDataType = TI_RW_DATA_BYTE;
  1307. data->bDataCounter = 1;
  1308. data->wBaseAddrHi = cpu_to_be16(addr>>16);
  1309. data->wBaseAddrLo = cpu_to_be16(addr);
  1310. data->bData[0] = mask;
  1311. data->bData[1] = byte;
  1312. status = ti_command_out_sync(tdev, TI_WRITE_DATA, TI_RAM_PORT, 0,
  1313. (__u8 *)data, size);
  1314. if (status < 0)
  1315. dev_err(dev, "%s - failed, %d\n", __func__, status);
  1316. kfree(data);
  1317. return status;
  1318. }
  1319. static int ti_do_download(struct usb_device *dev, int pipe,
  1320. u8 *buffer, int size)
  1321. {
  1322. int pos;
  1323. u8 cs = 0;
  1324. int done;
  1325. struct ti_firmware_header *header;
  1326. int status = 0;
  1327. int len;
  1328. for (pos = sizeof(struct ti_firmware_header); pos < size; pos++)
  1329. cs = (__u8)(cs + buffer[pos]);
  1330. header = (struct ti_firmware_header *)buffer;
  1331. header->wLength = cpu_to_le16((__u16)(size
  1332. - sizeof(struct ti_firmware_header)));
  1333. header->bCheckSum = cs;
  1334. dbg("%s - downloading firmware", __func__);
  1335. for (pos = 0; pos < size; pos += done) {
  1336. len = min(size - pos, TI_DOWNLOAD_MAX_PACKET_SIZE);
  1337. status = usb_bulk_msg(dev, pipe, buffer + pos, len,
  1338. &done, 1000);
  1339. if (status)
  1340. break;
  1341. }
  1342. return status;
  1343. }
  1344. static int ti_download_firmware(struct ti_device *tdev)
  1345. {
  1346. int status;
  1347. int buffer_size;
  1348. __u8 *buffer;
  1349. struct usb_device *dev = tdev->td_serial->dev;
  1350. unsigned int pipe = usb_sndbulkpipe(dev,
  1351. tdev->td_serial->port[0]->bulk_out_endpointAddress);
  1352. const struct firmware *fw_p;
  1353. char buf[32];
  1354. /* try ID specific firmware first, then try generic firmware */
  1355. sprintf(buf, "ti_usb-v%04x-p%04x.fw", dev->descriptor.idVendor,
  1356. dev->descriptor.idProduct);
  1357. status = request_firmware(&fw_p, buf, &dev->dev);
  1358. if (status != 0) {
  1359. buf[0] = '\0';
  1360. if (dev->descriptor.idVendor == MTS_VENDOR_ID) {
  1361. switch (dev->descriptor.idProduct) {
  1362. case MTS_CDMA_PRODUCT_ID:
  1363. strcpy(buf, "mts_cdma.fw");
  1364. break;
  1365. case MTS_GSM_PRODUCT_ID:
  1366. strcpy(buf, "mts_gsm.fw");
  1367. break;
  1368. case MTS_EDGE_PRODUCT_ID:
  1369. strcpy(buf, "mts_edge.fw");
  1370. break;
  1371. case MTS_MT9234MU_PRODUCT_ID:
  1372. strcpy(buf, "mts_mt9234mu.fw");
  1373. break;
  1374. case MTS_MT9234ZBA_PRODUCT_ID:
  1375. strcpy(buf, "mts_mt9234zba.fw");
  1376. break;
  1377. case MTS_MT9234ZBAOLD_PRODUCT_ID:
  1378. strcpy(buf, "mts_mt9234zba.fw");
  1379. break; }
  1380. }
  1381. if (buf[0] == '\0') {
  1382. if (tdev->td_is_3410)
  1383. strcpy(buf, "ti_3410.fw");
  1384. else
  1385. strcpy(buf, "ti_5052.fw");
  1386. }
  1387. status = request_firmware(&fw_p, buf, &dev->dev);
  1388. }
  1389. if (status) {
  1390. dev_err(&dev->dev, "%s - firmware not found\n", __func__);
  1391. return -ENOENT;
  1392. }
  1393. if (fw_p->size > TI_FIRMWARE_BUF_SIZE) {
  1394. dev_err(&dev->dev, "%s - firmware too large %zu\n", __func__, fw_p->size);
  1395. release_firmware(fw_p);
  1396. return -ENOENT;
  1397. }
  1398. buffer_size = TI_FIRMWARE_BUF_SIZE + sizeof(struct ti_firmware_header);
  1399. buffer = kmalloc(buffer_size, GFP_KERNEL);
  1400. if (buffer) {
  1401. memcpy(buffer, fw_p->data, fw_p->size);
  1402. memset(buffer + fw_p->size, 0xff, buffer_size - fw_p->size);
  1403. status = ti_do_download(dev, pipe, buffer, fw_p->size);
  1404. kfree(buffer);
  1405. } else {
  1406. dbg("%s ENOMEM\n", __func__);
  1407. status = -ENOMEM;
  1408. }
  1409. release_firmware(fw_p);
  1410. if (status) {
  1411. dev_err(&dev->dev, "%s - error downloading firmware, %d\n",
  1412. __func__, status);
  1413. return status;
  1414. }
  1415. dbg("%s - download successful", __func__);
  1416. return 0;
  1417. }