From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752143AbcEQSSZ (ORCPT ); Tue, 17 May 2016 14:18:25 -0400 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:37154 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750729AbcEQSSX (ORCPT ); Tue, 17 May 2016 14:18:23 -0400 Date: Tue, 17 May 2016 19:18:16 +0100 From: Mark Brown To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, lgirdwood@gmail.com Message-ID: <20160517181816.GI8104@sirena.org.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="YrQNB5Deg1WGKZi3" Content-Disposition: inline X-Cookie: FORCE YOURSELF TO RELAX! 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 --YrQNB5Deg1WGKZi3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The following changes since commit 4f38c566a0967ce9291537ba04891391681a7661: Merge remote-tracking branches 'regulator/topic/tps6524x' and 'regulator/topic/twl' into regulator-next (2016-05-13 14:23:49 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-can-change-voltage for you to fetch changes up to ec4c436652cfdf5dcad60f553020ee99596b937b: regulator: Silence build warnings from regulator_can_change_voltage() (2016-05-17 18:06:18 +0100) ---------------------------------------------------------------- regulator: Fix build warnings from regulator_can_change_voltage() Cut down on noise for mainstream users of the API and people doing build testing by dropping the deprecated flag from regulator_can_change_voltage() as it triggers even on the EXPORT_SYMBOL_GPL() which affects all builds rather than just the remaining drivers with calls to it (for which fixes are currently pending). The function remains deprecated and is expected to be removed entirely in v4.8. ---------------------------------------------------------------- Mark Brown (1): regulator: Silence build warnings from regulator_can_change_voltage() include/linux/regulator/consumer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --YrQNB5Deg1WGKZi3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXO2BmAAoJECTWi3JdVIfQWyoH/2hszHgCZ2nD0WnEkd6i0VCA Q9zjsNFIrg6RN4Iu8E66JGBmb6fHrjtiWO7IN1/7Y9oiW8HDxWj2wKjLJDDQc9fO G6AAUzwfFYwllPg8YHJ2b+LSEddPigVF1N99krwvFNFKuuz1uCOLuMvv4iyrZLqv mHWzcI6qrHhwNNZwPIb+iV2sO9GCic1/amjpuqdFl83cggFDbJz6aJFqhrizQyUf Bgn5eko8oJb1NcJ3JGp++hArr4koc5t80zIYeopEpw1A5G6rhZ98MxY3AARhI47d htkVVnsqu000yt5yP4b3E/MeijMCHHcYM6zN8nnnXLeflSLWyZKwuIA65HNdPCU= =iadL -----END PGP SIGNATURE----- --YrQNB5Deg1WGKZi3--