mbox series

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

Message ID 20210121102922.17439-1-johan@kernel.org (mailing list archive)
Headers show
Series USB: serial: xr: fix up remaining issues in new driver | expand

Message

Johan Hovold Jan. 21, 2021, 10:29 a.m. UTC
This series fixes the remaining issues in the new MaxLinear driver that
were pointed out here:

	https://lore.kernel.org/r/YAlVLOqzx8otPgOg@hovoldconsulting.com

Johan


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(-)

Comments

Johan Hovold Jan. 26, 2021, 3:26 p.m. UTC | #1
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@hovoldconsulting.com

> 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