From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754773AbcGLOvo (ORCPT ); Tue, 12 Jul 2016 10:51:44 -0400 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:39838 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754171AbcGLOvm (ORCPT ); Tue, 12 Jul 2016 10:51:42 -0400 Date: Tue, 12 Jul 2016 15:51:33 +0100 From: Mark Brown To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Liam Girdwood Message-ID: <20160712145133.GF9976@sirena.org.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Mjqg7Yu+0hL22rav" Content-Disposition: inline X-Cookie: On the eighth day, God created FORTRAN. User-Agent: Mutt/1.6.0 (2016-04-01) X-SA-Exim-Connect-IP: 2a01:348:6:8808:fab::3 X-SA-Exim-Mail-From: broonie@sirena.org.uk Subject: [GIT PULL] regulator fix for v4.7 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 --Mjqg7Yu+0hL22rav Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The following changes since commit 3bfbb4d1a480cc17f6ccfce13b76eb6c0dbeaf8c: regulator: qcom_smd: add list_voltage callback (2016-06-13 09:51:35 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/qcom-smd-list-voltage for you to fetch changes up to 43160ffd12c8d1d331362362eea3c70e04b6f9c4: regulator: qcom_smd: Remove list_voltage callback for rpm_smps_ldo_ops_fixed (2016-06-15 10:18:50 +0100) ---------------------------------------------------------------- regulator: Fix qcom-smd list voltage issues for msm8974 This commit looks like a cleanup but in fact by causing the core to go down some simplified code paths for noop regulators it avoids a boot time crash for msm8974 platforms which was introduced in v4.7. It has been in -next for a while, the issues in mainline for these platforms weren't flagged up to me until yesterday (I think it took some time to figure out what was going wrong). ---------------------------------------------------------------- Axel Lin (1): regulator: qcom_smd: Remove list_voltage callback for rpm_smps_ldo_ops_fixed drivers/regulator/qcom_smd-regulator.c | 1 - 1 file changed, 1 deletion(-) --Mjqg7Yu+0hL22rav Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXhQP0AAoJECTWi3JdVIfQoc8H/iJhQc9EK66J25EWLYX5xnXi E2/XSqcqqRhTkDbkhJoF05cd+wT76q7O8cqTMp/kkF9hZdQsAoTyl9MP/Estb6iA eUJd2YURaH4ZmDEBxaPOxsKmZrZgODLr1Nm6tWM76V3qFQYRJ/kjiQFsPTyr863f 1C9zA79EuwCOcE/mHNL1Xcxv/a/B6hJRRyzeuq1Qr0IyVfJK5aIaqiIFYqCTOHdJ 14moev7kx6yp3m6+Yskighd1s7NaW3dyqHhn+PMcNKns1TeWAUcQJJaLA9NCJr8v Tk1nF/gTiVU9Z2qbbglf46osDg7BE7ie+5mAY7BUZg8mOSxQpcXS0cF2ZiNBChc= =YlIe -----END PGP SIGNATURE----- --Mjqg7Yu+0hL22rav--