xref: /linux/drivers/usb/serial/cp210x.c (revision 8cce3bbfb4cffce097c823c29ba487d5a7422d37)
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>
245951b850SJohan Hovold #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 *,
34e5990874SJohan Hovold 							struct ktermios *);
354cc27bd6SCraig Shelley static void cp210x_set_termios(struct tty_struct *, struct usb_serial_port *,
3603ee2515SGreg Kroah-Hartman 							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 *);
47e2ae67a3SKonstantin Shkolnyy static int 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[] = {
542f1136d1SDJ Delorie 	{ USB_DEVICE(0x045B, 0x0053) }, /* Renesas RX610 RX-Stick */
5503ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x0471, 0x066A) }, /* AKTAKOM ACE-1001 cable */
5603ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x0489, 0xE000) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */
575b22a32eSA E Lawrence 	{ USB_DEVICE(0x0489, 0xE003) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */
58b7c7cbc8SCraig Shelley 	{ USB_DEVICE(0x0745, 0x1000) }, /* CipherLab USB CCD Barcode Scanner 1000 */
5990625070SLuiz Angelo Daros de Luca 	{ USB_DEVICE(0x0846, 0x1100) }, /* NetGear Managed Switch M4100 series, M5300 series, M7100 series */
6003ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */
61b7c7cbc8SCraig Shelley 	{ USB_DEVICE(0x08FD, 0x000A) }, /* Digianswer A/S , ZigBee/802.15.4 MAC Device */
62a6f03312SLennart Sorensen 	{ USB_DEVICE(0x0908, 0x01FF) }, /* Siemens RUGGEDCOM USB Serial Console */
63dd9d3d86SIvan Mironov 	{ USB_DEVICE(0x0B00, 0x3070) }, /* Ingenico 3070 */
64eefd9029SCraig Shelley 	{ USB_DEVICE(0x0BED, 0x1100) }, /* MEI (TM) Cashflow-SC Bill/Voucher Acceptor */
65eefd9029SCraig Shelley 	{ USB_DEVICE(0x0BED, 0x1101) }, /* MEI series 2000 Combo Acceptor */
6603ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */
6703ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x0FCF, 0x1004) }, /* Dynastream ANT2USB */
6803ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x0FCF, 0x1006) }, /* Dynastream ANT development board */
698de7f4daSLuis Llorente Campo 	{ USB_DEVICE(0x0FDE, 0xCA05) }, /* OWL Wireless Electricity Monitor CM-160 */
7003ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */
7103ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */
7203ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */
73b7c7cbc8SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x0F91) }, /* Vstabi */
740601e116SAmit Kucheria 	{ USB_DEVICE(0x10C4, 0x1101) }, /* Arkham Technology DS101 Bus Monitor */
750601e116SAmit Kucheria 	{ USB_DEVICE(0x10C4, 0x1601) }, /* Arkham Technology DS101 Adapter */
7603ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x800A) }, /* SPORTident BSM7-D-USB main station */
7703ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x803B) }, /* Pololu USB-serial converter */
78eefd9029SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x8044) }, /* Cygnal Debug Adapter */
79eefd9029SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x804E) }, /* Software Bisque Paramount ME build-in converter */
8003ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */
8103ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x8054) }, /* Enfora GSM2228 */
82a595ecddSGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x8056) }, /* Lorenz Messtechnik devices */
8303ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x8066) }, /* Argussoft In-System Programmer */
84eefd9029SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x806F) }, /* IMS USB to RS422 Converter Cable */
8503ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x807A) }, /* Crumb128 board */
865bbfa6f4SMikko Tuumanen 	{ USB_DEVICE(0x10C4, 0x80C4) }, /* Cygnal Integrated Products, Inc., Optris infrared thermometer */
8703ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x80CA) }, /* Degree Controls Inc */
8803ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x80DD) }, /* Tracient RFID */
8903ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x80F6) }, /* Suunto sports instrument */
9003ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x8115) }, /* Arygon NFC/Mifare Reader */
9103ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x813D) }, /* Burnside Telecom Deskmobile */
928bf16ba7SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x813F) }, /* Tams Master Easy Control */
9303ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x814A) }, /* West Mountain Radio RIGblaster P&P */
9403ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x814B) }, /* West Mountain Radio RIGtalk */
95a57e82a1SSteve Conklin 	{ USB_DEVICE(0x2405, 0x0003) }, /* West Mountain Radio RIGblaster Advantage */
960bf7a81cSJason Detring 	{ USB_DEVICE(0x10C4, 0x8156) }, /* B&G H3000 link cable */
9703ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */
983fcc8f96SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x815F) }, /* Timewave HamLinkUSB */
9924160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x817C) }, /* CESINEL MEDCAL N Power Quality Monitor */
10024160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x817D) }, /* CESINEL MEDCAL NT Power Quality Monitor */
10124160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x817E) }, /* CESINEL MEDCAL S Power Quality Monitor */
102eefd9029SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x818B) }, /* AVIT Research USB to TTL */
10303ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x819F) }, /* MJS USB Toslink Switcher */
10403ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x81A6) }, /* ThinkOptics WavIt */
10508e87d0dSMalte Schröder 	{ USB_DEVICE(0x10C4, 0x81A9) }, /* Multiplex RC Interface */
10603ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x81AC) }, /* MSD Dash Hawk */
107eefd9029SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x81AD) }, /* INSYS USB Modem */
10803ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x81C8) }, /* Lipowsky Industrie Elektronik GmbH, Baby-JTAG */
109f487c54dSPeter Dedecker 	{ USB_DEVICE(0x10C4, 0x81D7) }, /* IAI Corp. RCB-CV-USB USB to RS485 Adaptor */
11003ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x81E2) }, /* Lipowsky Industrie Elektronik GmbH, Baby-LIN */
11103ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x81E7) }, /* Aerocomm Radio */
112bd07c551SAlan Cox 	{ USB_DEVICE(0x10C4, 0x81E8) }, /* Zephyr Bioharness */
113b7c7cbc8SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x81F2) }, /* C1007 HF band RFID controller */
11403ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */
11503ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x822B) }, /* Modem EDGE(GSM) Comander 2 */
11625985edcSLucas De Marchi 	{ USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demonstration module */
11772b30079STristan Bruns 	{ USB_DEVICE(0x10C4, 0x8281) }, /* Nanotec Plug & Drive */
118c851e83fSFlorian Fainelli 	{ USB_DEVICE(0x10C4, 0x8293) }, /* Telegesis ETRX2USB */
11924160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x82EF) }, /* CESINEL FALCO 6105 AC Power Supply */
12024160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x82F1) }, /* CESINEL MEDCAL EFD Earth Fault Detector */
12124160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x82F2) }, /* CESINEL MEDCAL ST Network Analyzer */
122613ac23aSJasem Mutlaq 	{ USB_DEVICE(0x10C4, 0x82F4) }, /* Starizona MicroTouch */
123b7c7cbc8SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x82F9) }, /* Procyon AVS */
12403ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */
1258bf16ba7SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x8382) }, /* Cygnal Integrated Products, Inc. */
12603ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */
127347bc8cbSGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0x83AA) }, /* Mark-10 Digital Force Gauge */
128faea63f7SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x83D8) }, /* DekTec DTA Plus VHF/UHF Booster/Attenuator */
1298bf16ba7SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x8411) }, /* Kyocera GPS Module */
130faea63f7SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x8418) }, /* IRZ Automation Teleport SG-10 GSM/GPRS Modem */
131d23bac9fSAlex Stephens 	{ USB_DEVICE(0x10C4, 0x846E) }, /* BEI USB Sensor Interface (VCP) */
132decc5360SKyle Jones 	{ USB_DEVICE(0x10C4, 0x8470) }, /* Juniper Networks BX Series System Console */
133541e05ecSCraig Shelley 	{ USB_DEVICE(0x10C4, 0x8477) }, /* Balluff RFID */
134613ac23aSJasem Mutlaq 	{ USB_DEVICE(0x10C4, 0x84B6) }, /* Starizona Hyperion */
13524160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x851E) }, /* CESINEL MEDCAL PT Network Analyzer */
13643074132SDiego Elio Pettenò 	{ USB_DEVICE(0x10C4, 0x85A7) }, /* LifeScan OneTouch Verio IQ */
13724160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x85B8) }, /* CESINEL ReCon T Energy Logger */
1384eff0b40SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x85EA) }, /* AC-Services IBUS-IF */
1394eff0b40SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x85EB) }, /* AC-Services CIS-IBUS */
140356fe44fSMarkus Becker 	{ USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */
1414eff0b40SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */
1424eff0b40SCraig Shelley 	{ USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */
1431ae78a48SDavid Peterson 	{ USB_DEVICE(0x10C4, 0x8856) },	/* CEL EM357 ZigBee USB Stick - LR */
1441ae78a48SDavid Peterson 	{ USB_DEVICE(0x10C4, 0x8857) },	/* CEL EM357 ZigBee USB Stick */
14576811569SSami Rahman 	{ USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */
14676811569SSami Rahman 	{ USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */
14724160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x88FB) }, /* CESINEL MEDCAL STII Network Analyzer */
14824160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x8938) }, /* CESINEL MEDCAL S II Network Analyzer */
149bfc2d7dfSJoe Savage 	{ USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */
1502ab13292SPaul Jakma 	{ USB_DEVICE(0x10C4, 0x8962) }, /* Brim Brothers charging dock */
1511ae78a48SDavid Peterson 	{ USB_DEVICE(0x10C4, 0x8977) },	/* CEL MeshWorks DevKit Device */
152c735ed74SMark Edwards 	{ USB_DEVICE(0x10C4, 0x8998) }, /* KCF Technologies PRN */
15324160628SJohan Hovold 	{ USB_DEVICE(0x10C4, 0x89A4) }, /* CESINEL FTBC Flexible Thyristor Bridge Controller */
154367b160fSOlli Salonen 	{ USB_DEVICE(0x10C4, 0x89FB) }, /* Qivicon ZigBee USB Radio Stick */
155df72d588SJohn D. Blair 	{ USB_DEVICE(0x10C4, 0x8A2A) }, /* HubZ dual ZigBee and Z-Wave dongle */
156fd90f73aSJeremie Rapin 	{ USB_DEVICE(0x10C4, 0x8A5E) }, /* CEL EM3588 ZigBee USB Stick Long Range */
1579585e340SStefan Triller 	{ USB_DEVICE(0x10C4, 0x8B34) }, /* Qivicon ZigBee USB Radio Stick */
15803ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
15903ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
1602f839823SKaroly Pados 	{ USB_DEVICE(0x10C4, 0xEA63) }, /* Silicon Labs Windows Update (CP2101-4/CP2102N) */
161a5360a53SPreston Fick 	{ USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */
162eefd9029SCraig Shelley 	{ USB_DEVICE(0x10C4, 0xEA71) }, /* Infinity GPS-MIC-1 Radio Monophone */
1632f839823SKaroly Pados 	{ USB_DEVICE(0x10C4, 0xEA7A) }, /* Silicon Labs Windows Update (CP2105) */
1642f839823SKaroly Pados 	{ USB_DEVICE(0x10C4, 0xEA7B) }, /* Silicon Labs Windows Update (CP2108) */
16503ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
16603ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */
16703ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */
16803ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C4, 0xF004) }, /* Elan Digital Systems USBcount50 */
16903ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x10C5, 0xEA61) }, /* Silicon Labs MobiData GPRS USB Modem */
170b7c7cbc8SCraig Shelley 	{ USB_DEVICE(0x10CE, 0xEA6A) }, /* Silicon Labs MobiData GPRS USB Modem 100EU */
1711d377f4dSMike Manning 	{ USB_DEVICE(0x12B8, 0xEC60) }, /* Link G4 ECU */
1721d377f4dSMike Manning 	{ USB_DEVICE(0x12B8, 0xEC62) }, /* Link G4+ ECU */
17303ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x13AD, 0x9999) }, /* Baltech card reader */
174b7c7cbc8SCraig Shelley 	{ USB_DEVICE(0x1555, 0x0004) }, /* Owen AC4 USB-RS485 Converter */
1751f1e82f7SJohan Hovold 	{ USB_DEVICE(0x155A, 0x1006) },	/* ELDAT Easywave RX09 */
1763fcc8f96SCraig Shelley 	{ USB_DEVICE(0x166A, 0x0201) }, /* Clipsal 5500PACA C-Bus Pascal Automation Controller */
1773fcc8f96SCraig Shelley 	{ USB_DEVICE(0x166A, 0x0301) }, /* Clipsal 5800PC C-Bus Wireless PC Interface */
17803ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x166A, 0x0303) }, /* Clipsal 5500PCU C-Bus USB interface */
1793fcc8f96SCraig Shelley 	{ USB_DEVICE(0x166A, 0x0304) }, /* Clipsal 5000CT2 C-Bus Black and White Touchscreen */
1803fcc8f96SCraig Shelley 	{ USB_DEVICE(0x166A, 0x0305) }, /* Clipsal C-5000CT2 C-Bus Spectrum Colour Touchscreen */
1813fcc8f96SCraig Shelley 	{ USB_DEVICE(0x166A, 0x0401) }, /* Clipsal L51xx C-Bus Architectural Dimmer */
1823fcc8f96SCraig Shelley 	{ USB_DEVICE(0x166A, 0x0101) }, /* Clipsal 5560884 C-Bus Multi-room Audio Matrix Switcher */
183675af708SMichiel vd Garde 	{ USB_DEVICE(0x16C0, 0x09B0) }, /* Lunatico Seletek */
184675af708SMichiel vd Garde 	{ USB_DEVICE(0x16C0, 0x09B1) }, /* Lunatico Seletek */
18503ee2515SGreg Kroah-Hartman 	{ USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */
186356c5a48SAlessio Igor Bogani 	{ USB_DEVICE(0x16DC, 0x0010) }, /* W-IE-NE-R Plein & Baus GmbH PL512 Power Supply */
187356c5a48SAlessio Igor Bogani 	{ USB_DEVICE(0x16DC, 0x0011) }, /* W-IE-NE-R Plein & Baus GmbH RCM Remote Control for MARATON Power Supply */
188356c5a48SAlessio Igor Bogani 	{ USB_DEVICE(0x16DC, 0x0012) }, /* W-IE-NE-R Plein & Baus GmbH MPOD Multi Channel Power Supply */
189356c5a48SAlessio Igor Bogani 	{ USB_DEVICE(0x16DC, 0x0015) }, /* W-IE-NE-R Plein & Baus GmbH CML Control, Monitoring and Data Logger */
190c6c1e449SBruno Thomsen 	{ USB_DEVICE(0x17A8, 0x0001) }, /* Kamstrup Optical Eye/3-wire */
191c6c1e449SBruno Thomsen 	{ USB_DEVICE(0x17A8, 0x0005) }, /* Kamstrup M-Bus Master MultiPort 250D */
192541e05ecSCraig Shelley 	{ USB_DEVICE(0x17F4, 0xAAAA) }, /* Wavesense Jazz blood glucose meter */
193541e05ecSCraig Shelley 	{ USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */
194541e05ecSCraig Shelley 	{ USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
195f7d7f59aSOliver Freyermuth 	{ USB_DEVICE(0x18EF, 0xE025) }, /* ELV Marble Sound Board 1 */
196d14ac576SChristian Holl 	{ USB_DEVICE(0x18EF, 0xE030) }, /* ELV ALC 8xxx Battery Charger */
197c496ad83SAndreas Engel 	{ USB_DEVICE(0x18EF, 0xE032) }, /* ELV TFD500 Data Logger */
1986627ae19SKen Lin 	{ USB_DEVICE(0x1901, 0x0190) }, /* GE B850 CP2105 Recorder interface */
1996627ae19SKen Lin 	{ USB_DEVICE(0x1901, 0x0193) }, /* GE B650 CP2104 PMC interface */
200cddc9434SMartyn Welch 	{ USB_DEVICE(0x1901, 0x0194) },	/* GE Healthcare Remote Alarm Box */
2019a593656SKen Lin 	{ USB_DEVICE(0x1901, 0x0195) },	/* GE B850/B650/B450 CP2104 DP UART interface */
2029a593656SKen Lin 	{ USB_DEVICE(0x1901, 0x0196) },	/* GE B850 CP2105 DP UART interface */
2033c4c615dSVittorio Alfieri 	{ USB_DEVICE(0x19CF, 0x3000) }, /* Parrot NMEA GPS Flight Recorder */
204b579fa52SBarry Grussling 	{ USB_DEVICE(0x1ADB, 0x0001) }, /* Schweitzer Engineering C662 Cable */
205b9326057SAndras Kovacs 	{ USB_DEVICE(0x1B1C, 0x1C00) }, /* Corsair USB Dongle */
20635cc83eaSNathaniel Ting 	{ USB_DEVICE(0x1BA4, 0x0002) },	/* Silicon Labs 358x factory default */
20793ad03d6SAnders Larsen 	{ USB_DEVICE(0x1BE3, 0x07A6) }, /* WAGO 750-923 USB Service Cable */
208dee80ad1SAndreas Bomholtz 	{ USB_DEVICE(0x1D6F, 0x0010) }, /* Seluxit ApS RF Dongle */
2093fcc8f96SCraig Shelley 	{ USB_DEVICE(0x1E29, 0x0102) }, /* Festo CPX-USB */
2103fcc8f96SCraig Shelley 	{ USB_DEVICE(0x1E29, 0x0501) }, /* Festo CMSP */
211be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0100) }, /* Lake Shore Model 121 Current Source */
212be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0200) }, /* Lake Shore Model 218A Temperature Monitor */
213be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0201) }, /* Lake Shore Model 219 Temperature Monitor */
214be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0202) }, /* Lake Shore Model 233 Temperature Transmitter */
215be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0203) }, /* Lake Shore Model 235 Temperature Transmitter */
216be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0300) }, /* Lake Shore Model 335 Temperature Controller */
217be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0301) }, /* Lake Shore Model 336 Temperature Controller */
218be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0302) }, /* Lake Shore Model 350 Temperature Controller */
219be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0303) }, /* Lake Shore Model 371 AC Bridge */
220be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0400) }, /* Lake Shore Model 411 Handheld Gaussmeter */
221be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0401) }, /* Lake Shore Model 425 Gaussmeter */
222be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0402) }, /* Lake Shore Model 455A Gaussmeter */
223be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0403) }, /* Lake Shore Model 475A Gaussmeter */
224be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0404) }, /* Lake Shore Model 465 Three Axis Gaussmeter */
225be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0600) }, /* Lake Shore Model 625A Superconducting MPS */
226be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0601) }, /* Lake Shore Model 642A Magnet Power Supply */
227be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0602) }, /* Lake Shore Model 648 Magnet Power Supply */
228be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0700) }, /* Lake Shore Model 737 VSM Controller */
229be3101c2SMatwey V. Kornilov 	{ USB_DEVICE(0x1FB9, 0x0701) }, /* Lake Shore Model 776 Hall Matrix */
230f98a7aa8SPeter Sanford 	{ USB_DEVICE(0x2626, 0xEA60) }, /* Aruba Networks 7xxx USB Serial Console */
231791b7d7cSRenato Caldas 	{ USB_DEVICE(0x3195, 0xF190) }, /* Link Instruments MSO-19 */
2323fcc8f96SCraig Shelley 	{ USB_DEVICE(0x3195, 0xF280) }, /* Link Instruments MSO-28 */
2333fcc8f96SCraig Shelley 	{ USB_DEVICE(0x3195, 0xF281) }, /* Link Instruments MSO-28 */
2341e23aaceSKyle Roeschley 	{ USB_DEVICE(0x3923, 0x7A0B) }, /* National Instruments USB Serial Console */
235541e05ecSCraig Shelley 	{ USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */
23603ee2515SGreg Kroah-Hartman 	{ } /* Terminating Entry */
23703ee2515SGreg Kroah-Hartman };
23803ee2515SGreg Kroah-Hartman 
23903ee2515SGreg Kroah-Hartman MODULE_DEVICE_TABLE(usb, id_table);
24003ee2515SGreg Kroah-Hartman 
241cf5276ceSMartyn Welch struct cp210x_serial_private {
242cf5276ceSMartyn Welch #ifdef CONFIG_GPIOLIB
243cf5276ceSMartyn Welch 	struct gpio_chip	gc;
2446b7271d2SJohan Hovold 	bool			gpio_registered;
245c8acfe0aSKaroly Pados 	u8			gpio_pushpull;
246c8acfe0aSKaroly Pados 	u8			gpio_altfunc;
247c8acfe0aSKaroly Pados 	u8			gpio_input;
248cf5276ceSMartyn Welch #endif
249cf5276ceSMartyn Welch 	u8			partnum;
25085bc2d91SJohanna Abrahamsson 	speed_t			min_speed;
251d4706c05SJohan Hovold 	speed_t			max_speed;
2527aecd7fcSJohan Hovold 	bool			use_actual_rate;
253cf5276ceSMartyn Welch };
254cf5276ceSMartyn Welch 
255a7207e98SJohan Hovold enum cp210x_event_state {
256a7207e98SJohan Hovold 	ES_DATA,
257a7207e98SJohan Hovold 	ES_ESCAPE,
258a7207e98SJohan Hovold 	ES_LSR,
259a7207e98SJohan Hovold 	ES_LSR_DATA_0,
260a7207e98SJohan Hovold 	ES_LSR_DATA_1,
261a7207e98SJohan Hovold 	ES_MSR
262a7207e98SJohan Hovold };
263a7207e98SJohan Hovold 
264e2ae67a3SKonstantin Shkolnyy struct cp210x_port_private {
26516045babSJohan Hovold 	u8			bInterfaceNumber;
266a7207e98SJohan Hovold 	bool			event_mode;
267a7207e98SJohan Hovold 	enum cp210x_event_state event_state;
268a7207e98SJohan Hovold 	u8			lsr;
2695951b850SJohan Hovold 
2705951b850SJohan Hovold 	struct mutex		mutex;
2715951b850SJohan Hovold 	bool			crtscts;
272*8cce3bbfSJohan Hovold 	bool			dtr;
273*8cce3bbfSJohan Hovold 	bool			rts;
274a5360a53SPreston Fick };
275a5360a53SPreston Fick 
2764cc27bd6SCraig Shelley static struct usb_serial_driver cp210x_device = {
27703ee2515SGreg Kroah-Hartman 	.driver = {
27803ee2515SGreg Kroah-Hartman 		.owner =	THIS_MODULE,
2794cc27bd6SCraig Shelley 		.name =		"cp210x",
28003ee2515SGreg Kroah-Hartman 	},
28103ee2515SGreg Kroah-Hartman 	.id_table		= id_table,
28203ee2515SGreg Kroah-Hartman 	.num_ports		= 1,
283aea006b9SJohan Hovold 	.bulk_in_size		= 256,
284d4e598f6SJohan Hovold 	.bulk_out_size		= 256,
2854cc27bd6SCraig Shelley 	.open			= cp210x_open,
2864cc27bd6SCraig Shelley 	.close			= cp210x_close,
2874cc27bd6SCraig Shelley 	.break_ctl		= cp210x_break_ctl,
2884cc27bd6SCraig Shelley 	.set_termios		= cp210x_set_termios,
2896f923a01SKonstantin Shkolnyy 	.tx_empty		= cp210x_tx_empty,
2904387b3dbSBrant Merryman 	.throttle		= usb_serial_generic_throttle,
2914387b3dbSBrant Merryman 	.unthrottle		= usb_serial_generic_unthrottle,
2924cc27bd6SCraig Shelley 	.tiocmget		= cp210x_tiocmget,
2934cc27bd6SCraig Shelley 	.tiocmset		= cp210x_tiocmset,
294de9c7e9fSJohan Hovold 	.get_icount		= usb_serial_generic_get_icount,
295cf5276ceSMartyn Welch 	.attach			= cp210x_attach,
296cf5276ceSMartyn Welch 	.disconnect		= cp210x_disconnect,
297cf5276ceSMartyn Welch 	.release		= cp210x_release,
298e2ae67a3SKonstantin Shkolnyy 	.port_probe		= cp210x_port_probe,
299e2ae67a3SKonstantin Shkolnyy 	.port_remove		= cp210x_port_remove,
300a7207e98SJohan Hovold 	.dtr_rts		= cp210x_dtr_rts,
301a7207e98SJohan Hovold 	.process_read_urb	= cp210x_process_read_urb,
30203ee2515SGreg Kroah-Hartman };
30303ee2515SGreg Kroah-Hartman 
30408a4f6bcSAlan Stern static struct usb_serial_driver * const serial_drivers[] = {
30508a4f6bcSAlan Stern 	&cp210x_device, NULL
30608a4f6bcSAlan Stern };
30708a4f6bcSAlan Stern 
30803ee2515SGreg Kroah-Hartman /* Config request types */
30932445605SPreston Fick #define REQTYPE_HOST_TO_INTERFACE	0x41
31032445605SPreston Fick #define REQTYPE_INTERFACE_TO_HOST	0xc1
31132445605SPreston Fick #define REQTYPE_HOST_TO_DEVICE	0x40
31232445605SPreston Fick #define REQTYPE_DEVICE_TO_HOST	0xc0
31303ee2515SGreg Kroah-Hartman 
31493ef1f1fSCraig Shelley /* Config request codes */
31593ef1f1fSCraig Shelley #define CP210X_IFC_ENABLE	0x00
31693ef1f1fSCraig Shelley #define CP210X_SET_BAUDDIV	0x01
31793ef1f1fSCraig Shelley #define CP210X_GET_BAUDDIV	0x02
31893ef1f1fSCraig Shelley #define CP210X_SET_LINE_CTL	0x03
31993ef1f1fSCraig Shelley #define CP210X_GET_LINE_CTL	0x04
32093ef1f1fSCraig Shelley #define CP210X_SET_BREAK	0x05
32193ef1f1fSCraig Shelley #define CP210X_IMM_CHAR		0x06
32293ef1f1fSCraig Shelley #define CP210X_SET_MHS		0x07
32393ef1f1fSCraig Shelley #define CP210X_GET_MDMSTS	0x08
32493ef1f1fSCraig Shelley #define CP210X_SET_XON		0x09
32593ef1f1fSCraig Shelley #define CP210X_SET_XOFF		0x0A
32693ef1f1fSCraig Shelley #define CP210X_SET_EVENTMASK	0x0B
32793ef1f1fSCraig Shelley #define CP210X_GET_EVENTMASK	0x0C
32893ef1f1fSCraig Shelley #define CP210X_SET_CHAR		0x0D
32993ef1f1fSCraig Shelley #define CP210X_GET_CHARS	0x0E
33093ef1f1fSCraig Shelley #define CP210X_GET_PROPS	0x0F
33193ef1f1fSCraig Shelley #define CP210X_GET_COMM_STATUS	0x10
33293ef1f1fSCraig Shelley #define CP210X_RESET		0x11
33393ef1f1fSCraig Shelley #define CP210X_PURGE		0x12
33493ef1f1fSCraig Shelley #define CP210X_SET_FLOW		0x13
33593ef1f1fSCraig Shelley #define CP210X_GET_FLOW		0x14
33693ef1f1fSCraig Shelley #define CP210X_EMBED_EVENTS	0x15
33793ef1f1fSCraig Shelley #define CP210X_GET_EVENTSTATE	0x16
33893ef1f1fSCraig Shelley #define CP210X_SET_CHARS	0x19
3397f482fc8SPreston Fick #define CP210X_GET_BAUDRATE	0x1D
3407f482fc8SPreston Fick #define CP210X_SET_BAUDRATE	0x1E
341cf5276ceSMartyn Welch #define CP210X_VENDOR_SPECIFIC	0xFF
34203ee2515SGreg Kroah-Hartman 
34393ef1f1fSCraig Shelley /* CP210X_IFC_ENABLE */
34403ee2515SGreg Kroah-Hartman #define UART_ENABLE		0x0001
34503ee2515SGreg Kroah-Hartman #define UART_DISABLE		0x0000
34603ee2515SGreg Kroah-Hartman 
34793ef1f1fSCraig Shelley /* CP210X_(SET|GET)_BAUDDIV */
34803ee2515SGreg Kroah-Hartman #define BAUD_RATE_GEN_FREQ	0x384000
34903ee2515SGreg Kroah-Hartman 
35093ef1f1fSCraig Shelley /* CP210X_(SET|GET)_LINE_CTL */
35103ee2515SGreg Kroah-Hartman #define BITS_DATA_MASK		0X0f00
35203ee2515SGreg Kroah-Hartman #define BITS_DATA_5		0X0500
35303ee2515SGreg Kroah-Hartman #define BITS_DATA_6		0X0600
35403ee2515SGreg Kroah-Hartman #define BITS_DATA_7		0X0700
35503ee2515SGreg Kroah-Hartman #define BITS_DATA_8		0X0800
35603ee2515SGreg Kroah-Hartman #define BITS_DATA_9		0X0900
35703ee2515SGreg Kroah-Hartman 
35803ee2515SGreg Kroah-Hartman #define BITS_PARITY_MASK	0x00f0
35903ee2515SGreg Kroah-Hartman #define BITS_PARITY_NONE	0x0000
36003ee2515SGreg Kroah-Hartman #define BITS_PARITY_ODD		0x0010
36103ee2515SGreg Kroah-Hartman #define BITS_PARITY_EVEN	0x0020
36203ee2515SGreg Kroah-Hartman #define BITS_PARITY_MARK	0x0030
36303ee2515SGreg Kroah-Hartman #define BITS_PARITY_SPACE	0x0040
36403ee2515SGreg Kroah-Hartman 
36503ee2515SGreg Kroah-Hartman #define BITS_STOP_MASK		0x000f
36603ee2515SGreg Kroah-Hartman #define BITS_STOP_1		0x0000
36703ee2515SGreg Kroah-Hartman #define BITS_STOP_1_5		0x0001
36803ee2515SGreg Kroah-Hartman #define BITS_STOP_2		0x0002
36903ee2515SGreg Kroah-Hartman 
37093ef1f1fSCraig Shelley /* CP210X_SET_BREAK */
37172916791SCraig Shelley #define BREAK_ON		0x0001
37272916791SCraig Shelley #define BREAK_OFF		0x0000
37303ee2515SGreg Kroah-Hartman 
37493ef1f1fSCraig Shelley /* CP210X_(SET_MHS|GET_MDMSTS) */
37503ee2515SGreg Kroah-Hartman #define CONTROL_DTR		0x0001
37603ee2515SGreg Kroah-Hartman #define CONTROL_RTS		0x0002
37703ee2515SGreg Kroah-Hartman #define CONTROL_CTS		0x0010
37803ee2515SGreg Kroah-Hartman #define CONTROL_DSR		0x0020
37903ee2515SGreg Kroah-Hartman #define CONTROL_RING		0x0040
38003ee2515SGreg Kroah-Hartman #define CONTROL_DCD		0x0080
38103ee2515SGreg Kroah-Hartman #define CONTROL_WRITE_DTR	0x0100
38203ee2515SGreg Kroah-Hartman #define CONTROL_WRITE_RTS	0x0200
38303ee2515SGreg Kroah-Hartman 
3847748feffSWang Sheng Long /* CP210X_(GET|SET)_CHARS */
3857748feffSWang Sheng Long struct cp210x_special_chars {
3867748feffSWang Sheng Long 	u8	bEofChar;
3877748feffSWang Sheng Long 	u8	bErrorChar;
3887748feffSWang Sheng Long 	u8	bBreakChar;
3897748feffSWang Sheng Long 	u8	bEventChar;
3907748feffSWang Sheng Long 	u8	bXonChar;
3917748feffSWang Sheng Long 	u8	bXoffChar;
3927748feffSWang Sheng Long };
3937748feffSWang Sheng Long 
394cf5276ceSMartyn Welch /* CP210X_VENDOR_SPECIFIC values */
395c8acfe0aSKaroly Pados #define CP210X_READ_2NCONFIG	0x000E
396cf5276ceSMartyn Welch #define CP210X_READ_LATCH	0x00C2
397cf5276ceSMartyn Welch #define CP210X_GET_PARTNUM	0x370B
398cf5276ceSMartyn Welch #define CP210X_GET_PORTCONFIG	0x370C
399cf5276ceSMartyn Welch #define CP210X_GET_DEVICEMODE	0x3711
400cf5276ceSMartyn Welch #define CP210X_WRITE_LATCH	0x37E1
401cf5276ceSMartyn Welch 
402cf5276ceSMartyn Welch /* Part number definitions */
403cf5276ceSMartyn Welch #define CP210X_PARTNUM_CP2101	0x01
404cf5276ceSMartyn Welch #define CP210X_PARTNUM_CP2102	0x02
405cf5276ceSMartyn Welch #define CP210X_PARTNUM_CP2103	0x03
406cf5276ceSMartyn Welch #define CP210X_PARTNUM_CP2104	0x04
407cf5276ceSMartyn Welch #define CP210X_PARTNUM_CP2105	0x05
408cf5276ceSMartyn Welch #define CP210X_PARTNUM_CP2108	0x08
4096f0bcf72SKaroly Pados #define CP210X_PARTNUM_CP2102N_QFN28	0x20
4106f0bcf72SKaroly Pados #define CP210X_PARTNUM_CP2102N_QFN24	0x21
4116f0bcf72SKaroly Pados #define CP210X_PARTNUM_CP2102N_QFN20	0x22
4127eac35eaSSebastian Frei #define CP210X_PARTNUM_UNKNOWN	0xFF
413cf5276ceSMartyn Welch 
4146f923a01SKonstantin Shkolnyy /* CP210X_GET_COMM_STATUS returns these 0x13 bytes */
4156f923a01SKonstantin Shkolnyy struct cp210x_comm_status {
4166f923a01SKonstantin Shkolnyy 	__le32   ulErrors;
4176f923a01SKonstantin Shkolnyy 	__le32   ulHoldReasons;
4186f923a01SKonstantin Shkolnyy 	__le32   ulAmountInInQueue;
4196f923a01SKonstantin Shkolnyy 	__le32   ulAmountInOutQueue;
4206f923a01SKonstantin Shkolnyy 	u8       bEofReceived;
4216f923a01SKonstantin Shkolnyy 	u8       bWaitForImmediate;
4226f923a01SKonstantin Shkolnyy 	u8       bReserved;
4236f923a01SKonstantin Shkolnyy } __packed;
4246f923a01SKonstantin Shkolnyy 
42503ee2515SGreg Kroah-Hartman /*
426ebfb319bSKonstantin Shkolnyy  * CP210X_PURGE - 16 bits passed in wValue of USB request.
427ebfb319bSKonstantin Shkolnyy  * SiLabs app note AN571 gives a strange description of the 4 bits:
428ebfb319bSKonstantin Shkolnyy  * bit 0 or bit 2 clears the transmit queue and 1 or 3 receive.
429ebfb319bSKonstantin Shkolnyy  * writing 1 to all, however, purges cp2108 well enough to avoid the hang.
430ebfb319bSKonstantin Shkolnyy  */
431ebfb319bSKonstantin Shkolnyy #define PURGE_ALL		0x000f
432ebfb319bSKonstantin Shkolnyy 
433a7207e98SJohan Hovold /* CP210X_EMBED_EVENTS */
434a7207e98SJohan Hovold #define CP210X_ESCCHAR		0xec
435a7207e98SJohan Hovold 
436a7207e98SJohan Hovold #define CP210X_LSR_OVERRUN	BIT(1)
437a7207e98SJohan Hovold #define CP210X_LSR_PARITY	BIT(2)
438a7207e98SJohan Hovold #define CP210X_LSR_FRAME	BIT(3)
439a7207e98SJohan Hovold #define CP210X_LSR_BREAK	BIT(4)
440a7207e98SJohan Hovold 
441a7207e98SJohan Hovold 
4429034389cSKonstantin Shkolnyy /* CP210X_GET_FLOW/CP210X_SET_FLOW read/write these 0x10 bytes */
4439034389cSKonstantin Shkolnyy struct cp210x_flow_ctl {
4449034389cSKonstantin Shkolnyy 	__le32	ulControlHandshake;
4459034389cSKonstantin Shkolnyy 	__le32	ulFlowReplace;
4469034389cSKonstantin Shkolnyy 	__le32	ulXonLimit;
4479034389cSKonstantin Shkolnyy 	__le32	ulXoffLimit;
448ba84190eSJohan Hovold };
4499034389cSKonstantin Shkolnyy 
4509034389cSKonstantin Shkolnyy /* cp210x_flow_ctl::ulControlHandshake */
4519034389cSKonstantin Shkolnyy #define CP210X_SERIAL_DTR_MASK		GENMASK(1, 0)
4529034389cSKonstantin Shkolnyy #define CP210X_SERIAL_DTR_SHIFT(_mode)	(_mode)
4539034389cSKonstantin Shkolnyy #define CP210X_SERIAL_CTS_HANDSHAKE	BIT(3)
4549034389cSKonstantin Shkolnyy #define CP210X_SERIAL_DSR_HANDSHAKE	BIT(4)
4559034389cSKonstantin Shkolnyy #define CP210X_SERIAL_DCD_HANDSHAKE	BIT(5)
4569034389cSKonstantin Shkolnyy #define CP210X_SERIAL_DSR_SENSITIVITY	BIT(6)
4579034389cSKonstantin Shkolnyy 
4589034389cSKonstantin Shkolnyy /* values for cp210x_flow_ctl::ulControlHandshake::CP210X_SERIAL_DTR_MASK */
4599034389cSKonstantin Shkolnyy #define CP210X_SERIAL_DTR_INACTIVE	0
4609034389cSKonstantin Shkolnyy #define CP210X_SERIAL_DTR_ACTIVE	1
4619034389cSKonstantin Shkolnyy #define CP210X_SERIAL_DTR_FLOW_CTL	2
4629034389cSKonstantin Shkolnyy 
4639034389cSKonstantin Shkolnyy /* cp210x_flow_ctl::ulFlowReplace */
4649034389cSKonstantin Shkolnyy #define CP210X_SERIAL_AUTO_TRANSMIT	BIT(0)
4659034389cSKonstantin Shkolnyy #define CP210X_SERIAL_AUTO_RECEIVE	BIT(1)
4669034389cSKonstantin Shkolnyy #define CP210X_SERIAL_ERROR_CHAR	BIT(2)
4679034389cSKonstantin Shkolnyy #define CP210X_SERIAL_NULL_STRIPPING	BIT(3)
4689034389cSKonstantin Shkolnyy #define CP210X_SERIAL_BREAK_CHAR	BIT(4)
4699034389cSKonstantin Shkolnyy #define CP210X_SERIAL_RTS_MASK		GENMASK(7, 6)
4709034389cSKonstantin Shkolnyy #define CP210X_SERIAL_RTS_SHIFT(_mode)	(_mode << 6)
4719034389cSKonstantin Shkolnyy #define CP210X_SERIAL_XOFF_CONTINUE	BIT(31)
4729034389cSKonstantin Shkolnyy 
4739034389cSKonstantin Shkolnyy /* values for cp210x_flow_ctl::ulFlowReplace::CP210X_SERIAL_RTS_MASK */
4749034389cSKonstantin Shkolnyy #define CP210X_SERIAL_RTS_INACTIVE	0
4759034389cSKonstantin Shkolnyy #define CP210X_SERIAL_RTS_ACTIVE	1
4769034389cSKonstantin Shkolnyy #define CP210X_SERIAL_RTS_FLOW_CTL	2
4779034389cSKonstantin Shkolnyy 
478cf5276ceSMartyn Welch /* CP210X_VENDOR_SPECIFIC, CP210X_GET_DEVICEMODE call reads these 0x2 bytes. */
479cf5276ceSMartyn Welch struct cp210x_pin_mode {
480cf5276ceSMartyn Welch 	u8	eci;
481cf5276ceSMartyn Welch 	u8	sci;
482ba84190eSJohan Hovold };
483cf5276ceSMartyn Welch 
484cf5276ceSMartyn Welch #define CP210X_PIN_MODE_MODEM		0
485cf5276ceSMartyn Welch #define CP210X_PIN_MODE_GPIO		BIT(0)
486cf5276ceSMartyn Welch 
487cf5276ceSMartyn Welch /*
48815fb84b7SIcenowy Zheng  * CP210X_VENDOR_SPECIFIC, CP210X_GET_PORTCONFIG call reads these 0xf bytes
48915fb84b7SIcenowy Zheng  * on a CP2105 chip. Structure needs padding due to unused/unspecified bytes.
490cf5276ceSMartyn Welch  */
49115fb84b7SIcenowy Zheng struct cp210x_dual_port_config {
492cf5276ceSMartyn Welch 	__le16	gpio_mode;
493cf5276ceSMartyn Welch 	u8	__pad0[2];
494cf5276ceSMartyn Welch 	__le16	reset_state;
495cf5276ceSMartyn Welch 	u8	__pad1[4];
496cf5276ceSMartyn Welch 	__le16	suspend_state;
497cf5276ceSMartyn Welch 	u8	sci_cfg;
498cf5276ceSMartyn Welch 	u8	eci_cfg;
499cf5276ceSMartyn Welch 	u8	device_cfg;
500cf5276ceSMartyn Welch } __packed;
501cf5276ceSMartyn Welch 
50215fb84b7SIcenowy Zheng /*
50315fb84b7SIcenowy Zheng  * CP210X_VENDOR_SPECIFIC, CP210X_GET_PORTCONFIG call reads these 0xd bytes
50415fb84b7SIcenowy Zheng  * on a CP2104 chip. Structure needs padding due to unused/unspecified bytes.
50515fb84b7SIcenowy Zheng  */
50615fb84b7SIcenowy Zheng struct cp210x_single_port_config {
50715fb84b7SIcenowy Zheng 	__le16	gpio_mode;
50815fb84b7SIcenowy Zheng 	u8	__pad0[2];
50915fb84b7SIcenowy Zheng 	__le16	reset_state;
51015fb84b7SIcenowy Zheng 	u8	__pad1[4];
51115fb84b7SIcenowy Zheng 	__le16	suspend_state;
51215fb84b7SIcenowy Zheng 	u8	device_cfg;
51315fb84b7SIcenowy Zheng } __packed;
51415fb84b7SIcenowy Zheng 
515cf5276ceSMartyn Welch /* GPIO modes */
516cf5276ceSMartyn Welch #define CP210X_SCI_GPIO_MODE_OFFSET	9
517cf5276ceSMartyn Welch #define CP210X_SCI_GPIO_MODE_MASK	GENMASK(11, 9)
518cf5276ceSMartyn Welch 
519cf5276ceSMartyn Welch #define CP210X_ECI_GPIO_MODE_OFFSET	2
520cf5276ceSMartyn Welch #define CP210X_ECI_GPIO_MODE_MASK	GENMASK(3, 2)
521cf5276ceSMartyn Welch 
52215fb84b7SIcenowy Zheng #define CP210X_GPIO_MODE_OFFSET		8
52315fb84b7SIcenowy Zheng #define CP210X_GPIO_MODE_MASK		GENMASK(11, 8)
52415fb84b7SIcenowy Zheng 
525cf5276ceSMartyn Welch /* CP2105 port configuration values */
526cf5276ceSMartyn Welch #define CP2105_GPIO0_TXLED_MODE		BIT(0)
527cf5276ceSMartyn Welch #define CP2105_GPIO1_RXLED_MODE		BIT(1)
528cf5276ceSMartyn Welch #define CP2105_GPIO1_RS485_MODE		BIT(2)
529cf5276ceSMartyn Welch 
53015fb84b7SIcenowy Zheng /* CP2104 port configuration values */
53115fb84b7SIcenowy Zheng #define CP2104_GPIO0_TXLED_MODE		BIT(0)
53215fb84b7SIcenowy Zheng #define CP2104_GPIO1_RXLED_MODE		BIT(1)
53315fb84b7SIcenowy Zheng #define CP2104_GPIO2_RS485_MODE		BIT(2)
53415fb84b7SIcenowy Zheng 
535c8acfe0aSKaroly Pados /* CP2102N configuration array indices */
536c8acfe0aSKaroly Pados #define CP210X_2NCONFIG_CONFIG_VERSION_IDX	2
537c8acfe0aSKaroly Pados #define CP210X_2NCONFIG_GPIO_MODE_IDX		581
538c8acfe0aSKaroly Pados #define CP210X_2NCONFIG_GPIO_RSTLATCH_IDX	587
539c8acfe0aSKaroly Pados #define CP210X_2NCONFIG_GPIO_CONTROL_IDX	600
540c8acfe0aSKaroly Pados 
541cf5276ceSMartyn Welch /* CP210X_VENDOR_SPECIFIC, CP210X_WRITE_LATCH call writes these 0x2 bytes. */
542cf5276ceSMartyn Welch struct cp210x_gpio_write {
543cf5276ceSMartyn Welch 	u8	mask;
544cf5276ceSMartyn Welch 	u8	state;
545ba84190eSJohan Hovold };
546cf5276ceSMartyn Welch 
547cf5276ceSMartyn Welch /*
548cf5276ceSMartyn Welch  * Helper to get interface number when we only have struct usb_serial.
549cf5276ceSMartyn Welch  */
550cf5276ceSMartyn Welch static u8 cp210x_interface_num(struct usb_serial *serial)
551cf5276ceSMartyn Welch {
552cf5276ceSMartyn Welch 	struct usb_host_interface *cur_altsetting;
553cf5276ceSMartyn Welch 
554cf5276ceSMartyn Welch 	cur_altsetting = serial->interface->cur_altsetting;
555cf5276ceSMartyn Welch 
556cf5276ceSMartyn Welch 	return cur_altsetting->desc.bInterfaceNumber;
557cf5276ceSMartyn Welch }
558cf5276ceSMartyn Welch 
55903ee2515SGreg Kroah-Hartman /*
56019165b2bSKonstantin Shkolnyy  * Reads a variable-sized block of CP210X_ registers, identified by req.
56119165b2bSKonstantin Shkolnyy  * Returns data into buf in native USB byte order.
56203ee2515SGreg Kroah-Hartman  */
56319165b2bSKonstantin Shkolnyy static int cp210x_read_reg_block(struct usb_serial_port *port, u8 req,
56419165b2bSKonstantin Shkolnyy 		void *buf, int bufsize)
56503ee2515SGreg Kroah-Hartman {
56603ee2515SGreg Kroah-Hartman 	struct usb_serial *serial = port->serial;
567e2ae67a3SKonstantin Shkolnyy 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
56819165b2bSKonstantin Shkolnyy 	void *dmabuf;
56919165b2bSKonstantin Shkolnyy 	int result;
57003ee2515SGreg Kroah-Hartman 
57119165b2bSKonstantin Shkolnyy 	dmabuf = kmalloc(bufsize, GFP_KERNEL);
572ed921771SJohan Hovold 	if (!dmabuf)
57303ee2515SGreg Kroah-Hartman 		return -ENOMEM;
57403ee2515SGreg Kroah-Hartman 
57503ee2515SGreg Kroah-Hartman 	result = usb_control_msg(serial->dev, usb_rcvctrlpipe(serial->dev, 0),
57619165b2bSKonstantin Shkolnyy 			req, REQTYPE_INTERFACE_TO_HOST, 0,
57719165b2bSKonstantin Shkolnyy 			port_priv->bInterfaceNumber, dmabuf, bufsize,
57819165b2bSKonstantin Shkolnyy 			USB_CTRL_SET_TIMEOUT);
57919165b2bSKonstantin Shkolnyy 	if (result == bufsize) {
58019165b2bSKonstantin Shkolnyy 		memcpy(buf, dmabuf, bufsize);
58119165b2bSKonstantin Shkolnyy 		result = 0;
58219165b2bSKonstantin Shkolnyy 	} else {
58319165b2bSKonstantin Shkolnyy 		dev_err(&port->dev, "failed get req 0x%x size %d status: %d\n",
58419165b2bSKonstantin Shkolnyy 				req, bufsize, result);
58519165b2bSKonstantin Shkolnyy 		if (result >= 0)
5860407f1ceSJohan Hovold 			result = -EIO;
58719165b2bSKonstantin Shkolnyy 	}
58819165b2bSKonstantin Shkolnyy 
58919165b2bSKonstantin Shkolnyy 	kfree(dmabuf);
59019165b2bSKonstantin Shkolnyy 
5912479e2a9SJohan Hovold 	return result;
59203ee2515SGreg Kroah-Hartman }
59303ee2515SGreg Kroah-Hartman 
59419165b2bSKonstantin Shkolnyy /*
595fe1b07e9SKonstantin Shkolnyy  * Reads any 8-bit CP210X_ register identified by req.
596fe1b07e9SKonstantin Shkolnyy  */
597fe1b07e9SKonstantin Shkolnyy static int cp210x_read_u8_reg(struct usb_serial_port *port, u8 req, u8 *val)
598fe1b07e9SKonstantin Shkolnyy {
599fe1b07e9SKonstantin Shkolnyy 	return cp210x_read_reg_block(port, req, val, sizeof(*val));
600fe1b07e9SKonstantin Shkolnyy }
601fe1b07e9SKonstantin Shkolnyy 
602fe1b07e9SKonstantin Shkolnyy /*
603cf5276ceSMartyn Welch  * Reads a variable-sized vendor block of CP210X_ registers, identified by val.
604cf5276ceSMartyn Welch  * Returns data into buf in native USB byte order.
605cf5276ceSMartyn Welch  */
606cf5276ceSMartyn Welch static int cp210x_read_vendor_block(struct usb_serial *serial, u8 type, u16 val,
607cf5276ceSMartyn Welch 				    void *buf, int bufsize)
608cf5276ceSMartyn Welch {
609cf5276ceSMartyn Welch 	void *dmabuf;
610cf5276ceSMartyn Welch 	int result;
611cf5276ceSMartyn Welch 
612cf5276ceSMartyn Welch 	dmabuf = kmalloc(bufsize, GFP_KERNEL);
613cf5276ceSMartyn Welch 	if (!dmabuf)
614cf5276ceSMartyn Welch 		return -ENOMEM;
615cf5276ceSMartyn Welch 
616cf5276ceSMartyn Welch 	result = usb_control_msg(serial->dev, usb_rcvctrlpipe(serial->dev, 0),
617cf5276ceSMartyn Welch 				 CP210X_VENDOR_SPECIFIC, type, val,
618cf5276ceSMartyn Welch 				 cp210x_interface_num(serial), dmabuf, bufsize,
619cf5276ceSMartyn Welch 				 USB_CTRL_GET_TIMEOUT);
620cf5276ceSMartyn Welch 	if (result == bufsize) {
621cf5276ceSMartyn Welch 		memcpy(buf, dmabuf, bufsize);
622cf5276ceSMartyn Welch 		result = 0;
623cf5276ceSMartyn Welch 	} else {
624cf5276ceSMartyn Welch 		dev_err(&serial->interface->dev,
625cf5276ceSMartyn Welch 			"failed to get vendor val 0x%04x size %d: %d\n", val,
626cf5276ceSMartyn Welch 			bufsize, result);
627cf5276ceSMartyn Welch 		if (result >= 0)
628cf5276ceSMartyn Welch 			result = -EIO;
629cf5276ceSMartyn Welch 	}
630cf5276ceSMartyn Welch 
631cf5276ceSMartyn Welch 	kfree(dmabuf);
632cf5276ceSMartyn Welch 
633cf5276ceSMartyn Welch 	return result;
634cf5276ceSMartyn Welch }
635cf5276ceSMartyn Welch 
636cf5276ceSMartyn Welch /*
63719165b2bSKonstantin Shkolnyy  * Writes any 16-bit CP210X_ register (req) whose value is passed
63819165b2bSKonstantin Shkolnyy  * entirely in the wValue field of the USB request.
63919165b2bSKonstantin Shkolnyy  */
64019165b2bSKonstantin Shkolnyy static int cp210x_write_u16_reg(struct usb_serial_port *port, u8 req, u16 val)
64103ee2515SGreg Kroah-Hartman {
64203ee2515SGreg Kroah-Hartman 	struct usb_serial *serial = port->serial;
643e2ae67a3SKonstantin Shkolnyy 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
64419165b2bSKonstantin Shkolnyy 	int result;
64503ee2515SGreg Kroah-Hartman 
64619165b2bSKonstantin Shkolnyy 	result = usb_control_msg(serial->dev, usb_sndctrlpipe(serial->dev, 0),
64719165b2bSKonstantin Shkolnyy 			req, REQTYPE_HOST_TO_INTERFACE, val,
648e2ae67a3SKonstantin Shkolnyy 			port_priv->bInterfaceNumber, NULL, 0,
6492d5733fcSYuri Matylitski 			USB_CTRL_SET_TIMEOUT);
65019165b2bSKonstantin Shkolnyy 	if (result < 0) {
65119165b2bSKonstantin Shkolnyy 		dev_err(&port->dev, "failed set request 0x%x status: %d\n",
65219165b2bSKonstantin Shkolnyy 				req, result);
65303ee2515SGreg Kroah-Hartman 	}
65403ee2515SGreg Kroah-Hartman 
6552479e2a9SJohan Hovold 	return result;
65603ee2515SGreg Kroah-Hartman }
65703ee2515SGreg Kroah-Hartman 
65803ee2515SGreg Kroah-Hartman /*
659fe1b07e9SKonstantin Shkolnyy  * Writes a variable-sized block of CP210X_ registers, identified by req.
660fe1b07e9SKonstantin Shkolnyy  * Data in buf must be in native USB byte order.
661fe1b07e9SKonstantin Shkolnyy  */
662fe1b07e9SKonstantin Shkolnyy static int cp210x_write_reg_block(struct usb_serial_port *port, u8 req,
663fe1b07e9SKonstantin Shkolnyy 		void *buf, int bufsize)
664fe1b07e9SKonstantin Shkolnyy {
665fe1b07e9SKonstantin Shkolnyy 	struct usb_serial *serial = port->serial;
666fe1b07e9SKonstantin Shkolnyy 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
667fe1b07e9SKonstantin Shkolnyy 	void *dmabuf;
668fe1b07e9SKonstantin Shkolnyy 	int result;
669fe1b07e9SKonstantin Shkolnyy 
670d6c4dc3bSMuhammad Falak R Wani 	dmabuf = kmemdup(buf, bufsize, GFP_KERNEL);
671fe1b07e9SKonstantin Shkolnyy 	if (!dmabuf)
672fe1b07e9SKonstantin Shkolnyy 		return -ENOMEM;
673fe1b07e9SKonstantin Shkolnyy 
674fe1b07e9SKonstantin Shkolnyy 	result = usb_control_msg(serial->dev, usb_sndctrlpipe(serial->dev, 0),
675fe1b07e9SKonstantin Shkolnyy 			req, REQTYPE_HOST_TO_INTERFACE, 0,
676fe1b07e9SKonstantin Shkolnyy 			port_priv->bInterfaceNumber, dmabuf, bufsize,
677fe1b07e9SKonstantin Shkolnyy 			USB_CTRL_SET_TIMEOUT);
678fe1b07e9SKonstantin Shkolnyy 
679fe1b07e9SKonstantin Shkolnyy 	kfree(dmabuf);
680fe1b07e9SKonstantin Shkolnyy 
681dc5338fcSJohan Hovold 	if (result < 0) {
682fe1b07e9SKonstantin Shkolnyy 		dev_err(&port->dev, "failed set req 0x%x size %d status: %d\n",
683fe1b07e9SKonstantin Shkolnyy 				req, bufsize, result);
684dc5338fcSJohan Hovold 		return result;
685fe1b07e9SKonstantin Shkolnyy 	}
686fe1b07e9SKonstantin Shkolnyy 
687dc5338fcSJohan Hovold 	return 0;
68803ee2515SGreg Kroah-Hartman }
68903ee2515SGreg Kroah-Hartman 
69003ee2515SGreg Kroah-Hartman /*
691fe1b07e9SKonstantin Shkolnyy  * Writes any 32-bit CP210X_ register identified by req.
69203ee2515SGreg Kroah-Hartman  */
693fe1b07e9SKonstantin Shkolnyy static int cp210x_write_u32_reg(struct usb_serial_port *port, u8 req, u32 val)
69403ee2515SGreg Kroah-Hartman {
695fe1b07e9SKonstantin Shkolnyy 	__le32 le32_val;
696fe1b07e9SKonstantin Shkolnyy 
697fe1b07e9SKonstantin Shkolnyy 	le32_val = cpu_to_le32(val);
698fe1b07e9SKonstantin Shkolnyy 
699fe1b07e9SKonstantin Shkolnyy 	return cp210x_write_reg_block(port, req, &le32_val, sizeof(le32_val));
70003ee2515SGreg Kroah-Hartman }
70103ee2515SGreg Kroah-Hartman 
702cf5276ceSMartyn Welch #ifdef CONFIG_GPIOLIB
703cf5276ceSMartyn Welch /*
704cf5276ceSMartyn Welch  * Writes a variable-sized vendor block of CP210X_ registers, identified by val.
705cf5276ceSMartyn Welch  * Data in buf must be in native USB byte order.
706cf5276ceSMartyn Welch  */
707cf5276ceSMartyn Welch static int cp210x_write_vendor_block(struct usb_serial *serial, u8 type,
708cf5276ceSMartyn Welch 				     u16 val, void *buf, int bufsize)
709cf5276ceSMartyn Welch {
710cf5276ceSMartyn Welch 	void *dmabuf;
711cf5276ceSMartyn Welch 	int result;
712cf5276ceSMartyn Welch 
713cf5276ceSMartyn Welch 	dmabuf = kmemdup(buf, bufsize, GFP_KERNEL);
714cf5276ceSMartyn Welch 	if (!dmabuf)
715cf5276ceSMartyn Welch 		return -ENOMEM;
716cf5276ceSMartyn Welch 
717cf5276ceSMartyn Welch 	result = usb_control_msg(serial->dev, usb_sndctrlpipe(serial->dev, 0),
718cf5276ceSMartyn Welch 				 CP210X_VENDOR_SPECIFIC, type, val,
719cf5276ceSMartyn Welch 				 cp210x_interface_num(serial), dmabuf, bufsize,
720cf5276ceSMartyn Welch 				 USB_CTRL_SET_TIMEOUT);
721cf5276ceSMartyn Welch 
722cf5276ceSMartyn Welch 	kfree(dmabuf);
723cf5276ceSMartyn Welch 
724dc5338fcSJohan Hovold 	if (result < 0) {
725cf5276ceSMartyn Welch 		dev_err(&serial->interface->dev,
726cf5276ceSMartyn Welch 			"failed to set vendor val 0x%04x size %d: %d\n", val,
727cf5276ceSMartyn Welch 			bufsize, result);
728dc5338fcSJohan Hovold 		return result;
729cf5276ceSMartyn Welch 	}
730cf5276ceSMartyn Welch 
731dc5338fcSJohan Hovold 	return 0;
732cf5276ceSMartyn Welch }
733cf5276ceSMartyn Welch #endif
734cf5276ceSMartyn Welch 
735a509a7e4SAlan Cox static int cp210x_open(struct tty_struct *tty, struct usb_serial_port *port)
73603ee2515SGreg Kroah-Hartman {
737a7207e98SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
73803ee2515SGreg Kroah-Hartman 	int result;
73903ee2515SGreg Kroah-Hartman 
74019165b2bSKonstantin Shkolnyy 	result = cp210x_write_u16_reg(port, CP210X_IFC_ENABLE, UART_ENABLE);
7412479e2a9SJohan Hovold 	if (result) {
7422479e2a9SJohan Hovold 		dev_err(&port->dev, "%s - Unable to enable UART\n", __func__);
7432479e2a9SJohan Hovold 		return result;
74403ee2515SGreg Kroah-Hartman 	}
74503ee2515SGreg Kroah-Hartman 
74646827bdaSJohan Hovold 	if (tty)
74746827bdaSJohan Hovold 		cp210x_set_termios(tty, port, NULL);
748a7207e98SJohan Hovold 
749bcbb9d81SJohan Hovold 	result = usb_serial_generic_open(tty, port);
750bcbb9d81SJohan Hovold 	if (result)
751bcbb9d81SJohan Hovold 		goto err_disable;
752bcbb9d81SJohan Hovold 
753bcbb9d81SJohan Hovold 	return 0;
754bcbb9d81SJohan Hovold 
755bcbb9d81SJohan Hovold err_disable:
756bcbb9d81SJohan Hovold 	cp210x_write_u16_reg(port, CP210X_IFC_ENABLE, UART_DISABLE);
757a7207e98SJohan Hovold 	port_priv->event_mode = false;
758bcbb9d81SJohan Hovold 
759bcbb9d81SJohan Hovold 	return result;
76003ee2515SGreg Kroah-Hartman }
76103ee2515SGreg Kroah-Hartman 
7624cc27bd6SCraig Shelley static void cp210x_close(struct usb_serial_port *port)
76303ee2515SGreg Kroah-Hartman {
764a7207e98SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
765a7207e98SJohan Hovold 
766f26788daSJohan Hovold 	usb_serial_generic_close(port);
767ebfb319bSKonstantin Shkolnyy 
768ebfb319bSKonstantin Shkolnyy 	/* Clear both queues; cp2108 needs this to avoid an occasional hang */
76919165b2bSKonstantin Shkolnyy 	cp210x_write_u16_reg(port, CP210X_PURGE, PURGE_ALL);
770ebfb319bSKonstantin Shkolnyy 
77119165b2bSKonstantin Shkolnyy 	cp210x_write_u16_reg(port, CP210X_IFC_ENABLE, UART_DISABLE);
772a7207e98SJohan Hovold 
773a7207e98SJohan Hovold 	/* Disabling the interface disables event-insertion mode. */
774a7207e98SJohan Hovold 	port_priv->event_mode = false;
775a7207e98SJohan Hovold }
776a7207e98SJohan Hovold 
777a7207e98SJohan Hovold static void cp210x_process_lsr(struct usb_serial_port *port, unsigned char lsr, char *flag)
778a7207e98SJohan Hovold {
779a7207e98SJohan Hovold 	if (lsr & CP210X_LSR_BREAK) {
780a7207e98SJohan Hovold 		port->icount.brk++;
781a7207e98SJohan Hovold 		*flag = TTY_BREAK;
782a7207e98SJohan Hovold 	} else if (lsr & CP210X_LSR_PARITY) {
783a7207e98SJohan Hovold 		port->icount.parity++;
784a7207e98SJohan Hovold 		*flag = TTY_PARITY;
785a7207e98SJohan Hovold 	} else if (lsr & CP210X_LSR_FRAME) {
786a7207e98SJohan Hovold 		port->icount.frame++;
787a7207e98SJohan Hovold 		*flag = TTY_FRAME;
788a7207e98SJohan Hovold 	}
789a7207e98SJohan Hovold 
790a7207e98SJohan Hovold 	if (lsr & CP210X_LSR_OVERRUN) {
791a7207e98SJohan Hovold 		port->icount.overrun++;
792a7207e98SJohan Hovold 		tty_insert_flip_char(&port->port, 0, TTY_OVERRUN);
793a7207e98SJohan Hovold 	}
794a7207e98SJohan Hovold }
795a7207e98SJohan Hovold 
796a7207e98SJohan Hovold static bool cp210x_process_char(struct usb_serial_port *port, unsigned char *ch, char *flag)
797a7207e98SJohan Hovold {
798a7207e98SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
799a7207e98SJohan Hovold 
800a7207e98SJohan Hovold 	switch (port_priv->event_state) {
801a7207e98SJohan Hovold 	case ES_DATA:
802a7207e98SJohan Hovold 		if (*ch == CP210X_ESCCHAR) {
803a7207e98SJohan Hovold 			port_priv->event_state = ES_ESCAPE;
804a7207e98SJohan Hovold 			break;
805a7207e98SJohan Hovold 		}
806a7207e98SJohan Hovold 		return false;
807a7207e98SJohan Hovold 	case ES_ESCAPE:
808a7207e98SJohan Hovold 		switch (*ch) {
809a7207e98SJohan Hovold 		case 0:
810a7207e98SJohan Hovold 			dev_dbg(&port->dev, "%s - escape char\n", __func__);
811a7207e98SJohan Hovold 			*ch = CP210X_ESCCHAR;
812a7207e98SJohan Hovold 			port_priv->event_state = ES_DATA;
813a7207e98SJohan Hovold 			return false;
814a7207e98SJohan Hovold 		case 1:
815a7207e98SJohan Hovold 			port_priv->event_state = ES_LSR_DATA_0;
816a7207e98SJohan Hovold 			break;
817a7207e98SJohan Hovold 		case 2:
818a7207e98SJohan Hovold 			port_priv->event_state = ES_LSR;
819a7207e98SJohan Hovold 			break;
820a7207e98SJohan Hovold 		case 3:
821a7207e98SJohan Hovold 			port_priv->event_state = ES_MSR;
822a7207e98SJohan Hovold 			break;
823a7207e98SJohan Hovold 		default:
824a7207e98SJohan Hovold 			dev_err(&port->dev, "malformed event 0x%02x\n", *ch);
825a7207e98SJohan Hovold 			port_priv->event_state = ES_DATA;
826a7207e98SJohan Hovold 			break;
827a7207e98SJohan Hovold 		}
828a7207e98SJohan Hovold 		break;
829a7207e98SJohan Hovold 	case ES_LSR_DATA_0:
830a7207e98SJohan Hovold 		port_priv->lsr = *ch;
831a7207e98SJohan Hovold 		port_priv->event_state = ES_LSR_DATA_1;
832a7207e98SJohan Hovold 		break;
833a7207e98SJohan Hovold 	case ES_LSR_DATA_1:
834a7207e98SJohan Hovold 		dev_dbg(&port->dev, "%s - lsr = 0x%02x, data = 0x%02x\n",
835a7207e98SJohan Hovold 				__func__, port_priv->lsr, *ch);
836a7207e98SJohan Hovold 		cp210x_process_lsr(port, port_priv->lsr, flag);
837a7207e98SJohan Hovold 		port_priv->event_state = ES_DATA;
838a7207e98SJohan Hovold 		return false;
839a7207e98SJohan Hovold 	case ES_LSR:
840a7207e98SJohan Hovold 		dev_dbg(&port->dev, "%s - lsr = 0x%02x\n", __func__, *ch);
841a7207e98SJohan Hovold 		port_priv->lsr = *ch;
842a7207e98SJohan Hovold 		cp210x_process_lsr(port, port_priv->lsr, flag);
843a7207e98SJohan Hovold 		port_priv->event_state = ES_DATA;
844a7207e98SJohan Hovold 		break;
845a7207e98SJohan Hovold 	case ES_MSR:
846a7207e98SJohan Hovold 		dev_dbg(&port->dev, "%s - msr = 0x%02x\n", __func__, *ch);
847a7207e98SJohan Hovold 		/* unimplemented */
848a7207e98SJohan Hovold 		port_priv->event_state = ES_DATA;
849a7207e98SJohan Hovold 		break;
850a7207e98SJohan Hovold 	}
851a7207e98SJohan Hovold 
852a7207e98SJohan Hovold 	return true;
853a7207e98SJohan Hovold }
854a7207e98SJohan Hovold 
855a7207e98SJohan Hovold static void cp210x_process_read_urb(struct urb *urb)
856a7207e98SJohan Hovold {
857a7207e98SJohan Hovold 	struct usb_serial_port *port = urb->context;
858a7207e98SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
859a7207e98SJohan Hovold 	unsigned char *ch = urb->transfer_buffer;
860a7207e98SJohan Hovold 	char flag;
861a7207e98SJohan Hovold 	int i;
862a7207e98SJohan Hovold 
863a7207e98SJohan Hovold 	if (!urb->actual_length)
864a7207e98SJohan Hovold 		return;
865a7207e98SJohan Hovold 
866a7207e98SJohan Hovold 	if (port_priv->event_mode) {
867a7207e98SJohan Hovold 		for (i = 0; i < urb->actual_length; i++, ch++) {
868a7207e98SJohan Hovold 			flag = TTY_NORMAL;
869a7207e98SJohan Hovold 
870a7207e98SJohan Hovold 			if (cp210x_process_char(port, ch, &flag))
871a7207e98SJohan Hovold 				continue;
872a7207e98SJohan Hovold 
873a7207e98SJohan Hovold 			tty_insert_flip_char(&port->port, *ch, flag);
874a7207e98SJohan Hovold 		}
875a7207e98SJohan Hovold 	} else {
876a7207e98SJohan Hovold 		tty_insert_flip_string(&port->port, ch, urb->actual_length);
877a7207e98SJohan Hovold 	}
878a7207e98SJohan Hovold 	tty_flip_buffer_push(&port->port);
87903ee2515SGreg Kroah-Hartman }
88003ee2515SGreg Kroah-Hartman 
88103ee2515SGreg Kroah-Hartman /*
8826f923a01SKonstantin Shkolnyy  * Read how many bytes are waiting in the TX queue.
8836f923a01SKonstantin Shkolnyy  */
8846f923a01SKonstantin Shkolnyy static int cp210x_get_tx_queue_byte_count(struct usb_serial_port *port,
8856f923a01SKonstantin Shkolnyy 		u32 *count)
8866f923a01SKonstantin Shkolnyy {
8876f923a01SKonstantin Shkolnyy 	struct usb_serial *serial = port->serial;
8886f923a01SKonstantin Shkolnyy 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
8896f923a01SKonstantin Shkolnyy 	struct cp210x_comm_status *sts;
8906f923a01SKonstantin Shkolnyy 	int result;
8916f923a01SKonstantin Shkolnyy 
8926f923a01SKonstantin Shkolnyy 	sts = kmalloc(sizeof(*sts), GFP_KERNEL);
8936f923a01SKonstantin Shkolnyy 	if (!sts)
8946f923a01SKonstantin Shkolnyy 		return -ENOMEM;
8956f923a01SKonstantin Shkolnyy 
8966f923a01SKonstantin Shkolnyy 	result = usb_control_msg(serial->dev, usb_rcvctrlpipe(serial->dev, 0),
8976f923a01SKonstantin Shkolnyy 			CP210X_GET_COMM_STATUS, REQTYPE_INTERFACE_TO_HOST,
8986f923a01SKonstantin Shkolnyy 			0, port_priv->bInterfaceNumber, sts, sizeof(*sts),
8996f923a01SKonstantin Shkolnyy 			USB_CTRL_GET_TIMEOUT);
9006f923a01SKonstantin Shkolnyy 	if (result == sizeof(*sts)) {
9016f923a01SKonstantin Shkolnyy 		*count = le32_to_cpu(sts->ulAmountInOutQueue);
9026f923a01SKonstantin Shkolnyy 		result = 0;
9036f923a01SKonstantin Shkolnyy 	} else {
9046f923a01SKonstantin Shkolnyy 		dev_err(&port->dev, "failed to get comm status: %d\n", result);
9056f923a01SKonstantin Shkolnyy 		if (result >= 0)
9060407f1ceSJohan Hovold 			result = -EIO;
9076f923a01SKonstantin Shkolnyy 	}
9086f923a01SKonstantin Shkolnyy 
9096f923a01SKonstantin Shkolnyy 	kfree(sts);
9106f923a01SKonstantin Shkolnyy 
9116f923a01SKonstantin Shkolnyy 	return result;
9126f923a01SKonstantin Shkolnyy }
9136f923a01SKonstantin Shkolnyy 
9146f923a01SKonstantin Shkolnyy static bool cp210x_tx_empty(struct usb_serial_port *port)
9156f923a01SKonstantin Shkolnyy {
9166f923a01SKonstantin Shkolnyy 	int err;
9176f923a01SKonstantin Shkolnyy 	u32 count;
9186f923a01SKonstantin Shkolnyy 
9196f923a01SKonstantin Shkolnyy 	err = cp210x_get_tx_queue_byte_count(port, &count);
9206f923a01SKonstantin Shkolnyy 	if (err)
9216f923a01SKonstantin Shkolnyy 		return true;
9226f923a01SKonstantin Shkolnyy 
9236f923a01SKonstantin Shkolnyy 	return !count;
9246f923a01SKonstantin Shkolnyy }
9256f923a01SKonstantin Shkolnyy 
92695fd4f47SJohan Hovold struct cp210x_rate {
92795fd4f47SJohan Hovold 	speed_t rate;
92895fd4f47SJohan Hovold 	speed_t high;
92995fd4f47SJohan Hovold };
93095fd4f47SJohan Hovold 
93195fd4f47SJohan Hovold static const struct cp210x_rate cp210x_an205_table1[] = {
93295fd4f47SJohan Hovold 	{ 300, 300 },
93395fd4f47SJohan Hovold 	{ 600, 600 },
93495fd4f47SJohan Hovold 	{ 1200, 1200 },
93595fd4f47SJohan Hovold 	{ 1800, 1800 },
93695fd4f47SJohan Hovold 	{ 2400, 2400 },
93795fd4f47SJohan Hovold 	{ 4000, 4000 },
93895fd4f47SJohan Hovold 	{ 4800, 4803 },
93995fd4f47SJohan Hovold 	{ 7200, 7207 },
94095fd4f47SJohan Hovold 	{ 9600, 9612 },
94195fd4f47SJohan Hovold 	{ 14400, 14428 },
94295fd4f47SJohan Hovold 	{ 16000, 16062 },
94395fd4f47SJohan Hovold 	{ 19200, 19250 },
94495fd4f47SJohan Hovold 	{ 28800, 28912 },
94595fd4f47SJohan Hovold 	{ 38400, 38601 },
94695fd4f47SJohan Hovold 	{ 51200, 51558 },
94795fd4f47SJohan Hovold 	{ 56000, 56280 },
94895fd4f47SJohan Hovold 	{ 57600, 58053 },
94995fd4f47SJohan Hovold 	{ 64000, 64111 },
95095fd4f47SJohan Hovold 	{ 76800, 77608 },
95195fd4f47SJohan Hovold 	{ 115200, 117028 },
95295fd4f47SJohan Hovold 	{ 128000, 129347 },
95395fd4f47SJohan Hovold 	{ 153600, 156868 },
95495fd4f47SJohan Hovold 	{ 230400, 237832 },
95595fd4f47SJohan Hovold 	{ 250000, 254234 },
95695fd4f47SJohan Hovold 	{ 256000, 273066 },
95795fd4f47SJohan Hovold 	{ 460800, 491520 },
95895fd4f47SJohan Hovold 	{ 500000, 567138 },
95995fd4f47SJohan Hovold 	{ 576000, 670254 },
96095fd4f47SJohan Hovold 	{ 921600, UINT_MAX }
96195fd4f47SJohan Hovold };
96295fd4f47SJohan Hovold 
96395fd4f47SJohan Hovold /*
96495fd4f47SJohan Hovold  * Quantises the baud rate as per AN205 Table 1
96595fd4f47SJohan Hovold  */
96695fd4f47SJohan Hovold static speed_t cp210x_get_an205_rate(speed_t baud)
96795fd4f47SJohan Hovold {
96895fd4f47SJohan Hovold 	int i;
96995fd4f47SJohan Hovold 
97095fd4f47SJohan Hovold 	for (i = 0; i < ARRAY_SIZE(cp210x_an205_table1); ++i) {
97195fd4f47SJohan Hovold 		if (baud <= cp210x_an205_table1[i].high)
97295fd4f47SJohan Hovold 			break;
97395fd4f47SJohan Hovold 	}
97495fd4f47SJohan Hovold 
97595fd4f47SJohan Hovold 	return cp210x_an205_table1[i].rate;
97695fd4f47SJohan Hovold }
97795fd4f47SJohan Hovold 
97885bc2d91SJohanna Abrahamsson static speed_t cp210x_get_actual_rate(speed_t baud)
9797aecd7fcSJohan Hovold {
9807aecd7fcSJohan Hovold 	unsigned int prescale = 1;
9817aecd7fcSJohan Hovold 	unsigned int div;
9827aecd7fcSJohan Hovold 
9837aecd7fcSJohan Hovold 	if (baud <= 365)
9847aecd7fcSJohan Hovold 		prescale = 4;
9857aecd7fcSJohan Hovold 
9867aecd7fcSJohan Hovold 	div = DIV_ROUND_CLOSEST(48000000, 2 * prescale * baud);
9877aecd7fcSJohan Hovold 	baud = 48000000 / (2 * prescale * div);
9887aecd7fcSJohan Hovold 
9897aecd7fcSJohan Hovold 	return baud;
9907aecd7fcSJohan Hovold }
9917aecd7fcSJohan Hovold 
992e5990874SJohan Hovold /*
993e5990874SJohan Hovold  * CP2101 supports the following baud rates:
994e5990874SJohan Hovold  *
995e5990874SJohan Hovold  *	300, 600, 1200, 1800, 2400, 4800, 7200, 9600, 14400, 19200, 28800,
996e5990874SJohan Hovold  *	38400, 56000, 57600, 115200, 128000, 230400, 460800, 921600
997e5990874SJohan Hovold  *
998e5990874SJohan Hovold  * CP2102 and CP2103 support the following additional rates:
999e5990874SJohan Hovold  *
1000e5990874SJohan Hovold  *	4000, 16000, 51200, 64000, 76800, 153600, 250000, 256000, 500000,
1001e5990874SJohan Hovold  *	576000
1002e5990874SJohan Hovold  *
1003e5990874SJohan Hovold  * The device will map a requested rate to a supported one, but the result
1004e5990874SJohan Hovold  * of requests for rates greater than 1053257 is undefined (see AN205).
1005e5990874SJohan Hovold  *
1006e5990874SJohan Hovold  * CP2104, CP2105 and CP2110 support most rates up to 2M, 921k and 1M baud,
1007e5990874SJohan Hovold  * respectively, with an error less than 1%. The actual rates are determined
1008e5990874SJohan Hovold  * by
1009e5990874SJohan Hovold  *
1010e5990874SJohan Hovold  *	div = round(freq / (2 x prescale x request))
1011e5990874SJohan Hovold  *	actual = freq / (2 x prescale x div)
1012e5990874SJohan Hovold  *
1013e5990874SJohan Hovold  * For CP2104 and CP2105 freq is 48Mhz and prescale is 4 for request <= 365bps
1014e5990874SJohan Hovold  * or 1 otherwise.
1015e5990874SJohan Hovold  * For CP2110 freq is 24Mhz and prescale is 4 for request <= 300bps or 1
1016e5990874SJohan Hovold  * otherwise.
1017e5990874SJohan Hovold  */
1018e5990874SJohan Hovold static void cp210x_change_speed(struct tty_struct *tty,
1019e5990874SJohan Hovold 		struct usb_serial_port *port, struct ktermios *old_termios)
1020e5990874SJohan Hovold {
10216f0bcf72SKaroly Pados 	struct usb_serial *serial = port->serial;
10226f0bcf72SKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1023e5990874SJohan Hovold 	u32 baud;
1024e5990874SJohan Hovold 
10256f0bcf72SKaroly Pados 	/*
10267aecd7fcSJohan Hovold 	 * This maps the requested rate to the actual rate, a valid rate on
10277aecd7fcSJohan Hovold 	 * cp2102 or cp2103, or to an arbitrary rate in [1M, max_speed].
1028e5990874SJohan Hovold 	 *
1029e5990874SJohan Hovold 	 * NOTE: B0 is not implemented.
1030e5990874SJohan Hovold 	 */
103185bc2d91SJohanna Abrahamsson 	baud = clamp(tty->termios.c_ospeed, priv->min_speed, priv->max_speed);
103285bc2d91SJohanna Abrahamsson 
10337aecd7fcSJohan Hovold 	if (priv->use_actual_rate)
103485bc2d91SJohanna Abrahamsson 		baud = cp210x_get_actual_rate(baud);
10357aecd7fcSJohan Hovold 	else if (baud < 1000000)
103695fd4f47SJohan Hovold 		baud = cp210x_get_an205_rate(baud);
1037e5990874SJohan Hovold 
1038660f3b14SGreg Kroah-Hartman 	dev_dbg(&port->dev, "%s - setting baud rate to %u\n", __func__, baud);
1039fe1b07e9SKonstantin Shkolnyy 	if (cp210x_write_u32_reg(port, CP210X_SET_BAUDRATE, baud)) {
1040e5990874SJohan Hovold 		dev_warn(&port->dev, "failed to set baud rate to %u\n", baud);
1041e5990874SJohan Hovold 		if (old_termios)
1042e5990874SJohan Hovold 			baud = old_termios->c_ospeed;
1043e5990874SJohan Hovold 		else
1044e5990874SJohan Hovold 			baud = 9600;
1045e5990874SJohan Hovold 	}
1046e5990874SJohan Hovold 
1047e5990874SJohan Hovold 	tty_encode_baud_rate(tty, baud, baud);
1048e5990874SJohan Hovold }
1049e5990874SJohan Hovold 
1050a7207e98SJohan Hovold static void cp210x_enable_event_mode(struct usb_serial_port *port)
1051a7207e98SJohan Hovold {
1052a7207e98SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
1053a7207e98SJohan Hovold 	int ret;
1054a7207e98SJohan Hovold 
1055a7207e98SJohan Hovold 	if (port_priv->event_mode)
1056a7207e98SJohan Hovold 		return;
1057a7207e98SJohan Hovold 
1058a7207e98SJohan Hovold 	port_priv->event_state = ES_DATA;
1059a7207e98SJohan Hovold 	port_priv->event_mode = true;
1060a7207e98SJohan Hovold 
1061a7207e98SJohan Hovold 	ret = cp210x_write_u16_reg(port, CP210X_EMBED_EVENTS, CP210X_ESCCHAR);
1062a7207e98SJohan Hovold 	if (ret) {
1063a7207e98SJohan Hovold 		dev_err(&port->dev, "failed to enable events: %d\n", ret);
1064a7207e98SJohan Hovold 		port_priv->event_mode = false;
1065a7207e98SJohan Hovold 	}
1066a7207e98SJohan Hovold }
1067a7207e98SJohan Hovold 
1068a7207e98SJohan Hovold static void cp210x_disable_event_mode(struct usb_serial_port *port)
1069a7207e98SJohan Hovold {
1070a7207e98SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
1071a7207e98SJohan Hovold 	int ret;
1072a7207e98SJohan Hovold 
1073a7207e98SJohan Hovold 	if (!port_priv->event_mode)
1074a7207e98SJohan Hovold 		return;
1075a7207e98SJohan Hovold 
1076a7207e98SJohan Hovold 	ret = cp210x_write_u16_reg(port, CP210X_EMBED_EVENTS, 0);
1077a7207e98SJohan Hovold 	if (ret) {
1078a7207e98SJohan Hovold 		dev_err(&port->dev, "failed to disable events: %d\n", ret);
1079a7207e98SJohan Hovold 		return;
1080a7207e98SJohan Hovold 	}
1081a7207e98SJohan Hovold 
1082a7207e98SJohan Hovold 	port_priv->event_mode = false;
1083a7207e98SJohan Hovold }
1084a7207e98SJohan Hovold 
10857748feffSWang Sheng Long static int cp210x_set_chars(struct usb_serial_port *port,
10867748feffSWang Sheng Long 		struct cp210x_special_chars *chars)
10877748feffSWang Sheng Long {
10887748feffSWang Sheng Long 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
10897748feffSWang Sheng Long 	struct usb_serial *serial = port->serial;
10907748feffSWang Sheng Long 	void *dmabuf;
10917748feffSWang Sheng Long 	int result;
10927748feffSWang Sheng Long 
10937748feffSWang Sheng Long 	dmabuf = kmemdup(chars, sizeof(*chars), GFP_KERNEL);
10947748feffSWang Sheng Long 	if (!dmabuf)
10957748feffSWang Sheng Long 		return -ENOMEM;
10967748feffSWang Sheng Long 
10977748feffSWang Sheng Long 	result = usb_control_msg(serial->dev, usb_sndctrlpipe(serial->dev, 0),
10987748feffSWang Sheng Long 				CP210X_SET_CHARS, REQTYPE_HOST_TO_INTERFACE, 0,
10997748feffSWang Sheng Long 				port_priv->bInterfaceNumber,
11007748feffSWang Sheng Long 				dmabuf, sizeof(*chars), USB_CTRL_SET_TIMEOUT);
11017748feffSWang Sheng Long 
11027748feffSWang Sheng Long 	kfree(dmabuf);
11037748feffSWang Sheng Long 
11047748feffSWang Sheng Long 	if (result < 0) {
11057748feffSWang Sheng Long 		dev_err(&port->dev, "failed to set special chars: %d\n", result);
11067748feffSWang Sheng Long 		return result;
11077748feffSWang Sheng Long 	}
11087748feffSWang Sheng Long 
11097748feffSWang Sheng Long 	return 0;
11107748feffSWang Sheng Long }
11117748feffSWang Sheng Long 
111295168d62SJohan Hovold static bool cp210x_termios_change(const struct ktermios *a, const struct ktermios *b)
111395168d62SJohan Hovold {
111403f32d7cSJohan Hovold 	bool iflag_change, cc_change;
111595168d62SJohan Hovold 
11167748feffSWang Sheng Long 	iflag_change = ((a->c_iflag ^ b->c_iflag) & (INPCK | IXON | IXOFF));
111703f32d7cSJohan Hovold 	cc_change = a->c_cc[VSTART] != b->c_cc[VSTART] ||
111803f32d7cSJohan Hovold 			a->c_cc[VSTOP] != b->c_cc[VSTOP];
111995168d62SJohan Hovold 
112003f32d7cSJohan Hovold 	return tty_termios_hw_change(a, b) || iflag_change || cc_change;
112195168d62SJohan Hovold }
112295168d62SJohan Hovold 
1123ed921771SJohan Hovold static void cp210x_set_flow_control(struct tty_struct *tty,
1124ed921771SJohan Hovold 		struct usb_serial_port *port, struct ktermios *old_termios)
1125ed921771SJohan Hovold {
11265951b850SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
11277748feffSWang Sheng Long 	struct cp210x_special_chars chars;
1128ed921771SJohan Hovold 	struct cp210x_flow_ctl flow_ctl;
1129ed921771SJohan Hovold 	u32 flow_repl;
1130ed921771SJohan Hovold 	u32 ctl_hs;
1131ed921771SJohan Hovold 	int ret;
1132ed921771SJohan Hovold 
11337748feffSWang Sheng Long 	if (old_termios &&
11347748feffSWang Sheng Long 			C_CRTSCTS(tty) == (old_termios->c_cflag & CRTSCTS) &&
11357748feffSWang Sheng Long 			I_IXON(tty) == (old_termios->c_iflag & IXON) &&
113603f32d7cSJohan Hovold 			I_IXOFF(tty) == (old_termios->c_iflag & IXOFF) &&
113703f32d7cSJohan Hovold 			START_CHAR(tty) == old_termios->c_cc[VSTART] &&
113803f32d7cSJohan Hovold 			STOP_CHAR(tty) == old_termios->c_cc[VSTOP]) {
1139ed921771SJohan Hovold 		return;
11407748feffSWang Sheng Long 	}
11417748feffSWang Sheng Long 
11427748feffSWang Sheng Long 	if (I_IXON(tty) || I_IXOFF(tty)) {
11437748feffSWang Sheng Long 		memset(&chars, 0, sizeof(chars));
11447748feffSWang Sheng Long 
11457748feffSWang Sheng Long 		chars.bXonChar = START_CHAR(tty);
11467748feffSWang Sheng Long 		chars.bXoffChar = STOP_CHAR(tty);
11477748feffSWang Sheng Long 
11487748feffSWang Sheng Long 		ret = cp210x_set_chars(port, &chars);
11497748feffSWang Sheng Long 		if (ret)
11507748feffSWang Sheng Long 			return;
11517748feffSWang Sheng Long 	}
1152ed921771SJohan Hovold 
11535951b850SJohan Hovold 	mutex_lock(&port_priv->mutex);
11545951b850SJohan Hovold 
1155ed921771SJohan Hovold 	ret = cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl,
1156ed921771SJohan Hovold 			sizeof(flow_ctl));
1157ed921771SJohan Hovold 	if (ret)
11585951b850SJohan Hovold 		goto out_unlock;
1159ed921771SJohan Hovold 
1160ed921771SJohan Hovold 	ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake);
1161ed921771SJohan Hovold 	flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace);
1162ed921771SJohan Hovold 
1163ed921771SJohan Hovold 	ctl_hs &= ~CP210X_SERIAL_DSR_HANDSHAKE;
1164ed921771SJohan Hovold 	ctl_hs &= ~CP210X_SERIAL_DCD_HANDSHAKE;
1165ed921771SJohan Hovold 	ctl_hs &= ~CP210X_SERIAL_DSR_SENSITIVITY;
1166ed921771SJohan Hovold 	ctl_hs &= ~CP210X_SERIAL_DTR_MASK;
1167*8cce3bbfSJohan Hovold 	if (port_priv->dtr)
1168ed921771SJohan Hovold 		ctl_hs |= CP210X_SERIAL_DTR_SHIFT(CP210X_SERIAL_DTR_ACTIVE);
1169*8cce3bbfSJohan Hovold 	else
1170*8cce3bbfSJohan Hovold 		ctl_hs |= CP210X_SERIAL_DTR_SHIFT(CP210X_SERIAL_DTR_INACTIVE);
1171ed921771SJohan Hovold 
1172ed921771SJohan Hovold 	if (C_CRTSCTS(tty)) {
1173ed921771SJohan Hovold 		ctl_hs |= CP210X_SERIAL_CTS_HANDSHAKE;
1174ed921771SJohan Hovold 		flow_repl &= ~CP210X_SERIAL_RTS_MASK;
1175ed921771SJohan Hovold 		flow_repl |= CP210X_SERIAL_RTS_SHIFT(CP210X_SERIAL_RTS_FLOW_CTL);
11765951b850SJohan Hovold 		port_priv->crtscts = true;
1177ed921771SJohan Hovold 	} else {
1178ed921771SJohan Hovold 		ctl_hs &= ~CP210X_SERIAL_CTS_HANDSHAKE;
1179ed921771SJohan Hovold 		flow_repl &= ~CP210X_SERIAL_RTS_MASK;
1180*8cce3bbfSJohan Hovold 		if (port_priv->rts)
1181ed921771SJohan Hovold 			flow_repl |= CP210X_SERIAL_RTS_SHIFT(CP210X_SERIAL_RTS_ACTIVE);
1182*8cce3bbfSJohan Hovold 		else
1183*8cce3bbfSJohan Hovold 			flow_repl |= CP210X_SERIAL_RTS_SHIFT(CP210X_SERIAL_RTS_INACTIVE);
11845951b850SJohan Hovold 		port_priv->crtscts = false;
1185ed921771SJohan Hovold 	}
1186ed921771SJohan Hovold 
11877748feffSWang Sheng Long 	if (I_IXOFF(tty))
11887748feffSWang Sheng Long 		flow_repl |= CP210X_SERIAL_AUTO_RECEIVE;
11897748feffSWang Sheng Long 	else
11907748feffSWang Sheng Long 		flow_repl &= ~CP210X_SERIAL_AUTO_RECEIVE;
11917748feffSWang Sheng Long 
11927748feffSWang Sheng Long 	if (I_IXON(tty))
11937748feffSWang Sheng Long 		flow_repl |= CP210X_SERIAL_AUTO_TRANSMIT;
11947748feffSWang Sheng Long 	else
11957748feffSWang Sheng Long 		flow_repl &= ~CP210X_SERIAL_AUTO_TRANSMIT;
11967748feffSWang Sheng Long 
1197f61309d9SJohan Hovold 	flow_ctl.ulXonLimit = cpu_to_le32(128);
1198f61309d9SJohan Hovold 	flow_ctl.ulXoffLimit = cpu_to_le32(128);
1199f61309d9SJohan Hovold 
1200ed921771SJohan Hovold 	dev_dbg(&port->dev, "%s - ulControlHandshake=0x%08x, ulFlowReplace=0x%08x\n",
1201ed921771SJohan Hovold 			__func__, ctl_hs, flow_repl);
1202ed921771SJohan Hovold 
1203ed921771SJohan Hovold 	flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs);
1204ed921771SJohan Hovold 	flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl);
1205ed921771SJohan Hovold 
1206ed921771SJohan Hovold 	cp210x_write_reg_block(port, CP210X_SET_FLOW, &flow_ctl,
1207ed921771SJohan Hovold 			sizeof(flow_ctl));
12085951b850SJohan Hovold out_unlock:
12095951b850SJohan Hovold 	mutex_unlock(&port_priv->mutex);
1210ed921771SJohan Hovold }
1211ed921771SJohan Hovold 
12124cc27bd6SCraig Shelley static void cp210x_set_termios(struct tty_struct *tty,
121303ee2515SGreg Kroah-Hartman 		struct usb_serial_port *port, struct ktermios *old_termios)
121403ee2515SGreg Kroah-Hartman {
1215d4297629SJohan Hovold 	struct cp210x_serial_private *priv = usb_get_serial_data(port->serial);
121619165b2bSKonstantin Shkolnyy 	u16 bits;
1217d4297629SJohan Hovold 	int ret;
121803ee2515SGreg Kroah-Hartman 
121946827bdaSJohan Hovold 	if (old_termios && !cp210x_termios_change(&tty->termios, old_termios))
122095168d62SJohan Hovold 		return;
122195168d62SJohan Hovold 
122246827bdaSJohan Hovold 	if (!old_termios || tty->termios.c_ospeed != old_termios->c_ospeed)
1223e5990874SJohan Hovold 		cp210x_change_speed(tty, port, old_termios);
122403ee2515SGreg Kroah-Hartman 
1225d4297629SJohan Hovold 	/* CP2101 only supports CS8, 1 stop bit and non-stick parity. */
1226d4297629SJohan Hovold 	if (priv->partnum == CP210X_PARTNUM_CP2101) {
1227d4297629SJohan Hovold 		tty->termios.c_cflag &= ~(CSIZE | CSTOPB | CMSPAR);
1228d4297629SJohan Hovold 		tty->termios.c_cflag |= CS8;
1229d4297629SJohan Hovold 	}
1230d4297629SJohan Hovold 
1231d4297629SJohan Hovold 	bits = 0;
1232d4297629SJohan Hovold 
1233d4297629SJohan Hovold 	switch (C_CSIZE(tty)) {
123403ee2515SGreg Kroah-Hartman 	case CS5:
123503ee2515SGreg Kroah-Hartman 		bits |= BITS_DATA_5;
123603ee2515SGreg Kroah-Hartman 		break;
123703ee2515SGreg Kroah-Hartman 	case CS6:
123803ee2515SGreg Kroah-Hartman 		bits |= BITS_DATA_6;
123903ee2515SGreg Kroah-Hartman 		break;
124003ee2515SGreg Kroah-Hartman 	case CS7:
124103ee2515SGreg Kroah-Hartman 		bits |= BITS_DATA_7;
124203ee2515SGreg Kroah-Hartman 		break;
124303ee2515SGreg Kroah-Hartman 	case CS8:
1244c2b33559SJohan Hovold 	default:
124503ee2515SGreg Kroah-Hartman 		bits |= BITS_DATA_8;
124603ee2515SGreg Kroah-Hartman 		break;
124703ee2515SGreg Kroah-Hartman 	}
124803ee2515SGreg Kroah-Hartman 
1249d4297629SJohan Hovold 	if (C_PARENB(tty)) {
1250d4297629SJohan Hovold 		if (C_CMSPAR(tty)) {
1251d4297629SJohan Hovold 			if (C_PARODD(tty))
12524b6181caSRoland Koebler 				bits |= BITS_PARITY_MARK;
1253d4297629SJohan Hovold 			else
12544b6181caSRoland Koebler 				bits |= BITS_PARITY_SPACE;
12554b6181caSRoland Koebler 		} else {
1256d4297629SJohan Hovold 			if (C_PARODD(tty))
125703ee2515SGreg Kroah-Hartman 				bits |= BITS_PARITY_ODD;
1258d4297629SJohan Hovold 			else
125903ee2515SGreg Kroah-Hartman 				bits |= BITS_PARITY_EVEN;
126003ee2515SGreg Kroah-Hartman 		}
126103ee2515SGreg Kroah-Hartman 	}
126203ee2515SGreg Kroah-Hartman 
1263d4297629SJohan Hovold 	if (C_CSTOPB(tty))
126403ee2515SGreg Kroah-Hartman 		bits |= BITS_STOP_2;
1265d4297629SJohan Hovold 	else
126603ee2515SGreg Kroah-Hartman 		bits |= BITS_STOP_1;
1267d4297629SJohan Hovold 
1268d4297629SJohan Hovold 	ret = cp210x_write_u16_reg(port, CP210X_SET_LINE_CTL, bits);
1269d4297629SJohan Hovold 	if (ret)
1270d4297629SJohan Hovold 		dev_err(&port->dev, "failed to set line control: %d\n", ret);
127103ee2515SGreg Kroah-Hartman 
1272ed921771SJohan Hovold 	cp210x_set_flow_control(tty, port, old_termios);
127303ee2515SGreg Kroah-Hartman 
1274a7207e98SJohan Hovold 	/*
1275a7207e98SJohan Hovold 	 * Enable event-insertion mode only if input parity checking is
1276a7207e98SJohan Hovold 	 * enabled for now.
1277a7207e98SJohan Hovold 	 */
1278a7207e98SJohan Hovold 	if (I_INPCK(tty))
1279a7207e98SJohan Hovold 		cp210x_enable_event_mode(port);
1280a7207e98SJohan Hovold 	else
1281a7207e98SJohan Hovold 		cp210x_disable_event_mode(port);
128203ee2515SGreg Kroah-Hartman }
128303ee2515SGreg Kroah-Hartman 
128420b9d177SAlan Cox static int cp210x_tiocmset(struct tty_struct *tty,
128503ee2515SGreg Kroah-Hartman 		unsigned int set, unsigned int clear)
128603ee2515SGreg Kroah-Hartman {
128703ee2515SGreg Kroah-Hartman 	struct usb_serial_port *port = tty->driver_data;
128820b9d177SAlan Cox 	return cp210x_tiocmset_port(port, set, clear);
1289d2ad67b3SVomLehn }
1290d2ad67b3SVomLehn 
129120b9d177SAlan Cox static int cp210x_tiocmset_port(struct usb_serial_port *port,
1292d2ad67b3SVomLehn 		unsigned int set, unsigned int clear)
1293d2ad67b3SVomLehn {
12945951b850SJohan Hovold 	struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
129519165b2bSKonstantin Shkolnyy 	u16 control = 0;
12965951b850SJohan Hovold 	int ret;
129703ee2515SGreg Kroah-Hartman 
1298*8cce3bbfSJohan Hovold 	mutex_lock(&port_priv->mutex);
1299*8cce3bbfSJohan Hovold 
130003ee2515SGreg Kroah-Hartman 	if (set & TIOCM_RTS) {
1301*8cce3bbfSJohan Hovold 		port_priv->rts = true;
130203ee2515SGreg Kroah-Hartman 		control |= CONTROL_RTS;
130303ee2515SGreg Kroah-Hartman 		control |= CONTROL_WRITE_RTS;
130403ee2515SGreg Kroah-Hartman 	}
130503ee2515SGreg Kroah-Hartman 	if (set & TIOCM_DTR) {
1306*8cce3bbfSJohan Hovold 		port_priv->dtr = true;
130703ee2515SGreg Kroah-Hartman 		control |= CONTROL_DTR;
130803ee2515SGreg Kroah-Hartman 		control |= CONTROL_WRITE_DTR;
130903ee2515SGreg Kroah-Hartman 	}
131003ee2515SGreg Kroah-Hartman 	if (clear & TIOCM_RTS) {
1311*8cce3bbfSJohan Hovold 		port_priv->rts = false;
131203ee2515SGreg Kroah-Hartman 		control &= ~CONTROL_RTS;
131303ee2515SGreg Kroah-Hartman 		control |= CONTROL_WRITE_RTS;
131403ee2515SGreg Kroah-Hartman 	}
131503ee2515SGreg Kroah-Hartman 	if (clear & TIOCM_DTR) {
1316*8cce3bbfSJohan Hovold 		port_priv->dtr = false;
131703ee2515SGreg Kroah-Hartman 		control &= ~CONTROL_DTR;
131803ee2515SGreg Kroah-Hartman 		control |= CONTROL_WRITE_DTR;
131903ee2515SGreg Kroah-Hartman 	}
132003ee2515SGreg Kroah-Hartman 
13215951b850SJohan Hovold 	/*
13225951b850SJohan Hovold 	 * SET_MHS cannot be used to control RTS when auto-RTS is enabled.
13235951b850SJohan Hovold 	 * Note that RTS is still deasserted when disabling the UART on close.
13245951b850SJohan Hovold 	 */
13255951b850SJohan Hovold 	if (port_priv->crtscts)
13265951b850SJohan Hovold 		control &= ~CONTROL_WRITE_RTS;
13275951b850SJohan Hovold 
1328660f3b14SGreg Kroah-Hartman 	dev_dbg(&port->dev, "%s - control = 0x%.4x\n", __func__, control);
132903ee2515SGreg Kroah-Hartman 
13305951b850SJohan Hovold 	ret = cp210x_write_u16_reg(port, CP210X_SET_MHS, control);
13315951b850SJohan Hovold 
13325951b850SJohan Hovold 	mutex_unlock(&port_priv->mutex);
13335951b850SJohan Hovold 
13345951b850SJohan Hovold 	return ret;
133503ee2515SGreg Kroah-Hartman }
133603ee2515SGreg Kroah-Hartman 
1337daa91919SJohan Hovold static void cp210x_dtr_rts(struct usb_serial_port *port, int on)
1338d94c7bd4SAlan Cox {
1339d94c7bd4SAlan Cox 	if (on)
1340daa91919SJohan Hovold 		cp210x_tiocmset_port(port, TIOCM_DTR | TIOCM_RTS, 0);
1341d94c7bd4SAlan Cox 	else
1342daa91919SJohan Hovold 		cp210x_tiocmset_port(port, 0, TIOCM_DTR | TIOCM_RTS);
1343d94c7bd4SAlan Cox }
1344d94c7bd4SAlan Cox 
134560b33c13SAlan Cox static int cp210x_tiocmget(struct tty_struct *tty)
134603ee2515SGreg Kroah-Hartman {
134703ee2515SGreg Kroah-Hartman 	struct usb_serial_port *port = tty->driver_data;
1348fe1b07e9SKonstantin Shkolnyy 	u8 control;
134903ee2515SGreg Kroah-Hartman 	int result;
135003ee2515SGreg Kroah-Hartman 
1351de24e0a1SJohan Hovold 	result = cp210x_read_u8_reg(port, CP210X_GET_MDMSTS, &control);
1352de24e0a1SJohan Hovold 	if (result)
1353de24e0a1SJohan Hovold 		return result;
135403ee2515SGreg Kroah-Hartman 
135503ee2515SGreg Kroah-Hartman 	result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0)
135603ee2515SGreg Kroah-Hartman 		|((control & CONTROL_RTS) ? TIOCM_RTS : 0)
135703ee2515SGreg Kroah-Hartman 		|((control & CONTROL_CTS) ? TIOCM_CTS : 0)
135803ee2515SGreg Kroah-Hartman 		|((control & CONTROL_DSR) ? TIOCM_DSR : 0)
135903ee2515SGreg Kroah-Hartman 		|((control & CONTROL_RING)? TIOCM_RI  : 0)
136003ee2515SGreg Kroah-Hartman 		|((control & CONTROL_DCD) ? TIOCM_CD  : 0);
136103ee2515SGreg Kroah-Hartman 
1362660f3b14SGreg Kroah-Hartman 	dev_dbg(&port->dev, "%s - control = 0x%.2x\n", __func__, control);
136303ee2515SGreg Kroah-Hartman 
136403ee2515SGreg Kroah-Hartman 	return result;
136503ee2515SGreg Kroah-Hartman }
136603ee2515SGreg Kroah-Hartman 
13674cc27bd6SCraig Shelley static void cp210x_break_ctl(struct tty_struct *tty, int break_state)
136803ee2515SGreg Kroah-Hartman {
136903ee2515SGreg Kroah-Hartman 	struct usb_serial_port *port = tty->driver_data;
137019165b2bSKonstantin Shkolnyy 	u16 state;
137103ee2515SGreg Kroah-Hartman 
137203ee2515SGreg Kroah-Hartman 	if (break_state == 0)
137303ee2515SGreg Kroah-Hartman 		state = BREAK_OFF;
137403ee2515SGreg Kroah-Hartman 	else
137503ee2515SGreg Kroah-Hartman 		state = BREAK_ON;
1376660f3b14SGreg Kroah-Hartman 	dev_dbg(&port->dev, "%s - turning break %s\n", __func__,
137703ee2515SGreg Kroah-Hartman 		state == BREAK_OFF ? "off" : "on");
137819165b2bSKonstantin Shkolnyy 	cp210x_write_u16_reg(port, CP210X_SET_BREAK, state);
137903ee2515SGreg Kroah-Hartman }
138003ee2515SGreg Kroah-Hartman 
1381cf5276ceSMartyn Welch #ifdef CONFIG_GPIOLIB
1382cf5276ceSMartyn Welch static int cp210x_gpio_request(struct gpio_chip *gc, unsigned int offset)
1383cf5276ceSMartyn Welch {
1384cf5276ceSMartyn Welch 	struct usb_serial *serial = gpiochip_get_data(gc);
1385cf5276ceSMartyn Welch 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1386cf5276ceSMartyn Welch 
1387c8acfe0aSKaroly Pados 	if (priv->gpio_altfunc & BIT(offset))
1388cf5276ceSMartyn Welch 		return -ENODEV;
1389cf5276ceSMartyn Welch 
1390cf5276ceSMartyn Welch 	return 0;
1391cf5276ceSMartyn Welch }
1392cf5276ceSMartyn Welch 
1393cf5276ceSMartyn Welch static int cp210x_gpio_get(struct gpio_chip *gc, unsigned int gpio)
1394cf5276ceSMartyn Welch {
1395cf5276ceSMartyn Welch 	struct usb_serial *serial = gpiochip_get_data(gc);
1396c8acfe0aSKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1397c8acfe0aSKaroly Pados 	u8 req_type = REQTYPE_DEVICE_TO_HOST;
1398cf5276ceSMartyn Welch 	int result;
1399cf5276ceSMartyn Welch 	u8 buf;
1400cf5276ceSMartyn Welch 
1401c8acfe0aSKaroly Pados 	if (priv->partnum == CP210X_PARTNUM_CP2105)
1402c8acfe0aSKaroly Pados 		req_type = REQTYPE_INTERFACE_TO_HOST;
1403c8acfe0aSKaroly Pados 
14047b0b644bSKaroly Pados 	result = usb_autopm_get_interface(serial->interface);
14057b0b644bSKaroly Pados 	if (result)
14067b0b644bSKaroly Pados 		return result;
14077b0b644bSKaroly Pados 
1408c8acfe0aSKaroly Pados 	result = cp210x_read_vendor_block(serial, req_type,
1409cf5276ceSMartyn Welch 					  CP210X_READ_LATCH, &buf, sizeof(buf));
14107b0b644bSKaroly Pados 	usb_autopm_put_interface(serial->interface);
1411cf5276ceSMartyn Welch 	if (result < 0)
1412cf5276ceSMartyn Welch 		return result;
1413cf5276ceSMartyn Welch 
1414cf5276ceSMartyn Welch 	return !!(buf & BIT(gpio));
1415cf5276ceSMartyn Welch }
1416cf5276ceSMartyn Welch 
1417cf5276ceSMartyn Welch static void cp210x_gpio_set(struct gpio_chip *gc, unsigned int gpio, int value)
1418cf5276ceSMartyn Welch {
1419cf5276ceSMartyn Welch 	struct usb_serial *serial = gpiochip_get_data(gc);
1420c8acfe0aSKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1421cf5276ceSMartyn Welch 	struct cp210x_gpio_write buf;
1422c8acfe0aSKaroly Pados 	int result;
1423cf5276ceSMartyn Welch 
1424cf5276ceSMartyn Welch 	if (value == 1)
1425cf5276ceSMartyn Welch 		buf.state = BIT(gpio);
1426cf5276ceSMartyn Welch 	else
1427cf5276ceSMartyn Welch 		buf.state = 0;
1428cf5276ceSMartyn Welch 
1429cf5276ceSMartyn Welch 	buf.mask = BIT(gpio);
1430cf5276ceSMartyn Welch 
14317b0b644bSKaroly Pados 	result = usb_autopm_get_interface(serial->interface);
14327b0b644bSKaroly Pados 	if (result)
14337b0b644bSKaroly Pados 		goto out;
14347b0b644bSKaroly Pados 
1435c8acfe0aSKaroly Pados 	if (priv->partnum == CP210X_PARTNUM_CP2105) {
1436c8acfe0aSKaroly Pados 		result = cp210x_write_vendor_block(serial,
1437c8acfe0aSKaroly Pados 						   REQTYPE_HOST_TO_INTERFACE,
1438c8acfe0aSKaroly Pados 						   CP210X_WRITE_LATCH, &buf,
1439c8acfe0aSKaroly Pados 						   sizeof(buf));
1440c8acfe0aSKaroly Pados 	} else {
1441c8acfe0aSKaroly Pados 		u16 wIndex = buf.state << 8 | buf.mask;
1442c8acfe0aSKaroly Pados 
1443c8acfe0aSKaroly Pados 		result = usb_control_msg(serial->dev,
1444c8acfe0aSKaroly Pados 					 usb_sndctrlpipe(serial->dev, 0),
1445c8acfe0aSKaroly Pados 					 CP210X_VENDOR_SPECIFIC,
1446c8acfe0aSKaroly Pados 					 REQTYPE_HOST_TO_DEVICE,
1447c8acfe0aSKaroly Pados 					 CP210X_WRITE_LATCH,
1448c8acfe0aSKaroly Pados 					 wIndex,
1449c8acfe0aSKaroly Pados 					 NULL, 0, USB_CTRL_SET_TIMEOUT);
1450c8acfe0aSKaroly Pados 	}
1451c8acfe0aSKaroly Pados 
14527b0b644bSKaroly Pados 	usb_autopm_put_interface(serial->interface);
14537b0b644bSKaroly Pados out:
1454c8acfe0aSKaroly Pados 	if (result < 0) {
1455c8acfe0aSKaroly Pados 		dev_err(&serial->interface->dev, "failed to set GPIO value: %d\n",
1456c8acfe0aSKaroly Pados 				result);
1457c8acfe0aSKaroly Pados 	}
1458cf5276ceSMartyn Welch }
1459cf5276ceSMartyn Welch 
1460cf5276ceSMartyn Welch static int cp210x_gpio_direction_get(struct gpio_chip *gc, unsigned int gpio)
1461cf5276ceSMartyn Welch {
1462c8acfe0aSKaroly Pados 	struct usb_serial *serial = gpiochip_get_data(gc);
1463c8acfe0aSKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1464c8acfe0aSKaroly Pados 
1465c8acfe0aSKaroly Pados 	return priv->gpio_input & BIT(gpio);
1466cf5276ceSMartyn Welch }
1467cf5276ceSMartyn Welch 
1468cf5276ceSMartyn Welch static int cp210x_gpio_direction_input(struct gpio_chip *gc, unsigned int gpio)
1469cf5276ceSMartyn Welch {
1470c8acfe0aSKaroly Pados 	struct usb_serial *serial = gpiochip_get_data(gc);
1471c8acfe0aSKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1472c8acfe0aSKaroly Pados 
1473c8acfe0aSKaroly Pados 	if (priv->partnum == CP210X_PARTNUM_CP2105) {
1474c8acfe0aSKaroly Pados 		/* hardware does not support an input mode */
1475cf5276ceSMartyn Welch 		return -ENOTSUPP;
1476cf5276ceSMartyn Welch 	}
1477cf5276ceSMartyn Welch 
1478c8acfe0aSKaroly Pados 	/* push-pull pins cannot be changed to be inputs */
1479c8acfe0aSKaroly Pados 	if (priv->gpio_pushpull & BIT(gpio))
1480c8acfe0aSKaroly Pados 		return -EINVAL;
1481c8acfe0aSKaroly Pados 
1482c8acfe0aSKaroly Pados 	/* make sure to release pin if it is being driven low */
1483c8acfe0aSKaroly Pados 	cp210x_gpio_set(gc, gpio, 1);
1484c8acfe0aSKaroly Pados 
1485c8acfe0aSKaroly Pados 	priv->gpio_input |= BIT(gpio);
1486c8acfe0aSKaroly Pados 
1487c8acfe0aSKaroly Pados 	return 0;
1488c8acfe0aSKaroly Pados }
1489c8acfe0aSKaroly Pados 
1490cf5276ceSMartyn Welch static int cp210x_gpio_direction_output(struct gpio_chip *gc, unsigned int gpio,
1491cf5276ceSMartyn Welch 					int value)
1492cf5276ceSMartyn Welch {
1493c8acfe0aSKaroly Pados 	struct usb_serial *serial = gpiochip_get_data(gc);
1494c8acfe0aSKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1495c8acfe0aSKaroly Pados 
1496c8acfe0aSKaroly Pados 	priv->gpio_input &= ~BIT(gpio);
1497c8acfe0aSKaroly Pados 	cp210x_gpio_set(gc, gpio, value);
1498c8acfe0aSKaroly Pados 
1499cf5276ceSMartyn Welch 	return 0;
1500cf5276ceSMartyn Welch }
1501cf5276ceSMartyn Welch 
15022956b5d9SMika Westerberg static int cp210x_gpio_set_config(struct gpio_chip *gc, unsigned int gpio,
15032956b5d9SMika Westerberg 				  unsigned long config)
1504cf5276ceSMartyn Welch {
1505cf5276ceSMartyn Welch 	struct usb_serial *serial = gpiochip_get_data(gc);
1506cf5276ceSMartyn Welch 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
15072956b5d9SMika Westerberg 	enum pin_config_param param = pinconf_to_config_param(config);
1508cf5276ceSMartyn Welch 
1509cf5276ceSMartyn Welch 	/* Succeed only if in correct mode (this can't be set at runtime) */
15102956b5d9SMika Westerberg 	if ((param == PIN_CONFIG_DRIVE_PUSH_PULL) &&
1511c8acfe0aSKaroly Pados 	    (priv->gpio_pushpull & BIT(gpio)))
1512cf5276ceSMartyn Welch 		return 0;
1513cf5276ceSMartyn Welch 
15142956b5d9SMika Westerberg 	if ((param == PIN_CONFIG_DRIVE_OPEN_DRAIN) &&
1515c8acfe0aSKaroly Pados 	    !(priv->gpio_pushpull & BIT(gpio)))
1516cf5276ceSMartyn Welch 		return 0;
1517cf5276ceSMartyn Welch 
1518cf5276ceSMartyn Welch 	return -ENOTSUPP;
1519cf5276ceSMartyn Welch }
1520cf5276ceSMartyn Welch 
1521cf5276ceSMartyn Welch /*
1522cf5276ceSMartyn Welch  * This function is for configuring GPIO using shared pins, where other signals
1523cf5276ceSMartyn Welch  * are made unavailable by configuring the use of GPIO. This is believed to be
1524cf5276ceSMartyn Welch  * only applicable to the cp2105 at this point, the other devices supported by
1525cf5276ceSMartyn Welch  * this driver that provide GPIO do so in a way that does not impact other
1526cf5276ceSMartyn Welch  * signals and are thus expected to have very different initialisation.
1527cf5276ceSMartyn Welch  */
1528c8acfe0aSKaroly Pados static int cp2105_gpioconf_init(struct usb_serial *serial)
1529cf5276ceSMartyn Welch {
1530cf5276ceSMartyn Welch 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1531cf5276ceSMartyn Welch 	struct cp210x_pin_mode mode;
153215fb84b7SIcenowy Zheng 	struct cp210x_dual_port_config config;
1533cf5276ceSMartyn Welch 	u8 intf_num = cp210x_interface_num(serial);
1534c8acfe0aSKaroly Pados 	u8 iface_config;
1535cf5276ceSMartyn Welch 	int result;
1536cf5276ceSMartyn Welch 
1537cf5276ceSMartyn Welch 	result = cp210x_read_vendor_block(serial, REQTYPE_DEVICE_TO_HOST,
1538cf5276ceSMartyn Welch 					  CP210X_GET_DEVICEMODE, &mode,
1539cf5276ceSMartyn Welch 					  sizeof(mode));
1540cf5276ceSMartyn Welch 	if (result < 0)
1541cf5276ceSMartyn Welch 		return result;
1542cf5276ceSMartyn Welch 
1543cf5276ceSMartyn Welch 	result = cp210x_read_vendor_block(serial, REQTYPE_DEVICE_TO_HOST,
1544cf5276ceSMartyn Welch 					  CP210X_GET_PORTCONFIG, &config,
1545cf5276ceSMartyn Welch 					  sizeof(config));
1546cf5276ceSMartyn Welch 	if (result < 0)
1547cf5276ceSMartyn Welch 		return result;
1548cf5276ceSMartyn Welch 
1549cf5276ceSMartyn Welch 	/*  2 banks of GPIO - One for the pins taken from each serial port */
1550cf5276ceSMartyn Welch 	if (intf_num == 0) {
1551c8acfe0aSKaroly Pados 		if (mode.eci == CP210X_PIN_MODE_MODEM) {
1552c8acfe0aSKaroly Pados 			/* mark all GPIOs of this interface as reserved */
1553c8acfe0aSKaroly Pados 			priv->gpio_altfunc = 0xff;
1554cf5276ceSMartyn Welch 			return 0;
1555c8acfe0aSKaroly Pados 		}
1556cf5276ceSMartyn Welch 
1557c8acfe0aSKaroly Pados 		iface_config = config.eci_cfg;
1558c8acfe0aSKaroly Pados 		priv->gpio_pushpull = (u8)((le16_to_cpu(config.gpio_mode) &
1559cf5276ceSMartyn Welch 						CP210X_ECI_GPIO_MODE_MASK) >>
1560cf5276ceSMartyn Welch 						CP210X_ECI_GPIO_MODE_OFFSET);
1561cf5276ceSMartyn Welch 		priv->gc.ngpio = 2;
1562cf5276ceSMartyn Welch 	} else if (intf_num == 1) {
1563c8acfe0aSKaroly Pados 		if (mode.sci == CP210X_PIN_MODE_MODEM) {
1564c8acfe0aSKaroly Pados 			/* mark all GPIOs of this interface as reserved */
1565c8acfe0aSKaroly Pados 			priv->gpio_altfunc = 0xff;
1566cf5276ceSMartyn Welch 			return 0;
1567c8acfe0aSKaroly Pados 		}
1568cf5276ceSMartyn Welch 
1569c8acfe0aSKaroly Pados 		iface_config = config.sci_cfg;
1570c8acfe0aSKaroly Pados 		priv->gpio_pushpull = (u8)((le16_to_cpu(config.gpio_mode) &
1571cf5276ceSMartyn Welch 						CP210X_SCI_GPIO_MODE_MASK) >>
1572cf5276ceSMartyn Welch 						CP210X_SCI_GPIO_MODE_OFFSET);
1573cf5276ceSMartyn Welch 		priv->gc.ngpio = 3;
1574cf5276ceSMartyn Welch 	} else {
1575cf5276ceSMartyn Welch 		return -ENODEV;
1576cf5276ceSMartyn Welch 	}
1577cf5276ceSMartyn Welch 
1578c8acfe0aSKaroly Pados 	/* mark all pins which are not in GPIO mode */
1579c8acfe0aSKaroly Pados 	if (iface_config & CP2105_GPIO0_TXLED_MODE)	/* GPIO 0 */
1580c8acfe0aSKaroly Pados 		priv->gpio_altfunc |= BIT(0);
1581c8acfe0aSKaroly Pados 	if (iface_config & (CP2105_GPIO1_RXLED_MODE |	/* GPIO 1 */
1582c8acfe0aSKaroly Pados 			CP2105_GPIO1_RS485_MODE))
1583c8acfe0aSKaroly Pados 		priv->gpio_altfunc |= BIT(1);
1584c8acfe0aSKaroly Pados 
1585c8acfe0aSKaroly Pados 	/* driver implementation for CP2105 only supports outputs */
1586c8acfe0aSKaroly Pados 	priv->gpio_input = 0;
1587c8acfe0aSKaroly Pados 
1588c8acfe0aSKaroly Pados 	return 0;
1589c8acfe0aSKaroly Pados }
1590c8acfe0aSKaroly Pados 
159115fb84b7SIcenowy Zheng static int cp2104_gpioconf_init(struct usb_serial *serial)
159215fb84b7SIcenowy Zheng {
159315fb84b7SIcenowy Zheng 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
159415fb84b7SIcenowy Zheng 	struct cp210x_single_port_config config;
159515fb84b7SIcenowy Zheng 	u8 iface_config;
159615fb84b7SIcenowy Zheng 	u8 gpio_latch;
159715fb84b7SIcenowy Zheng 	int result;
159815fb84b7SIcenowy Zheng 	u8 i;
159915fb84b7SIcenowy Zheng 
160015fb84b7SIcenowy Zheng 	result = cp210x_read_vendor_block(serial, REQTYPE_DEVICE_TO_HOST,
160115fb84b7SIcenowy Zheng 					  CP210X_GET_PORTCONFIG, &config,
160215fb84b7SIcenowy Zheng 					  sizeof(config));
160315fb84b7SIcenowy Zheng 	if (result < 0)
160415fb84b7SIcenowy Zheng 		return result;
160515fb84b7SIcenowy Zheng 
160615fb84b7SIcenowy Zheng 	priv->gc.ngpio = 4;
160715fb84b7SIcenowy Zheng 
160815fb84b7SIcenowy Zheng 	iface_config = config.device_cfg;
160915fb84b7SIcenowy Zheng 	priv->gpio_pushpull = (u8)((le16_to_cpu(config.gpio_mode) &
161015fb84b7SIcenowy Zheng 					CP210X_GPIO_MODE_MASK) >>
161115fb84b7SIcenowy Zheng 					CP210X_GPIO_MODE_OFFSET);
161215fb84b7SIcenowy Zheng 	gpio_latch = (u8)((le16_to_cpu(config.reset_state) &
161315fb84b7SIcenowy Zheng 					CP210X_GPIO_MODE_MASK) >>
161415fb84b7SIcenowy Zheng 					CP210X_GPIO_MODE_OFFSET);
161515fb84b7SIcenowy Zheng 
161615fb84b7SIcenowy Zheng 	/* mark all pins which are not in GPIO mode */
161715fb84b7SIcenowy Zheng 	if (iface_config & CP2104_GPIO0_TXLED_MODE)	/* GPIO 0 */
161815fb84b7SIcenowy Zheng 		priv->gpio_altfunc |= BIT(0);
161915fb84b7SIcenowy Zheng 	if (iface_config & CP2104_GPIO1_RXLED_MODE)	/* GPIO 1 */
162015fb84b7SIcenowy Zheng 		priv->gpio_altfunc |= BIT(1);
162115fb84b7SIcenowy Zheng 	if (iface_config & CP2104_GPIO2_RS485_MODE)	/* GPIO 2 */
162215fb84b7SIcenowy Zheng 		priv->gpio_altfunc |= BIT(2);
162315fb84b7SIcenowy Zheng 
162415fb84b7SIcenowy Zheng 	/*
162515fb84b7SIcenowy Zheng 	 * Like CP2102N, CP2104 has also no strict input and output pin
162615fb84b7SIcenowy Zheng 	 * modes.
162715fb84b7SIcenowy Zheng 	 * Do the same input mode emulation as CP2102N.
162815fb84b7SIcenowy Zheng 	 */
162915fb84b7SIcenowy Zheng 	for (i = 0; i < priv->gc.ngpio; ++i) {
163015fb84b7SIcenowy Zheng 		/*
163115fb84b7SIcenowy Zheng 		 * Set direction to "input" iff pin is open-drain and reset
163215fb84b7SIcenowy Zheng 		 * value is 1.
163315fb84b7SIcenowy Zheng 		 */
163415fb84b7SIcenowy Zheng 		if (!(priv->gpio_pushpull & BIT(i)) && (gpio_latch & BIT(i)))
163515fb84b7SIcenowy Zheng 			priv->gpio_input |= BIT(i);
163615fb84b7SIcenowy Zheng 	}
163715fb84b7SIcenowy Zheng 
163815fb84b7SIcenowy Zheng 	return 0;
163915fb84b7SIcenowy Zheng }
164015fb84b7SIcenowy Zheng 
1641c8acfe0aSKaroly Pados static int cp2102n_gpioconf_init(struct usb_serial *serial)
1642c8acfe0aSKaroly Pados {
1643c8acfe0aSKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1644c8acfe0aSKaroly Pados 	const u16 config_size = 0x02a6;
1645c8acfe0aSKaroly Pados 	u8 gpio_rst_latch;
1646c8acfe0aSKaroly Pados 	u8 config_version;
1647c8acfe0aSKaroly Pados 	u8 gpio_pushpull;
1648c8acfe0aSKaroly Pados 	u8 *config_buf;
1649c8acfe0aSKaroly Pados 	u8 gpio_latch;
1650c8acfe0aSKaroly Pados 	u8 gpio_ctrl;
1651c8acfe0aSKaroly Pados 	int result;
1652c8acfe0aSKaroly Pados 	u8 i;
1653c8acfe0aSKaroly Pados 
1654c8acfe0aSKaroly Pados 	/*
1655c8acfe0aSKaroly Pados 	 * Retrieve device configuration from the device.
1656c8acfe0aSKaroly Pados 	 * The array received contains all customization settings done at the
1657c8acfe0aSKaroly Pados 	 * factory/manufacturer. Format of the array is documented at the
1658c8acfe0aSKaroly Pados 	 * time of writing at:
1659c8acfe0aSKaroly Pados 	 * https://www.silabs.com/community/interface/knowledge-base.entry.html/2017/03/31/cp2102n_setconfig-xsfa
1660c8acfe0aSKaroly Pados 	 */
1661c8acfe0aSKaroly Pados 	config_buf = kmalloc(config_size, GFP_KERNEL);
1662c8acfe0aSKaroly Pados 	if (!config_buf)
1663c8acfe0aSKaroly Pados 		return -ENOMEM;
1664c8acfe0aSKaroly Pados 
1665c8acfe0aSKaroly Pados 	result = cp210x_read_vendor_block(serial,
1666c8acfe0aSKaroly Pados 					  REQTYPE_DEVICE_TO_HOST,
1667c8acfe0aSKaroly Pados 					  CP210X_READ_2NCONFIG,
1668c8acfe0aSKaroly Pados 					  config_buf,
1669c8acfe0aSKaroly Pados 					  config_size);
1670c8acfe0aSKaroly Pados 	if (result < 0) {
1671c8acfe0aSKaroly Pados 		kfree(config_buf);
1672c8acfe0aSKaroly Pados 		return result;
1673c8acfe0aSKaroly Pados 	}
1674c8acfe0aSKaroly Pados 
1675c8acfe0aSKaroly Pados 	config_version = config_buf[CP210X_2NCONFIG_CONFIG_VERSION_IDX];
1676c8acfe0aSKaroly Pados 	gpio_pushpull = config_buf[CP210X_2NCONFIG_GPIO_MODE_IDX];
1677c8acfe0aSKaroly Pados 	gpio_ctrl = config_buf[CP210X_2NCONFIG_GPIO_CONTROL_IDX];
1678c8acfe0aSKaroly Pados 	gpio_rst_latch = config_buf[CP210X_2NCONFIG_GPIO_RSTLATCH_IDX];
1679c8acfe0aSKaroly Pados 
1680c8acfe0aSKaroly Pados 	kfree(config_buf);
1681c8acfe0aSKaroly Pados 
1682c8acfe0aSKaroly Pados 	/* Make sure this is a config format we understand. */
1683c8acfe0aSKaroly Pados 	if (config_version != 0x01)
1684c8acfe0aSKaroly Pados 		return -ENOTSUPP;
1685c8acfe0aSKaroly Pados 
1686c8acfe0aSKaroly Pados 	priv->gc.ngpio = 4;
1687c8acfe0aSKaroly Pados 
1688c8acfe0aSKaroly Pados 	/*
1689c8acfe0aSKaroly Pados 	 * Get default pin states after reset. Needed so we can determine
1690c8acfe0aSKaroly Pados 	 * the direction of an open-drain pin.
1691c8acfe0aSKaroly Pados 	 */
1692c8acfe0aSKaroly Pados 	gpio_latch = (gpio_rst_latch >> 3) & 0x0f;
1693c8acfe0aSKaroly Pados 
1694c8acfe0aSKaroly Pados 	/* 0 indicates open-drain mode, 1 is push-pull */
1695c8acfe0aSKaroly Pados 	priv->gpio_pushpull = (gpio_pushpull >> 3) & 0x0f;
1696c8acfe0aSKaroly Pados 
1697c8acfe0aSKaroly Pados 	/* 0 indicates GPIO mode, 1 is alternate function */
1698c8acfe0aSKaroly Pados 	priv->gpio_altfunc = (gpio_ctrl >> 2) & 0x0f;
1699c8acfe0aSKaroly Pados 
1700a49e1abfSMans Rullgard 	if (priv->partnum == CP210X_PARTNUM_CP2102N_QFN28) {
1701a49e1abfSMans Rullgard 		/*
1702a49e1abfSMans Rullgard 		 * For the QFN28 package, GPIO4-6 are controlled by
1703a49e1abfSMans Rullgard 		 * the low three bits of the mode/latch fields.
1704a49e1abfSMans Rullgard 		 * Contrary to the document linked above, the bits for
1705a49e1abfSMans Rullgard 		 * the SUSPEND pins are elsewhere.  No alternate
1706a49e1abfSMans Rullgard 		 * function is available for these pins.
1707a49e1abfSMans Rullgard 		 */
1708a49e1abfSMans Rullgard 		priv->gc.ngpio = 7;
1709a49e1abfSMans Rullgard 		gpio_latch |= (gpio_rst_latch & 7) << 4;
1710a49e1abfSMans Rullgard 		priv->gpio_pushpull |= (gpio_pushpull & 7) << 4;
1711a49e1abfSMans Rullgard 	}
1712a49e1abfSMans Rullgard 
1713c8acfe0aSKaroly Pados 	/*
1714c8acfe0aSKaroly Pados 	 * The CP2102N does not strictly has input and output pin modes,
1715c8acfe0aSKaroly Pados 	 * it only knows open-drain and push-pull modes which is set at
1716c8acfe0aSKaroly Pados 	 * factory. An open-drain pin can function both as an
1717c8acfe0aSKaroly Pados 	 * input or an output. We emulate input mode for open-drain pins
1718c8acfe0aSKaroly Pados 	 * by making sure they are not driven low, and we do not allow
1719c8acfe0aSKaroly Pados 	 * push-pull pins to be set as an input.
1720c8acfe0aSKaroly Pados 	 */
1721c8acfe0aSKaroly Pados 	for (i = 0; i < priv->gc.ngpio; ++i) {
1722c8acfe0aSKaroly Pados 		/*
1723c8acfe0aSKaroly Pados 		 * Set direction to "input" iff pin is open-drain and reset
1724c8acfe0aSKaroly Pados 		 * value is 1.
1725c8acfe0aSKaroly Pados 		 */
1726c8acfe0aSKaroly Pados 		if (!(priv->gpio_pushpull & BIT(i)) && (gpio_latch & BIT(i)))
1727c8acfe0aSKaroly Pados 			priv->gpio_input |= BIT(i);
1728c8acfe0aSKaroly Pados 	}
1729c8acfe0aSKaroly Pados 
1730c8acfe0aSKaroly Pados 	return 0;
1731c8acfe0aSKaroly Pados }
1732c8acfe0aSKaroly Pados 
1733c8acfe0aSKaroly Pados static int cp210x_gpio_init(struct usb_serial *serial)
1734c8acfe0aSKaroly Pados {
1735c8acfe0aSKaroly Pados 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1736c8acfe0aSKaroly Pados 	int result;
1737c8acfe0aSKaroly Pados 
1738c8acfe0aSKaroly Pados 	switch (priv->partnum) {
173915fb84b7SIcenowy Zheng 	case CP210X_PARTNUM_CP2104:
174015fb84b7SIcenowy Zheng 		result = cp2104_gpioconf_init(serial);
174115fb84b7SIcenowy Zheng 		break;
1742c8acfe0aSKaroly Pados 	case CP210X_PARTNUM_CP2105:
1743c8acfe0aSKaroly Pados 		result = cp2105_gpioconf_init(serial);
1744c8acfe0aSKaroly Pados 		break;
1745c8acfe0aSKaroly Pados 	case CP210X_PARTNUM_CP2102N_QFN28:
1746c8acfe0aSKaroly Pados 	case CP210X_PARTNUM_CP2102N_QFN24:
1747c8acfe0aSKaroly Pados 	case CP210X_PARTNUM_CP2102N_QFN20:
1748c8acfe0aSKaroly Pados 		result = cp2102n_gpioconf_init(serial);
1749c8acfe0aSKaroly Pados 		break;
1750c8acfe0aSKaroly Pados 	default:
1751c8acfe0aSKaroly Pados 		return 0;
1752c8acfe0aSKaroly Pados 	}
1753c8acfe0aSKaroly Pados 
1754c8acfe0aSKaroly Pados 	if (result < 0)
1755c8acfe0aSKaroly Pados 		return result;
1756c8acfe0aSKaroly Pados 
1757cf5276ceSMartyn Welch 	priv->gc.label = "cp210x";
1758cf5276ceSMartyn Welch 	priv->gc.request = cp210x_gpio_request;
1759cf5276ceSMartyn Welch 	priv->gc.get_direction = cp210x_gpio_direction_get;
1760cf5276ceSMartyn Welch 	priv->gc.direction_input = cp210x_gpio_direction_input;
1761cf5276ceSMartyn Welch 	priv->gc.direction_output = cp210x_gpio_direction_output;
1762cf5276ceSMartyn Welch 	priv->gc.get = cp210x_gpio_get;
1763cf5276ceSMartyn Welch 	priv->gc.set = cp210x_gpio_set;
17642956b5d9SMika Westerberg 	priv->gc.set_config = cp210x_gpio_set_config;
1765cf5276ceSMartyn Welch 	priv->gc.owner = THIS_MODULE;
1766cf5276ceSMartyn Welch 	priv->gc.parent = &serial->interface->dev;
1767cf5276ceSMartyn Welch 	priv->gc.base = -1;
1768cf5276ceSMartyn Welch 	priv->gc.can_sleep = true;
1769cf5276ceSMartyn Welch 
1770cf5276ceSMartyn Welch 	result = gpiochip_add_data(&priv->gc, serial);
1771cf5276ceSMartyn Welch 	if (!result)
17726b7271d2SJohan Hovold 		priv->gpio_registered = true;
1773cf5276ceSMartyn Welch 
1774cf5276ceSMartyn Welch 	return result;
1775cf5276ceSMartyn Welch }
1776cf5276ceSMartyn Welch 
1777cf5276ceSMartyn Welch static void cp210x_gpio_remove(struct usb_serial *serial)
1778cf5276ceSMartyn Welch {
1779cf5276ceSMartyn Welch 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1780cf5276ceSMartyn Welch 
1781cf5276ceSMartyn Welch 	if (priv->gpio_registered) {
1782cf5276ceSMartyn Welch 		gpiochip_remove(&priv->gc);
17836b7271d2SJohan Hovold 		priv->gpio_registered = false;
1784cf5276ceSMartyn Welch 	}
1785cf5276ceSMartyn Welch }
1786cf5276ceSMartyn Welch 
1787cf5276ceSMartyn Welch #else
1788cf5276ceSMartyn Welch 
1789c8acfe0aSKaroly Pados static int cp210x_gpio_init(struct usb_serial *serial)
1790cf5276ceSMartyn Welch {
1791cf5276ceSMartyn Welch 	return 0;
1792cf5276ceSMartyn Welch }
1793cf5276ceSMartyn Welch 
1794cf5276ceSMartyn Welch static void cp210x_gpio_remove(struct usb_serial *serial)
1795cf5276ceSMartyn Welch {
1796cf5276ceSMartyn Welch 	/* Nothing to do */
1797cf5276ceSMartyn Welch }
1798cf5276ceSMartyn Welch 
1799cf5276ceSMartyn Welch #endif
1800cf5276ceSMartyn Welch 
1801e2ae67a3SKonstantin Shkolnyy static int cp210x_port_probe(struct usb_serial_port *port)
180203ee2515SGreg Kroah-Hartman {
1803e2ae67a3SKonstantin Shkolnyy 	struct usb_serial *serial = port->serial;
1804e2ae67a3SKonstantin Shkolnyy 	struct cp210x_port_private *port_priv;
1805a5360a53SPreston Fick 
1806e2ae67a3SKonstantin Shkolnyy 	port_priv = kzalloc(sizeof(*port_priv), GFP_KERNEL);
1807e2ae67a3SKonstantin Shkolnyy 	if (!port_priv)
1808a5360a53SPreston Fick 		return -ENOMEM;
1809a5360a53SPreston Fick 
1810cf5276ceSMartyn Welch 	port_priv->bInterfaceNumber = cp210x_interface_num(serial);
18115951b850SJohan Hovold 	mutex_init(&port_priv->mutex);
1812a5360a53SPreston Fick 
1813e2ae67a3SKonstantin Shkolnyy 	usb_set_serial_port_data(port, port_priv);
1814a5360a53SPreston Fick 
181503ee2515SGreg Kroah-Hartman 	return 0;
181603ee2515SGreg Kroah-Hartman }
181703ee2515SGreg Kroah-Hartman 
1818e2ae67a3SKonstantin Shkolnyy static int cp210x_port_remove(struct usb_serial_port *port)
1819a5360a53SPreston Fick {
1820e2ae67a3SKonstantin Shkolnyy 	struct cp210x_port_private *port_priv;
1821a5360a53SPreston Fick 
1822e2ae67a3SKonstantin Shkolnyy 	port_priv = usb_get_serial_port_data(port);
1823e2ae67a3SKonstantin Shkolnyy 	kfree(port_priv);
1824e2ae67a3SKonstantin Shkolnyy 
1825e2ae67a3SKonstantin Shkolnyy 	return 0;
1826a5360a53SPreston Fick }
1827a5360a53SPreston Fick 
1828d4706c05SJohan Hovold static void cp210x_init_max_speed(struct usb_serial *serial)
1829d4706c05SJohan Hovold {
1830d4706c05SJohan Hovold 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
18317aecd7fcSJohan Hovold 	bool use_actual_rate = false;
183285bc2d91SJohanna Abrahamsson 	speed_t min = 300;
1833d4706c05SJohan Hovold 	speed_t max;
1834d4706c05SJohan Hovold 
1835d4706c05SJohan Hovold 	switch (priv->partnum) {
1836d4706c05SJohan Hovold 	case CP210X_PARTNUM_CP2101:
1837d4706c05SJohan Hovold 		max = 921600;
1838d4706c05SJohan Hovold 		break;
1839d4706c05SJohan Hovold 	case CP210X_PARTNUM_CP2102:
1840d4706c05SJohan Hovold 	case CP210X_PARTNUM_CP2103:
1841d4706c05SJohan Hovold 		max = 1000000;
1842d4706c05SJohan Hovold 		break;
1843d4706c05SJohan Hovold 	case CP210X_PARTNUM_CP2104:
18445edb65a3SJohan Hovold 		use_actual_rate = true;
18455edb65a3SJohan Hovold 		max = 2000000;
18465edb65a3SJohan Hovold 		break;
1847d4706c05SJohan Hovold 	case CP210X_PARTNUM_CP2108:
1848d4706c05SJohan Hovold 		max = 2000000;
1849d4706c05SJohan Hovold 		break;
1850d4706c05SJohan Hovold 	case CP210X_PARTNUM_CP2105:
18515edb65a3SJohan Hovold 		if (cp210x_interface_num(serial) == 0) {
18525edb65a3SJohan Hovold 			use_actual_rate = true;
1853d4706c05SJohan Hovold 			max = 2000000;	/* ECI */
18545edb65a3SJohan Hovold 		} else {
185585bc2d91SJohanna Abrahamsson 			min = 2400;
1856d4706c05SJohan Hovold 			max = 921600;	/* SCI */
18575edb65a3SJohan Hovold 		}
1858d4706c05SJohan Hovold 		break;
18596f0bcf72SKaroly Pados 	case CP210X_PARTNUM_CP2102N_QFN28:
18606f0bcf72SKaroly Pados 	case CP210X_PARTNUM_CP2102N_QFN24:
18616f0bcf72SKaroly Pados 	case CP210X_PARTNUM_CP2102N_QFN20:
18627aecd7fcSJohan Hovold 		use_actual_rate = true;
18636f0bcf72SKaroly Pados 		max = 3000000;
18646f0bcf72SKaroly Pados 		break;
1865d4706c05SJohan Hovold 	default:
1866d4706c05SJohan Hovold 		max = 2000000;
1867d4706c05SJohan Hovold 		break;
1868d4706c05SJohan Hovold 	}
1869d4706c05SJohan Hovold 
187085bc2d91SJohanna Abrahamsson 	priv->min_speed = min;
1871d4706c05SJohan Hovold 	priv->max_speed = max;
18727aecd7fcSJohan Hovold 	priv->use_actual_rate = use_actual_rate;
1873d4706c05SJohan Hovold }
1874d4706c05SJohan Hovold 
1875cf5276ceSMartyn Welch static int cp210x_attach(struct usb_serial *serial)
1876cf5276ceSMartyn Welch {
1877cf5276ceSMartyn Welch 	int result;
1878cf5276ceSMartyn Welch 	struct cp210x_serial_private *priv;
1879cf5276ceSMartyn Welch 
1880cf5276ceSMartyn Welch 	priv = kzalloc(sizeof(*priv), GFP_KERNEL);
1881cf5276ceSMartyn Welch 	if (!priv)
1882cf5276ceSMartyn Welch 		return -ENOMEM;
1883cf5276ceSMartyn Welch 
1884cf5276ceSMartyn Welch 	result = cp210x_read_vendor_block(serial, REQTYPE_DEVICE_TO_HOST,
1885cf5276ceSMartyn Welch 					  CP210X_GET_PARTNUM, &priv->partnum,
1886cf5276ceSMartyn Welch 					  sizeof(priv->partnum));
18877eac35eaSSebastian Frei 	if (result < 0) {
18887eac35eaSSebastian Frei 		dev_warn(&serial->interface->dev,
18897eac35eaSSebastian Frei 			 "querying part number failed\n");
18907eac35eaSSebastian Frei 		priv->partnum = CP210X_PARTNUM_UNKNOWN;
18917eac35eaSSebastian Frei 	}
1892cf5276ceSMartyn Welch 
1893cf5276ceSMartyn Welch 	usb_set_serial_data(serial, priv);
1894cf5276ceSMartyn Welch 
1895d4706c05SJohan Hovold 	cp210x_init_max_speed(serial);
1896d4706c05SJohan Hovold 
1897c8acfe0aSKaroly Pados 	result = cp210x_gpio_init(serial);
1898cf5276ceSMartyn Welch 	if (result < 0) {
1899c8acfe0aSKaroly Pados 		dev_err(&serial->interface->dev, "GPIO initialisation failed: %d\n",
1900c8acfe0aSKaroly Pados 				result);
1901cf5276ceSMartyn Welch 	}
1902cf5276ceSMartyn Welch 
1903cf5276ceSMartyn Welch 	return 0;
1904cf5276ceSMartyn Welch }
1905cf5276ceSMartyn Welch 
1906cf5276ceSMartyn Welch static void cp210x_disconnect(struct usb_serial *serial)
1907cf5276ceSMartyn Welch {
1908cf5276ceSMartyn Welch 	cp210x_gpio_remove(serial);
1909cf5276ceSMartyn Welch }
1910cf5276ceSMartyn Welch 
1911cf5276ceSMartyn Welch static void cp210x_release(struct usb_serial *serial)
1912cf5276ceSMartyn Welch {
1913cf5276ceSMartyn Welch 	struct cp210x_serial_private *priv = usb_get_serial_data(serial);
1914cf5276ceSMartyn Welch 
1915cf5276ceSMartyn Welch 	cp210x_gpio_remove(serial);
1916cf5276ceSMartyn Welch 
1917cf5276ceSMartyn Welch 	kfree(priv);
1918cf5276ceSMartyn Welch }
1919cf5276ceSMartyn Welch 
192068e24113SGreg Kroah-Hartman module_usb_serial_driver(serial_drivers, id_table);
192103ee2515SGreg Kroah-Hartman 
192203ee2515SGreg Kroah-Hartman MODULE_DESCRIPTION(DRIVER_DESC);
1923627cfa89SJohan Hovold MODULE_LICENSE("GPL v2");
1924