ti_usb_3410_5052.c 46 KB

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