git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fc1f8f
)
hwmon: (nct6775) Drop read/write lock
author
Guenter Roeck
<linux@roeck-us.net>
Fri, 8 Mar 2013 15:42:00 +0000
(07:42 -0800)
committer
Guenter Roeck
<linux@roeck-us.net>
Mon, 8 Apr 2013 04:16:40 +0000
(21:16 -0700)
The read/write lock is acquired for each read/write operation from/to the chip.
This occurs either during initialization, when it is not needed, or during
updates, when the update_lock is held as well, and it is not needed either.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
No differences found