From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753560AbcAOQ1k (ORCPT ); Fri, 15 Jan 2016 11:27:40 -0500 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:56446 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752845AbcAOQ1i (ORCPT ); Fri, 15 Jan 2016 11:27:38 -0500 Date: Fri, 15 Jan 2016 16:27:29 +0000 From: Mark Brown To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Liam Girdwood Message-ID: <20160115162729.GX6588@sirena.org.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7+HagC/1GDeNdhv6" 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 --7+HagC/1GDeNdhv6 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 d3bd4e0a5fd40ae61fe0dc19f2cfa88c88bb761c: Merge remote-tracking branch 'regulator/topic/wm831x' into regulator-next (2016-01-12 18:26:12 +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 (2): regulator: core: avoid unused variable warning regulator: core: fix regulator_lock_supply regression 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 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/mt6311', 'regulator/topic/optional', 'regulator/topic/palmas' and 'regulator/topic/pv88060' into regulator-next Merge remote-tracking branches 'regulator/topic/pv88090', 'regulator/topic/qcom-smd', 'regulator/topic/tps6105x', 'regulator/topic/tps65086' and 'regulator/topic/tps65218' into regulator-next Merge remote-tracking branch '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 ++ .../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 | 33 ++ 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/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 + 40 files changed, 2414 insertions(+), 248 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 --7+HagC/1GDeNdhv6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWmR3wAAoJECTWi3JdVIfQ3A8H/3GT9Fuv53ur63uLEy18H1Ov bGG9KrrUmC0XGzFH+PEHxd/YU+aGh8dDKOZh9n1kTLk9CHoUvF8AIeM+ePmixuUz GT3Ab2+bFfek/GQI0CLBZ3hAdU2T/D13eXJ0YeiiyGBf+POmTHEbgBQoRWzurd04 ceAKYTjbn+uEuRc86q/mLniRGutXYyowVNH20YQtMT7rPA40CRW2aRKqob10b+01 6mDwG/adoePBKO/Gkt5BW3Pd9Py08cDzSVwib8eeE2AlpFYPGB1kgJcoyD7garml Y8rc/eVR5xBHp5bJF64rpCivftZnPePmjItpCs4DTfmNgyg+VqZv5WZZEo81tVI= =i0SL -----END PGP SIGNATURE----- --7+HagC/1GDeNdhv6--