Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1291861 > unrolled thread

[Patch v2 0/3] Add support for APQ8084 and MSM8916 Regulators

Started byAndy Gross <andy.gross@linaro.org>
First post2015-12-15 06:40 +0100
Last post2015-12-15 06:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [Patch v2 0/3] Add support for APQ8084 and MSM8916 Regulators Andy Gross <andy.gross@linaro.org> - 2015-12-15 06:40 +0100

#1291861 — [Patch v2 0/3] Add support for APQ8084 and MSM8916 Regulators

FromAndy Gross <andy.gross@linaro.org>
Date2015-12-15 06:40 +0100
Subject[Patch v2 0/3] Add support for APQ8084 and MSM8916 Regulators
Message-ID<qFQv8-8dt-7@gated-at.bofh.it>
This patch set is a resend of part of the following series:

https://lkml.org/lkml/2015/9/24/561

This adds support for the PMA8084 regulators found on APQ8084 platforms
and the PM8916 regulators found on MSM8916 platforms.  This also adds in the
Documentation dependency required for the regulator patches.  This is a
standalone set of patches that can be taken as a whole.

Changes since v1:
- Added in Documentation dependency

Andy Gross (3):
  soc: qcom: documentation: Update SMD/RPM Docs
  regulator: qcom-smd: Add PM8916 support
  regulator: qcom-smd: Add support for PMA8084

 .../bindings/regulator/qcom,smd-rpm-regulator.txt  | 159 +++++++++++++++++++++
 .../devicetree/bindings/soc/qcom,smd-rpm.txt       | 117 ---------------
 .../devicetree/bindings/soc/qcom/qcom,smd-rpm.txt  |  58 ++++++++
 drivers/regulator/qcom_smd-regulator.c             | 159 +++++++++++++++++++++
 4 files changed, 376 insertions(+), 117 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.txt
 delete mode 100644 Documentation/devicetree/bindings/soc/qcom,smd-rpm.txt
 create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt

-- 
1.9.1

--
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web