Re: [PATCH 1/1] usb: serial: Fintek F81232 driver improvement

2015-01-19 Thread Johan Hovold
On Mon, Jan 19, 2015 at 09:54:55AM +0800, Peter Hung wrote: > The original driver completed with TX function, but RX/MSR/MCR/LSR is not > workable with this driver. So we rewrite it to make this device workable. > > This patch is tested with PassMark BurnInTest with Cycle-to-115200 + > MCR/MSR che

[PATCH 1/1] usb: serial: Fintek F81232 driver improvement

2015-01-18 Thread Peter Hung
The original driver completed with TX function, but RX/MSR/MCR/LSR is not workable with this driver. So we rewrite it to make this device workable. This patch is tested with PassMark BurnInTest with Cycle-to-115200 + MCR/MSR check for 15mins & checked with Suspend-To-RAM/DISK Signed-off-by: Peter