From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jisheng Zhang Subject: [PATCH 0/8] regulator: support Silergy SY8824C/SY8824E etc. Date: Tue, 27 Aug 2019 08:44:13 +0000 Message-ID: <20190827163252.4982af95@xhacker.debian> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Content-Language: en-US Content-ID: Sender: linux-kernel-owner@vger.kernel.org To: Liam Girdwood , Mark Brown , Rob Herring , Mark Rutland Cc: "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" List-Id: devicetree@vger.kernel.org Add support for Silergy SY8824C/SY8824E/SY20276/SY20278 regulator. Jisheng Zhang (8): regulator: add binding for the SY8824C voltage regulator regulator: add support for SY8824C regulator dt-bindings: sy8824x: Document SY8824E support regulator: sy8824x: add SY8824E support dt-bindings: sy8824x: Document SY20276 support regulator: sy8824x: add SY20276 support dt-bindings: sy8824x: Document SY20278 support regulator: sy8824x: add SY20278 support .../devicetree/bindings/regulator/sy8824x.txt | 24 ++ drivers/regulator/Kconfig | 7 + drivers/regulator/Makefile | 1 + drivers/regulator/sy8824x.c | 231 ++++++++++++++++++ 4 files changed, 263 insertions(+) create mode 100644 Documentation/devicetree/bindings/regulator/sy8824x.txt create mode 100644 drivers/regulator/sy8824x.c --=20 2.23.0.rc1