Re: [PATCH 00/10] USB: serial: xr: fix up remaining issues in new driver

From: Johan Hovold
Date: Tue Jan 26 2021 - 10:28:32 EST


On Thu, Jan 21, 2021 at 11:29:11AM +0100, Johan Hovold wrote:
> This series fixes the remaining issues in the new MaxLinear driver that
> were pointed out here:
>
> https://lore.kernel.org/r/YAlVLOqzx8otPgOg@xxxxxxxxxxxxxxxxxxxx

> Johan Hovold (10):
> USB: serial: xr: fix NULL-deref at probe
> USB: serial: xr: fix interface leak at disconnect
> USB: serial: xr: use subsystem usb_device at probe
> USB: serial: xr: use termios flag helpers
> USB: serial: xr: document vendor-request recipient
> USB: serial: xr: clean up line-settings handling
> USB: serial: xr: simplify line-speed logic
> USB: serial: xr: fix gpio-mode handling
> USB: serial: xr: fix pin configuration
> USB: serial: xr: fix B0 handling
>
> drivers/usb/serial/xr_serial.c | 102 +++++++++++++++++++--------------
> 1 file changed, 59 insertions(+), 43 deletions(-)

I have applied these now.

Johan