Re: [PATCH V8 00/10] USB: f81232: V8 patches

2015-03-14 Thread Johan Hovold
On Thu, Mar 05, 2015 at 08:03:59AM +0100, Johan Hovold wrote: > On Thu, Mar 05, 2015 at 01:59:45PM +0800, Peter Hung wrote: > > > Did you received the series of F81232 V8 patches ? Please tell me if > > not received. > > I got it. I just haven't had time to look at it yet. Will try to do so > thi

Re: [PATCH V8 00/10] USB: f81232: V8 patches

2015-03-04 Thread Johan Hovold
On Thu, Mar 05, 2015 at 01:59:45PM +0800, Peter Hung wrote: > Did you received the series of F81232 V8 patches ? Please tell me if > not received. I got it. I just haven't had time to look at it yet. Will try to do so this week. Johan -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH V8 00/10] USB: f81232: V8 patches

2015-03-04 Thread Peter Hung
Hello, Peter Hung 於 2015/2/26 下午 06:02 寫道: This series patch V8 is changed from V7 as following: 1. The V7 MSR strange delta value is checked with locking problem. We changed f81232_set_mctrl() & f81232_read_msr() lock mechanism, the old version is only locked with variable protection,

[PATCH V8 00/10] USB: f81232: V8 patches

2015-02-26 Thread Peter Hung
This series patch V8 is changed from V7 as following: 1. The V7 MSR strange delta value is checked with locking problem. We changed f81232_set_mctrl() & f81232_read_msr() lock mechanism, the old version is only locked with variable protection, new version will lock from start to end with