From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753297AbbCQMI6 (ORCPT ); Tue, 17 Mar 2015 08:08:58 -0400 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:49300 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752111AbbCQMI5 (ORCPT ); Tue, 17 Mar 2015 08:08:57 -0400 Date: Tue, 17 Mar 2015 12:08:52 +0000 From: Mark Brown To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Liam Girdwood Message-ID: <20150317120852.GE28806@sirena.org.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="qbWslfj5jix8J1iW" Content-Disposition: inline X-Cookie: Editing is a rewording activity. User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: 94.175.94.161 X-SA-Exim-Mail-From: broonie@sirena.org.uk Subject: [GIT PULL] regulator fixes for v4.0 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 --qbWslfj5jix8J1iW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda: Linux 4.0-rc4 (2015-03-15 17:38:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v4.0-rc4 for you to fetch changes up to 8ca8f32666d2a655e274836400e1a7f7fa313502: Merge remote-tracking branches 'regulator/fix/gpio-enable' and 'regulator/fix/tps65910' into regulator-linus (2015-03-16 11:43:24 +0000) ---------------------------------------------------------------- regulator: Fixes for v4.0 The two main fixes here from Javier and Doug both fix issues seen on the Exynos-based ARM Chromebooks with reference counting of GPIO regulators over system suspend. The GPIO enable code didn't properly take account of this cases (a full analysis is in Doug's commit log). This is fixed by both fixing the reference counting directly and by making the resume code skip enables it doesn't need to do. We could skip the change in the resume code but it's a very simple change and adds extra robustness against problems in other drivers. ---------------------------------------------------------------- Doug Anderson (1): regulator: core: Fix enable GPIO reference counting Geert Uytterhoeven (1): regulator: tps65910: Add missing #include Javier Martinez Canillas (1): regulator: Only enable disabled regulators on resume Mark Brown (1): Merge remote-tracking branches 'regulator/fix/gpio-enable' and 'regulator/fix/tps65910' into regulator-linus drivers/regulator/core.c | 34 +++++++++++++++++----------------- drivers/regulator/tps65910-regulator.c | 1 + 2 files changed, 18 insertions(+), 17 deletions(-) --qbWslfj5jix8J1iW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJVCBlUAAoJECTWi3JdVIfQDm0IAIHTrwt5BW9Dzh6BdO1YcNMR Ub7izBEMtPhrhsXi0hFsQ65ZfD2Lqv0MtXMqhqWbrRc43q2io0YKFpRuw51efB1R YuxOkZI914q/oRQdEcdtUlqmlvvXU/ZKpzq9UvhSfTWkUvmAcxyV+XA6LKhdvXSa ORRC67I0IavZHyqQQe/him2SbRirD+ZHWs/c40l8wnQj9XYg3PBnfSwbobGnzFVq rkZiJXaeg1YzWV4UxWgS0lTBVEQpnyGWl5K1PLaqrkDRwIdCGebNreLzOQ46nrI0 RBpCzlwflFalaq52scGsa6kOSNJL5Kce6ek59zdVKX+zjTUSirFEUh7je6wpvhU= =VX3k -----END PGP SIGNATURE----- --qbWslfj5jix8J1iW--