From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934002AbcALJyh (ORCPT ); Tue, 12 Jan 2016 04:54:37 -0500 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:48893 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751683AbcALJyc (ORCPT ); Tue, 12 Jan 2016 04:54:32 -0500 Date: Tue, 12 Jan 2016 09:54:24 +0000 From: Mark Brown To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Liam Girdwood Message-ID: <20160112095424.GX6588@sirena.org.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="GSe1yqLCWMTKXEPF" Content-Disposition: inline X-Cookie: APL hackers do it in the quad. User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: 2a01:348:6:8808:fab::3 X-SA-Exim-Mail-From: broonie@sirena.org.uk Subject: [GIT PULL] regulator updates for v4.5 X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on mezzanine.sirena.org.uk) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --GSe1yqLCWMTKXEPF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The following changes since commit 168309855a7d1e16db751e9c647119fe2d2dc878: Linux 4.4-rc8 (2016-01-03 15:15:37 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v4.5 for you to fetch changes up to 2986a09d86ff5d1ec52c8a1fc95a66942b1f5eae: Merge remote-tracking branches 'regulator/topic/tps65218' and 'regulator/topic/wm831x' into regulator-next (2016-01-11 18:35:32 +0000) ---------------------------------------------------------------- regulator: Update for v4.5 Aside from a fix for a spurious warning (which caused more problems than it fixed in the fixing really) this is all driver updates, including new drivers for Dialog PV88060/90 and TI LM363x and TPS65086 devices. The qcom_smd driver has had PM8916 and PMA8084 support added. ---------------------------------------------------------------- Andrew F. Davis (2): regulator: tps65086: Add regulator driver for the TPS65086 PMIC regulator: tps65086: Update regulator driver for the TPS65086 PMIC Andy Gross (3): soc: qcom: documentation: Update SMD/RPM Docs regulator: qcom-smd: Add PM8916 support regulator: qcom-smd: Add support for PMA8084 Arnd Bergmann (3): regulator: core: avoid unused variable warning regulator: core: fix regulator_lock_supply regression regulator: max8973: add THERMAL_OF dependency Axel Lin (5): regulator: tps6105x: Convert to use regmap helper functions regulator: pv88060: Fix irq leak regulator: lm363x: Remove struct lm363x_regulator which is not necessary regulator: lm363x: Staticise ldo_cont_enable_time regulator: pv88090: Fix irq leak Bjorn Andersson (1): regulator: Make bulk API support optional supplies Chen-Yu Tsai (1): regulator: axp20x: Fix GPIO LDO enable value for AXP22x Dan Carpenter (3): regulator: pv88060: fix error handling in probe regulator: pv88090: logical vs bitwise AND typo regulator: core: remove some dead code Daniel Kurtz (1): regulator: mt6311: Use REGCACHE_RBTREE Geliang Tang (1): regulator: core: use dev_to_rdev Henry Chen (1): regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C James Ban (2): regulator: pv88060: new regulator driver regulator: pv88090: new regulator driver Julia Lawall (3): regulator: da9*: constify regulator_ops structures regulator: wm8*: constify regulator_ops structures regulator: lp8788: constify regulator_ops structures Keerthy (1): regulator: tps65917/palmas: Add bypass ops for LDOs with bypass capability Laxman Dewangan (1): regulator: max8973: add support for junction thermal warning Mark Brown (8): regulator: core: Ensure we lock all regulators Merge remote-tracking branch 'regulator/fix/core' into regulator-linus Merge remote-tracking branches 'regulator/fix/axp20x' and 'regulator/fix/mt6311' into regulator-linus Merge remote-tracking branch 'regulator/topic/core' into regulator-next Merge remote-tracking branches 'regulator/topic/const', 'regulator/topic/lm363x', 'regulator/topic/lockdep' and 'regulator/topic/lp872x' into regulator-next Merge remote-tracking branches 'regulator/topic/lp8788', 'regulator/topic/max8973', 'regulator/topic/mt6311', 'regulator/topic/optional' and 'regulator/topic/palmas' into regulator-next Merge remote-tracking branches 'regulator/topic/pv88060', 'regulator/topic/pv88090', 'regulator/topic/qcom-smd', 'regulator/topic/tps6105x' and 'regulator/topic/tps65086' into regulator-next Merge remote-tracking branches 'regulator/topic/tps65218' and 'regulator/topic/wm831x' into regulator-next Milo Kim (2): regulator: add LM363X driver regulator: lm363x: add LM363x regulator binding information Nikita Kiryanov (1): regulator: tps65218: add support for LS3 current regulator Paul Kocialkowski (2): regulator: lp872x: Add missing of_match in regulators descriptions regulator: lp872x: Get rid of duplicate reference to DVS GPIO Thierry Reding (4): regulator: core: Fix nested locking of supplies regulator: lp8788-ldo: Use platform_register/unregister_drivers() regulator: wm831x-dcdc: Use platform_register/unregister_drivers() regulator: wm831x-ldo: Use platform_register/unregister_drivers() .../bindings/regulator/lm363x-regulator.txt | 34 ++ .../bindings/regulator/max8973-regulator.txt | 5 + .../devicetree/bindings/regulator/pv88060.txt | 124 ++++++ .../devicetree/bindings/regulator/pv88090.txt | 65 +++ .../qcom,smd-rpm-regulator.txt} | 84 +++- .../devicetree/bindings/soc/qcom/qcom,smd-rpm.txt | 58 +++ drivers/regulator/Kconfig | 34 ++ drivers/regulator/Makefile | 4 + drivers/regulator/axp20x-regulator.c | 4 +- drivers/regulator/core.c | 41 +- drivers/regulator/da903x.c | 10 +- drivers/regulator/da9052-regulator.c | 4 +- drivers/regulator/da9055-regulator.c | 4 +- drivers/regulator/da9062-regulator.c | 4 +- drivers/regulator/da9063-regulator.c | 4 +- drivers/regulator/da9210-regulator.c | 2 +- drivers/regulator/da9211-regulator.c | 2 +- drivers/regulator/devres.c | 7 +- drivers/regulator/lm363x-regulator.c | 291 +++++++++++++ drivers/regulator/lp872x.c | 17 +- drivers/regulator/lp8788-buck.c | 4 +- drivers/regulator/lp8788-ldo.c | 20 +- drivers/regulator/max8973-regulator.c | 140 ++++++- drivers/regulator/mt6311-regulator.c | 1 + drivers/regulator/palmas-regulator.c | 39 ++ drivers/regulator/pv88060-regulator.c | 437 ++++++++++++++++++++ drivers/regulator/pv88060-regulator.h | 69 ++++ drivers/regulator/pv88090-regulator.c | 458 +++++++++++++++++++++ drivers/regulator/pv88090-regulator.h | 98 +++++ drivers/regulator/qcom_smd-regulator.c | 159 +++++++ drivers/regulator/tps6105x-regulator.c | 95 +---- drivers/regulator/tps65086-regulator.c | 251 +++++++++++ drivers/regulator/tps65218-regulator.c | 137 ++++-- drivers/regulator/wm831x-dcdc.c | 39 +- drivers/regulator/wm831x-isink.c | 2 +- drivers/regulator/wm831x-ldo.c | 33 +- drivers/regulator/wm8350-regulator.c | 8 +- drivers/regulator/wm8400-regulator.c | 4 +- drivers/regulator/wm8994-regulator.c | 4 +- include/linux/mfd/tps65218.h | 7 +- include/linux/regulator/consumer.h | 3 + include/linux/regulator/driver.h | 2 + include/linux/regulator/max8973-regulator.h | 4 + 43 files changed, 2562 insertions(+), 250 deletions(-) create mode 100644 Documentation/devicetree/bindings/regulator/lm363x-regulator.txt create mode 100644 Documentation/devicetree/bindings/regulator/pv88060.txt create mode 100644 Documentation/devicetree/bindings/regulator/pv88090.txt rename Documentation/devicetree/bindings/{soc/qcom,smd-rpm.txt => regulator/qcom,smd-rpm-regulator.txt} (53%) create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt create mode 100644 drivers/regulator/lm363x-regulator.c create mode 100644 drivers/regulator/pv88060-regulator.c create mode 100644 drivers/regulator/pv88060-regulator.h create mode 100644 drivers/regulator/pv88090-regulator.c create mode 100644 drivers/regulator/pv88090-regulator.h create mode 100644 drivers/regulator/tps65086-regulator.c --GSe1yqLCWMTKXEPF Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWlM1PAAoJECTWi3JdVIfQHj0H/0gFvmBrhfs5R/5FDHxtzYQI J3SX1EmayTsNc47eDqimHvoAXGOFeFsiEliZRf2GH4x8wS8ftHaZxDvvg2MwHUWP kYPdeKk6z8kK3G5pPM7t/cIdJ0S0UDFixmWUs8JzSBGLrBuFLSpFZBvxf4fkWxbW zY9GyldX4r5t2JQ9kBsl16xTBQEU2//IYLNRf5sin7Bk6uNSAo4fUfGtU6I2kqaX ap6fZXTQ5Se2ZsENG4132FJCF7LFTYhG2I/KHJPIJc92pmV6TvVpDd5Hu59vHWU/ uTZD2j/Osf/QPZQnNYd8adLEExUGj46M2M7agoheza6rvkFK5hgp1jGq/vlJI9A= =8lza -----END PGP SIGNATURE----- --GSe1yqLCWMTKXEPF--