summaryrefslogtreecommitdiff
path: root/drivers/power/mfd/pmic_max77693.c
Commit message (Collapse)AuthorAgeLines
* power: change from meaningless value to error numberJaehoon Chung2017-01-11-4/+4
| | | | | | | | '-1' is absolutely meaningless value. This patch changed from meaningless value to error number. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* power: Add PMIC_ prefix to CHARGER_EN/DISABLESimon Glass2014-05-28-1/+1
| | | | | | | | This enum should be common across all PMICs rather than having it independently defined with the same name in multiple places. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
* drivers:power:max77693: add support for new multi function pmic max77693Piotr Wilczek2013-09-25-0/+96
This patch add support for new multi function pmic max77693. The driver is split into three modules: pmic, muic and fuelgage. Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>