Re: [PATCH v3 1/5] usb: serial: add register map for F81232

2015-01-29 Thread Johan Hovold
On Thu, Jan 29, 2015 at 10:37:34AM +0800, Peter Hung wrote: > Hello. > > 1. For retry Issue: > > These patches is referenced from our other usb serial product. That > product maybe not ack the control ep command when It's in very heavily > loading. Our workaround is to modify driver to retry mo

Re: [PATCH v3 1/5] usb: serial: add register map for F81232

2015-01-28 Thread Peter Hung
Hello. 1. For retry Issue: These patches is referenced from our other usb serial product. That product maybe not ack the control ep command when It's in very heavily loading. Our workaround is to modify driver to retry more times if it timeout because it's f/w can't upgrade with usb protocol.

Re: [PATCH v3 1/5] usb: serial: add register map for F81232

2015-01-28 Thread Johan Hovold
On Wed, Jan 28, 2015 at 01:57:56PM +0800, Peter Hung wrote: > Add register map for F81232. and add some function to operating this device. > etc. f81232_get_register()/f81232_set_register() to work with USB control > point. and worker f81232_int_work_wq() to read MSR when IIR acquired. > > Signed-

[PATCH v3 1/5] usb: serial: add register map for F81232

2015-01-27 Thread Peter Hung
Add register map for F81232. and add some function to operating this device. etc. f81232_get_register()/f81232_set_register() to work with USB control point. and worker f81232_int_work_wq() to read MSR when IIR acquired. Signed-off-by: Peter Hung --- drivers/usb/serial/f81232.c | 229 +++