Re: [PATCH V6 04/10] USB: f81232: implement set_termios

2015-02-17 Thread Johan Hovold
On Mon, Feb 16, 2015 at 03:57:56PM +0800, Peter Hung wrote: > The original driver had do not any h/w change in driver. > This patch implements with configure H/W for > baud/parity/word length/stop bits functional. > > Some init step extract to f81232_port_init(), called once with open(). > And ref

[PATCH V6 04/10] USB: f81232: implement set_termios

2015-02-15 Thread Peter Hung
The original driver had do not any h/w change in driver. This patch implements with configure H/W for baud/parity/word length/stop bits functional. Some init step extract to f81232_port_init(), called once with open(). And refine baudrate setting to f81232_set_baudrate() Signed-off-by: Peter Hung