On Thu, Aug 04, 2011 at 06:15:02PM +0530, ashishj3 wrote:
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -350,6 +350,7 @@ config MFD_DA9052_SPI
> bool "Support Dialog Semiconductor DA9052 PMIC with SPI"
> select MFD_CORE
> select PMIC_DA9052
> + select REGMAP_SP
DA9052 MFD Code is refactored to add remap support in the DA9052.
Recent changes to DA9052 battery module also required certain components
to be added in this patch. Also set bits and clear bits are removed
and instead da9052_reg_update() will be used in future.
Signed-off-by: David Dajun Chen