From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752842AbcEMKfp (ORCPT ); Fri, 13 May 2016 06:35:45 -0400 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:50502 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751849AbcEMKfo (ORCPT ); Fri, 13 May 2016 06:35:44 -0400 Date: Fri, 13 May 2016 11:35:27 +0100 From: Mark Brown To: Linus Torvalds Cc: Liam Girdwood , linux-kernel@vger.kernel.org Message-ID: <20160513103526.GF10264@sirena.org.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="iBwuxWUsK/REspAd" Content-Disposition: inline X-Cookie: Poverty begins at home. User-Agent: Mutt/1.6.0 (2016-04-01) X-SA-Exim-Connect-IP: 188.29.165.172 X-SA-Exim-Mail-From: broonie@sirena.org.uk Subject: [GIT PULL] regulator fixes for v4.6 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 --iBwuxWUsK/REspAd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The following changes since commit 44549e8f5eea4e0a41b487b63e616cb089922b99: Linux 4.6-rc7 (2016-05-08 14:38:32 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v4.6-rc7 for you to fetch changes up to 9689dab30a52f5df313771e07206d7b3d8ca44f7: Merge remote-tracking branches 'regulator/fix/axp20x', 'regulator/fix/da9063', 'regulator/fix/gpio' and 'regulator/fix/s2mps11' into regulator-linus (2016-05-13 11:11:08 +0100) ---------------------------------------------------------------- regulator: Fixes for v4.6 A small collection of driver specific fixes for the regulator subsysetem: - Fix handling of probe deferral for GPIO regulators. - Fix a typo in the module alias for DA9053. - Fix the definition of BUCK9 in the S2MPS11 driver. This change looks larger than it is because an irregularity in the hardware means that the macro used to define bucks 6-10 needs duplicating and tweaking to have a separate macro for 9. - Fix a series of errors in the definitions of the LDOs the AXP20x regulators, some of which had always been present and some of which were introduced in the merge window. ---------------------------------------------------------------- Geert Uytterhoeven (1): regulator: da9063: Correct module alias prefix to fix module autoloading Hans de Goede (2): regulator: axp20x: Fix axp22x ldo_io voltage ranges regulator: axp20x: Fix axp22x ldo_io registration error on cold boot Krzysztof Kozlowski (1): regulator: s2mps11: Fix invalid selector mask and voltages for buck9 Mark Brown (1): Merge remote-tracking branches 'regulator/fix/axp20x', 'regulator/fix/da9063', 'regulator/fix/gpio' and 'regulator/fix/s2mps11' into regulator-linus Maxime Ripard (1): regulator: axp20x: Fix LDO4 linear voltage range Mihai Mihalache (1): regulator: gpio: check return value of of_get_named_gpio drivers/regulator/axp20x-regulator.c | 12 +++++++++--- drivers/regulator/da9063-regulator.c | 2 +- drivers/regulator/gpio-regulator.c | 2 ++ drivers/regulator/s2mps11.c | 28 ++++++++++++++++++++++------ include/linux/mfd/samsung/s2mps11.h | 2 ++ 5 files changed, 36 insertions(+), 10 deletions(-) --iBwuxWUsK/REspAd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXNa3tAAoJECTWi3JdVIfQnhUH/3MGjhj62cmtFOTQRWMslZtN /1kLeYGlfR62iC/DQZcsUiZQnwdgOkL7ALiSQ7xBuSaA/B4tNoBKKciPjz+MKf67 5pmYzpPjWCG/N7KzxqhS48x7uy5nCVA9kMLn/ShOrTXFCkbV1mIjuUncCMcGWbQP OLnQK8HGGiC6eZ+Wrn7/FtUeMi+PuGFb+8qOwQoD295OFfBN4c1rAmaFZqD7KpZN xa5vEvLWo4CH4ucTJgPZUo3RblUDhQF360Rw2FBnJMU2BOZoMWSyPpa2SYBt/5u7 tvhbU2Zo1rjmZJ8nRSxqLbvgJTVAdKaOaPmFiRuwlD4LmPMEQnXVZ2F5xsU2JRw= =qUUM -----END PGP SIGNATURE----- --iBwuxWUsK/REspAd--