OSDN Git Service

mfd: arizona: Remove redundant register sync
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Wed, 22 Apr 2015 13:34:48 +0000 (14:34 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 22 Jun 2015 11:25:03 +0000 (12:25 +0100)
commitb375e9f90ff8dc645c9d6a57f08d59f0db6aaab3
tree18cc29201b222ca42d8437d310a61f5084941f23
parent891ee7aa19b0b0d54609e29636dbe0b0b348c458
mfd: arizona: Remove redundant register sync

This soft reset used to be located after the register patch had been
applied, but has since moved to before the patch is applied. At the new
location there is no requirement to do a register sync as no register
writes will have happened yet.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/arizona-core.c