]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'r8152'
authorDavid S. Miller <davem@davemloft.net>
Thu, 9 Oct 2014 23:06:15 +0000 (19:06 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Oct 2014 23:06:15 +0000 (19:06 -0400)
commit59f80ff0b5f3cb8ab3b34c6512008641b345490e
tree2a88d71a1b631866e3329b1fc8e1c89531881ec2
parent6f31b4c975a061e6740f5f8ee727eabcc8677913
parenta1ac89ac33ce840c9dc7e8b18b9efd8467c094aa
Merge branch 'r8152'

Hayes Wang says:

====================
r8152: use mutex for hw settings

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 the
driver more safe.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>