Re: [EXT] RE: [PATCH v2 2/3] USB: serial: cp210x: Added comments to CRTSCTS flag code.

2016-05-03 Thread Johan Hovold
To: 'Konstantin Shkolnyy'; jo...@kernel.org > > Cc: linux-usb@vger.kernel.org; linux-ker...@vger.kernel.org > > Subject: [EXT] RE: [PATCH v2 2/3] USB: serial: cp210x: Added comments to > > CRTSCTS flag code. > > > > From: Konstantin Shkolnyy > > > Sent: 30 April

RE: [EXT] RE: [PATCH v2 2/3] USB: serial: cp210x: Added comments to CRTSCTS flag code.

2016-05-03 Thread Konstantin Shkolnyy
rg > Subject: [EXT] RE: [PATCH v2 2/3] USB: serial: cp210x: Added comments to > CRTSCTS flag code. > > From: Konstantin Shkolnyy > > Sent: 30 April 2016 03:22 > > Replaced magic numbers used in the CRTSCTS flag code with symbolic > names > > from the chip specif

RE: [PATCH v2 2/3] USB: serial: cp210x: Added comments to CRTSCTS flag code.

2016-05-03 Thread David Laight
From: Konstantin Shkolnyy > Sent: 30 April 2016 03:22 > Replaced magic numbers used in the CRTSCTS flag code with symbolic names > from the chip specification. > > Signed-off-by: Konstantin Shkolnyy > --- > Changes in v2: > Improved CRTSCTS fix based on feedback.

[PATCH v2 2/3] USB: serial: cp210x: Added comments to CRTSCTS flag code.

2016-04-29 Thread Konstantin Shkolnyy
Replaced magic numbers used in the CRTSCTS flag code with symbolic names from the chip specification. Signed-off-by: Konstantin Shkolnyy --- Changes in v2: Improved CRTSCTS fix based on feedback. Dropped get_termios error handling. drivers/usb/serial/cp210x.c |