This is the leftover parts of the SPMI regulator driver port. The
OCP feature and other vendor specific DT bindings that didn't make
v4.2. I've added a hook to configure OCP per
Stephen Boyd (2):
regulator: Add over current protection (OCP) support
regulator: qcom-spmi: Add vendor specific configuration
.../bindings/regulator/qcom,spmi-regulator.txt | 60 ++++++-
.../devicetree/bindings/regulator/regulator.txt | 1 +
drivers/regulator/core.c | 9 +
drivers/regulator/of_regulator.c | 3 +
drivers/regulator/qcom_spmi-regulator.c | 200 ++++++++++++++++++++-
include/linux/regulator/driver.h | 1 +
include/linux/regulator/machine.h | 1 +
7 files changed, 266 insertions(+), 9 deletions(-)
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
OCP feature and other vendor specific DT bindings that didn't make
v4.2. I've added a hook to configure OCP per
Stephen Boyd (2):
regulator: Add over current protection (OCP) support
regulator: qcom-spmi: Add vendor specific configuration
.../bindings/regulator/qcom,spmi-regulator.txt | 60 ++++++-
.../devicetree/bindings/regulator/regulator.txt | 1 +
drivers/regulator/core.c | 9 +
drivers/regulator/of_regulator.c | 3 +
drivers/regulator/qcom_spmi-regulator.c | 200 ++++++++++++++++++++-
include/linux/regulator/driver.h | 1 +
include/linux/regulator/machine.h | 1 +
7 files changed, 266 insertions(+), 9 deletions(-)
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/