xref: /linux/drivers/usb/serial/cp210x.c (revision d03a6d4e2beaa358b6c4e16fe106e813a57e927a)
15fd54aceSGreg Kroah-Hartman // SPDX-License-Identifier: GPL-2.0
203ee2515SGreg Kroah-Hartman /*
34cc27bd6SCraig Shelley  * Silicon Laboratories CP210x USB to RS232 serial adaptor driver
403ee2515SGreg Kroah-Hartman  *
503ee2515SGreg Kroah-Hartman  * Copyright (C) 2005 Craig Shelley (craig@microtron.org.uk)
690fa41eeSJohan Hovold  * Copyright (C) 2010-2021 Johan Hovold (johan@kernel.org)
703ee2515SGreg Kroah-Hartman  *
803ee2515SGreg Kroah-Hartman  * Support to set flow control line levels using TIOCMGET and TIOCMSET
903ee2515SGreg Kroah-Hartman  * thanks to Karl Hiramoto karl@hiramoto.org. RTSCTS hardware flow
1003ee2515SGreg Kroah-Hartman  * control thanks to Munir Nassar nassarmu@real-time.com
1103ee2515SGreg Kroah-Hartman  *
1203ee2515SGreg Kroah-Hartman  */
1303ee2515SGreg Kroah-Hartman 
1403ee2515SGreg Kroah-Hartman #include <linux/kernel.h>
1503ee2515SGreg Kroah-Hartman #include <linux/errno.h>
1603ee2515SGreg Kroah-Hartman #include <linux/slab.h>
1703ee2515SGreg Kroah-Hartman #include <linux/tty.h>
1803ee2515SGreg Kroah-Hartman #include <linux/tty_flip.h>
1903ee2515SGreg Kroah-Hartman #include <linux/module.h>
2003ee2515SGreg Kroah-Hartman #include <linux/usb.h>
2103ee2515SGreg Kroah-Hartman #include <linux/usb/serial.h>
22cf5276ceSMartyn Welch #include <linux/gpio/driver.h>
23cf5276ceSMartyn Welch #include <linux/bitops.h>
24cf5276ceSMartyn Welch #include <linux/mutex.h>
2503ee2515SGreg Kroah-Hartman 
264cc27bd6SCraig Shelley #define DRIVER_DESC "Silicon Labs CP210x RS232 serial adaptor driver"
2703ee2515SGreg Kroah-Hartman 
2803ee2515SGreg Kroah-Hartman /*
2903ee2515SGreg Kroah-Hartman  * Function Prototypes
3003ee2515SGreg Kroah-Hartman  */
31a509a7e4SAlan Cox static int cp210x_open(struct tty_struct *tty, struct usb_serial_port *);
324cc27bd6SCraig Shelley static void cp210x_close(struct usb_serial_port *);
33e5990874SJohan Hovold static void cp210x_change_speed(struct tty_struct *, struct usb_serial_port *,
34f6d47fe5SIlpo Järvinen 				const struct ktermios *);
354cc27bd6SCraig Shelley static void cp210x_set_termios(struct tty_struct *, struct usb_serial_port *,
36f6d47fe5SIlpo Järvinen 			       const struct ktermios *);
376f923a01SKonstantin Shkolnyy static bool cp210x_tx_empty(struct usb_serial_port *port);
3860b33c13SAlan Cox static int cp210x_tiocmget(struct tty_struct *);
3920b9d177SAlan Cox static int cp210x_tiocmset(struct tty_struct *, unsigned int, unsigned int);
4020b9d177SAlan Cox static int cp210x_tiocmset_port(struct usb_serial_port *port,
41d2ad67b3SVomLehn 		unsigned int, unsigned int);
424cc27bd6SCraig Shelley static void cp210x_break_ctl(struct tty_struct *, int);
43cf5276ceSMartyn Welch static int cp210x_attach(struct usb_serial *);
44cf5276ceSMartyn Welch static void cp210x_disconnect(struct usb_serial *);
45cf5276ceSMartyn Welch static void cp210x_release(struct usb_serial *);
46e2ae67a3SKonstantin Shkolnyy static int cp210x_port_probe(struct usb_serial_port *);
47c5d1448fSUwe Kleine-König static void cp210x_port_remove(struct usb_serial_port *);
48daa91919SJohan Hovold static void cp210x_dtr_rts(struct usb_serial_port *port, int on);
49a7207e98SJohan Hovold static void cp210x_process_read_urb(struct urb *urb);
50a7207e98SJohan Hovold static void cp210x_enable_event_mode(struct usb_serial_port *port);
51a7207e98SJohan Hovold static void cp210x_disable_event_mode(struct usb_serial_port *port);
5203ee2515SGreg Kroah-Hartman 
537d40d7e8SNémeth Márton static const struct usb_device_id id_table[] = {
54b50f8f09SJohan Hovold 	{ USB_DEVICE(0x0404, 0x034C) },	/* NCR Retail IO Box */
552f1136d1SDJ Delorie 	{ USB_DEVICE(0x045B, 0x0053) }, /* Renesas RX610 RX-Stick */
5603ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x0471, 0x066A) }, /* AKTAKOM ACE-1001 cable */
5703ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x0489, 0xE000) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */
585b22a32eSA E Lawrence 	{ USB_DEVICE(0x0489, 0xE003) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */
59b7c7cbc8SCraig Shelley 	{ USB_DEVICE(0x0745, 0x1000) }, /* CipherLab USB CCD Barcode Scanner 1000 */
6090625070SLuiz Angelo Daros de Luca 	{ USB_DEVICE(0x0846, 0x1100) }, /* NetGear Managed Switch M4100 series, M5300 series, M7100 series */
6103ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */
62b7c7cbc8SCraig Shelley 	{ USB_DEVICE(0x08FD, 0x000A) }, /* Digianswer A/S , ZigBee/802.15.4 MAC Device */
63a6f03312SLennart Sorensen 	{ USB_DEVICE(0x0908, 0x01FF) }, /* Siemens RUGGEDCOM USB Serial Console */
6443377df7SChenxin Jin 	{ USB_DEVICE(0x0988, 0x0578) }, /* Teraoka AD2000 */
65dd9d3d86SIvan Mironov 	{ USB_DEVICE(0x0B00, 0x3070) }, /* Ingenico 3070 */
66eefd9029SCraig Shelley 	{ USB_DEVICE(0x0BED, 0x1100) }, /* MEI (TM) Cashflow-SC Bill/Voucher Acceptor */
67eefd9029SCraig Shelley 	{ USB_DEVICE(0x0BED, 0x1101) }, /* MEI series 2000 Combo Acceptor */
6803ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */
6903ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x0FCF, 0x1004) }, /* Dynastream ANT2USB */
7003ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x0FCF, 0x1006) }, /* Dynastream ANT development board */
718de7f4daSLuis Llorente Campo 	{ USB_DEVICE(0x0FDE, 0xCA05) }, /* OWL Wireless Electricity Monitor CM-160 */
726ca0c628SJohan Hovold 	{ USB_DEVICE(0x106F, 0x0003) },	/* CPI / Money Controls Bulk Coin Recycler */
7303ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */
7403ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */
7503ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */
76b7c7cbc8SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x0F91) }, /* Vstabi */
770601e116SAmit Kucheria 	{ USB_DEVICE(0x10C4, 0x1101) }, /* Arkham Technology DS101 Bus Monitor */
780601e116SAmit Kucheria 	{ USB_DEVICE(0x10C4, 0x1601) }, /* Arkham Technology DS101 Adapter */
7903ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x800A) }, /* SPORTident BSM7-D-USB main station */
8003ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x803B) }, /* Pololu USB-serial converter */
81eefd9029SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x8044) }, /* Cygnal Debug Adapter */
82eefd9029SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x804E) }, /* Software Bisque Paramount ME build-in converter */
8303ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */
8403ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x8054) }, /* Enfora GSM2228 */
85a595ecddSGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x8056) }, /* Lorenz Messtechnik devices */
8603ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x8066) }, /* Argussoft In-System Programmer */
87eefd9029SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x806F) }, /* IMS USB to RS422 Converter Cable */
8803ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x807A) }, /* Crumb128 board */
895bbfa6f4SMikko Tuumanen 	{ USB_DEVICE(0x10C4, 0x80C4) }, /* Cygnal Integrated Products, Inc., Optris infrared thermometer */
9003ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x80CA) }, /* Degree Controls Inc */
9103ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x80DD) }, /* Tracient RFID */
9203ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x80F6) }, /* Suunto sports instrument */
9303ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x8115) }, /* Arygon NFC/Mifare Reader */
9403ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x813D) }, /* Burnside Telecom Deskmobile */
958bf16ba7SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x813F) }, /* Tams Master Easy Control */
9603ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x814A) }, /* West Mountain Radio RIGblaster P&P */
9703ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x814B) }, /* West Mountain Radio RIGtalk */
98a57e82a1SSteve Conklin 	{ USB_DEVICE(0x2405, 0x0003) }, /* West Mountain Radio RIGblaster Advantage */
990bf7a81cSJason Detring 	{ USB_DEVICE(0x10C4, 0x8156) }, /* B&G H3000 link cable */
10003ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */
1013fcc8f96SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x815F) }, /* Timewave HamLinkUSB */
10224160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x817C) }, /* CESINEL MEDCAL N Power Quality Monitor */
10324160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x817D) }, /* CESINEL MEDCAL NT Power Quality Monitor */
10424160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x817E) }, /* CESINEL MEDCAL S Power Quality Monitor */
105eefd9029SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x818B) }, /* AVIT Research USB to TTL */
10603ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x819F) }, /* MJS USB Toslink Switcher */
10703ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x81A6) }, /* ThinkOptics WavIt */
10808e87d0dSMalte Schröder 	{ USB_DEVICE(0x10C4, 0x81A9) }, /* Multiplex RC Interface */
10903ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x81AC) }, /* MSD Dash Hawk */
110eefd9029SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x81AD) }, /* INSYS USB Modem */
11103ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x81C8) }, /* Lipowsky Industrie Elektronik GmbH, Baby-JTAG */
112f487c54dSPeter Dedecker 	{ USB_DEVICE(0x10C4, 0x81D7) }, /* IAI Corp. RCB-CV-USB USB to RS485 Adaptor */
11303ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x81E2) }, /* Lipowsky Industrie Elektronik GmbH, Baby-LIN */
11403ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x81E7) }, /* Aerocomm Radio */
115bd07c551SAlan Cox 	{ USB_DEVICE(0x10C4, 0x81E8) }, /* Zephyr Bioharness */
116b7c7cbc8SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x81F2) }, /* C1007 HF band RFID controller */
11703ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */
11803ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x822B) }, /* Modem EDGE(GSM) Comander 2 */
11925985edcSLucas De Marchi 	{ USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demonstration module */
12072b30079STristan Bruns 	{ USB_DEVICE(0x10C4, 0x8281) }, /* Nanotec Plug & Drive */
121c851e83fSFlorian Fainelli 	{ USB_DEVICE(0x10C4, 0x8293) }, /* Telegesis ETRX2USB */
12224160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x82EF) }, /* CESINEL FALCO 6105 AC Power Supply */
12324160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x82F1) }, /* CESINEL MEDCAL EFD Earth Fault Detector */
12424160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x82F2) }, /* CESINEL MEDCAL ST Network Analyzer */
125613ac23aSJasem Mutlaq 	{ USB_DEVICE(0x10C4, 0x82F4) }, /* Starizona MicroTouch */
126b7c7cbc8SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x82F9) }, /* Procyon AVS */
12703ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */
1288bf16ba7SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x8382) }, /* Cygnal Integrated Products, Inc. */
12903ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */
130347bc8cbSGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x83AA) }, /* Mark-10 Digital Force Gauge */
131faea63f7SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x83D8) }, /* DekTec DTA Plus VHF/UHF Booster/Attenuator */
1328bf16ba7SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x8411) }, /* Kyocera GPS Module */
133ceb40384SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x8414) }, /* Decagon USB Cable Adapter */
134faea63f7SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x8418) }, /* IRZ Automation Teleport SG-10 GSM/GPRS Modem */
135d23bac9fSAlex Stephens 	{ USB_DEVICE(0x10C4, 0x846E) }, /* BEI USB Sensor Interface (VCP) */
136decc5360SKyle Jones 	{ USB_DEVICE(0x10C4, 0x8470) }, /* Juniper Networks BX Series System Console */
137541e05ecSCraig Shelley 	{ USB_DEVICE(0x10C4, 0x8477) }, /* Balluff RFID */
138613ac23aSJasem Mutlaq 	{ USB_DEVICE(0x10C4, 0x84B6) }, /* Starizona Hyperion */
13924160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x851E) }, /* CESINEL MEDCAL PT Network Analyzer */
14043074132SDiego Elio Pettenò 	{ USB_DEVICE(0x10C4, 0x85A7) }, /* LifeScan OneTouch Verio IQ */
14124160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x85B8) }, /* CESINEL ReCon T Energy Logger */
1424eff0b40SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x85EA) }, /* AC-Services IBUS-IF */
1434eff0b40SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x85EB) }, /* AC-Services CIS-IBUS */
144356fe44fSMarkus Becker 	{ USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */
1454eff0b40SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */
1464eff0b40SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */
1471ae78a48SDavid Peterson 	{ USB_DEVICE(0x10C4, 0x8856) },	/* CEL EM357 ZigBee USB Stick - LR */
1481ae78a48SDavid Peterson 	{ USB_DEVICE(0x10C4, 0x8857) },	/* CEL EM357 ZigBee USB Stick */
14976811569SSami Rahman 	{ USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */
15076811569SSami Rahman 	{ USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */
151ca667a33SKaran Singhal 	{ USB_DEVICE(0x10C4, 0x88D8) }, /* Acuity Brands nLight Air Adapter */
15224160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x88FB) }, /* CESINEL MEDCAL STII Network Analyzer */
15324160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x8938) }, /* CESINEL MEDCAL S II Network Analyzer */
154bfc2d7dfSJoe Savage 	{ USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */
1552ab13292SPaul Jakma 	{ USB_DEVICE(0x10C4, 0x8962) }, /* Brim Brothers charging dock */
1561ae78a48SDavid Peterson 	{ USB_DEVICE(0x10C4, 0x8977) },	/* CEL MeshWorks DevKit Device */
157c735ed74SMark Edwards 	{ USB_DEVICE(0x10C4, 0x8998) }, /* KCF Technologies PRN */
15824160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x89A4) }, /* CESINEL FTBC Flexible Thyristor Bridge Controller */
159367b160fSOlli Salonen 	{ USB_DEVICE(0x10C4, 0x89FB) }, /* Qivicon ZigBee USB Radio Stick */
160df72d588SJohn D. Blair 	{ USB_DEVICE(0x10C4, 0x8A2A) }, /* HubZ dual ZigBee and Z-Wave dongle */
161d6a206e6SJohn Keeping 	{ USB_DEVICE(0x10C4, 0x8A5B) }, /* CEL EM3588 ZigBee USB Stick */
162fd90f73aSJeremie Rapin 	{ USB_DEVICE(0x10C4, 0x8A5E) }, /* CEL EM3588 ZigBee USB Stick Long Range */
1639585e340SStefan Triller 	{ USB_DEVICE(0x10C4, 0x8B34) }, /* Qivicon ZigBee USB Radio Stick */
16403ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
16503ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
1662f839823SKaroly Pados 	{ USB_DEVICE(0x10C4, 0xEA63) }, /* Silicon Labs Windows Update (CP2101-4/CP2102N) */
167a5360a53SPreston Fick 	{ USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */
168eefd9029SCraig Shelley 	{ USB_DEVICE(0x10C4, 0xEA71) }, /* Infinity GPS-MIC-1 Radio Monophone */
1692f839823SKaroly Pados 	{ USB_DEVICE(0x10C4, 0xEA7A) }, /* Silicon Labs Windows Update (CP2105) */
1702f839823SKaroly Pados 	{ USB_DEVICE(0x10C4, 0xEA7B) }, /* Silicon Labs Windows Update (CP2108) */
17103ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
17203ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */
17303ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */
17403ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0xF004) }, /* Elan Digital Systems USBcount50 */
17503ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C5, 0xEA61) }, /* Silicon Labs MobiData GPRS USB Modem */
176b7c7cbc8SCraig Shelley 	{ USB_DEVICE(0x10CE, 0xEA6A) }, /* Silicon Labs MobiData GPRS USB Modem 100EU */
1771d377f4dSMike Manning 	{ USB_DEVICE(0x12B8, 0xEC60) }, /* Link G4 ECU */
1781d377f4dSMike Manning 	{ USB_DEVICE(0x12B8, 0xEC62) }, /* Link G4+ ECU */
17903ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x13AD, 0x9999) }, /* Baltech card reader */
180b7c7cbc8SCraig Shelley 	{ USB_DEVICE(0x1555, 0x0004) }, /* Owen AC4 USB-RS485 Converter */
1811f1e82f7SJohan Hovold 	{ USB_DEVICE(0x155A, 0x1006) },	/* ELDAT Easywave RX09 */
1823fcc8f96SCraig Shelley 	{ USB_DEVICE(0x166A, 0x0201) }, /* Clipsal 5500PACA C-Bus Pascal Automation Controller */
1833fcc8f96SCraig Shelley 	{ USB_DEVICE(0x166A, 0x0301) }, /* Clipsal 5800PC C-Bus Wireless PC Interface */
18403ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x166A, 0x0303) }, /* Clipsal 5500PCU C-Bus USB interface */
1853fcc8f96SCraig Shelley 	{ USB_DEVICE(0x166A, 0x0304) }, /* Clipsal 5000CT2 C-Bus Black and White Touchscreen */
1863fcc8f96SCraig Shelley 	{ USB_DEVICE(0x166A, 0x0305) }, /* Clipsal C-5000CT2 C-Bus Spectrum Colour Touchscreen */
1873fcc8f96SCraig Shelley 	{ USB_DEVICE(0x166A, 0x0401) }, /* Clipsal L51xx C-Bus Architectural Dimmer */
1883fcc8f96SCraig Shelley 	{ USB_DEVICE(0x166A, 0x0101) }, /* Clipsal 5560884 C-Bus Multi-room Audio Matrix Switcher */
189675af708SMichiel vd Garde 	{ USB_DEVICE(0x16C0, 0x09B0) }, /* Lunatico Seletek */
190675af708SMichiel vd Garde 	{ USB_DEVICE(0x16C0, 0x09B1) }, /* Lunatico Seletek */
19103ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */
192356c5a48SAlessio Igor Bogani 	{ USB_DEVICE(0x16DC, 0x0010) }, /* W-IE-NE-R Plein & Baus GmbH PL512 Power Supply */
193356c5a48SAlessio Igor Bogani 	{ USB_DEVICE(0x16DC, 0x0011) }, /* W-IE-NE-R Plein & Baus GmbH RCM Remote Control for MARATON Power Supply */
194356c5a48SAlessio Igor Bogani 	{ USB_DEVICE(0x16DC, 0x0012) }, /* W-IE-NE-R Plein & Baus GmbH MPOD Multi Channel Power Supply */
195356c5a48SAlessio Igor Bogani 	{ USB_DEVICE(0x16DC, 0x0015) }, /* W-IE-NE-R Plein & Baus GmbH CML Control, Monitoring and Data Logger */
196c6c1e449SBruno Thomsen 	{ USB_DEVICE(0x17A8, 0x0001) }, /* Kamstrup Optical Eye/3-wire */
197c6c1e449SBruno Thomsen 	{ USB_DEVICE(0x17A8, 0x0005) }, /* Kamstrup M-Bus Master MultiPort 250D */
198e88906b1SBruno Thomsen 	{ USB_DEVICE(0x17A8, 0x0011) }, /* Kamstrup 444 MHz RF sniffer */
199e88906b1SBruno Thomsen 	{ USB_DEVICE(0x17A8, 0x0013) }, /* Kamstrup 870 MHz RF sniffer */
20035a923a0SBruno Thomsen 	{ USB_DEVICE(0x17A8, 0x0101) }, /* Kamstrup 868 MHz wM-Bus C-Mode Meter Reader (Int Ant) */
20135a923a0SBruno Thomsen 	{ USB_DEVICE(0x17A8, 0x0102) }, /* Kamstrup 868 MHz wM-Bus C-Mode Meter Reader (Ext Ant) */
202541e05ecSCraig Shelley 	{ USB_DEVICE(0x17F4, 0xAAAA) }, /* Wavesense Jazz blood glucose meter */
203541e05ecSCraig Shelley 	{ USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */
204541e05ecSCraig Shelley 	{ USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
205f7d7f59aSOliver Freyermuth 	{ USB_DEVICE(0x18EF, 0xE025) }, /* ELV Marble Sound Board 1 */
206d14ac576SChristian Holl 	{ USB_DEVICE(0x18EF, 0xE030) }, /* ELV ALC 8xxx Battery Charger */
207c496ad83SAndreas Engel 	{ USB_DEVICE(0x18EF, 0xE032) }, /* ELV TFD500 Data Logger */
2086627ae19SKen Lin 	{ USB_DEVICE(0x1901, 0x0190) }, /* GE B850 CP2105 Recorder interface */
2096627ae19SKen Lin 	{ USB_DEVICE(0x1901, 0x0193) }, /* GE B650 CP2104 PMC interface */
210cddc9434SMartyn Welch 	{ USB_DEVICE(0x1901, 0x0194) },	/* GE Healthcare Remote Alarm Box */
2119a593656SKen Lin 	{ USB_DEVICE(0x1901, 0x0195) },	/* GE B850/B650/B450 CP2104 DP UART interface */
2129a593656SKen Lin 	{ USB_DEVICE(0x1901, 0x0196) },	/* GE B850 CP2105 DP UART interface */
213e9db418dSIan Ray 	{ USB_DEVICE(0x1901, 0x0197) }, /* GE CS1000 M.2 Key E serial interface */
214e9db418dSIan Ray 	{ USB_DEVICE(0x1901, 0x0198) }, /* GE CS1000 Display serial interface */
2153c4f6ecdSPho Tran 	{ USB_DEVICE(0x199B, 0xBA30) }, /* LORD WSDA-200-USB */
2163c4c615dSVittorio Alfieri 	{ USB_DEVICE(0x19CF, 0x3000) }, /* Parrot NMEA GPS Flight Recorder */
217b579fa52SBarry Grussling 	{ USB_DEVICE(0x1ADB, 0x0001) }, /* Schweitzer Engineering C662 Cable */
218b9326057SAndras Kovacs 	{ USB_DEVICE(0x1B1C, 0x1C00) }, /* Corsair USB Dongle */
21935cc83eaSNathaniel Ting 	{ USB_DEVICE(0x1BA4, 0x0002) },	/* Silicon Labs 358x factory default */
22093ad03d6SAnders Larsen 	{ USB_DEVICE(0x1BE3, 0x07A6) }, /* WAGO 750-923 USB Service Cable */
221dee80ad1SAndreas Bomholtz 	{ USB_DEVICE(0x1D6F, 0x0010) }, /* Seluxit ApS RF Dongle */
2223fcc8f96SCraig Shelley 	{ USB_DEVICE(0x1E29, 0x0102) }, /* Festo CPX-USB */
2233fcc8f96SCraig Shelley 	{ USB_DEVICE(0x1E29, 0x0501) }, /* Festo CMSP */
224be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0100) }, /* Lake Shore Model 121 Current Source */
225be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0200) }, /* Lake Shore Model 218A Temperature Monitor */
226be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0201) }, /* Lake Shore Model 219 Temperature Monitor */
227be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0202) }, /* Lake Shore Model 233 Temperature Transmitter */
228be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0203) }, /* Lake Shore Model 235 Temperature Transmitter */
229be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0300) }, /* Lake Shore Model 335 Temperature Controller */
230be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0301) }, /* Lake Shore Model 336 Temperature Controller */
231be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0302) }, /* Lake Shore Model 350 Temperature Controller */
232be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0303) }, /* Lake Shore Model 371 AC Bridge */
233be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0400) }, /* Lake Shore Model 411 Handheld Gaussmeter */
234be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0401) }, /* Lake Shore Model 425 Gaussmeter */
235be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0402) }, /* Lake Shore Model 455A Gaussmeter */
236be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0403) }, /* Lake Shore Model 475A Gaussmeter */
237be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0404) }, /* Lake Shore Model 465 Three Axis Gaussmeter */
238be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0600) }, /* Lake Shore Model 625A Superconducting MPS */
239be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0601) }, /* Lake Shore Model 642A Magnet Power Supply */
240be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0602) }, /* Lake Shore Model 648 Magnet Power Supply */
241be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0700) }, /* Lake Shore Model 737 VSM Controller */
242be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0701) }, /* Lake Shore Model 776 Hall Matrix */
2433bd18ba7SUwe Brandt 	{ USB_DEVICE(0x2184, 0x0030) }, /* GW Instek GDM-834x Digital Multimeter */
244f98a7aa8SPeter Sanford 	{ USB_DEVICE(0x2626, 0xEA60) }, /* Aruba Networks 7xxx USB Serial Console */
245791b7d7cSRenato Caldas 	{ USB_DEVICE(0x3195, 0xF190) }, /* Link Instruments MSO-19 */
2463fcc8f96SCraig Shelley 	{ USB_DEVICE(0x3195, 0xF280) }, /* Link Instruments MSO-28 */
2473fcc8f96SCraig Shelley 	{ USB_DEVICE(0x3195, 0xF281) }, /* Link Instruments MSO-28 */
2481e23aaceSKyle Roeschley 	{ USB_DEVICE(0x3923, 0x7A0B) }, /* National Instruments USB Serial Console */
249541e05ecSCraig Shelley 	{ USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */
25003ee2515SGreg Kroah-Hartman 	{ } /* Terminating Entry */
25103ee2515SGreg Kroah-Hartman };
25203ee2515SGreg Kroah-Hartman 
25303ee2515SGreg Kroah-Hartman MODULE_DEVICE_TABLE(usb, id_table);
25403ee2515SGreg Kroah-Hartman 
255cf5276ceSMartyn Welch struct cp210x_serial_private {
256cf5276ceSMartyn Welch #ifdef CONFIG_GPIOLIB
257cf5276ceSMartyn Welch 	struct gpio_chip	gc;
2586b7271d2SJohan Hovold 	bool			gpio_registered;
2598051334eSPho Tran 	u16			gpio_pushpull;
2608051334eSPho Tran 	u16			gpio_altfunc;
2618051334eSPho Tran 	u16			gpio_input;
262cf5276ceSMartyn Welch #endif
263cf5276ceSMartyn Welch 	u8			partnum;
26463a8eef7SJohan Hovold 	u32			fw_version;
26585bc2d91SJohanna Abrahamsson 	speed_t			min_speed;
266d4706c05SJohan Hovold 	speed_t			max_speed;
2677aecd7fcSJohan Hovold 	bool			use_actual_rate;
26863a8eef7SJohan Hovold 	bool			no_flow_control;
269c32dfec6SJohan Hovold 	bool			no_event_mode;
270cf5276ceSMartyn Welch };
271cf5276ceSMartyn Welch 
272a7207e98SJohan Hovold enum cp210x_event_state {
273a7207e98SJohan Hovold 	ES_DATA,
274a7207e98SJohan Hovold 	ES_ESCAPE,
275a7207e98SJohan Hovold 	ES_LSR,
276a7207e98SJohan Hovold 	ES_LSR_DATA_0,
277a7207e98SJohan Hovold 	ES_LSR_DATA_1,
278a7207e98SJohan Hovold 	ES_MSR
279a7207e98SJohan Hovold };
280a7207e98SJohan Hovold 
281e2ae67a3SKonstantin Shkolnyy struct cp210x_port_private {
28216045babSJohan Hovold 	u8			bInterfaceNumber;
283a7207e98SJohan Hovold 	bool			event_mode;
284a7207e98SJohan Hovold 	enum cp210x_event_state event_state;
285a7207e98SJohan Hovold 	u8			lsr;
2865951b850SJohan Hovold 
2875951b850SJohan Hovold 	struct mutex		mutex;
2885951b850SJohan Hovold 	bool			crtscts;
2898cce3bbfSJohan Hovold 	bool			dtr;
2908cce3bbfSJohan Hovold 	bool			rts;
291a5360a53SPreston Fick };
292a5360a53SPreston Fick 
2934cc27bd6SCraig Shelley static struct usb_serial_driver cp210x_device = {
29403ee2515SGreg Kroah-Hartman 	.driver = {
29503ee2515SGreg Kroah-Hartman 		.owner =	THIS_MODULE,
2964cc27bd6SCraig Shelley 		.name =		"cp210x",
29703ee2515SGreg Kroah-Hartman 	},
29803ee2515SGreg Kroah-Hartman 	.id_table		= id_table,
29903ee2515SGreg Kroah-Hartman 	.num_ports		= 1,
300aea006b9SJohan Hovold 	.bulk_in_size		= 256,
301d4e598f6SJohan Hovold 	.bulk_out_size		= 256,
3024cc27bd6SCraig Shelley 	.open			= cp210x_open,
3034cc27bd6SCraig Shelley 	.close			= cp210x_close,
3044cc27bd6SCraig Shelley 	.break_ctl		= cp210x_break_ctl,
3054cc27bd6SCraig Shelley 	.set_termios		= cp210x_set_termios,
3066f923a01SKonstantin Shkolnyy 	.tx_empty		= cp210x_tx_empty,
3074387b3dbSBrant Merryman 	.throttle		= usb_serial_generic_throttle,
3084387b3dbSBrant Merryman 	.unthrottle		= usb_serial_generic_unthrottle,
3094cc27bd6SCraig Shelley 	.tiocmget		= cp210x_tiocmget,
3104cc27bd6SCraig Shelley 	.tiocmset		= cp210x_tiocmset,
311de9c7e9fSJohan Hovold 	.get_icount		= usb_serial_generic_get_icount,
312cf5276ceSMartyn Welch 	.attach			= cp210x_attach,
313cf5276ceSMartyn Welch 	.disconnect		= cp210x_disconnect,
314cf5276ceSMartyn Welch 	.release		= cp210x_release,
315e2ae67a3SKonstantin Shkolnyy 	.port_probe		= cp210x_port_probe,
316e2ae67a3SKonstantin Shkolnyy 	.port_remove		= cp210x_port_remove,
317a7207e98SJohan Hovold 	.dtr_rts		= cp210x_dtr_rts,
318a7207e98SJohan Hovold 	.process_read_urb	= cp210x_process_read_urb,
31903ee2515SGreg Kroah-Hartman };
32003ee2515SGreg Kroah-Hartman 
32108a4f6bcSAlan Stern static struct usb_serial_driver * const serial_drivers[] = {
32208a4f6bcSAlan Stern 	&cp210x_device, NULL
32308a4f6bcSAlan Stern };
32408a4f6bcSAlan Stern 
32503ee2515SGreg Kroah-Hartman /* Config request types */
32632445605SPreston Fick #define REQTYPE_HOST_TO_INTERFACE	0x41
32732445605SPreston Fick #define REQTYPE_INTERFACE_TO_HOST	0xc1
32832445605SPreston Fick #define REQTYPE_HOST_TO_DEVICE	0x40
32932445605SPreston Fick #define REQTYPE_DEVICE_TO_HOST	0xc0
33003ee2515SGreg Kroah-Hartman 
33193ef1f1fSCraig Shelley /* Config request codes */
33293ef1f1fSCraig Shelley #define CP210X_IFC_ENABLE	0x00
33393ef1f1fSCraig Shelley #define CP210X_SET_BAUDDIV	0x01
33493ef1f1fSCraig Shelley #define CP210X_GET_BAUDDIV	0x02
33593ef1f1fSCraig Shelley #define CP210X_SET_LINE_CTL	0x03
33693ef1f1fSCraig Shelley #define CP210X_GET_LINE_CTL	0x04
33793ef1f1fSCraig Shelley #define CP210X_SET_BREAK	0x05
33893ef1f1fSCraig Shelley #define CP210X_IMM_CHAR		0x06
33993ef1f1fSCraig Shelley #define CP210X_SET_MHS		0x07
34093ef1f1fSCraig Shelley #define CP210X_GET_MDMSTS	0x08
34193ef1f1fSCraig Shelley #define CP210X_SET_XON		0x09
34293ef1f1fSCraig Shelley #define CP210X_SET_XOFF		0x0A
34393ef1f1fSCraig Shelley #define CP210X_SET_EVENTMASK	0x0B
34493ef1f1fSCraig Shelley #define CP210X_GET_EVENTMASK	0x0C
34593ef1f1fSCraig Shelley #define CP210X_SET_CHAR		0x0D
34693ef1f1fSCraig Shelley #define CP210X_GET_CHARS	0x0E
34793ef1f1fSCraig Shelley #define CP210X_GET_PROPS	0x0F
34893ef1f1fSCraig Shelley #define CP210X_GET_COMM_STATUS	0x10
34993ef1f1fSCraig Shelley #define CP210X_RESET		0x11
35093ef1f1fSCraig Shelley #define CP210X_PURGE		0x12
35193ef1f1fSCraig Shelley #define CP210X_SET_FLOW		0x13
35293ef1f1fSCraig Shelley #define CP210X_GET_FLOW		0x14
35393ef1f1fSCraig Shelley #define CP210X_EMBED_EVENTS	0x15
35493ef1f1fSCraig Shelley #define CP210X_GET_EVENTSTATE	0x16
35593ef1f1fSCraig Shelley #define CP210X_SET_CHARS	0x19
3567f482fc8SPreston Fick #define CP210X_GET_BAUDRATE	0x1D
3577f482fc8SPreston Fick #define CP210X_SET_BAUDRATE	0x1E
358cf5276ceSMartyn Welch #define CP210X_VENDOR_SPECIFIC	0xFF
35903ee2515SGreg Kroah-Hartman 
36093ef1f1fSCraig Shelley /* CP210X_IFC_ENABLE */
36103ee2515SGreg Kroah-Hartman #define UART_ENABLE		0x0001
36203ee2515SGreg Kroah-Hartman #define UART_DISABLE		0x0000
36303ee2515SGreg Kroah-Hartman 
36493ef1f1fSCraig Shelley /* CP210X_(SET|GET)_BAUDDIV */
36503ee2515SGreg Kroah-Hartman #define BAUD_RATE_GEN_FREQ	0x384000
36603ee2515SGreg Kroah-Hartman 
36793ef1f1fSCraig Shelley /* CP210X_(SET|GET)_LINE_CTL */
36803ee2515SGreg Kroah-Hartman #define BITS_DATA_MASK		0X0f00
36903ee2515SGreg Kroah-Hartman #define BITS_DATA_5		0X0500
37003ee2515SGreg Kroah-Hartman #define BITS_DATA_6		0X0600
37103ee2515SGreg Kroah-Hartman #define BITS_DATA_7		0X0700
37203ee2515SGreg Kroah-Hartman #define BITS_DATA_8		0X0800
37303ee2515SGreg Kroah-Hartman #define BITS_DATA_9		0X0900
37403ee2515SGreg Kroah-Hartman 
37503ee2515SGreg Kroah-Hartman #define BITS_PARITY_MASK	0x00f0
37603ee2515SGreg Kroah-Hartman #define BITS_PARITY_NONE	0x0000
37703ee2515SGreg Kroah-Hartman #define BITS_PARITY_ODD		0x0010
37803ee2515SGreg Kroah-Hartman #define BITS_PARITY_EVEN	0x0020
37903ee2515SGreg Kroah-Hartman #define BITS_PARITY_MARK	0x0030
38003ee2515SGreg Kroah-Hartman #define BITS_PARITY_SPACE	0x0040
38103ee2515SGreg Kroah-Hartman 
38203ee2515SGreg Kroah-Hartman #define BITS_STOP_MASK		0x000f
38303ee2515SGreg Kroah-Hartman #define BITS_STOP_1		0x0000
38403ee2515SGreg Kroah-Hartman #define BITS_STOP_1_5		0x0001
38503ee2515SGreg Kroah-Hartman #define BITS_STOP_2		0x0002
38603ee2515SGreg Kroah-Hartman 
38793ef1f1fSCraig Shelley /* CP210X_SET_BREAK */
38872916791SCraig Shelley #define BREAK_ON		0x0001
38972916791SCraig Shelley #define BREAK_OFF		0x0000
39003ee2515SGreg Kroah-Hartman 
39193ef1f1fSCraig Shelley /* CP210X_(SET_MHS|GET_MDMSTS) */
39203ee2515SGreg Kroah-Hartman #define CONTROL_DTR		0x0001
39303ee2515SGreg Kroah-Hartman #define CONTROL_RTS		0x0002
39403ee2515SGreg Kroah-Hartman #define CONTROL_CTS		0x0010
39503ee2515SGreg Kroah-Hartman #define CONTROL_DSR		0x0020
39603ee2515SGreg Kroah-Hartman #define CONTROL_RING		0x0040
39703ee2515SGreg Kroah-Hartman #define CONTROL_DCD		0x0080
39803ee2515SGreg Kroah-Hartman #define CONTROL_WRITE_DTR	0x0100
39903ee2515SGreg Kroah-Hartman #define CONTROL_WRITE_RTS	0x0200
40003ee2515SGreg Kroah-Hartman 
4017748feffSWang Sheng Long /* CP210X_(GET|SET)_CHARS */
4027748feffSWang Sheng Long struct cp210x_special_chars {
4037748feffSWang Sheng Long 	u8	bEofChar;
4047748feffSWang Sheng Long 	u8	bErrorChar;
4057748feffSWang Sheng Long 	u8	bBreakChar;
4067748feffSWang Sheng Long 	u8	bEventChar;
4077748feffSWang Sheng Long 	u8	bXonChar;
4087748feffSWang Sheng Long 	u8	bXoffChar;
4097748feffSWang Sheng Long };
4107748feffSWang Sheng Long 
411cf5276ceSMartyn Welch /* CP210X_VENDOR_SPECIFIC values */
4124e9340bbSJohan Hovold #define CP210X_GET_FW_VER	0x000E
413c8acfe0aSKaroly Pados #define CP210X_READ_2NCONFIG	0x000E
41463a8eef7SJohan Hovold #define CP210X_GET_FW_VER_2N	0x0010
415cf5276ceSMartyn Welch #define CP210X_READ_LATCH	0x00C2
416cf5276ceSMartyn Welch #define CP210X_GET_PARTNUM	0x370B
417cf5276ceSMartyn Welch #define CP210X_GET_PORTCONFIG	0x370C
418cf5276ceSMartyn Welch #define CP210X_GET_DEVICEMODE	0x3711
419cf5276ceSMartyn Welch #define CP210X_WRITE_LATCH	0x37E1
420cf5276ceSMartyn Welch 
421cf5276ceSMartyn Welch /* Part number definitions */
422cf5276ceSMartyn Welch #define CP210X_PARTNUM_CP2101	0x01
423cf5276ceSMartyn Welch #define CP210X_PARTNUM_CP2102	0x02
424cf5276ceSMartyn Welch #define CP210X_PARTNUM_CP2103	0x03
425cf5276ceSMartyn Welch #define CP210X_PARTNUM_CP2104	0x04
426cf5276ceSMartyn Welch #define CP210X_PARTNUM_CP2105	0x05
427cf5276ceSMartyn Welch #define CP210X_PARTNUM_CP2108	0x08
4286f0bcf72SKaroly Pados #define CP210X_PARTNUM_CP2102N_QFN28	0x20
4296f0bcf72SKaroly Pados #define CP210X_PARTNUM_CP2102N_QFN24	0x21
4306f0bcf72SKaroly Pados #define CP210X_PARTNUM_CP2102N_QFN20	0x22
4317eac35eaSSebastian Frei #define CP210X_PARTNUM_UNKNOWN	0xFF
432cf5276ceSMartyn Welch 
4336f923a01SKonstantin Shkolnyy /* CP210X_GET_COMM_STATUS returns these 0x13 bytes */
4346f923a01SKonstantin Shkolnyy struct cp210x_comm_status {
4356f923a01SKonstantin Shkolnyy 	__le32   ulErrors;
4366f923a01SKonstantin Shkolnyy 	__le32   ulHoldReasons;
4376f923a01SKonstantin Shkolnyy 	__le32   ulAmountInInQueue;
4386f923a01SKonstantin Shkolnyy 	__le32   ulAmountInOutQueue;
4396f923a01SKonstantin Shkolnyy 	u8       bEofReceived;
4406f923a01SKonstantin Shkolnyy 	u8       bWaitForImmediate;
4416f923a01SKonstantin Shkolnyy 	u8       bReserved;
4426f923a01SKonstantin Shkolnyy } __packed;
4436f923a01SKonstantin Shkolnyy 
44403ee2515SGreg Kroah-Hartman /*
445ebfb319bSKonstantin Shkolnyy  * CP210X_PURGE - 16 bits passed in wValue of USB request.
446ebfb319bSKonstantin Shkolnyy  * SiLabs app note AN571 gives a strange description of the 4 bits:
447ebfb319bSKonstantin Shkolnyy  * bit 0 or bit 2 clears the transmit queue and 1 or 3 receive.
448ebfb319bSKonstantin Shkolnyy  * writing 1 to all, however, purges cp2108 well enough to avoid the hang.
449ebfb319bSKonstantin Shkolnyy  */
450ebfb319bSKonstantin Shkolnyy #define PURGE_ALL		0x000f
451ebfb319bSKonstantin Shkolnyy 
452a7207e98SJohan Hovold /* CP210X_EMBED_EVENTS */
453a7207e98SJohan Hovold #define CP210X_ESCCHAR		0xec
454a7207e98SJohan Hovold 
455a7207e98SJohan Hovold #define CP210X_LSR_OVERRUN	BIT(1)
456a7207e98SJohan Hovold #define CP210X_LSR_PARITY	BIT(2)
457a7207e98SJohan Hovold #define CP210X_LSR_FRAME	BIT(3)
458a7207e98SJohan Hovold #define CP210X_LSR_BREAK	BIT(4)
459a7207e98SJohan Hovold 
460a7207e98SJohan Hovold 
4619034389cSKonstantin Shkolnyy /* CP210X_GET_FLOW/CP210X_SET_FLOW read/write these 0x10 bytes */
4629034389cSKonstantin Shkolnyy struct cp210x_flow_ctl {
4639034389cSKonstantin Shkolnyy 	__le32	ulControlHandshake;
4649034389cSKonstantin Shkolnyy 	__le32	ulFlowReplace;
4659034389cSKonstantin Shkolnyy 	__le32	ulXonLimit;
4669034389cSKonstantin Shkolnyy 	__le32	ulXoffLimit;
467ba84190eSJohan Hovold };
4689034389cSKonstantin Shkolnyy 
4699034389cSKonstantin Shkolnyy /* cp210x_flow_ctl::ulControlHandshake */
4709034389cSKonstantin Shkolnyy #define CP210X_SERIAL_DTR_MASK		GENMASK(1, 0)
471568400b1SJohan Hovold #define CP210X_SERIAL_DTR_INACTIVE	(0 << 0)
472568400b1SJohan Hovold #define CP210X_SERIAL_DTR_ACTIVE	(1 << 0)
473568400b1SJohan Hovold #define CP210X_SERIAL_DTR_FLOW_CTL	(2 << 0)
4749034389cSKonstantin Shkolnyy #define CP210X_SERIAL_CTS_HANDSHAKE	BIT(3)
4759034389cSKonstantin Shkolnyy #define CP210X_SERIAL_DSR_HANDSHAKE	BIT(4)
4769034389cSKonstantin Shkolnyy #define CP210X_SERIAL_DCD_HANDSHAKE	BIT(5)
4779034389cSKonstantin Shkolnyy #define CP210X_SERIAL_DSR_SENSITIVITY	BIT(6)
4789034389cSKonstantin Shkolnyy 
4799034389cSKonstantin Shkolnyy /* cp210x_flow_ctl::ulFlowReplace */
4809034389cSKonstantin Shkolnyy #define CP210X_SERIAL_AUTO_TRANSMIT	BIT(0)
4819034389cSKonstantin Shkolnyy #define CP210X_SERIAL_AUTO_RECEIVE	BIT(1)
4829034389cSKonstantin Shkolnyy #define CP210X_SERIAL_ERROR_CHAR	BIT(2)
4839034389cSKonstantin Shkolnyy #define CP210X_SERIAL_NULL_STRIPPING	BIT(3)
4849034389cSKonstantin Shkolnyy #define CP210X_SERIAL_BREAK_CHAR	BIT(4)
4859034389cSKonstantin Shkolnyy #define CP210X_SERIAL_RTS_MASK		GENMASK(7, 6)
486568400b1SJohan Hovold #define CP210X_SERIAL_RTS_INACTIVE	(0 << 6)
487568400b1SJohan Hovold #define CP210X_SERIAL_RTS_ACTIVE	(1 << 6)
488568400b1SJohan Hovold #define CP210X_SERIAL_RTS_FLOW_CTL	(2 << 6)
4899034389cSKonstantin Shkolnyy #define CP210X_SERIAL_XOFF_CONTINUE	BIT(31)
4909034389cSKonstantin Shkolnyy 
491cf5276ceSMartyn Welch /* CP210X_VENDOR_SPECIFIC, CP210X_GET_DEVICEMODE call reads these 0x2 bytes. */
492cf5276ceSMartyn Welch struct cp210x_pin_mode {
493cf5276ceSMartyn Welch 	u8	eci;
494cf5276ceSMartyn Welch 	u8	sci;
495ba84190eSJohan Hovold };
496cf5276ceSMartyn Welch 
497cf5276ceSMartyn Welch #define CP210X_PIN_MODE_MODEM		0
498cf5276ceSMartyn Welch #define CP210X_PIN_MODE_GPIO		BIT(0)
499cf5276ceSMartyn Welch 
500cf5276ceSMartyn Welch /*
50115fb84b7SIcenowy Zheng  * CP210X_VENDOR_SPECIFIC, CP210X_GET_PORTCONFIG call reads these 0xf bytes
50215fb84b7SIcenowy Zheng  * on a CP2105 chip. Structure needs padding due to unused/unspecified bytes.
503cf5276ceSMartyn Welch  */
50415fb84b7SIcenowy Zheng struct cp210x_dual_port_config {
505cf5276ceSMartyn Welch 	__le16	gpio_mode;
506cf5276ceSMartyn Welch 	u8	__pad0[2];
507cf5276ceSMartyn Welch 	__le16	reset_state;
508cf5276ceSMartyn Welch 	u8	__pad1[4];
509cf5276ceSMartyn Welch 	__le16	suspend_state;
510cf5276ceSMartyn Welch 	u8	sci_cfg;
511cf5276ceSMartyn Welch 	u8	eci_cfg;
512cf5276ceSMartyn Welch 	u8	device_cfg;
513cf5276ceSMartyn Welch } __packed;
514cf5276ceSMartyn Welch 
51515fb84b7SIcenowy Zheng /*
51615fb84b7SIcenowy Zheng  * CP210X_VENDOR_SPECIFIC, CP210X_GET_PORTCONFIG call reads these 0xd bytes
51715fb84b7SIcenowy Zheng  * on a CP2104 chip. Structure needs padding due to unused/unspecified bytes.
51815fb84b7SIcenowy Zheng  */
51915fb84b7SIcenowy Zheng struct cp210x_single_port_config {
52015fb84b7SIcenowy Zheng 	__le16	gpio_mode;
52115fb84b7SIcenowy Zheng 	u8	__pad0[2];
52215fb84b7SIcenowy Zheng 	__le16	reset_state;
52315fb84b7SIcenowy Zheng 	u8	__pad1[4];
52415fb84b7SIcenowy Zheng 	__le16	suspend_state;
52515fb84b7SIcenowy Zheng 	u8	device_cfg;
52615fb84b7SIcenowy Zheng } __packed;
52715fb84b7SIcenowy Zheng 
528cf5276ceSMartyn Welch /* GPIO modes */
529cf5276ceSMartyn Welch #define CP210X_SCI_GPIO_MODE_OFFSET	9
530cf5276ceSMartyn Welch #define CP210X_SCI_GPIO_MODE_MASK	GENMASK(11, 9)
531cf5276ceSMartyn Welch 
532cf5276ceSMartyn Welch #define CP210X_ECI_GPIO_MODE_OFFSET	2
533cf5276ceSMartyn Welch #define CP210X_ECI_GPIO_MODE_MASK	GENMASK(3, 2)
534cf5276ceSMartyn Welch 
53515fb84b7SIcenowy Zheng #define CP210X_GPIO_MODE_OFFSET		8
53615fb84b7SIcenowy Zheng #define CP210X_GPIO_MODE_MASK		GENMASK(11, 8)
53715fb84b7SIcenowy Zheng 
538cf5276ceSMartyn Welch /* CP2105 port configuration values */
539cf5276ceSMartyn Welch #define CP2105_GPIO0_TXLED_MODE		BIT(0)
540cf5276ceSMartyn Welch #define CP2105_GPIO1_RXLED_MODE		BIT(1)
541cf5276ceSMartyn Welch #define CP2105_GPIO1_RS485_MODE		BIT(2)
542cf5276ceSMartyn Welch 
54315fb84b7SIcenowy Zheng /* CP2104 port configuration values */
54415fb84b7SIcenowy Zheng #define CP2104_GPIO0_TXLED_MODE		BIT(0)
54515fb84b7SIcenowy Zheng #define CP2104_GPIO1_RXLED_MODE		BIT(1)
54615fb84b7SIcenowy Zheng #define CP2104_GPIO2_RS485_MODE		BIT(2)
54715fb84b7SIcenowy Zheng 
5488051334eSPho Tran struct cp210x_quad_port_state {
5498051334eSPho Tran 	__le16 gpio_mode_pb0;
5508051334eSPho Tran 	__le16 gpio_mode_pb1;
5518051334eSPho Tran 	__le16 gpio_mode_pb2;
5528051334eSPho Tran 	__le16 gpio_mode_pb3;
5538051334eSPho Tran 	__le16 gpio_mode_pb4;
5548051334eSPho Tran 
5558051334eSPho Tran 	__le16 gpio_lowpower_pb0;
5568051334eSPho Tran 	__le16 gpio_lowpower_pb1;
5578051334eSPho Tran 	__le16 gpio_lowpower_pb2;
5588051334eSPho Tran 	__le16 gpio_lowpower_pb3;
5598051334eSPho Tran 	__le16 gpio_lowpower_pb4;
5608051334eSPho Tran 
5618051334eSPho Tran 	__le16 gpio_latch_pb0;
5628051334eSPho Tran 	__le16 gpio_latch_pb1;
5638051334eSPho Tran 	__le16 gpio_latch_pb2;
5648051334eSPho Tran 	__le16 gpio_latch_pb3;
5658051334eSPho Tran 	__le16 gpio_latch_pb4;
5668051334eSPho Tran };
5678051334eSPho Tran 
5688051334eSPho Tran /*
5698051334eSPho Tran  * CP210X_VENDOR_SPECIFIC, CP210X_GET_PORTCONFIG call reads these 0x49 bytes
5708051334eSPho Tran  * on a CP2108 chip.
5718051334eSPho Tran  *
5728051334eSPho Tran  * See https://www.silabs.com/documents/public/application-notes/an978-cp210x-usb-to-uart-api-specification.pdf
5738051334eSPho Tran  */
5748051334eSPho Tran struct cp210x_quad_port_config {
5758051334eSPho Tran 	struct cp210x_quad_port_state reset_state;
5768051334eSPho Tran 	struct cp210x_quad_port_state suspend_state;
5778051334eSPho Tran 	u8 ipdelay_ifc[4];
5788051334eSPho Tran 	u8 enhancedfxn_ifc[4];
5798051334eSPho Tran 	u8 enhancedfxn_device;
5808051334eSPho Tran 	u8 extclkfreq[4];
5818051334eSPho Tran } __packed;
5828051334eSPho Tran 
5838051334eSPho Tran #define CP2108_EF_IFC_GPIO_TXLED		0x01
5848051334eSPho Tran #define CP2108_EF_IFC_GPIO_RXLED		0x02
5858051334eSPho Tran #define CP2108_EF_IFC_GPIO_RS485		0x04
5868051334eSPho Tran #define CP2108_EF_IFC_GPIO_RS485_LOGIC		0x08
5878051334eSPho Tran #define CP2108_EF_IFC_GPIO_CLOCK		0x10
5888051334eSPho Tran #define CP2108_EF_IFC_DYNAMIC_SUSPEND		0x40
5898051334eSPho Tran 
590c8acfe0aSKaroly Pados /* CP2102N configuration array indices */
591c8acfe0aSKaroly Pados #define CP210X_2NCONFIG_CONFIG_VERSION_IDX	2
592c8acfe0aSKaroly Pados #define CP210X_2NCONFIG_GPIO_MODE_IDX		581
593c8acfe0aSKaroly Pados #define CP210X_2NCONFIG_GPIO_RSTLATCH_IDX	587
594c8acfe0aSKaroly Pados #define CP210X_2NCONFIG_GPIO_CONTROL_IDX	600
595c8acfe0aSKaroly Pados 
5966f7ec77cSStefan Agner /* CP2102N QFN20 port configuration values */
5976f7ec77cSStefan Agner #define CP2102N_QFN20_GPIO2_TXLED_MODE		BIT(2)
5986f7ec77cSStefan Agner #define CP2102N_QFN20_GPIO3_RXLED_MODE		BIT(3)
5996f7ec77cSStefan Agner #define CP2102N_QFN20_GPIO1_RS485_MODE		BIT(4)
6006f7ec77cSStefan Agner #define CP2102N_QFN20_GPIO0_CLK_MODE		BIT(6)
6016f7ec77cSStefan Agner 
6028051334eSPho Tran /*
6038051334eSPho Tran  * CP210X_VENDOR_SPECIFIC, CP210X_WRITE_LATCH call writes these 0x02 bytes
6048051334eSPho Tran  * for CP2102N, CP2103, CP2104 and CP2105.
6058051334eSPho Tran  */
606cf5276ceSMartyn Welch struct cp210x_gpio_write {
607cf5276ceSMartyn Welch 	u8	mask;
608cf5276ceSMartyn Welch 	u8	state;
609ba84190eSJohan Hovold };
610cf5276ceSMartyn Welch 
611cf5276ceSMartyn Welch /*
6128051334eSPho Tran  * CP210X_VENDOR_SPECIFIC, CP210X_WRITE_LATCH call writes these 0x04 bytes
6138051334eSPho Tran  * for CP2108.
6148051334eSPho Tran  */
6158051334eSPho Tran struct cp210x_gpio_write16 {
6168051334eSPho Tran 	__le16	mask;
6178051334eSPho Tran 	__le16	state;
6188051334eSPho Tran };
6198051334eSPho Tran 
6208051334eSPho Tran /*
621cf5276ceSMartyn Welch  * Helper to get interface number when we only have struct usb_serial.
622cf5276ceSMartyn Welch  */
623cf5276ceSMartyn Welch static u8 cp210x_interface_num(struct usb_serial *serial)
624cf5276ceSMartyn Welch {
625cf5276ceSMartyn Welch 	struct usb_host_interface *cur_altsetting;
626cf5276ceSMartyn Welch 
627cf5276ceSMartyn Welch 	cur_altsetting = serial->interface->cur_altsetting;
628cf5276ceSMartyn Welch 
629cf5276ceSMartyn Welch 	return cur_altsetting->desc.bInterfaceNumber;
630cf5276ceSMartyn Welch }
631cf5276ceSMartyn Welch 
63203ee2515SGreg Kroah-Hartman /*
63319165b2bSKonstantin Shkolnyy  * Reads a variable-sized block of CP210X_ registers, identified by req.
63419165b2bSKonstantin Shkolnyy  * Returns data into buf in native USB byte order.
63503ee2515SGreg Kroah-Hartman  */
63619165b2bSKonstantin Shkolnyy static int cp210x_read_reg_block(struct usb_serial_port *port, u8 req,
63719165b2bSKonstantin Shkolnyy 		void *buf, int bufsize)
63803ee2515SGreg Kroah-Hartman {
63903ee2515SGreg Kroah-Hartman 	struct usb_serial *serial = port->serial;
640e2ae67a3SKonstantin Shkolnyy 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
64119165b2bSKonstantin Shkolnyy 	int result;
64203ee2515SGreg Kroah-Hartman 
64303ee2515SGreg Kroah-Hartman 
644f5cfbecbSHimadri Pandya 	result = usb_control_msg_recv(serial->dev, 0, req,
645f5cfbecbSHimadri Pandya 			REQTYPE_INTERFACE_TO_HOST, 0,
646f5cfbecbSHimadri Pandya 			port_priv->bInterfaceNumber, buf, bufsize,
647f5cfbecbSHimadri Pandya 			USB_CTRL_SET_TIMEOUT, GFP_KERNEL);
648f5cfbecbSHimadri Pandya 	if (result) {
64919165b2bSKonstantin Shkolnyy 		dev_err(&port->dev, "failed get req 0x%x size %d status: %d\n",
65019165b2bSKonstantin Shkolnyy 				req, bufsize, result);
651f5cfbecbSHimadri Pandya 		return result;
65219165b2bSKonstantin Shkolnyy 	}
65319165b2bSKonstantin Shkolnyy 
654f5cfbecbSHimadri Pandya 	return 0;
65503ee2515SGreg Kroah-Hartman }
65603ee2515SGreg Kroah-Hartman 
65719165b2bSKonstantin Shkolnyy /*
658fe1b07e9SKonstantin Shkolnyy  * Reads any 8-bit CP210X_ register identified by req.
659fe1b07e9SKonstantin Shkolnyy  */
660fe1b07e9SKonstantin Shkolnyy static int cp210x_read_u8_reg(struct usb_serial_port *port, u8 req, u8 *val)
661fe1b07e9SKonstantin Shkolnyy {
662fe1b07e9SKonstantin Shkolnyy 	return cp210x_read_reg_block(port, req, val, sizeof(*val));
663fe1b07e9SKonstantin Shkolnyy }
664fe1b07e9SKonstantin Shkolnyy 
665fe1b07e9SKonstantin Shkolnyy /*
666cf5276ceSMartyn Welch  * Reads a variable-sized vendor block of CP210X_ registers, identified by val.
667cf5276ceSMartyn Welch  * Returns data into buf in native USB byte order.
668cf5276ceSMartyn Welch  */
669cf5276ceSMartyn Welch static int cp210x_read_vendor_block(struct usb_serial *serial, u8 type, u16 val,
670cf5276ceSMartyn Welch 				    void *buf, int bufsize)
671cf5276ceSMartyn Welch {
672cf5276ceSMartyn Welch 	int result;
673cf5276ceSMartyn Welch 
674f5cfbecbSHimadri Pandya 	result = usb_control_msg_recv(serial->dev, 0, CP210X_VENDOR_SPECIFIC,
675f5cfbecbSHimadri Pandya 			type, val, cp210x_interface_num(serial), buf, bufsize,
676f5cfbecbSHimadri Pandya 			USB_CTRL_GET_TIMEOUT, GFP_KERNEL);
677f5cfbecbSHimadri Pandya 	if (result) {
678cf5276ceSMartyn Welch 		dev_err(&serial->interface->dev,
679cf5276ceSMartyn Welch 			"failed to get vendor val 0x%04x size %d: %d\n", val,
680cf5276ceSMartyn Welch 			bufsize, result);
681f5cfbecbSHimadri Pandya 		return result;
682cf5276ceSMartyn Welch 	}
683cf5276ceSMartyn Welch 
684f5cfbecbSHimadri Pandya 	return 0;
685cf5276ceSMartyn Welch }
686cf5276ceSMartyn Welch 
687cf5276ceSMartyn Welch /*
68819165b2bSKonstantin Shkolnyy  * Writes any 16-bit CP210X_ register (req) whose value is passed
68919165b2bSKonstantin Shkolnyy  * entirely in the wValue field of the USB request.
69019165b2bSKonstantin Shkolnyy  */
69119165b2bSKonstantin Shkolnyy static int cp210x_write_u16_reg(struct usb_serial_port *port, u8 req, u16 val)
69203ee2515SGreg Kroah-Hartman {
69303ee2515SGreg Kroah-Hartman 	struct usb_serial *serial = port->serial;
694e2ae67a3SKonstantin Shkolnyy 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
69519165b2bSKonstantin Shkolnyy 	int result;
69603ee2515SGreg Kroah-Hartman 
69719165b2bSKonstantin Shkolnyy 	result = usb_control_msg(serial->dev, usb_sndctrlpipe(serial->dev, 0),
69819165b2bSKonstantin Shkolnyy 			req, REQTYPE_HOST_TO_INTERFACE, val,
699e2ae67a3SKonstantin Shkolnyy 			port_priv->bInterfaceNumber, NULL, 0,
7002d5733fcSYuri Matylitski 			USB_CTRL_SET_TIMEOUT);
70119165b2bSKonstantin Shkolnyy 	if (result < 0) {
70219165b2bSKonstantin Shkolnyy 		dev_err(&port->dev, "failed set request 0x%x status: %d\n",
70319165b2bSKonstantin Shkolnyy 				req, result);
70403ee2515SGreg Kroah-Hartman 	}
70503ee2515SGreg Kroah-Hartman 
7062479e2a9SJohan Hovold 	return result;
70703ee2515SGreg Kroah-Hartman }
70803ee2515SGreg Kroah-Hartman 
70903ee2515SGreg Kroah-Hartman /*
710fe1b07e9SKonstantin Shkolnyy  * Writes a variable-sized block of CP210X_ registers, identified by req.
711fe1b07e9SKonstantin Shkolnyy  * Data in buf must be in native USB byte order.
712fe1b07e9SKonstantin Shkolnyy  */
713fe1b07e9SKonstantin Shkolnyy static int cp210x_write_reg_block(struct usb_serial_port *port, u8 req,
714fe1b07e9SKonstantin Shkolnyy 		void *buf, int bufsize)
715fe1b07e9SKonstantin Shkolnyy {
716fe1b07e9SKonstantin Shkolnyy 	struct usb_serial *serial = port->serial;
717fe1b07e9SKonstantin Shkolnyy 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
718fe1b07e9SKonstantin Shkolnyy 	int result;
719fe1b07e9SKonstantin Shkolnyy 
720f5cfbecbSHimadri Pandya 	result = usb_control_msg_send(serial->dev, 0, req,
721f5cfbecbSHimadri Pandya 			REQTYPE_HOST_TO_INTERFACE, 0,
722f5cfbecbSHimadri Pandya 			port_priv->bInterfaceNumber, buf, bufsize,
723f5cfbecbSHimadri Pandya 			USB_CTRL_SET_TIMEOUT, GFP_KERNEL);
724f5cfbecbSHimadri Pandya 	if (result) {
725fe1b07e9SKonstantin Shkolnyy 		dev_err(&port->dev, "failed set req 0x%x size %d status: %d\n",
726fe1b07e9SKonstantin Shkolnyy 				req, bufsize, result);
727dc5338fcSJohan Hovold 		return result;
728fe1b07e9SKonstantin Shkolnyy 	}
729fe1b07e9SKonstantin Shkolnyy 
730dc5338fcSJohan Hovold 	return 0;
73103ee2515SGreg Kroah-Hartman }
73203ee2515SGreg Kroah-Hartman 
73303ee2515SGreg Kroah-Hartman /*
734fe1b07e9SKonstantin Shkolnyy  * Writes any 32-bit CP210X_ register identified by req.
73503ee2515SGreg Kroah-Hartman  */
736fe1b07e9SKonstantin Shkolnyy static int cp210x_write_u32_reg(struct usb_serial_port *port, u8 req, u32 val)
73703ee2515SGreg Kroah-Hartman {
738fe1b07e9SKonstantin Shkolnyy 	__le32 le32_val;
739fe1b07e9SKonstantin Shkolnyy 
740fe1b07e9SKonstantin Shkolnyy 	le32_val = cpu_to_le32(val);
741fe1b07e9SKonstantin Shkolnyy 
742fe1b07e9SKonstantin Shkolnyy 	return cp210x_write_reg_block(port, req, &le32_val, sizeof(le32_val));
74303ee2515SGreg Kroah-Hartman }
74403ee2515SGreg Kroah-Hartman 
745cf5276ceSMartyn Welch #ifdef CONFIG_GPIOLIB
746cf5276ceSMartyn Welch /*
747cf5276ceSMartyn Welch  * Writes a variable-sized vendor block of CP210X_ registers, identified by val.
748cf5276ceSMartyn Welch  * Data in buf must be in native USB byte order.
749cf5276ceSMartyn Welch  */
750cf5276ceSMartyn Welch static int cp210x_write_vendor_block(struct usb_serial *serial, u8 type,
751cf5276ceSMartyn Welch 				     u16 val, void *buf, int bufsize)
752cf5276ceSMartyn Welch {
753cf5276ceSMartyn Welch 	int result;
754cf5276ceSMartyn Welch 
755f5cfbecbSHimadri Pandya 	result = usb_control_msg_send(serial->dev, 0, CP210X_VENDOR_SPECIFIC,
756f5cfbecbSHimadri Pandya 			type, val, cp210x_interface_num(serial), buf, bufsize,
757f5cfbecbSHimadri Pandya 			USB_CTRL_SET_TIMEOUT, GFP_KERNEL);
758f5cfbecbSHimadri Pandya 	if (result) {
759cf5276ceSMartyn Welch 		dev_err(&serial->interface->dev,
760cf5276ceSMartyn Welch 			"failed to set vendor val 0x%04x size %d: %d\n", val,
761cf5276ceSMartyn Welch 			bufsize, result);
762dc5338fcSJohan Hovold 		return result;
763cf5276ceSMartyn Welch 	}
764cf5276ceSMartyn Welch 
765dc5338fcSJohan Hovold 	return 0;
766cf5276ceSMartyn Welch }
767cf5276ceSMartyn Welch #endif
768cf5276ceSMartyn Welch 
769a509a7e4SAlan Cox static int cp210x_open(struct tty_struct *tty, struct usb_serial_port *port)
77003ee2515SGreg Kroah-Hartman {
771a7207e98SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
77203ee2515SGreg Kroah-Hartman 	int result;
77303ee2515SGreg Kroah-Hartman 
77419165b2bSKonstantin Shkolnyy 	result = cp210x_write_u16_reg(port, CP210X_IFC_ENABLE, UART_ENABLE);
7752479e2a9SJohan Hovold 	if (result) {
7762479e2a9SJohan Hovold 		dev_err(&port->dev, "%s - Unable to enable UART\n", __func__);
7772479e2a9SJohan Hovold 		return result;
77803ee2515SGreg Kroah-Hartman 	}
77903ee2515SGreg Kroah-Hartman 
78046827bdaSJohan Hovold 	if (tty)
78146827bdaSJohan Hovold 		cp210x_set_termios(tty, port, NULL);
782a7207e98SJohan Hovold 
783bcbb9d81SJohan Hovold 	result = usb_serial_generic_open(tty, port);
784bcbb9d81SJohan Hovold 	if (result)
785bcbb9d81SJohan Hovold 		goto err_disable;
786bcbb9d81SJohan Hovold 
787bcbb9d81SJohan Hovold 	return 0;
788bcbb9d81SJohan Hovold 
789bcbb9d81SJohan Hovold err_disable:
790bcbb9d81SJohan Hovold 	cp210x_write_u16_reg(port, CP210X_IFC_ENABLE, UART_DISABLE);
791a7207e98SJohan Hovold 	port_priv->event_mode = false;
792bcbb9d81SJohan Hovold 
793bcbb9d81SJohan Hovold 	return result;
79403ee2515SGreg Kroah-Hartman }
79503ee2515SGreg Kroah-Hartman 
7964cc27bd6SCraig Shelley static void cp210x_close(struct usb_serial_port *port)
79703ee2515SGreg Kroah-Hartman {
798a7207e98SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
799a7207e98SJohan Hovold 
800f26788daSJohan Hovold 	usb_serial_generic_close(port);
801ebfb319bSKonstantin Shkolnyy 
802ebfb319bSKonstantin Shkolnyy 	/* Clear both queues; cp2108 needs this to avoid an occasional hang */
80319165b2bSKonstantin Shkolnyy 	cp210x_write_u16_reg(port, CP210X_PURGE, PURGE_ALL);
804ebfb319bSKonstantin Shkolnyy 
80519165b2bSKonstantin Shkolnyy 	cp210x_write_u16_reg(port, CP210X_IFC_ENABLE, UART_DISABLE);
806a7207e98SJohan Hovold 
807a7207e98SJohan Hovold 	/* Disabling the interface disables event-insertion mode. */
808a7207e98SJohan Hovold 	port_priv->event_mode = false;
809a7207e98SJohan Hovold }
810a7207e98SJohan Hovold 
811a7207e98SJohan Hovold static void cp210x_process_lsr(struct usb_serial_port *port, unsigned char lsr, char *flag)
812a7207e98SJohan Hovold {
813a7207e98SJohan Hovold 	if (lsr & CP210X_LSR_BREAK) {
814a7207e98SJohan Hovold 		port->icount.brk++;
815a7207e98SJohan Hovold 		*flag = TTY_BREAK;
816a7207e98SJohan Hovold 	} else if (lsr & CP210X_LSR_PARITY) {
817a7207e98SJohan Hovold 		port->icount.parity++;
818a7207e98SJohan Hovold 		*flag = TTY_PARITY;
819a7207e98SJohan Hovold 	} else if (lsr & CP210X_LSR_FRAME) {
820a7207e98SJohan Hovold 		port->icount.frame++;
821a7207e98SJohan Hovold 		*flag = TTY_FRAME;
822a7207e98SJohan Hovold 	}
823a7207e98SJohan Hovold 
824a7207e98SJohan Hovold 	if (lsr & CP210X_LSR_OVERRUN) {
825a7207e98SJohan Hovold 		port->icount.overrun++;
826a7207e98SJohan Hovold 		tty_insert_flip_char(&port->port, 0, TTY_OVERRUN);
827a7207e98SJohan Hovold 	}
828a7207e98SJohan Hovold }
829a7207e98SJohan Hovold 
830a7207e98SJohan Hovold static bool cp210x_process_char(struct usb_serial_port *port, unsigned char *ch, char *flag)
831a7207e98SJohan Hovold {
832a7207e98SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
833a7207e98SJohan Hovold 
834a7207e98SJohan Hovold 	switch (port_priv->event_state) {
835a7207e98SJohan Hovold 	case ES_DATA:
836a7207e98SJohan Hovold 		if (*ch == CP210X_ESCCHAR) {
837a7207e98SJohan Hovold 			port_priv->event_state = ES_ESCAPE;
838a7207e98SJohan Hovold 			break;
839a7207e98SJohan Hovold 		}
840a7207e98SJohan Hovold 		return false;
841a7207e98SJohan Hovold 	case ES_ESCAPE:
842a7207e98SJohan Hovold 		switch (*ch) {
843a7207e98SJohan Hovold 		case 0:
844a7207e98SJohan Hovold 			dev_dbg(&port->dev, "%s - escape char\n", __func__);
845a7207e98SJohan Hovold 			*ch = CP210X_ESCCHAR;
846a7207e98SJohan Hovold 			port_priv->event_state = ES_DATA;
847a7207e98SJohan Hovold 			return false;
848a7207e98SJohan Hovold 		case 1:
849a7207e98SJohan Hovold 			port_priv->event_state = ES_LSR_DATA_0;
850a7207e98SJohan Hovold 			break;
851a7207e98SJohan Hovold 		case 2:
852a7207e98SJohan Hovold 			port_priv->event_state = ES_LSR;
853a7207e98SJohan Hovold 			break;
854a7207e98SJohan Hovold 		case 3:
855a7207e98SJohan Hovold 			port_priv->event_state = ES_MSR;
856a7207e98SJohan Hovold 			break;
857a7207e98SJohan Hovold 		default:
858a7207e98SJohan Hovold 			dev_err(&port->dev, "malformed event 0x%02x\n", *ch);
859a7207e98SJohan Hovold 			port_priv->event_state = ES_DATA;
860a7207e98SJohan Hovold 			break;
861a7207e98SJohan Hovold 		}
862a7207e98SJohan Hovold 		break;
863a7207e98SJohan Hovold 	case ES_LSR_DATA_0:
864a7207e98SJohan Hovold 		port_priv->lsr = *ch;
865a7207e98SJohan Hovold 		port_priv->event_state = ES_LSR_DATA_1;
866a7207e98SJohan Hovold 		break;
867a7207e98SJohan Hovold 	case ES_LSR_DATA_1:
868a7207e98SJohan Hovold 		dev_dbg(&port->dev, "%s - lsr = 0x%02x, data = 0x%02x\n",
869a7207e98SJohan Hovold 				__func__, port_priv->lsr, *ch);
870a7207e98SJohan Hovold 		cp210x_process_lsr(port, port_priv->lsr, flag);
871a7207e98SJohan Hovold 		port_priv->event_state = ES_DATA;
872a7207e98SJohan Hovold 		return false;
873a7207e98SJohan Hovold 	case ES_LSR:
874a7207e98SJohan Hovold 		dev_dbg(&port->dev, "%s - lsr = 0x%02x\n", __func__, *ch);
875a7207e98SJohan Hovold 		port_priv->lsr = *ch;
876a7207e98SJohan Hovold 		cp210x_process_lsr(port, port_priv->lsr, flag);
877a7207e98SJohan Hovold 		port_priv->event_state = ES_DATA;
878a7207e98SJohan Hovold 		break;
879a7207e98SJohan Hovold 	case ES_MSR:
880a7207e98SJohan Hovold 		dev_dbg(&port->dev, "%s - msr = 0x%02x\n", __func__, *ch);
881a7207e98SJohan Hovold 		/* unimplemented */
882a7207e98SJohan Hovold 		port_priv->event_state = ES_DATA;
883a7207e98SJohan Hovold 		break;
884a7207e98SJohan Hovold 	}
885a7207e98SJohan Hovold 
886a7207e98SJohan Hovold 	return true;
887a7207e98SJohan Hovold }
888a7207e98SJohan Hovold 
889a7207e98SJohan Hovold static void cp210x_process_read_urb(struct urb *urb)
890a7207e98SJohan Hovold {
891a7207e98SJohan Hovold 	struct usb_serial_port *port = urb->context;
892a7207e98SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
893a7207e98SJohan Hovold 	unsigned char *ch = urb->transfer_buffer;
894a7207e98SJohan Hovold 	char flag;
895a7207e98SJohan Hovold 	int i;
896a7207e98SJohan Hovold 
897a7207e98SJohan Hovold 	if (!urb->actual_length)
898a7207e98SJohan Hovold 		return;
899a7207e98SJohan Hovold 
900a7207e98SJohan Hovold 	if (port_priv->event_mode) {
901a7207e98SJohan Hovold 		for (i = 0; i < urb->actual_length; i++, ch++) {
902a7207e98SJohan Hovold 			flag = TTY_NORMAL;
903a7207e98SJohan Hovold 
904a7207e98SJohan Hovold 			if (cp210x_process_char(port, ch, &flag))
905a7207e98SJohan Hovold 				continue;
906a7207e98SJohan Hovold 
907a7207e98SJohan Hovold 			tty_insert_flip_char(&port->port, *ch, flag);
908a7207e98SJohan Hovold 		}
909a7207e98SJohan Hovold 	} else {
910a7207e98SJohan Hovold 		tty_insert_flip_string(&port->port, ch, urb->actual_length);
911a7207e98SJohan Hovold 	}
912a7207e98SJohan Hovold 	tty_flip_buffer_push(&port->port);
91303ee2515SGreg Kroah-Hartman }
91403ee2515SGreg Kroah-Hartman 
91503ee2515SGreg Kroah-Hartman /*
9166f923a01SKonstantin Shkolnyy  * Read how many bytes are waiting in the TX queue.
9176f923a01SKonstantin Shkolnyy  */
9186f923a01SKonstantin Shkolnyy static int cp210x_get_tx_queue_byte_count(struct usb_serial_port *port,
9196f923a01SKonstantin Shkolnyy 		u32 *count)
9206f923a01SKonstantin Shkolnyy {
9216f923a01SKonstantin Shkolnyy 	struct usb_serial *serial = port->serial;
9226f923a01SKonstantin Shkolnyy 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
923f5cfbecbSHimadri Pandya 	struct cp210x_comm_status sts;
9246f923a01SKonstantin Shkolnyy 	int result;
9256f923a01SKonstantin Shkolnyy 
926f5cfbecbSHimadri Pandya 	result = usb_control_msg_recv(serial->dev, 0, CP210X_GET_COMM_STATUS,
927f5cfbecbSHimadri Pandya 			REQTYPE_INTERFACE_TO_HOST, 0,
928f5cfbecbSHimadri Pandya 			port_priv->bInterfaceNumber, &sts, sizeof(sts),
929f5cfbecbSHimadri Pandya 			USB_CTRL_GET_TIMEOUT, GFP_KERNEL);
930f5cfbecbSHimadri Pandya 	if (result) {
9316f923a01SKonstantin Shkolnyy 		dev_err(&port->dev, "failed to get comm status: %d\n", result);
932f5cfbecbSHimadri Pandya 		return result;
9336f923a01SKonstantin Shkolnyy 	}
9346f923a01SKonstantin Shkolnyy 
935f5cfbecbSHimadri Pandya 	*count = le32_to_cpu(sts.ulAmountInOutQueue);
9366f923a01SKonstantin Shkolnyy 
937f5cfbecbSHimadri Pandya 	return 0;
9386f923a01SKonstantin Shkolnyy }
9396f923a01SKonstantin Shkolnyy 
9406f923a01SKonstantin Shkolnyy static bool cp210x_tx_empty(struct usb_serial_port *port)
9416f923a01SKonstantin Shkolnyy {
9426f923a01SKonstantin Shkolnyy 	int err;
9436f923a01SKonstantin Shkolnyy 	u32 count;
9446f923a01SKonstantin Shkolnyy 
9456f923a01SKonstantin Shkolnyy 	err = cp210x_get_tx_queue_byte_count(port, &count);
9466f923a01SKonstantin Shkolnyy 	if (err)
9476f923a01SKonstantin Shkolnyy 		return true;
9486f923a01SKonstantin Shkolnyy 
9496f923a01SKonstantin Shkolnyy 	return !count;
9506f923a01SKonstantin Shkolnyy }
9516f923a01SKonstantin Shkolnyy 
95295fd4f47SJohan Hovold struct cp210x_rate {
95395fd4f47SJohan Hovold 	speed_t rate;
95495fd4f47SJohan Hovold 	speed_t high;
95595fd4f47SJohan Hovold };
95695fd4f47SJohan Hovold 
95795fd4f47SJohan Hovold static const struct cp210x_rate cp210x_an205_table1[] = {
95895fd4f47SJohan Hovold 	{ 300, 300 },
95995fd4f47SJohan Hovold 	{ 600, 600 },
96095fd4f47SJohan Hovold 	{ 1200, 1200 },
96195fd4f47SJohan Hovold 	{ 1800, 1800 },
96295fd4f47SJohan Hovold 	{ 2400, 2400 },
96395fd4f47SJohan Hovold 	{ 4000, 4000 },
96495fd4f47SJohan Hovold 	{ 4800, 4803 },
96595fd4f47SJohan Hovold 	{ 7200, 7207 },
96695fd4f47SJohan Hovold 	{ 9600, 9612 },
96795fd4f47SJohan Hovold 	{ 14400, 14428 },
96895fd4f47SJohan Hovold 	{ 16000, 16062 },
96995fd4f47SJohan Hovold 	{ 19200, 19250 },
97095fd4f47SJohan Hovold 	{ 28800, 28912 },
97195fd4f47SJohan Hovold 	{ 38400, 38601 },
97295fd4f47SJohan Hovold 	{ 51200, 51558 },
97395fd4f47SJohan Hovold 	{ 56000, 56280 },
97495fd4f47SJohan Hovold 	{ 57600, 58053 },
97595fd4f47SJohan Hovold 	{ 64000, 64111 },
97695fd4f47SJohan Hovold 	{ 76800, 77608 },
97795fd4f47SJohan Hovold 	{ 115200, 117028 },
97895fd4f47SJohan Hovold 	{ 128000, 129347 },
97995fd4f47SJohan Hovold 	{ 153600, 156868 },
98095fd4f47SJohan Hovold 	{ 230400, 237832 },
98195fd4f47SJohan Hovold 	{ 250000, 254234 },
98295fd4f47SJohan Hovold 	{ 256000, 273066 },
98395fd4f47SJohan Hovold 	{ 460800, 491520 },
98495fd4f47SJohan Hovold 	{ 500000, 567138 },
98595fd4f47SJohan Hovold 	{ 576000, 670254 },
98695fd4f47SJohan Hovold 	{ 921600, UINT_MAX }
98795fd4f47SJohan Hovold };
98895fd4f47SJohan Hovold 
98995fd4f47SJohan Hovold /*
99095fd4f47SJohan Hovold  * Quantises the baud rate as per AN205 Table 1
99195fd4f47SJohan Hovold  */
99295fd4f47SJohan Hovold static speed_t cp210x_get_an205_rate(speed_t baud)
99395fd4f47SJohan Hovold {
99495fd4f47SJohan Hovold 	int i;
99595fd4f47SJohan Hovold 
99695fd4f47SJohan Hovold 	for (i = 0; i < ARRAY_SIZE(cp210x_an205_table1); ++i) {
99795fd4f47SJohan Hovold 		if (baud <= cp210x_an205_table1[i].high)
99895fd4f47SJohan Hovold 			break;
99995fd4f47SJohan Hovold 	}
100095fd4f47SJohan Hovold 
100195fd4f47SJohan Hovold 	return cp210x_an205_table1[i].rate;
100295fd4f47SJohan Hovold }
100395fd4f47SJohan Hovold 
100485bc2d91SJohanna Abrahamsson static speed_t cp210x_get_actual_rate(speed_t baud)
10057aecd7fcSJohan Hovold {
10067aecd7fcSJohan Hovold 	unsigned int prescale = 1;
10077aecd7fcSJohan Hovold 	unsigned int div;
10087aecd7fcSJohan Hovold 
10097aecd7fcSJohan Hovold 	if (baud <= 365)
10107aecd7fcSJohan Hovold 		prescale = 4;
10117aecd7fcSJohan Hovold 
10127aecd7fcSJohan Hovold 	div = DIV_ROUND_CLOSEST(48000000, 2 * prescale * baud);
10137aecd7fcSJohan Hovold 	baud = 48000000 / (2 * prescale * div);
10147aecd7fcSJohan Hovold 
10157aecd7fcSJohan Hovold 	return baud;
10167aecd7fcSJohan Hovold }
10177aecd7fcSJohan Hovold 
1018e5990874SJohan Hovold /*
1019e5990874SJohan Hovold  * CP2101 supports the following baud rates:
1020e5990874SJohan Hovold  *
1021e5990874SJohan Hovold  *	300, 600, 1200, 1800, 2400, 4800, 7200, 9600, 14400, 19200, 28800,
1022e5990874SJohan Hovold  *	38400, 56000, 57600, 115200, 128000, 230400, 460800, 921600
1023e5990874SJohan Hovold  *
1024e5990874SJohan Hovold  * CP2102 and CP2103 support the following additional rates:
1025e5990874SJohan Hovold  *
1026e5990874SJohan Hovold  *	4000, 16000, 51200, 64000, 76800, 153600, 250000, 256000, 500000,
1027e5990874SJohan Hovold  *	576000
1028e5990874SJohan Hovold  *
1029e5990874SJohan Hovold  * The device will map a requested rate to a supported one, but the result
1030e5990874SJohan Hovold  * of requests for rates greater than 1053257 is undefined (see AN205).
1031e5990874SJohan Hovold  *
1032e5990874SJohan Hovold  * CP2104, CP2105 and CP2110 support most rates up to 2M, 921k and 1M baud,
1033e5990874SJohan Hovold  * respectively, with an error less than 1%. The actual rates are determined
1034e5990874SJohan Hovold  * by
1035e5990874SJohan Hovold  *
1036e5990874SJohan Hovold  *	div = round(freq / (2 x prescale x request))
1037e5990874SJohan Hovold  *	actual = freq / (2 x prescale x div)
1038e5990874SJohan Hovold  *
1039e5990874SJohan Hovold  * For CP2104 and CP2105 freq is 48Mhz and prescale is 4 for request <= 365bps
1040e5990874SJohan Hovold  * or 1 otherwise.
1041e5990874SJohan Hovold  * For CP2110 freq is 24Mhz and prescale is 4 for request <= 300bps or 1
1042e5990874SJohan Hovold  * otherwise.
1043e5990874SJohan Hovold  */
1044e5990874SJohan Hovold static void cp210x_change_speed(struct tty_struct *tty,
1045f6d47fe5SIlpo Järvinen 				struct usb_serial_port *port,
1046f6d47fe5SIlpo Järvinen 				const struct ktermios *old_termios)
1047e5990874SJohan Hovold {
10486f0bcf72SKaroly Pados 	struct usb_serial *serial = port->serial;
10496f0bcf72SKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1050e5990874SJohan Hovold 	u32 baud;
1051e5990874SJohan Hovold 
1052*d03a6d4eSJohan Hovold 	if (tty->termios.c_ospeed == 0)
1053*d03a6d4eSJohan Hovold 		return;
1054*d03a6d4eSJohan Hovold 
10556f0bcf72SKaroly Pados 	/*
10567aecd7fcSJohan Hovold 	 * This maps the requested rate to the actual rate, a valid rate on
10577aecd7fcSJohan Hovold 	 * cp2102 or cp2103, or to an arbitrary rate in [1M, max_speed].
1058e5990874SJohan Hovold 	 */
105985bc2d91SJohanna Abrahamsson 	baud = clamp(tty->termios.c_ospeed, priv->min_speed, priv->max_speed);
106085bc2d91SJohanna Abrahamsson 
10617aecd7fcSJohan Hovold 	if (priv->use_actual_rate)
106285bc2d91SJohanna Abrahamsson 		baud = cp210x_get_actual_rate(baud);
10637aecd7fcSJohan Hovold 	else if (baud < 1000000)
106495fd4f47SJohan Hovold 		baud = cp210x_get_an205_rate(baud);
1065e5990874SJohan Hovold 
1066660f3b14SGreg Kroah-Hartman 	dev_dbg(&port->dev, "%s - setting baud rate to %u\n", __func__, baud);
1067fe1b07e9SKonstantin Shkolnyy 	if (cp210x_write_u32_reg(port, CP210X_SET_BAUDRATE, baud)) {
1068e5990874SJohan Hovold 		dev_warn(&port->dev, "failed to set baud rate to %u\n", baud);
1069e5990874SJohan Hovold 		if (old_termios)
1070e5990874SJohan Hovold 			baud = old_termios->c_ospeed;
1071e5990874SJohan Hovold 		else
1072e5990874SJohan Hovold 			baud = 9600;
1073e5990874SJohan Hovold 	}
1074e5990874SJohan Hovold 
1075e5990874SJohan Hovold 	tty_encode_baud_rate(tty, baud, baud);
1076e5990874SJohan Hovold }
1077e5990874SJohan Hovold 
1078a7207e98SJohan Hovold static void cp210x_enable_event_mode(struct usb_serial_port *port)
1079a7207e98SJohan Hovold {
1080c32dfec6SJohan Hovold 	struct cp210x_serial_private *priv = usb_get_serial_data(port->serial);
1081a7207e98SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
1082a7207e98SJohan Hovold 	int ret;
1083a7207e98SJohan Hovold 
1084a7207e98SJohan Hovold 	if (port_priv->event_mode)
1085a7207e98SJohan Hovold 		return;
1086a7207e98SJohan Hovold 
1087c32dfec6SJohan Hovold 	if (priv->no_event_mode)
1088c32dfec6SJohan Hovold 		return;
1089c32dfec6SJohan Hovold 
1090a7207e98SJohan Hovold 	port_priv->event_state = ES_DATA;
1091a7207e98SJohan Hovold 	port_priv->event_mode = true;
1092a7207e98SJohan Hovold 
1093a7207e98SJohan Hovold 	ret = cp210x_write_u16_reg(port, CP210X_EMBED_EVENTS, CP210X_ESCCHAR);
1094a7207e98SJohan Hovold 	if (ret) {
1095a7207e98SJohan Hovold 		dev_err(&port->dev, "failed to enable events: %d\n", ret);
1096a7207e98SJohan Hovold 		port_priv->event_mode = false;
1097a7207e98SJohan Hovold 	}
1098a7207e98SJohan Hovold }
1099a7207e98SJohan Hovold 
1100a7207e98SJohan Hovold static void cp210x_disable_event_mode(struct usb_serial_port *port)
1101a7207e98SJohan Hovold {
1102a7207e98SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
1103a7207e98SJohan Hovold 	int ret;
1104a7207e98SJohan Hovold 
1105a7207e98SJohan Hovold 	if (!port_priv->event_mode)
1106a7207e98SJohan Hovold 		return;
1107a7207e98SJohan Hovold 
1108a7207e98SJohan Hovold 	ret = cp210x_write_u16_reg(port, CP210X_EMBED_EVENTS, 0);
1109a7207e98SJohan Hovold 	if (ret) {
1110a7207e98SJohan Hovold 		dev_err(&port->dev, "failed to disable events: %d\n", ret);
1111a7207e98SJohan Hovold 		return;
1112a7207e98SJohan Hovold 	}
1113a7207e98SJohan Hovold 
1114a7207e98SJohan Hovold 	port_priv->event_mode = false;
1115a7207e98SJohan Hovold }
1116a7207e98SJohan Hovold 
111795168d62SJohan Hovold static bool cp210x_termios_change(const struct ktermios *a, const struct ktermios *b)
111895168d62SJohan Hovold {
111903f32d7cSJohan Hovold 	bool iflag_change, cc_change;
112095168d62SJohan Hovold 
11217748feffSWang Sheng Long 	iflag_change = ((a->c_iflag ^ b->c_iflag) & (INPCK | IXON | IXOFF));
112203f32d7cSJohan Hovold 	cc_change = a->c_cc[VSTART] != b->c_cc[VSTART] ||
112303f32d7cSJohan Hovold 			a->c_cc[VSTOP] != b->c_cc[VSTOP];
112495168d62SJohan Hovold 
112503f32d7cSJohan Hovold 	return tty_termios_hw_change(a, b) || iflag_change || cc_change;
112695168d62SJohan Hovold }
112795168d62SJohan Hovold 
1128ed921771SJohan Hovold static void cp210x_set_flow_control(struct tty_struct *tty,
1129f6d47fe5SIlpo Järvinen 				    struct usb_serial_port *port,
1130f6d47fe5SIlpo Järvinen 				    const struct ktermios *old_termios)
1131ed921771SJohan Hovold {
113263a8eef7SJohan Hovold 	struct cp210x_serial_private *priv = usb_get_serial_data(port->serial);
11335951b850SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
11347748feffSWang Sheng Long 	struct cp210x_special_chars chars;
1135ed921771SJohan Hovold 	struct cp210x_flow_ctl flow_ctl;
1136ed921771SJohan Hovold 	u32 flow_repl;
1137ed921771SJohan Hovold 	u32 ctl_hs;
1138ba4bbdabSJohan Hovold 	bool crtscts;
1139ed921771SJohan Hovold 	int ret;
1140ed921771SJohan Hovold 
114163a8eef7SJohan Hovold 	/*
114263a8eef7SJohan Hovold 	 * Some CP2102N interpret ulXonLimit as ulFlowReplace (erratum
114363a8eef7SJohan Hovold 	 * CP2102N_E104). Report back that flow control is not supported.
114463a8eef7SJohan Hovold 	 */
114563a8eef7SJohan Hovold 	if (priv->no_flow_control) {
114663a8eef7SJohan Hovold 		tty->termios.c_cflag &= ~CRTSCTS;
114763a8eef7SJohan Hovold 		tty->termios.c_iflag &= ~(IXON | IXOFF);
114863a8eef7SJohan Hovold 	}
114963a8eef7SJohan Hovold 
1150*d03a6d4eSJohan Hovold 	if (tty->termios.c_ospeed != 0 &&
1151*d03a6d4eSJohan Hovold 			old_termios && old_termios->c_ospeed != 0 &&
11527748feffSWang Sheng Long 			C_CRTSCTS(tty) == (old_termios->c_cflag & CRTSCTS) &&
11537748feffSWang Sheng Long 			I_IXON(tty) == (old_termios->c_iflag & IXON) &&
115403f32d7cSJohan Hovold 			I_IXOFF(tty) == (old_termios->c_iflag & IXOFF) &&
115503f32d7cSJohan Hovold 			START_CHAR(tty) == old_termios->c_cc[VSTART] &&
115603f32d7cSJohan Hovold 			STOP_CHAR(tty) == old_termios->c_cc[VSTOP]) {
1157ed921771SJohan Hovold 		return;
11587748feffSWang Sheng Long 	}
11597748feffSWang Sheng Long 
11607748feffSWang Sheng Long 	if (I_IXON(tty) || I_IXOFF(tty)) {
11617748feffSWang Sheng Long 		memset(&chars, 0, sizeof(chars));
11627748feffSWang Sheng Long 
11637748feffSWang Sheng Long 		chars.bXonChar = START_CHAR(tty);
11647748feffSWang Sheng Long 		chars.bXoffChar = STOP_CHAR(tty);
11657748feffSWang Sheng Long 
116633a61d2cSJohan Hovold 		ret = cp210x_write_reg_block(port, CP210X_SET_CHARS, &chars,
116733a61d2cSJohan Hovold 				sizeof(chars));
11682d9a0070SJohan Hovold 		if (ret) {
11692d9a0070SJohan Hovold 			dev_err(&port->dev, "failed to set special chars: %d\n",
11702d9a0070SJohan Hovold 					ret);
11712d9a0070SJohan Hovold 		}
11727748feffSWang Sheng Long 	}
1173ed921771SJohan Hovold 
11745951b850SJohan Hovold 	mutex_lock(&port_priv->mutex);
1175ed921771SJohan Hovold 
1176*d03a6d4eSJohan Hovold 	if (tty->termios.c_ospeed == 0) {
1177*d03a6d4eSJohan Hovold 		port_priv->dtr = false;
1178*d03a6d4eSJohan Hovold 		port_priv->rts = false;
1179*d03a6d4eSJohan Hovold 	} else if (old_termios && old_termios->c_ospeed == 0) {
1180*d03a6d4eSJohan Hovold 		port_priv->dtr = true;
1181*d03a6d4eSJohan Hovold 		port_priv->rts = true;
1182*d03a6d4eSJohan Hovold 	}
1183*d03a6d4eSJohan Hovold 
1184ed921771SJohan Hovold 	ret = cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl,
1185ed921771SJohan Hovold 			sizeof(flow_ctl));
1186ed921771SJohan Hovold 	if (ret)
11875951b850SJohan Hovold 		goto out_unlock;
1188ed921771SJohan Hovold 
1189ed921771SJohan Hovold 	ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake);
1190ed921771SJohan Hovold 	flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace);
1191ed921771SJohan Hovold 
1192ed921771SJohan Hovold 	ctl_hs &= ~CP210X_SERIAL_DSR_HANDSHAKE;
1193ed921771SJohan Hovold 	ctl_hs &= ~CP210X_SERIAL_DCD_HANDSHAKE;
1194ed921771SJohan Hovold 	ctl_hs &= ~CP210X_SERIAL_DSR_SENSITIVITY;
1195ed921771SJohan Hovold 	ctl_hs &= ~CP210X_SERIAL_DTR_MASK;
11968cce3bbfSJohan Hovold 	if (port_priv->dtr)
1197568400b1SJohan Hovold 		ctl_hs |= CP210X_SERIAL_DTR_ACTIVE;
11988cce3bbfSJohan Hovold 	else
1199568400b1SJohan Hovold 		ctl_hs |= CP210X_SERIAL_DTR_INACTIVE;
1200ed921771SJohan Hovold 
1201e2f2dea3SJohan Hovold 	flow_repl &= ~CP210X_SERIAL_RTS_MASK;
1202ed921771SJohan Hovold 	if (C_CRTSCTS(tty)) {
1203ed921771SJohan Hovold 		ctl_hs |= CP210X_SERIAL_CTS_HANDSHAKE;
1204cf00ead0SJohan Hovold 		if (port_priv->rts)
1205568400b1SJohan Hovold 			flow_repl |= CP210X_SERIAL_RTS_FLOW_CTL;
1206cf00ead0SJohan Hovold 		else
1207cf00ead0SJohan Hovold 			flow_repl |= CP210X_SERIAL_RTS_INACTIVE;
1208ba4bbdabSJohan Hovold 		crtscts = true;
1209ed921771SJohan Hovold 	} else {
1210ed921771SJohan Hovold 		ctl_hs &= ~CP210X_SERIAL_CTS_HANDSHAKE;
12118cce3bbfSJohan Hovold 		if (port_priv->rts)
1212568400b1SJohan Hovold 			flow_repl |= CP210X_SERIAL_RTS_ACTIVE;
12138cce3bbfSJohan Hovold 		else
1214568400b1SJohan Hovold 			flow_repl |= CP210X_SERIAL_RTS_INACTIVE;
1215ba4bbdabSJohan Hovold 		crtscts = false;
1216ed921771SJohan Hovold 	}
1217ed921771SJohan Hovold 
121863a8eef7SJohan Hovold 	if (I_IXOFF(tty)) {
12197748feffSWang Sheng Long 		flow_repl |= CP210X_SERIAL_AUTO_RECEIVE;
122063a8eef7SJohan Hovold 
122163a8eef7SJohan Hovold 		flow_ctl.ulXonLimit = cpu_to_le32(128);
122263a8eef7SJohan Hovold 		flow_ctl.ulXoffLimit = cpu_to_le32(128);
122363a8eef7SJohan Hovold 	} else {
12247748feffSWang Sheng Long 		flow_repl &= ~CP210X_SERIAL_AUTO_RECEIVE;
122563a8eef7SJohan Hovold 	}
12267748feffSWang Sheng Long 
12277748feffSWang Sheng Long 	if (I_IXON(tty))
12287748feffSWang Sheng Long 		flow_repl |= CP210X_SERIAL_AUTO_TRANSMIT;
12297748feffSWang Sheng Long 	else
12307748feffSWang Sheng Long 		flow_repl &= ~CP210X_SERIAL_AUTO_TRANSMIT;
12317748feffSWang Sheng Long 
1232f191c637SJohan Hovold 	dev_dbg(&port->dev, "%s - ctrl = 0x%02x, flow = 0x%02x\n", __func__,
1233f191c637SJohan Hovold 			ctl_hs, flow_repl);
1234ed921771SJohan Hovold 
1235ed921771SJohan Hovold 	flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs);
1236ed921771SJohan Hovold 	flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl);
1237ed921771SJohan Hovold 
1238ba4bbdabSJohan Hovold 	ret = cp210x_write_reg_block(port, CP210X_SET_FLOW, &flow_ctl,
1239ed921771SJohan Hovold 			sizeof(flow_ctl));
1240ba4bbdabSJohan Hovold 	if (ret)
1241ba4bbdabSJohan Hovold 		goto out_unlock;
1242ba4bbdabSJohan Hovold 
1243ba4bbdabSJohan Hovold 	port_priv->crtscts = crtscts;
12445951b850SJohan Hovold out_unlock:
12455951b850SJohan Hovold 	mutex_unlock(&port_priv->mutex);
1246ed921771SJohan Hovold }
1247ed921771SJohan Hovold 
12484cc27bd6SCraig Shelley static void cp210x_set_termios(struct tty_struct *tty,
1249f6d47fe5SIlpo Järvinen 		               struct usb_serial_port *port,
1250f6d47fe5SIlpo Järvinen 		               const struct ktermios *old_termios)
125103ee2515SGreg Kroah-Hartman {
1252d4297629SJohan Hovold 	struct cp210x_serial_private *priv = usb_get_serial_data(port->serial);
125319165b2bSKonstantin Shkolnyy 	u16 bits;
1254d4297629SJohan Hovold 	int ret;
125503ee2515SGreg Kroah-Hartman 
1256*d03a6d4eSJohan Hovold 	if (old_termios && !cp210x_termios_change(&tty->termios, old_termios) &&
1257*d03a6d4eSJohan Hovold 			tty->termios.c_ospeed != 0)
125895168d62SJohan Hovold 		return;
125995168d62SJohan Hovold 
126046827bdaSJohan Hovold 	if (!old_termios || tty->termios.c_ospeed != old_termios->c_ospeed)
1261e5990874SJohan Hovold 		cp210x_change_speed(tty, port, old_termios);
126203ee2515SGreg Kroah-Hartman 
1263d4297629SJohan Hovold 	/* CP2101 only supports CS8, 1 stop bit and non-stick parity. */
1264d4297629SJohan Hovold 	if (priv->partnum == CP210X_PARTNUM_CP2101) {
1265d4297629SJohan Hovold 		tty->termios.c_cflag &= ~(CSIZE | CSTOPB | CMSPAR);
1266d4297629SJohan Hovold 		tty->termios.c_cflag |= CS8;
1267d4297629SJohan Hovold 	}
1268d4297629SJohan Hovold 
1269d4297629SJohan Hovold 	bits = 0;
1270d4297629SJohan Hovold 
1271d4297629SJohan Hovold 	switch (C_CSIZE(tty)) {
127203ee2515SGreg Kroah-Hartman 	case CS5:
127303ee2515SGreg Kroah-Hartman 		bits |= BITS_DATA_5;
127403ee2515SGreg Kroah-Hartman 		break;
127503ee2515SGreg Kroah-Hartman 	case CS6:
127603ee2515SGreg Kroah-Hartman 		bits |= BITS_DATA_6;
127703ee2515SGreg Kroah-Hartman 		break;
127803ee2515SGreg Kroah-Hartman 	case CS7:
127903ee2515SGreg Kroah-Hartman 		bits |= BITS_DATA_7;
128003ee2515SGreg Kroah-Hartman 		break;
128103ee2515SGreg Kroah-Hartman 	case CS8:
1282c2b33559SJohan Hovold 	default:
128303ee2515SGreg Kroah-Hartman 		bits |= BITS_DATA_8;
128403ee2515SGreg Kroah-Hartman 		break;
128503ee2515SGreg Kroah-Hartman 	}
128603ee2515SGreg Kroah-Hartman 
1287d4297629SJohan Hovold 	if (C_PARENB(tty)) {
1288d4297629SJohan Hovold 		if (C_CMSPAR(tty)) {
1289d4297629SJohan Hovold 			if (C_PARODD(tty))
12904b6181caSRoland Koebler 				bits |= BITS_PARITY_MARK;
1291d4297629SJohan Hovold 			else
12924b6181caSRoland Koebler 				bits |= BITS_PARITY_SPACE;
12934b6181caSRoland Koebler 		} else {
1294d4297629SJohan Hovold 			if (C_PARODD(tty))
129503ee2515SGreg Kroah-Hartman 				bits |= BITS_PARITY_ODD;
1296d4297629SJohan Hovold 			else
129703ee2515SGreg Kroah-Hartman 				bits |= BITS_PARITY_EVEN;
129803ee2515SGreg Kroah-Hartman 		}
129903ee2515SGreg Kroah-Hartman 	}
130003ee2515SGreg Kroah-Hartman 
1301d4297629SJohan Hovold 	if (C_CSTOPB(tty))
130203ee2515SGreg Kroah-Hartman 		bits |= BITS_STOP_2;
1303d4297629SJohan Hovold 	else
130403ee2515SGreg Kroah-Hartman 		bits |= BITS_STOP_1;
1305d4297629SJohan Hovold 
1306d4297629SJohan Hovold 	ret = cp210x_write_u16_reg(port, CP210X_SET_LINE_CTL, bits);
1307d4297629SJohan Hovold 	if (ret)
1308d4297629SJohan Hovold 		dev_err(&port->dev, "failed to set line control: %d\n", ret);
130903ee2515SGreg Kroah-Hartman 
1310ed921771SJohan Hovold 	cp210x_set_flow_control(tty, port, old_termios);
131103ee2515SGreg Kroah-Hartman 
1312a7207e98SJohan Hovold 	/*
1313a7207e98SJohan Hovold 	 * Enable event-insertion mode only if input parity checking is
1314a7207e98SJohan Hovold 	 * enabled for now.
1315a7207e98SJohan Hovold 	 */
1316a7207e98SJohan Hovold 	if (I_INPCK(tty))
1317a7207e98SJohan Hovold 		cp210x_enable_event_mode(port);
1318a7207e98SJohan Hovold 	else
1319a7207e98SJohan Hovold 		cp210x_disable_event_mode(port);
132003ee2515SGreg Kroah-Hartman }
132103ee2515SGreg Kroah-Hartman 
132220b9d177SAlan Cox static int cp210x_tiocmset(struct tty_struct *tty,
132303ee2515SGreg Kroah-Hartman 		unsigned int set, unsigned int clear)
132403ee2515SGreg Kroah-Hartman {
132503ee2515SGreg Kroah-Hartman 	struct usb_serial_port *port = tty->driver_data;
132620b9d177SAlan Cox 	return cp210x_tiocmset_port(port, set, clear);
1327d2ad67b3SVomLehn }
1328d2ad67b3SVomLehn 
132920b9d177SAlan Cox static int cp210x_tiocmset_port(struct usb_serial_port *port,
1330d2ad67b3SVomLehn 		unsigned int set, unsigned int clear)
1331d2ad67b3SVomLehn {
13325951b850SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
1333cf00ead0SJohan Hovold 	struct cp210x_flow_ctl flow_ctl;
1334cf00ead0SJohan Hovold 	u32 ctl_hs, flow_repl;
133519165b2bSKonstantin Shkolnyy 	u16 control = 0;
13365951b850SJohan Hovold 	int ret;
133703ee2515SGreg Kroah-Hartman 
13388cce3bbfSJohan Hovold 	mutex_lock(&port_priv->mutex);
133903ee2515SGreg Kroah-Hartman 
134003ee2515SGreg Kroah-Hartman 	if (set & TIOCM_RTS) {
13418cce3bbfSJohan Hovold 		port_priv->rts = true;
134203ee2515SGreg Kroah-Hartman 		control |= CONTROL_RTS;
134303ee2515SGreg Kroah-Hartman 		control |= CONTROL_WRITE_RTS;
134403ee2515SGreg Kroah-Hartman 	}
134503ee2515SGreg Kroah-Hartman 	if (set & TIOCM_DTR) {
13468cce3bbfSJohan Hovold 		port_priv->dtr = true;
134703ee2515SGreg Kroah-Hartman 		control |= CONTROL_DTR;
134803ee2515SGreg Kroah-Hartman 		control |= CONTROL_WRITE_DTR;
134903ee2515SGreg Kroah-Hartman 	}
135003ee2515SGreg Kroah-Hartman 	if (clear & TIOCM_RTS) {
13518cce3bbfSJohan Hovold 		port_priv->rts = false;
135203ee2515SGreg Kroah-Hartman 		control &= ~CONTROL_RTS;
135303ee2515SGreg Kroah-Hartman 		control |= CONTROL_WRITE_RTS;
135403ee2515SGreg Kroah-Hartman 	}
135503ee2515SGreg Kroah-Hartman 	if (clear & TIOCM_DTR) {
13568cce3bbfSJohan Hovold 		port_priv->dtr = false;
135703ee2515SGreg Kroah-Hartman 		control &= ~CONTROL_DTR;
135803ee2515SGreg Kroah-Hartman 		control |= CONTROL_WRITE_DTR;
135903ee2515SGreg Kroah-Hartman 	}
136003ee2515SGreg Kroah-Hartman 
13615951b850SJohan Hovold 	/*
1362cf00ead0SJohan Hovold 	 * Use SET_FLOW to set DTR and enable/disable auto-RTS when hardware
1363cf00ead0SJohan Hovold 	 * flow control is enabled.
13645951b850SJohan Hovold 	 */
1365cf00ead0SJohan Hovold 	if (port_priv->crtscts && control & CONTROL_WRITE_RTS) {
1366cf00ead0SJohan Hovold 		ret = cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl,
1367cf00ead0SJohan Hovold 				sizeof(flow_ctl));
1368cf00ead0SJohan Hovold 		if (ret)
1369cf00ead0SJohan Hovold 			goto out_unlock;
137003ee2515SGreg Kroah-Hartman 
1371cf00ead0SJohan Hovold 		ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake);
1372cf00ead0SJohan Hovold 		flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace);
1373cf00ead0SJohan Hovold 
1374cf00ead0SJohan Hovold 		ctl_hs &= ~CP210X_SERIAL_DTR_MASK;
1375cf00ead0SJohan Hovold 		if (port_priv->dtr)
1376cf00ead0SJohan Hovold 			ctl_hs |= CP210X_SERIAL_DTR_ACTIVE;
1377cf00ead0SJohan Hovold 		else
1378cf00ead0SJohan Hovold 			ctl_hs |= CP210X_SERIAL_DTR_INACTIVE;
1379cf00ead0SJohan Hovold 
1380cf00ead0SJohan Hovold 		flow_repl &= ~CP210X_SERIAL_RTS_MASK;
1381cf00ead0SJohan Hovold 		if (port_priv->rts)
1382cf00ead0SJohan Hovold 			flow_repl |= CP210X_SERIAL_RTS_FLOW_CTL;
1383cf00ead0SJohan Hovold 		else
1384cf00ead0SJohan Hovold 			flow_repl |= CP210X_SERIAL_RTS_INACTIVE;
1385cf00ead0SJohan Hovold 
1386cf00ead0SJohan Hovold 		flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs);
1387cf00ead0SJohan Hovold 		flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl);
1388cf00ead0SJohan Hovold 
1389cf00ead0SJohan Hovold 		dev_dbg(&port->dev, "%s - ctrl = 0x%02x, flow = 0x%02x\n",
1390cf00ead0SJohan Hovold 				__func__, ctl_hs, flow_repl);
1391cf00ead0SJohan Hovold 
1392cf00ead0SJohan Hovold 		ret = cp210x_write_reg_block(port, CP210X_SET_FLOW, &flow_ctl,
1393cf00ead0SJohan Hovold 				sizeof(flow_ctl));
1394cf00ead0SJohan Hovold 	} else {
13956b667274SJohan Hovold 		dev_dbg(&port->dev, "%s - control = 0x%04x\n", __func__, control);
139603ee2515SGreg Kroah-Hartman 
13975951b850SJohan Hovold 		ret = cp210x_write_u16_reg(port, CP210X_SET_MHS, control);
1398cf00ead0SJohan Hovold 	}
1399cf00ead0SJohan Hovold out_unlock:
14005951b850SJohan Hovold 	mutex_unlock(&port_priv->mutex);
14015951b850SJohan Hovold 
14025951b850SJohan Hovold 	return ret;
140303ee2515SGreg Kroah-Hartman }
140403ee2515SGreg Kroah-Hartman 
1405daa91919SJohan Hovold static void cp210x_dtr_rts(struct usb_serial_port *port, int on)
1406d94c7bd4SAlan Cox {
1407d94c7bd4SAlan Cox 	if (on)
1408daa91919SJohan Hovold 		cp210x_tiocmset_port(port, TIOCM_DTR | TIOCM_RTS, 0);
1409d94c7bd4SAlan Cox 	else
1410daa91919SJohan Hovold 		cp210x_tiocmset_port(port, 0, TIOCM_DTR | TIOCM_RTS);
1411d94c7bd4SAlan Cox }
1412d94c7bd4SAlan Cox 
141360b33c13SAlan Cox static int cp210x_tiocmget(struct tty_struct *tty)
141403ee2515SGreg Kroah-Hartman {
141503ee2515SGreg Kroah-Hartman 	struct usb_serial_port *port = tty->driver_data;
1416fe1b07e9SKonstantin Shkolnyy 	u8 control;
141703ee2515SGreg Kroah-Hartman 	int result;
141803ee2515SGreg Kroah-Hartman 
1419de24e0a1SJohan Hovold 	result = cp210x_read_u8_reg(port, CP210X_GET_MDMSTS, &control);
1420de24e0a1SJohan Hovold 	if (result)
1421de24e0a1SJohan Hovold 		return result;
142203ee2515SGreg Kroah-Hartman 
142303ee2515SGreg Kroah-Hartman 	result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0)
142403ee2515SGreg Kroah-Hartman 		|((control & CONTROL_RTS) ? TIOCM_RTS : 0)
142503ee2515SGreg Kroah-Hartman 		|((control & CONTROL_CTS) ? TIOCM_CTS : 0)
142603ee2515SGreg Kroah-Hartman 		|((control & CONTROL_DSR) ? TIOCM_DSR : 0)
142703ee2515SGreg Kroah-Hartman 		|((control & CONTROL_RING)? TIOCM_RI  : 0)
142803ee2515SGreg Kroah-Hartman 		|((control & CONTROL_DCD) ? TIOCM_CD  : 0);
142903ee2515SGreg Kroah-Hartman 
14306b667274SJohan Hovold 	dev_dbg(&port->dev, "%s - control = 0x%02x\n", __func__, control);
143103ee2515SGreg Kroah-Hartman 
143203ee2515SGreg Kroah-Hartman 	return result;
143303ee2515SGreg Kroah-Hartman }
143403ee2515SGreg Kroah-Hartman 
14354cc27bd6SCraig Shelley static void cp210x_break_ctl(struct tty_struct *tty, int break_state)
143603ee2515SGreg Kroah-Hartman {
143703ee2515SGreg Kroah-Hartman 	struct usb_serial_port *port = tty->driver_data;
143819165b2bSKonstantin Shkolnyy 	u16 state;
143903ee2515SGreg Kroah-Hartman 
144003ee2515SGreg Kroah-Hartman 	if (break_state == 0)
144103ee2515SGreg Kroah-Hartman 		state = BREAK_OFF;
144203ee2515SGreg Kroah-Hartman 	else
144303ee2515SGreg Kroah-Hartman 		state = BREAK_ON;
1444660f3b14SGreg Kroah-Hartman 	dev_dbg(&port->dev, "%s - turning break %s\n", __func__,
144503ee2515SGreg Kroah-Hartman 		state == BREAK_OFF ? "off" : "on");
144619165b2bSKonstantin Shkolnyy 	cp210x_write_u16_reg(port, CP210X_SET_BREAK, state);
144703ee2515SGreg Kroah-Hartman }
144803ee2515SGreg Kroah-Hartman 
1449cf5276ceSMartyn Welch #ifdef CONFIG_GPIOLIB
1450cf5276ceSMartyn Welch static int cp210x_gpio_get(struct gpio_chip *gc, unsigned int gpio)
1451cf5276ceSMartyn Welch {
1452cf5276ceSMartyn Welch 	struct usb_serial *serial = gpiochip_get_data(gc);
1453c8acfe0aSKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
14548051334eSPho Tran 	u8 req_type;
14558051334eSPho Tran 	u16 mask;
1456cf5276ceSMartyn Welch 	int result;
14578051334eSPho Tran 	int len;
1458c8acfe0aSKaroly Pados 
14597b0b644bSKaroly Pados 	result = usb_autopm_get_interface(serial->interface);
14607b0b644bSKaroly Pados 	if (result)
14617b0b644bSKaroly Pados 		return result;
14627b0b644bSKaroly Pados 
14638051334eSPho Tran 	switch (priv->partnum) {
14648051334eSPho Tran 	case CP210X_PARTNUM_CP2105:
14658051334eSPho Tran 		req_type = REQTYPE_INTERFACE_TO_HOST;
14668051334eSPho Tran 		len = 1;
14678051334eSPho Tran 		break;
14688051334eSPho Tran 	case CP210X_PARTNUM_CP2108:
14698051334eSPho Tran 		req_type = REQTYPE_INTERFACE_TO_HOST;
14708051334eSPho Tran 		len = 2;
14718051334eSPho Tran 		break;
14728051334eSPho Tran 	default:
14738051334eSPho Tran 		req_type = REQTYPE_DEVICE_TO_HOST;
14748051334eSPho Tran 		len = 1;
14758051334eSPho Tran 		break;
14768051334eSPho Tran 	}
14778051334eSPho Tran 
14788051334eSPho Tran 	mask = 0;
14798051334eSPho Tran 	result = cp210x_read_vendor_block(serial, req_type, CP210X_READ_LATCH,
14808051334eSPho Tran 					  &mask, len);
14818051334eSPho Tran 
14827b0b644bSKaroly Pados 	usb_autopm_put_interface(serial->interface);
14838051334eSPho Tran 
1484cf5276ceSMartyn Welch 	if (result < 0)
1485cf5276ceSMartyn Welch 		return result;
1486cf5276ceSMartyn Welch 
14878051334eSPho Tran 	le16_to_cpus(&mask);
14888051334eSPho Tran 
14898051334eSPho Tran 	return !!(mask & BIT(gpio));
1490cf5276ceSMartyn Welch }
1491cf5276ceSMartyn Welch 
1492cf5276ceSMartyn Welch static void cp210x_gpio_set(struct gpio_chip *gc, unsigned int gpio, int value)
1493cf5276ceSMartyn Welch {
1494cf5276ceSMartyn Welch 	struct usb_serial *serial = gpiochip_get_data(gc);
1495c8acfe0aSKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
14968051334eSPho Tran 	struct cp210x_gpio_write16 buf16;
1497cf5276ceSMartyn Welch 	struct cp210x_gpio_write buf;
14988051334eSPho Tran 	u16 mask, state;
14998051334eSPho Tran 	u16 wIndex;
1500c8acfe0aSKaroly Pados 	int result;
1501cf5276ceSMartyn Welch 
1502cf5276ceSMartyn Welch 	if (value == 1)
15038051334eSPho Tran 		state = BIT(gpio);
1504cf5276ceSMartyn Welch 	else
15058051334eSPho Tran 		state = 0;
1506cf5276ceSMartyn Welch 
15078051334eSPho Tran 	mask = BIT(gpio);
1508cf5276ceSMartyn Welch 
15097b0b644bSKaroly Pados 	result = usb_autopm_get_interface(serial->interface);
15107b0b644bSKaroly Pados 	if (result)
15117b0b644bSKaroly Pados 		goto out;
15127b0b644bSKaroly Pados 
15138051334eSPho Tran 	switch (priv->partnum) {
15148051334eSPho Tran 	case CP210X_PARTNUM_CP2105:
15158051334eSPho Tran 		buf.mask = (u8)mask;
15168051334eSPho Tran 		buf.state = (u8)state;
1517c8acfe0aSKaroly Pados 		result = cp210x_write_vendor_block(serial,
1518c8acfe0aSKaroly Pados 						   REQTYPE_HOST_TO_INTERFACE,
1519c8acfe0aSKaroly Pados 						   CP210X_WRITE_LATCH, &buf,
1520c8acfe0aSKaroly Pados 						   sizeof(buf));
15218051334eSPho Tran 		break;
15228051334eSPho Tran 	case CP210X_PARTNUM_CP2108:
15238051334eSPho Tran 		buf16.mask = cpu_to_le16(mask);
15248051334eSPho Tran 		buf16.state = cpu_to_le16(state);
15258051334eSPho Tran 		result = cp210x_write_vendor_block(serial,
15268051334eSPho Tran 						   REQTYPE_HOST_TO_INTERFACE,
15278051334eSPho Tran 						   CP210X_WRITE_LATCH, &buf16,
15288051334eSPho Tran 						   sizeof(buf16));
15298051334eSPho Tran 		break;
15308051334eSPho Tran 	default:
15318051334eSPho Tran 		wIndex = state << 8 | mask;
1532c8acfe0aSKaroly Pados 		result = usb_control_msg(serial->dev,
1533c8acfe0aSKaroly Pados 					 usb_sndctrlpipe(serial->dev, 0),
1534c8acfe0aSKaroly Pados 					 CP210X_VENDOR_SPECIFIC,
1535c8acfe0aSKaroly Pados 					 REQTYPE_HOST_TO_DEVICE,
1536c8acfe0aSKaroly Pados 					 CP210X_WRITE_LATCH,
1537c8acfe0aSKaroly Pados 					 wIndex,
1538c8acfe0aSKaroly Pados 					 NULL, 0, USB_CTRL_SET_TIMEOUT);
15398051334eSPho Tran 		break;
1540c8acfe0aSKaroly Pados 	}
1541c8acfe0aSKaroly Pados 
15427b0b644bSKaroly Pados 	usb_autopm_put_interface(serial->interface);
15437b0b644bSKaroly Pados out:
1544c8acfe0aSKaroly Pados 	if (result < 0) {
1545c8acfe0aSKaroly Pados 		dev_err(&serial->interface->dev, "failed to set GPIO value: %d\n",
1546c8acfe0aSKaroly Pados 				result);
1547c8acfe0aSKaroly Pados 	}
1548cf5276ceSMartyn Welch }
1549cf5276ceSMartyn Welch 
1550cf5276ceSMartyn Welch static int cp210x_gpio_direction_get(struct gpio_chip *gc, unsigned int gpio)
1551cf5276ceSMartyn Welch {
1552c8acfe0aSKaroly Pados 	struct usb_serial *serial = gpiochip_get_data(gc);
1553c8acfe0aSKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1554c8acfe0aSKaroly Pados 
1555c8acfe0aSKaroly Pados 	return priv->gpio_input & BIT(gpio);
1556cf5276ceSMartyn Welch }
1557cf5276ceSMartyn Welch 
1558cf5276ceSMartyn Welch static int cp210x_gpio_direction_input(struct gpio_chip *gc, unsigned int gpio)
1559cf5276ceSMartyn Welch {
1560c8acfe0aSKaroly Pados 	struct usb_serial *serial = gpiochip_get_data(gc);
1561c8acfe0aSKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1562c8acfe0aSKaroly Pados 
1563c8acfe0aSKaroly Pados 	if (priv->partnum == CP210X_PARTNUM_CP2105) {
1564c8acfe0aSKaroly Pados 		/* hardware does not support an input mode */
1565cf5276ceSMartyn Welch 		return -ENOTSUPP;
1566cf5276ceSMartyn Welch 	}
1567cf5276ceSMartyn Welch 
1568c8acfe0aSKaroly Pados 	/* push-pull pins cannot be changed to be inputs */
1569c8acfe0aSKaroly Pados 	if (priv->gpio_pushpull & BIT(gpio))
1570c8acfe0aSKaroly Pados 		return -EINVAL;
1571c8acfe0aSKaroly Pados 
1572c8acfe0aSKaroly Pados 	/* make sure to release pin if it is being driven low */
1573c8acfe0aSKaroly Pados 	cp210x_gpio_set(gc, gpio, 1);
1574c8acfe0aSKaroly Pados 
1575c8acfe0aSKaroly Pados 	priv->gpio_input |= BIT(gpio);
1576c8acfe0aSKaroly Pados 
1577c8acfe0aSKaroly Pados 	return 0;
1578c8acfe0aSKaroly Pados }
1579c8acfe0aSKaroly Pados 
1580cf5276ceSMartyn Welch static int cp210x_gpio_direction_output(struct gpio_chip *gc, unsigned int gpio,
1581cf5276ceSMartyn Welch 					int value)
1582cf5276ceSMartyn Welch {
1583c8acfe0aSKaroly Pados 	struct usb_serial *serial = gpiochip_get_data(gc);
1584c8acfe0aSKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1585c8acfe0aSKaroly Pados 
1586c8acfe0aSKaroly Pados 	priv->gpio_input &= ~BIT(gpio);
1587c8acfe0aSKaroly Pados 	cp210x_gpio_set(gc, gpio, value);
1588c8acfe0aSKaroly Pados 
1589cf5276ceSMartyn Welch 	return 0;
1590cf5276ceSMartyn Welch }
1591cf5276ceSMartyn Welch 
15922956b5d9SMika Westerberg static int cp210x_gpio_set_config(struct gpio_chip *gc, unsigned int gpio,
15932956b5d9SMika Westerberg 				  unsigned long config)
1594cf5276ceSMartyn Welch {
1595cf5276ceSMartyn Welch 	struct usb_serial *serial = gpiochip_get_data(gc);
1596cf5276ceSMartyn Welch 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
15972956b5d9SMika Westerberg 	enum pin_config_param param = pinconf_to_config_param(config);
1598cf5276ceSMartyn Welch 
1599cf5276ceSMartyn Welch 	/* Succeed only if in correct mode (this can't be set at runtime) */
16002956b5d9SMika Westerberg 	if ((param == PIN_CONFIG_DRIVE_PUSH_PULL) &&
1601c8acfe0aSKaroly Pados 	    (priv->gpio_pushpull & BIT(gpio)))
1602cf5276ceSMartyn Welch 		return 0;
1603cf5276ceSMartyn Welch 
16042956b5d9SMika Westerberg 	if ((param == PIN_CONFIG_DRIVE_OPEN_DRAIN) &&
1605c8acfe0aSKaroly Pados 	    !(priv->gpio_pushpull & BIT(gpio)))
1606cf5276ceSMartyn Welch 		return 0;
1607cf5276ceSMartyn Welch 
1608cf5276ceSMartyn Welch 	return -ENOTSUPP;
1609cf5276ceSMartyn Welch }
1610cf5276ceSMartyn Welch 
1611b979248dSJohan Hovold static int cp210x_gpio_init_valid_mask(struct gpio_chip *gc,
1612b979248dSJohan Hovold 		unsigned long *valid_mask, unsigned int ngpios)
1613b979248dSJohan Hovold {
1614b979248dSJohan Hovold 	struct usb_serial *serial = gpiochip_get_data(gc);
1615b979248dSJohan Hovold 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1616d0708227SJohan Hovold 	struct device *dev = &serial->interface->dev;
1617b979248dSJohan Hovold 	unsigned long altfunc_mask = priv->gpio_altfunc;
1618b979248dSJohan Hovold 
1619b979248dSJohan Hovold 	bitmap_complement(valid_mask, &altfunc_mask, ngpios);
1620b979248dSJohan Hovold 
1621d0708227SJohan Hovold 	if (bitmap_empty(valid_mask, ngpios))
1622d0708227SJohan Hovold 		dev_dbg(dev, "no pin configured for GPIO\n");
1623d0708227SJohan Hovold 	else
1624d0708227SJohan Hovold 		dev_dbg(dev, "GPIO.%*pbl configured for GPIO\n", ngpios,
1625d0708227SJohan Hovold 				valid_mask);
1626b979248dSJohan Hovold 	return 0;
1627b979248dSJohan Hovold }
1628b979248dSJohan Hovold 
1629cf5276ceSMartyn Welch /*
1630cf5276ceSMartyn Welch  * This function is for configuring GPIO using shared pins, where other signals
1631cf5276ceSMartyn Welch  * are made unavailable by configuring the use of GPIO. This is believed to be
1632cf5276ceSMartyn Welch  * only applicable to the cp2105 at this point, the other devices supported by
1633cf5276ceSMartyn Welch  * this driver that provide GPIO do so in a way that does not impact other
1634cf5276ceSMartyn Welch  * signals and are thus expected to have very different initialisation.
1635cf5276ceSMartyn Welch  */
1636c8acfe0aSKaroly Pados static int cp2105_gpioconf_init(struct usb_serial *serial)
1637cf5276ceSMartyn Welch {
1638cf5276ceSMartyn Welch 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1639cf5276ceSMartyn Welch 	struct cp210x_pin_mode mode;
164015fb84b7SIcenowy Zheng 	struct cp210x_dual_port_config config;
1641cf5276ceSMartyn Welch 	u8 intf_num = cp210x_interface_num(serial);
1642c8acfe0aSKaroly Pados 	u8 iface_config;
1643cf5276ceSMartyn Welch 	int result;
1644cf5276ceSMartyn Welch 
1645cf5276ceSMartyn Welch 	result = cp210x_read_vendor_block(serial, REQTYPE_DEVICE_TO_HOST,
1646cf5276ceSMartyn Welch 					  CP210X_GET_DEVICEMODE, &mode,
1647cf5276ceSMartyn Welch 					  sizeof(mode));
1648cf5276ceSMartyn Welch 	if (result < 0)
1649cf5276ceSMartyn Welch 		return result;
1650cf5276ceSMartyn Welch 
1651cf5276ceSMartyn Welch 	result = cp210x_read_vendor_block(serial, REQTYPE_DEVICE_TO_HOST,
1652cf5276ceSMartyn Welch 					  CP210X_GET_PORTCONFIG, &config,
1653cf5276ceSMartyn Welch 					  sizeof(config));
1654cf5276ceSMartyn Welch 	if (result < 0)
1655cf5276ceSMartyn Welch 		return result;
1656cf5276ceSMartyn Welch 
1657cf5276ceSMartyn Welch 	/*  2 banks of GPIO - One for the pins taken from each serial port */
1658cf5276ceSMartyn Welch 	if (intf_num == 0) {
165983b67041SJohan Hovold 		priv->gc.ngpio = 2;
166083b67041SJohan Hovold 
1661c8acfe0aSKaroly Pados 		if (mode.eci == CP210X_PIN_MODE_MODEM) {
1662c8acfe0aSKaroly Pados 			/* mark all GPIOs of this interface as reserved */
1663c8acfe0aSKaroly Pados 			priv->gpio_altfunc = 0xff;
1664cf5276ceSMartyn Welch 			return 0;
1665c8acfe0aSKaroly Pados 		}
1666cf5276ceSMartyn Welch 
1667c8acfe0aSKaroly Pados 		iface_config = config.eci_cfg;
1668c8acfe0aSKaroly Pados 		priv->gpio_pushpull = (u8)((le16_to_cpu(config.gpio_mode) &
1669cf5276ceSMartyn Welch 						CP210X_ECI_GPIO_MODE_MASK) >>
1670cf5276ceSMartyn Welch 						CP210X_ECI_GPIO_MODE_OFFSET);
1671cf5276ceSMartyn Welch 	} else if (intf_num == 1) {
167283b67041SJohan Hovold 		priv->gc.ngpio = 3;
167383b67041SJohan Hovold 
1674c8acfe0aSKaroly Pados 		if (mode.sci == CP210X_PIN_MODE_MODEM) {
1675c8acfe0aSKaroly Pados 			/* mark all GPIOs of this interface as reserved */
1676c8acfe0aSKaroly Pados 			priv->gpio_altfunc = 0xff;
1677cf5276ceSMartyn Welch 			return 0;
1678c8acfe0aSKaroly Pados 		}
1679cf5276ceSMartyn Welch 
1680c8acfe0aSKaroly Pados 		iface_config = config.sci_cfg;
1681c8acfe0aSKaroly Pados 		priv->gpio_pushpull = (u8)((le16_to_cpu(config.gpio_mode) &
1682cf5276ceSMartyn Welch 						CP210X_SCI_GPIO_MODE_MASK) >>
1683cf5276ceSMartyn Welch 						CP210X_SCI_GPIO_MODE_OFFSET);
1684cf5276ceSMartyn Welch 	} else {
1685cf5276ceSMartyn Welch 		return -ENODEV;
1686cf5276ceSMartyn Welch 	}
1687cf5276ceSMartyn Welch 
1688c8acfe0aSKaroly Pados 	/* mark all pins which are not in GPIO mode */
1689c8acfe0aSKaroly Pados 	if (iface_config & CP2105_GPIO0_TXLED_MODE)	/* GPIO 0 */
1690c8acfe0aSKaroly Pados 		priv->gpio_altfunc |= BIT(0);
1691c8acfe0aSKaroly Pados 	if (iface_config & (CP2105_GPIO1_RXLED_MODE |	/* GPIO 1 */
1692c8acfe0aSKaroly Pados 			CP2105_GPIO1_RS485_MODE))
1693c8acfe0aSKaroly Pados 		priv->gpio_altfunc |= BIT(1);
1694c8acfe0aSKaroly Pados 
1695c8acfe0aSKaroly Pados 	/* driver implementation for CP2105 only supports outputs */
1696c8acfe0aSKaroly Pados 	priv->gpio_input = 0;
1697c8acfe0aSKaroly Pados 
1698c8acfe0aSKaroly Pados 	return 0;
1699c8acfe0aSKaroly Pados }
1700c8acfe0aSKaroly Pados 
170115fb84b7SIcenowy Zheng static int cp2104_gpioconf_init(struct usb_serial *serial)
170215fb84b7SIcenowy Zheng {
170315fb84b7SIcenowy Zheng 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
170415fb84b7SIcenowy Zheng 	struct cp210x_single_port_config config;
170515fb84b7SIcenowy Zheng 	u8 iface_config;
170615fb84b7SIcenowy Zheng 	u8 gpio_latch;
170715fb84b7SIcenowy Zheng 	int result;
170815fb84b7SIcenowy Zheng 	u8 i;
170915fb84b7SIcenowy Zheng 
171015fb84b7SIcenowy Zheng 	result = cp210x_read_vendor_block(serial, REQTYPE_DEVICE_TO_HOST,
171115fb84b7SIcenowy Zheng 					  CP210X_GET_PORTCONFIG, &config,
171215fb84b7SIcenowy Zheng 					  sizeof(config));
171315fb84b7SIcenowy Zheng 	if (result < 0)
171415fb84b7SIcenowy Zheng 		return result;
171515fb84b7SIcenowy Zheng 
171615fb84b7SIcenowy Zheng 	priv->gc.ngpio = 4;
171715fb84b7SIcenowy Zheng 
171815fb84b7SIcenowy Zheng 	iface_config = config.device_cfg;
171915fb84b7SIcenowy Zheng 	priv->gpio_pushpull = (u8)((le16_to_cpu(config.gpio_mode) &
172015fb84b7SIcenowy Zheng 					CP210X_GPIO_MODE_MASK) >>
172115fb84b7SIcenowy Zheng 					CP210X_GPIO_MODE_OFFSET);
172215fb84b7SIcenowy Zheng 	gpio_latch = (u8)((le16_to_cpu(config.reset_state) &
172315fb84b7SIcenowy Zheng 					CP210X_GPIO_MODE_MASK) >>
172415fb84b7SIcenowy Zheng 					CP210X_GPIO_MODE_OFFSET);
172515fb84b7SIcenowy Zheng 
172615fb84b7SIcenowy Zheng 	/* mark all pins which are not in GPIO mode */
172715fb84b7SIcenowy Zheng 	if (iface_config & CP2104_GPIO0_TXLED_MODE)	/* GPIO 0 */
172815fb84b7SIcenowy Zheng 		priv->gpio_altfunc |= BIT(0);
172915fb84b7SIcenowy Zheng 	if (iface_config & CP2104_GPIO1_RXLED_MODE)	/* GPIO 1 */
173015fb84b7SIcenowy Zheng 		priv->gpio_altfunc |= BIT(1);
173115fb84b7SIcenowy Zheng 	if (iface_config & CP2104_GPIO2_RS485_MODE)	/* GPIO 2 */
173215fb84b7SIcenowy Zheng 		priv->gpio_altfunc |= BIT(2);
173315fb84b7SIcenowy Zheng 
173415fb84b7SIcenowy Zheng 	/*
173515fb84b7SIcenowy Zheng 	 * Like CP2102N, CP2104 has also no strict input and output pin
173615fb84b7SIcenowy Zheng 	 * modes.
173715fb84b7SIcenowy Zheng 	 * Do the same input mode emulation as CP2102N.
173815fb84b7SIcenowy Zheng 	 */
173915fb84b7SIcenowy Zheng 	for (i = 0; i < priv->gc.ngpio; ++i) {
174015fb84b7SIcenowy Zheng 		/*
174115fb84b7SIcenowy Zheng 		 * Set direction to "input" iff pin is open-drain and reset
174215fb84b7SIcenowy Zheng 		 * value is 1.
174315fb84b7SIcenowy Zheng 		 */
174415fb84b7SIcenowy Zheng 		if (!(priv->gpio_pushpull & BIT(i)) && (gpio_latch & BIT(i)))
174515fb84b7SIcenowy Zheng 			priv->gpio_input |= BIT(i);
174615fb84b7SIcenowy Zheng 	}
174715fb84b7SIcenowy Zheng 
174815fb84b7SIcenowy Zheng 	return 0;
174915fb84b7SIcenowy Zheng }
175015fb84b7SIcenowy Zheng 
17518051334eSPho Tran static int cp2108_gpio_init(struct usb_serial *serial)
17528051334eSPho Tran {
17538051334eSPho Tran 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
17548051334eSPho Tran 	struct cp210x_quad_port_config config;
17558051334eSPho Tran 	u16 gpio_latch;
17568051334eSPho Tran 	int result;
17578051334eSPho Tran 	u8 i;
17588051334eSPho Tran 
17598051334eSPho Tran 	result = cp210x_read_vendor_block(serial, REQTYPE_DEVICE_TO_HOST,
17608051334eSPho Tran 					  CP210X_GET_PORTCONFIG, &config,
17618051334eSPho Tran 					  sizeof(config));
17628051334eSPho Tran 	if (result < 0)
17638051334eSPho Tran 		return result;
17648051334eSPho Tran 
17658051334eSPho Tran 	priv->gc.ngpio = 16;
17668051334eSPho Tran 	priv->gpio_pushpull = le16_to_cpu(config.reset_state.gpio_mode_pb1);
17678051334eSPho Tran 	gpio_latch = le16_to_cpu(config.reset_state.gpio_latch_pb1);
17688051334eSPho Tran 
17698051334eSPho Tran 	/*
17708051334eSPho Tran 	 * Mark all pins which are not in GPIO mode.
17718051334eSPho Tran 	 *
17728051334eSPho Tran 	 * Refer to table 9.1 "GPIO Mode alternate Functions" in the datasheet:
17738051334eSPho Tran 	 * https://www.silabs.com/documents/public/data-sheets/cp2108-datasheet.pdf
17748051334eSPho Tran 	 *
17758051334eSPho Tran 	 * Alternate functions of GPIO0 to GPIO3 are determine by enhancedfxn_ifc[0]
17768051334eSPho Tran 	 * and the similarly for the other pins; enhancedfxn_ifc[1]: GPIO4 to GPIO7,
17778051334eSPho Tran 	 * enhancedfxn_ifc[2]: GPIO8 to GPIO11, enhancedfxn_ifc[3]: GPIO12 to GPIO15.
17788051334eSPho Tran 	 */
17798051334eSPho Tran 	for (i = 0; i < 4; i++) {
17808051334eSPho Tran 		if (config.enhancedfxn_ifc[i] & CP2108_EF_IFC_GPIO_TXLED)
17818051334eSPho Tran 			priv->gpio_altfunc |= BIT(i * 4);
17828051334eSPho Tran 		if (config.enhancedfxn_ifc[i] & CP2108_EF_IFC_GPIO_RXLED)
17838051334eSPho Tran 			priv->gpio_altfunc |= BIT((i * 4) + 1);
17848051334eSPho Tran 		if (config.enhancedfxn_ifc[i] & CP2108_EF_IFC_GPIO_RS485)
17858051334eSPho Tran 			priv->gpio_altfunc |= BIT((i * 4) + 2);
17868051334eSPho Tran 		if (config.enhancedfxn_ifc[i] & CP2108_EF_IFC_GPIO_CLOCK)
17878051334eSPho Tran 			priv->gpio_altfunc |= BIT((i * 4) + 3);
17888051334eSPho Tran 	}
17898051334eSPho Tran 
17908051334eSPho Tran 	/*
17918051334eSPho Tran 	 * Like CP2102N, CP2108 has also no strict input and output pin
17928051334eSPho Tran 	 * modes. Do the same input mode emulation as CP2102N.
17938051334eSPho Tran 	 */
17948051334eSPho Tran 	for (i = 0; i < priv->gc.ngpio; ++i) {
17958051334eSPho Tran 		/*
17968051334eSPho Tran 		 * Set direction to "input" iff pin is open-drain and reset
17978051334eSPho Tran 		 * value is 1.
17988051334eSPho Tran 		 */
17998051334eSPho Tran 		if (!(priv->gpio_pushpull & BIT(i)) && (gpio_latch & BIT(i)))
18008051334eSPho Tran 			priv->gpio_input |= BIT(i);
18018051334eSPho Tran 	}
18028051334eSPho Tran 
18038051334eSPho Tran 	return 0;
18048051334eSPho Tran }
18058051334eSPho Tran 
1806c8acfe0aSKaroly Pados static int cp2102n_gpioconf_init(struct usb_serial *serial)
1807c8acfe0aSKaroly Pados {
1808c8acfe0aSKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1809c8acfe0aSKaroly Pados 	const u16 config_size = 0x02a6;
1810c8acfe0aSKaroly Pados 	u8 gpio_rst_latch;
1811c8acfe0aSKaroly Pados 	u8 config_version;
1812c8acfe0aSKaroly Pados 	u8 gpio_pushpull;
1813c8acfe0aSKaroly Pados 	u8 *config_buf;
1814c8acfe0aSKaroly Pados 	u8 gpio_latch;
1815c8acfe0aSKaroly Pados 	u8 gpio_ctrl;
1816c8acfe0aSKaroly Pados 	int result;
1817c8acfe0aSKaroly Pados 	u8 i;
1818c8acfe0aSKaroly Pados 
1819c8acfe0aSKaroly Pados 	/*
1820c8acfe0aSKaroly Pados 	 * Retrieve device configuration from the device.
1821c8acfe0aSKaroly Pados 	 * The array received contains all customization settings done at the
1822c8acfe0aSKaroly Pados 	 * factory/manufacturer. Format of the array is documented at the
1823c8acfe0aSKaroly Pados 	 * time of writing at:
1824c8acfe0aSKaroly Pados 	 * https://www.silabs.com/community/interface/knowledge-base.entry.html/2017/03/31/cp2102n_setconfig-xsfa
1825c8acfe0aSKaroly Pados 	 */
1826c8acfe0aSKaroly Pados 	config_buf = kmalloc(config_size, GFP_KERNEL);
1827c8acfe0aSKaroly Pados 	if (!config_buf)
1828c8acfe0aSKaroly Pados 		return -ENOMEM;
1829c8acfe0aSKaroly Pados 
1830c8acfe0aSKaroly Pados 	result = cp210x_read_vendor_block(serial,
1831c8acfe0aSKaroly Pados 					  REQTYPE_DEVICE_TO_HOST,
1832c8acfe0aSKaroly Pados 					  CP210X_READ_2NCONFIG,
1833c8acfe0aSKaroly Pados 					  config_buf,
1834c8acfe0aSKaroly Pados 					  config_size);
1835c8acfe0aSKaroly Pados 	if (result < 0) {
1836c8acfe0aSKaroly Pados 		kfree(config_buf);
1837c8acfe0aSKaroly Pados 		return result;
1838c8acfe0aSKaroly Pados 	}
1839c8acfe0aSKaroly Pados 
1840c8acfe0aSKaroly Pados 	config_version = config_buf[CP210X_2NCONFIG_CONFIG_VERSION_IDX];
1841c8acfe0aSKaroly Pados 	gpio_pushpull = config_buf[CP210X_2NCONFIG_GPIO_MODE_IDX];
1842c8acfe0aSKaroly Pados 	gpio_ctrl = config_buf[CP210X_2NCONFIG_GPIO_CONTROL_IDX];
1843c8acfe0aSKaroly Pados 	gpio_rst_latch = config_buf[CP210X_2NCONFIG_GPIO_RSTLATCH_IDX];
1844c8acfe0aSKaroly Pados 
1845c8acfe0aSKaroly Pados 	kfree(config_buf);
1846c8acfe0aSKaroly Pados 
1847c8acfe0aSKaroly Pados 	/* Make sure this is a config format we understand. */
1848c8acfe0aSKaroly Pados 	if (config_version != 0x01)
1849c8acfe0aSKaroly Pados 		return -ENOTSUPP;
1850c8acfe0aSKaroly Pados 
1851c8acfe0aSKaroly Pados 	priv->gc.ngpio = 4;
1852c8acfe0aSKaroly Pados 
1853c8acfe0aSKaroly Pados 	/*
1854c8acfe0aSKaroly Pados 	 * Get default pin states after reset. Needed so we can determine
1855c8acfe0aSKaroly Pados 	 * the direction of an open-drain pin.
1856c8acfe0aSKaroly Pados 	 */
1857c8acfe0aSKaroly Pados 	gpio_latch = (gpio_rst_latch >> 3) & 0x0f;
1858c8acfe0aSKaroly Pados 
1859c8acfe0aSKaroly Pados 	/* 0 indicates open-drain mode, 1 is push-pull */
1860c8acfe0aSKaroly Pados 	priv->gpio_pushpull = (gpio_pushpull >> 3) & 0x0f;
1861c8acfe0aSKaroly Pados 
1862c8acfe0aSKaroly Pados 	/* 0 indicates GPIO mode, 1 is alternate function */
18636f7ec77cSStefan Agner 	if (priv->partnum == CP210X_PARTNUM_CP2102N_QFN20) {
18646f7ec77cSStefan Agner 		/* QFN20 is special... */
18656f7ec77cSStefan Agner 		if (gpio_ctrl & CP2102N_QFN20_GPIO0_CLK_MODE)   /* GPIO 0 */
18666f7ec77cSStefan Agner 			priv->gpio_altfunc |= BIT(0);
18676f7ec77cSStefan Agner 		if (gpio_ctrl & CP2102N_QFN20_GPIO1_RS485_MODE) /* GPIO 1 */
18686f7ec77cSStefan Agner 			priv->gpio_altfunc |= BIT(1);
18696f7ec77cSStefan Agner 		if (gpio_ctrl & CP2102N_QFN20_GPIO2_TXLED_MODE) /* GPIO 2 */
18706f7ec77cSStefan Agner 			priv->gpio_altfunc |= BIT(2);
18716f7ec77cSStefan Agner 		if (gpio_ctrl & CP2102N_QFN20_GPIO3_RXLED_MODE) /* GPIO 3 */
18726f7ec77cSStefan Agner 			priv->gpio_altfunc |= BIT(3);
18736f7ec77cSStefan Agner 	} else {
1874c8acfe0aSKaroly Pados 		priv->gpio_altfunc = (gpio_ctrl >> 2) & 0x0f;
18756f7ec77cSStefan Agner 	}
1876c8acfe0aSKaroly Pados 
1877a49e1abfSMans Rullgard 	if (priv->partnum == CP210X_PARTNUM_CP2102N_QFN28) {
1878a49e1abfSMans Rullgard 		/*
1879a49e1abfSMans Rullgard 		 * For the QFN28 package, GPIO4-6 are controlled by
1880a49e1abfSMans Rullgard 		 * the low three bits of the mode/latch fields.
1881a49e1abfSMans Rullgard 		 * Contrary to the document linked above, the bits for
1882a49e1abfSMans Rullgard 		 * the SUSPEND pins are elsewhere.  No alternate
1883a49e1abfSMans Rullgard 		 * function is available for these pins.
1884a49e1abfSMans Rullgard 		 */
1885a49e1abfSMans Rullgard 		priv->gc.ngpio = 7;
1886a49e1abfSMans Rullgard 		gpio_latch |= (gpio_rst_latch & 7) << 4;
1887a49e1abfSMans Rullgard 		priv->gpio_pushpull |= (gpio_pushpull & 7) << 4;
1888a49e1abfSMans Rullgard 	}
1889a49e1abfSMans Rullgard 
1890c8acfe0aSKaroly Pados 	/*
1891c8acfe0aSKaroly Pados 	 * The CP2102N does not strictly has input and output pin modes,
1892c8acfe0aSKaroly Pados 	 * it only knows open-drain and push-pull modes which is set at
1893c8acfe0aSKaroly Pados 	 * factory. An open-drain pin can function both as an
1894c8acfe0aSKaroly Pados 	 * input or an output. We emulate input mode for open-drain pins
1895c8acfe0aSKaroly Pados 	 * by making sure they are not driven low, and we do not allow
1896c8acfe0aSKaroly Pados 	 * push-pull pins to be set as an input.
1897c8acfe0aSKaroly Pados 	 */
1898c8acfe0aSKaroly Pados 	for (i = 0; i < priv->gc.ngpio; ++i) {
1899c8acfe0aSKaroly Pados 		/*
1900c8acfe0aSKaroly Pados 		 * Set direction to "input" iff pin is open-drain and reset
1901c8acfe0aSKaroly Pados 		 * value is 1.
1902c8acfe0aSKaroly Pados 		 */
1903c8acfe0aSKaroly Pados 		if (!(priv->gpio_pushpull & BIT(i)) && (gpio_latch & BIT(i)))
1904c8acfe0aSKaroly Pados 			priv->gpio_input |= BIT(i);
1905c8acfe0aSKaroly Pados 	}
1906c8acfe0aSKaroly Pados 
1907c8acfe0aSKaroly Pados 	return 0;
1908c8acfe0aSKaroly Pados }
1909c8acfe0aSKaroly Pados 
1910c8acfe0aSKaroly Pados static int cp210x_gpio_init(struct usb_serial *serial)
1911c8acfe0aSKaroly Pados {
1912c8acfe0aSKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1913c8acfe0aSKaroly Pados 	int result;
1914c8acfe0aSKaroly Pados 
1915c8acfe0aSKaroly Pados 	switch (priv->partnum) {
191615fb84b7SIcenowy Zheng 	case CP210X_PARTNUM_CP2104:
191715fb84b7SIcenowy Zheng 		result = cp2104_gpioconf_init(serial);
191815fb84b7SIcenowy Zheng 		break;
1919c8acfe0aSKaroly Pados 	case CP210X_PARTNUM_CP2105:
1920c8acfe0aSKaroly Pados 		result = cp2105_gpioconf_init(serial);
1921c8acfe0aSKaroly Pados 		break;
19228051334eSPho Tran 	case CP210X_PARTNUM_CP2108:
19238051334eSPho Tran 		/*
19248051334eSPho Tran 		 * The GPIOs are not tied to any specific port so only register
19258051334eSPho Tran 		 * once for interface 0.
19268051334eSPho Tran 		 */
19278051334eSPho Tran 		if (cp210x_interface_num(serial) != 0)
19288051334eSPho Tran 			return 0;
19298051334eSPho Tran 		result = cp2108_gpio_init(serial);
19308051334eSPho Tran 		break;
1931c8acfe0aSKaroly Pados 	case CP210X_PARTNUM_CP2102N_QFN28:
1932c8acfe0aSKaroly Pados 	case CP210X_PARTNUM_CP2102N_QFN24:
1933c8acfe0aSKaroly Pados 	case CP210X_PARTNUM_CP2102N_QFN20:
1934c8acfe0aSKaroly Pados 		result = cp2102n_gpioconf_init(serial);
1935c8acfe0aSKaroly Pados 		break;
1936c8acfe0aSKaroly Pados 	default:
1937c8acfe0aSKaroly Pados 		return 0;
1938c8acfe0aSKaroly Pados 	}
1939c8acfe0aSKaroly Pados 
1940c8acfe0aSKaroly Pados 	if (result < 0)
1941c8acfe0aSKaroly Pados 		return result;
1942c8acfe0aSKaroly Pados 
1943cf5276ceSMartyn Welch 	priv->gc.label = "cp210x";
1944cf5276ceSMartyn Welch 	priv->gc.get_direction = cp210x_gpio_direction_get;
1945cf5276ceSMartyn Welch 	priv->gc.direction_input = cp210x_gpio_direction_input;
1946cf5276ceSMartyn Welch 	priv->gc.direction_output = cp210x_gpio_direction_output;
1947cf5276ceSMartyn Welch 	priv->gc.get = cp210x_gpio_get;
1948cf5276ceSMartyn Welch 	priv->gc.set = cp210x_gpio_set;
19492956b5d9SMika Westerberg 	priv->gc.set_config = cp210x_gpio_set_config;
1950b979248dSJohan Hovold 	priv->gc.init_valid_mask = cp210x_gpio_init_valid_mask;
1951cf5276ceSMartyn Welch 	priv->gc.owner = THIS_MODULE;
1952cf5276ceSMartyn Welch 	priv->gc.parent = &serial->interface->dev;
1953cf5276ceSMartyn Welch 	priv->gc.base = -1;
1954cf5276ceSMartyn Welch 	priv->gc.can_sleep = true;
1955cf5276ceSMartyn Welch 
1956cf5276ceSMartyn Welch 	result = gpiochip_add_data(&priv->gc, serial);
1957cf5276ceSMartyn Welch 	if (!result)
19586b7271d2SJohan Hovold 		priv->gpio_registered = true;
1959cf5276ceSMartyn Welch 
1960cf5276ceSMartyn Welch 	return result;
1961cf5276ceSMartyn Welch }
1962cf5276ceSMartyn Welch 
1963cf5276ceSMartyn Welch static void cp210x_gpio_remove(struct usb_serial *serial)
1964cf5276ceSMartyn Welch {
1965cf5276ceSMartyn Welch 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1966cf5276ceSMartyn Welch 
1967cf5276ceSMartyn Welch 	if (priv->gpio_registered) {
1968cf5276ceSMartyn Welch 		gpiochip_remove(&priv->gc);
19696b7271d2SJohan Hovold 		priv->gpio_registered = false;
1970cf5276ceSMartyn Welch 	}
1971cf5276ceSMartyn Welch }
1972cf5276ceSMartyn Welch 
1973cf5276ceSMartyn Welch #else
1974cf5276ceSMartyn Welch 
1975c8acfe0aSKaroly Pados static int cp210x_gpio_init(struct usb_serial *serial)
1976cf5276ceSMartyn Welch {
1977cf5276ceSMartyn Welch 	return 0;
1978cf5276ceSMartyn Welch }
1979cf5276ceSMartyn Welch 
1980cf5276ceSMartyn Welch static void cp210x_gpio_remove(struct usb_serial *serial)
1981cf5276ceSMartyn Welch {
1982cf5276ceSMartyn Welch 	/* Nothing to do */
1983cf5276ceSMartyn Welch }
1984cf5276ceSMartyn Welch 
1985cf5276ceSMartyn Welch #endif
1986cf5276ceSMartyn Welch 
1987e2ae67a3SKonstantin Shkolnyy static int cp210x_port_probe(struct usb_serial_port *port)
198803ee2515SGreg Kroah-Hartman {
1989e2ae67a3SKonstantin Shkolnyy 	struct usb_serial *serial = port->serial;
1990e2ae67a3SKonstantin Shkolnyy 	struct cp210x_port_private *port_priv;
1991a5360a53SPreston Fick 
1992e2ae67a3SKonstantin Shkolnyy 	port_priv = kzalloc(sizeof(*port_priv), GFP_KERNEL);
1993e2ae67a3SKonstantin Shkolnyy 	if (!port_priv)
1994a5360a53SPreston Fick 		return -ENOMEM;
1995a5360a53SPreston Fick 
1996cf5276ceSMartyn Welch 	port_priv->bInterfaceNumber = cp210x_interface_num(serial);
19975951b850SJohan Hovold 	mutex_init(&port_priv->mutex);
1998a5360a53SPreston Fick 
1999e2ae67a3SKonstantin Shkolnyy 	usb_set_serial_port_data(port, port_priv);
2000a5360a53SPreston Fick 
200103ee2515SGreg Kroah-Hartman 	return 0;
200203ee2515SGreg Kroah-Hartman }
200303ee2515SGreg Kroah-Hartman 
2004c5d1448fSUwe Kleine-König static void cp210x_port_remove(struct usb_serial_port *port)
2005a5360a53SPreston Fick {
2006e2ae67a3SKonstantin Shkolnyy 	struct cp210x_port_private *port_priv;
2007a5360a53SPreston Fick 
2008e2ae67a3SKonstantin Shkolnyy 	port_priv = usb_get_serial_port_data(port);
2009e2ae67a3SKonstantin Shkolnyy 	kfree(port_priv);
2010a5360a53SPreston Fick }
2011a5360a53SPreston Fick 
2012d4706c05SJohan Hovold static void cp210x_init_max_speed(struct usb_serial *serial)
2013d4706c05SJohan Hovold {
2014d4706c05SJohan Hovold 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
20157aecd7fcSJohan Hovold 	bool use_actual_rate = false;
201685bc2d91SJohanna Abrahamsson 	speed_t min = 300;
2017d4706c05SJohan Hovold 	speed_t max;
2018d4706c05SJohan Hovold 
2019d4706c05SJohan Hovold 	switch (priv->partnum) {
2020d4706c05SJohan Hovold 	case CP210X_PARTNUM_CP2101:
2021d4706c05SJohan Hovold 		max = 921600;
2022d4706c05SJohan Hovold 		break;
2023d4706c05SJohan Hovold 	case CP210X_PARTNUM_CP2102:
2024d4706c05SJohan Hovold 	case CP210X_PARTNUM_CP2103:
2025d4706c05SJohan Hovold 		max = 1000000;
2026d4706c05SJohan Hovold 		break;
2027d4706c05SJohan Hovold 	case CP210X_PARTNUM_CP2104:
20285edb65a3SJohan Hovold 		use_actual_rate = true;
20295edb65a3SJohan Hovold 		max = 2000000;
20305edb65a3SJohan Hovold 		break;
2031d4706c05SJohan Hovold 	case CP210X_PARTNUM_CP2108:
2032d4706c05SJohan Hovold 		max = 2000000;
2033d4706c05SJohan Hovold 		break;
2034d4706c05SJohan Hovold 	case CP210X_PARTNUM_CP2105:
20355edb65a3SJohan Hovold 		if (cp210x_interface_num(serial) == 0) {
20365edb65a3SJohan Hovold 			use_actual_rate = true;
2037d4706c05SJohan Hovold 			max = 2000000;	/* ECI */
20385edb65a3SJohan Hovold 		} else {
203985bc2d91SJohanna Abrahamsson 			min = 2400;
2040d4706c05SJohan Hovold 			max = 921600;	/* SCI */
20415edb65a3SJohan Hovold 		}
2042d4706c05SJohan Hovold 		break;
20436f0bcf72SKaroly Pados 	case CP210X_PARTNUM_CP2102N_QFN28:
20446f0bcf72SKaroly Pados 	case CP210X_PARTNUM_CP2102N_QFN24:
20456f0bcf72SKaroly Pados 	case CP210X_PARTNUM_CP2102N_QFN20:
20467aecd7fcSJohan Hovold 		use_actual_rate = true;
20476f0bcf72SKaroly Pados 		max = 3000000;
20486f0bcf72SKaroly Pados 		break;
2049d4706c05SJohan Hovold 	default:
2050d4706c05SJohan Hovold 		max = 2000000;
2051d4706c05SJohan Hovold 		break;
2052d4706c05SJohan Hovold 	}
2053d4706c05SJohan Hovold 
205485bc2d91SJohanna Abrahamsson 	priv->min_speed = min;
2055d4706c05SJohan Hovold 	priv->max_speed = max;
20567aecd7fcSJohan Hovold 	priv->use_actual_rate = use_actual_rate;
2057d4706c05SJohan Hovold }
2058d4706c05SJohan Hovold 
2059c32dfec6SJohan Hovold static void cp2102_determine_quirks(struct usb_serial *serial)
2060c32dfec6SJohan Hovold {
2061c32dfec6SJohan Hovold 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
2062c32dfec6SJohan Hovold 	u8 *buf;
2063c32dfec6SJohan Hovold 	int ret;
2064c32dfec6SJohan Hovold 
2065c32dfec6SJohan Hovold 	buf = kmalloc(2, GFP_KERNEL);
2066c32dfec6SJohan Hovold 	if (!buf)
2067c32dfec6SJohan Hovold 		return;
2068c32dfec6SJohan Hovold 	/*
2069c32dfec6SJohan Hovold 	 * Some (possibly counterfeit) CP2102 do not support event-insertion
2070c32dfec6SJohan Hovold 	 * mode and respond differently to malformed vendor requests.
2071c32dfec6SJohan Hovold 	 * Specifically, they return one instead of two bytes when sent a
2072c32dfec6SJohan Hovold 	 * two-byte part-number request.
2073c32dfec6SJohan Hovold 	 */
2074c32dfec6SJohan Hovold 	ret = usb_control_msg(serial->dev, usb_rcvctrlpipe(serial->dev, 0),
2075c32dfec6SJohan Hovold 			CP210X_VENDOR_SPECIFIC, REQTYPE_DEVICE_TO_HOST,
2076c32dfec6SJohan Hovold 			CP210X_GET_PARTNUM, 0, buf, 2, USB_CTRL_GET_TIMEOUT);
2077c32dfec6SJohan Hovold 	if (ret == 1) {
2078c32dfec6SJohan Hovold 		dev_dbg(&serial->interface->dev,
2079c32dfec6SJohan Hovold 				"device does not support event-insertion mode\n");
2080c32dfec6SJohan Hovold 		priv->no_event_mode = true;
2081c32dfec6SJohan Hovold 	}
2082c32dfec6SJohan Hovold 
2083c32dfec6SJohan Hovold 	kfree(buf);
2084c32dfec6SJohan Hovold }
2085c32dfec6SJohan Hovold 
208663a8eef7SJohan Hovold static int cp210x_get_fw_version(struct usb_serial *serial, u16 value)
208763a8eef7SJohan Hovold {
208863a8eef7SJohan Hovold 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
208963a8eef7SJohan Hovold 	u8 ver[3];
209063a8eef7SJohan Hovold 	int ret;
209163a8eef7SJohan Hovold 
209263a8eef7SJohan Hovold 	ret = cp210x_read_vendor_block(serial, REQTYPE_DEVICE_TO_HOST, value,
209363a8eef7SJohan Hovold 			ver, sizeof(ver));
209463a8eef7SJohan Hovold 	if (ret)
209563a8eef7SJohan Hovold 		return ret;
209663a8eef7SJohan Hovold 
209763a8eef7SJohan Hovold 	dev_dbg(&serial->interface->dev, "%s - %d.%d.%d\n", __func__,
209863a8eef7SJohan Hovold 			ver[0], ver[1], ver[2]);
209963a8eef7SJohan Hovold 
210063a8eef7SJohan Hovold 	priv->fw_version = ver[0] << 16 | ver[1] << 8 | ver[2];
210163a8eef7SJohan Hovold 
210263a8eef7SJohan Hovold 	return 0;
210363a8eef7SJohan Hovold }
210463a8eef7SJohan Hovold 
210533fb934aSJohan Hovold static void cp210x_determine_type(struct usb_serial *serial)
210663a8eef7SJohan Hovold {
210763a8eef7SJohan Hovold 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
210863a8eef7SJohan Hovold 	int ret;
210963a8eef7SJohan Hovold 
211033fb934aSJohan Hovold 	ret = cp210x_read_vendor_block(serial, REQTYPE_DEVICE_TO_HOST,
211133fb934aSJohan Hovold 			CP210X_GET_PARTNUM, &priv->partnum,
211233fb934aSJohan Hovold 			sizeof(priv->partnum));
211333fb934aSJohan Hovold 	if (ret < 0) {
211433fb934aSJohan Hovold 		dev_warn(&serial->interface->dev,
211533fb934aSJohan Hovold 				"querying part number failed\n");
211633fb934aSJohan Hovold 		priv->partnum = CP210X_PARTNUM_UNKNOWN;
211733fb934aSJohan Hovold 		return;
211833fb934aSJohan Hovold 	}
211933fb934aSJohan Hovold 
212090ca6e7dSJohan Hovold 	dev_dbg(&serial->interface->dev, "partnum = 0x%02x\n", priv->partnum);
212190ca6e7dSJohan Hovold 
212263a8eef7SJohan Hovold 	switch (priv->partnum) {
2123c32dfec6SJohan Hovold 	case CP210X_PARTNUM_CP2102:
2124c32dfec6SJohan Hovold 		cp2102_determine_quirks(serial);
2125c32dfec6SJohan Hovold 		break;
21264e9340bbSJohan Hovold 	case CP210X_PARTNUM_CP2105:
21274e9340bbSJohan Hovold 	case CP210X_PARTNUM_CP2108:
21284e9340bbSJohan Hovold 		cp210x_get_fw_version(serial, CP210X_GET_FW_VER);
21294e9340bbSJohan Hovold 		break;
213063a8eef7SJohan Hovold 	case CP210X_PARTNUM_CP2102N_QFN28:
213163a8eef7SJohan Hovold 	case CP210X_PARTNUM_CP2102N_QFN24:
213263a8eef7SJohan Hovold 	case CP210X_PARTNUM_CP2102N_QFN20:
213363a8eef7SJohan Hovold 		ret = cp210x_get_fw_version(serial, CP210X_GET_FW_VER_2N);
213463a8eef7SJohan Hovold 		if (ret)
213563a8eef7SJohan Hovold 			break;
213663a8eef7SJohan Hovold 		if (priv->fw_version <= 0x10004)
213763a8eef7SJohan Hovold 			priv->no_flow_control = true;
213863a8eef7SJohan Hovold 		break;
213963a8eef7SJohan Hovold 	default:
214063a8eef7SJohan Hovold 		break;
214163a8eef7SJohan Hovold 	}
214263a8eef7SJohan Hovold }
214363a8eef7SJohan Hovold 
2144cf5276ceSMartyn Welch static int cp210x_attach(struct usb_serial *serial)
2145cf5276ceSMartyn Welch {
2146cf5276ceSMartyn Welch 	int result;
2147cf5276ceSMartyn Welch 	struct cp210x_serial_private *priv;
2148cf5276ceSMartyn Welch 
2149cf5276ceSMartyn Welch 	priv = kzalloc(sizeof(*priv), GFP_KERNEL);
2150cf5276ceSMartyn Welch 	if (!priv)
2151cf5276ceSMartyn Welch 		return -ENOMEM;
2152cf5276ceSMartyn Welch 
2153cf5276ceSMartyn Welch 	usb_set_serial_data(serial, priv);
2154cf5276ceSMartyn Welch 
215533fb934aSJohan Hovold 	cp210x_determine_type(serial);
2156d4706c05SJohan Hovold 	cp210x_init_max_speed(serial);
2157d4706c05SJohan Hovold 
2158c8acfe0aSKaroly Pados 	result = cp210x_gpio_init(serial);
2159cf5276ceSMartyn Welch 	if (result < 0) {
2160c8acfe0aSKaroly Pados 		dev_err(&serial->interface->dev, "GPIO initialisation failed: %d\n",
2161c8acfe0aSKaroly Pados 				result);
2162cf5276ceSMartyn Welch 	}
2163cf5276ceSMartyn Welch 
2164cf5276ceSMartyn Welch 	return 0;
2165cf5276ceSMartyn Welch }
2166cf5276ceSMartyn Welch 
2167cf5276ceSMartyn Welch static void cp210x_disconnect(struct usb_serial *serial)
2168cf5276ceSMartyn Welch {
2169cf5276ceSMartyn Welch 	cp210x_gpio_remove(serial);
2170cf5276ceSMartyn Welch }
2171cf5276ceSMartyn Welch 
2172cf5276ceSMartyn Welch static void cp210x_release(struct usb_serial *serial)
2173cf5276ceSMartyn Welch {
2174cf5276ceSMartyn Welch 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
2175cf5276ceSMartyn Welch 
2176cf5276ceSMartyn Welch 	cp210x_gpio_remove(serial);
2177cf5276ceSMartyn Welch 
2178cf5276ceSMartyn Welch 	kfree(priv);
2179cf5276ceSMartyn Welch }
2180cf5276ceSMartyn Welch 
218168e24113SGreg Kroah-Hartman module_usb_serial_driver(serial_drivers, id_table);
218203ee2515SGreg Kroah-Hartman 
218303ee2515SGreg Kroah-Hartman MODULE_DESCRIPTION(DRIVER_DESC);
2184627cfa89SJohan Hovold MODULE_LICENSE("GPL v2");
2185