mbox series

[0/6] USB: serial: cp210x: add software flow-control support

Message ID 20210118111331.5048-1-johan@kernel.org
Headers show
Series USB: serial: cp210x: add software flow-control support | expand

Message

Johan Hovold Jan. 18, 2021, 11:13 a.m. UTC
This series, based on a patch by Wang Sheng Long, adds support for
software flow control to the cp210x driver. Included are also some
related cleanups.

Johan


Johan Hovold (5):
  USB: serial: cp210x: set IXOFF thresholds
  USB: serial: cp210x: update control-characters on every change
  USB: serial: cp210x: drop short control-transfer checks
  USB: serial: cp210x: drop unused includes
  USB: serial: cp210x: add copyright notice

Wang Sheng Long (1):
  USB: serial: cp210x: add support for software flow control

 drivers/usb/serial/cp210x.c | 100 +++++++++++++++++++++++++++++-------
 1 file changed, 81 insertions(+), 19 deletions(-)

Comments

Greg KH Jan. 18, 2021, 12:44 p.m. UTC | #1
On Mon, Jan 18, 2021 at 12:13:25PM +0100, Johan Hovold wrote:
> This series, based on a patch by Wang Sheng Long, adds support for
> software flow control to the cp210x driver. Included are also some
> related cleanups.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>