From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751980AbeA2NNN (ORCPT ); Mon, 29 Jan 2018 08:13:13 -0500 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:36638 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751906AbeA2NNM (ORCPT ); Mon, 29 Jan 2018 08:13:12 -0500 Date: Mon, 29 Jan 2018 13:13:10 +0000 From: Mark Brown To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Liam Girdwood Subject: [GIT PULL] regulator updates for v4.16 Message-ID: <20180129131310.GE10969@sirena.org.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="HeFlAV5LIbMFYYuh" Content-Disposition: inline X-Cookie: New crypt. See /usr/news/crypt. User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --HeFlAV5LIbMFYYuh Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The following changes since commit 0c5b9b5d9adbad4b60491f9ba0d2af38904bb4b9: Linux 4.15-rc9 (2018-01-21 13:51:26 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tag= s/regulator-v4.16 for you to fetch changes up to 4e79f3f1c832fc9eabf5435d73ba0279e58f9b9d: Merge remote-tracking branch 'regulator/topic/tps65218' into regulator-ne= xt (2018-01-26 17:57:05 +0000) ---------------------------------------------------------------- regulator: Changes for v4.16 This is a quiet release in terms of code volume but a fairly big one in terms of framework changes - we've got one long awaited feature in the form of runtime configuration of suspend and the start of coupled regulator support too: - Support for modifying the voltage and enable configuration devices will have in suspend, contributed by Chunyan Zhang. - Support for the Spreadtrum SC2731, contributed by Erick Chen. - The start of changes to support coupled regulators from Maciej Purski, the rest of the series should arrive for v4.17. ---------------------------------------------------------------- Axel Lin (4): regulator: tps65218: Remove unused enum tps65218_regulators regulator: tps65218: Add NULL test for devm_kzalloc call regulator: sc2731: Fix defines for SC2731_WR_UNLOCK and SC2731_PWR_WR= _PROT_VALUE regulator: qcom_spmi: Use regmap helpers for enable/disable/is_enable= d callback Chunyan Zhang (5): regulator: added support for suspend states regulator: make regulator voltage be an array to support more states regulator: leave one item to record whether regulator is enabled regulator: empty the old suspend functions regulator: add PM suspend and resume hooks Colin Ian King (1): regulator: fix incorrect indentation of two assignment statements Erick Chen (2): regulator: Add Spreadtrum SC2731 regulator documentation regulator: sc2731: Add regulator driver to support Spreadtrum SC2731 = PMIC Jonathan Neusch=E4fer (2): MAINTAINERS: regulator: Add Documentation/power/regulator/ regulator: Update code examples in documentation Maciej Purski (2): regulator: core: Move of_find_regulator_by_node() to of_regulator.c regulator: core: Refactor regulator_list_voltage() Mark Brown (6): Merge branch 'topic/suspend' of https://git.kernel.org/.../broonie/re= gulator into regulator-core regulator: Fix build error Merge remote-tracking branch 'regulator/topic/core' into regulator-ne= xt Merge remote-tracking branch 'regulator/topic/qcom_spmi' into regulat= or-next Merge remote-tracking branches 'regulator/topic/doc' and 'regulator/t= opic/sc2731' into regulator-next Merge remote-tracking branch 'regulator/topic/tps65218' into regulato= r-next .../devicetree/bindings/regulator/regulator.txt | 12 +- .../bindings/regulator/sprd,sc2731-regulator.txt | 43 +++ Documentation/power/regulator/machine.txt | 36 +- MAINTAINERS | 1 + drivers/regulator/Kconfig | 7 + drivers/regulator/Makefile | 1 + drivers/regulator/core.c | 383 +++++++++++++----= ---- drivers/regulator/internal.h | 27 +- drivers/regulator/of_regulator.c | 34 +- drivers/regulator/qcom_spmi-regulator.c | 84 ++--- drivers/regulator/sc2731-regulator.c | 256 ++++++++++++++ drivers/regulator/tps65218-regulator.c | 5 +- include/linux/regulator/driver.h | 2 + include/linux/regulator/machine.h | 37 +- 14 files changed, 697 insertions(+), 231 deletions(-) create mode 100644 Documentation/devicetree/bindings/regulator/sprd,sc2731= -regulator.txt create mode 100644 drivers/regulator/sc2731-regulator.c --HeFlAV5LIbMFYYuh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAlpvHeUACgkQJNaLcl1U h9DE5Af/dNYbfrgtOJSEx72tZT+0OP0dK9RPIM2TBKGJtdC/2Jlo+uvdgWhx0mzI U64EnFzfLJ6pMwOdZqxm3+PgjS0G/Uf8eN2KFnYrPfdyImAwc0tX1pcqTLguVkg4 4kuoJbPKE485N5p6kZxzgtm2hSQ4J+p4YcZl4DRuD7m2JWa58M21+amKvgJqhIxv 9AEN6dVmcervJKnn9Yi5nLRTktUwu1EsNNYLOYr8NoCaYlNjQBLYAdokMGTILdzD 0ObLHe37m4k+Rd6qHUq7Q2QGzqUAQJBY0ncgXptI0YXy1Gzev2leBtUODQ8ndItg E0/VnyzodvH2qZ99vjLCGcVRdEsdoQ== =CBsY -----END PGP SIGNATURE----- --HeFlAV5LIbMFYYuh--