summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/xr_serial.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-01USB: serial: xr: claim both interfacesJohan Hovold1-3/+23
2021-04-01USB: serial: xr: fix CSIZE handlingJohan Hovold1-0/+5
2021-03-09USB: serial: xr: fix NULL-deref on disconnectJohan Hovold1-25/+0
2021-01-26USB: serial: xr: fix B0 handlingJohan Hovold1-9/+14
2021-01-26USB: serial: xr: fix pin configurationJohan Hovold1-0/+8
2021-01-26USB: serial: xr: fix gpio-mode handlingJohan Hovold1-6/+3
2021-01-26USB: serial: xr: simplify line-speed logicJohan Hovold1-2/+1
2021-01-26USB: serial: xr: clean up line-settings handlingJohan Hovold1-19/+15
2021-01-26USB: serial: xr: document vendor-request recipientJohan Hovold1-4/+4
2021-01-26USB: serial: xr: use termios flag helpersJohan Hovold1-2/+1
2021-01-26USB: serial: xr: use subsystem usb_device at probeJohan Hovold1-2/+1
2021-01-26USB: serial: xr: fix interface leak at disconnectJohan Hovold1-0/+10
2021-01-26USB: serial: xr: fix NULL-deref at probeJohan Hovold1-0/+3
2021-01-21USB: serial: add MaxLinear/Exar USB to Serial driverManivannan Sadhasivam1-0/+595