smb347-charger: Convert to regmap API
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 16 Apr 2012 08:48:41 +0000 (11:48 +0300)
committerAnton Vorontsov <anton.vorontsov@linaro.org>
Sat, 5 May 2012 12:48:17 +0000 (05:48 -0700)
commit34298d40e5853bc195c9db012fc1ddccac9b6f7f
tree8a5a51a1f89117815b513057b1a5fad4d380cd3f
parentd72bade76d11da661d76aec5801567d573f39fea
smb347-charger: Convert to regmap API

The smb347-charger driver does a lot of read-modify-write to the device
registers. Instead of open-coding everything we can take advantage of
regmap API which provides nice functions to do this kind of things.

In addition there is no need for custom debugfs file for dumping
registers as this is already provided by the regmap API.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
drivers/power/Kconfig
drivers/power/smb347-charger.c