mbox series

[0/4] USB: serial: closing-wait cleanups

Message ID 20210407104529.1110-1-johan@kernel.org (mailing list archive)
Headers show
Series USB: serial: closing-wait cleanups | expand

Message

Johan Hovold April 7, 2021, 10:45 a.m. UTC
Now that all USB serial drivers supports changing the closing_wait
parameter through TIOCSSERIAL (setserial), we can remove the related
driver-specific module parameters and settings.

These depend on the recently posted TIOCSSERIAL series.

Johan


Johan Hovold (4):
  USB: serial: io_ti: drop closing_wait module parameter
  USB: serial: io_ti: switch to 30-second closing wait
  USB: serial: ti_usb_3410_5052: drop closing_wait module parameter
  USB: serial: ti_usb_3410_5052: switch to 30-second closing wait

 drivers/usb/serial/io_ti.c            | 7 -------
 drivers/usb/serial/ti_usb_3410_5052.c | 9 ---------
 2 files changed, 16 deletions(-)

Comments

Greg Kroah-Hartman April 7, 2021, 3:24 p.m. UTC | #1
On Wed, Apr 07, 2021 at 12:45:25PM +0200, Johan Hovold wrote:
> Now that all USB serial drivers supports changing the closing_wait
> parameter through TIOCSSERIAL (setserial), we can remove the related
> driver-specific module parameters and settings.
> 
> These depend on the recently posted TIOCSSERIAL series.

Yes!  Getting rid of the module parameter is so good...

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Johan Hovold April 8, 2021, 8 a.m. UTC | #2
On Wed, Apr 07, 2021 at 05:24:52PM +0200, Greg Kroah-Hartman wrote:
> On Wed, Apr 07, 2021 at 12:45:25PM +0200, Johan Hovold wrote:
> > Now that all USB serial drivers supports changing the closing_wait
> > parameter through TIOCSSERIAL (setserial), we can remove the related
> > driver-specific module parameters and settings.
> > 
> > These depend on the recently posted TIOCSSERIAL series.
> 
> Yes!  Getting rid of the module parameter is so good...
> 
> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Thanks for reviewing these. All three sets now applied.

Johan