aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/qcom_spmi-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-24regulator: qcom_spmi: Do NULL check for lvsJeffrey Hugo1-1/+1
2019-06-20regulator: qcom_spmi: Fix math of spmi_regulator_set_voltage_time_selJeffrey Hugo1-6/+2
2019-06-18regulator: qcom_spmi: add PMS405 SPMI regulatorJorge Ramirez1-3/+40
2019-06-18regulator: qcom_spmi: Add support for PM8005Jeffrey Hugo1-0/+176
2019-06-18Merge tag 'v5.2-rc4' into regulator-5.3Mark Brown1-9/+1
2019-06-17regulator: qcom_spmi: Refactor get_mode/set_modeJeffrey Hugo1-8/+18
2019-06-17regulator: qcom_spmi: enable linear range infoJorge Ramirez-Ortiz1-0/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2018-07-20regulator: qcom_spmi: Indent with tabs instead of spacesNiklas Cassel1-1/+1
2018-07-20regulator: qcom_spmi: Do not initialise static to NULLNiklas Cassel1-1/+1
2018-07-20regulator: qcom_spmi: Use correct regmap when checking for errorNiklas Cassel1-1/+1
2018-07-20regulator: qcom_spmi: Fix warning Bad of_node_put()Niklas Cassel1-12/+20
2018-05-24regulator: qcom_spmi: Add support for SAWIlia Lin1-3/+130
2018-01-24regulator: qcom_spmi: Use regmap helpers for enable/disable/is_enabled callbackAxel Lin1-53/+31
2017-11-10Merge remote-tracking branch 'regulator/topic/qcom-spmi' into regulator-nextMark Brown1-0/+9
2017-11-02regulator: qcom_spmi: Include offset when translating voltagesStephen Boyd1-6/+33
2017-11-02regulator: qcom_spmi: Add support for pmi8994Rajendra Nayak1-0/+9
2016-06-26regulator: qcom_spmi: Add support for get_mode/set_mode on switchesStephen Boyd1-0/+2
2016-06-26regulator: qcom_spmi: Update mvs1/mvs2 switches on pm8941Stephen Boyd1-2/+2
2016-06-26regulator: qcom_spmi: Add support for S4 supply on pm8941Stephen Boyd1-0/+1
2016-04-18regulator: qcom_spmi: Always return a selector when askedStephen Boyd1-1/+1
2016-03-31regulator: qcom_spmi: Only use selector based regulator opsStephen Boyd1-76/+113
2016-03-31regulator: qcom_spmi: Add slewing delays for all SMPS typesStephen Boyd1-5/+24
2016-03-28regulator: qcom_spmi: Keep trying to add regulators if read failsStephen Boyd1-2/+2
2016-03-28regulator: qcom_spmi: Add support for pm8994Stephen Boyd1-0/+51
2015-07-24regulator: qcom-spmi: Add vendor specific configurationStephen Boyd1-5/+195
2015-07-09regulator: qcom_spmi-regulator: Use DIV_ROUND_UP instead of open-codedAxel Lin1-2/+1
2015-06-19regulator: qcom_spmi: Fix calculating number of voltagesAxel Lin1-1/+1
2015-06-17regulator: qcom_spmi: Add missing braces for aligned codeStephen Boyd1-2/+4
2015-06-16regulator: fix simple_return.cocci warningsJulia Lawall1-5/+1
2015-06-16regulator: Add QCOM SPMI regulator driverStephen Boyd1-0/+1437