aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/da9150-core.c
Commit message (Collapse)AuthorAge
* mfd: da9150: Constify struct regmap_configKrzysztof Kozlowski2015-03-03
| | | | | | | | The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* mfd: Add support for DA9150 combined charger & fuel-gauge deviceAdam Thomson2015-01-22
DA9150 is a combined Charger and Fuel-Gauge IC, with additional GPIO and GPADC functionality. Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>