]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: mc13xxx: Don't require lock for simple register I/O
authorMark Brown <broonie@linaro.org>
Mon, 23 Sep 2013 18:14:31 +0000 (19:14 +0100)
committerLee Jones <lee.jones@linaro.org>
Wed, 23 Oct 2013 15:21:22 +0000 (16:21 +0100)
commitb264a70eef880aff31652a10ffee9c03e949b69b
tree1ba198209c1415163ba3b15a7d10db4c0716f582
parentfc5ee96fefae8d38602c79a16205d4b1c8e01da5
mfd: mc13xxx: Don't require lock for simple register I/O

Since the conversion to regmap there has been no need for device level
locking for I/O as regmap provides locking so remove the locks.

Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/mc13xxx-core.c