Re: [PATCH net-next v2 0/3] r8152: use mutex for hw settings

2014-10-09 Thread David Miller
From: Hayes Wang Date: Thu, 9 Oct 2014 18:00:23 +0800 > v2: > Make sure the autoresume wouldn't occur inside the mutex, otherwise > the dead lock would happen. For the purpose, adjust some code about > autosuspend/autoresume. > > v1: > Use mutex to avoid that the serial hw settings would be inte

[PATCH net-next v2 0/3] r8152: use mutex for hw settings

2014-10-09 Thread Hayes Wang
v2: Make sure the autoresume wouldn't occur inside the mutex, otherwise the dead lock would happen. For the purpose, adjust some code about autosuspend/autoresume. v1: Use mutex to avoid that the serial hw settings would be interrupted by other settings. Although there is no problem now, it makes