summaryrefslogtreecommitdiffstats
path: root/drivers/power/qcom_smbb.c
Commit message (Collapse)AuthorAgeFilesLines
* power: qcom_smbb: test the correct variableDan Carpenter2015-09-241-1/+1
| | | | | | | | | "state" is a bool so it's never less than zero. The intent was to test "ret" instead. Fixes: 56d7df8716b2 ('power: Add Qualcomm SMBB driver') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
* power: Add Qualcomm SMBB driverCourtney Cavin2015-09-221-0/+951
Add the Qualcomm Switch-Mode Battery Charger and Boost driver, found in pm8941. Signed-off-by: Courtney Cavin <courtney.cavin@sonymobile.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>