aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/stw481x.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-03-21regulator: stw481x: Remove unused fields from struct stw481xAxel Lin1-4/+0
The mutex lock is not used at all, remove it. The *vmmc_regulator is not necessary, use a local variable in stw481x_vmmc_regulator_probe() instead. Signed-off-by: Axel Lin <axel.lin@ingics.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
2013-10-23mfd: Add STw481x driverLinus Walleij1-0/+56
This adds a driver for the STw481x PMICs found in the Nomadik family of platforms. This one uses pure device tree probing. Print some of the OTP registers on boot and register a regulator MFD child. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>