From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753133AbcEMKEj (ORCPT ); Fri, 13 May 2016 06:04:39 -0400 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:50432 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753057AbcEMKEd (ORCPT ); Fri, 13 May 2016 06:04:33 -0400 Date: Fri, 13 May 2016 11:04:06 +0100 From: Mark Brown To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Message-ID: <20160513100406.GA18955@sirena.org.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline X-Cookie: Humpty Dumpty was pushed. 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] regmap 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 --/9DWx/yDrRhgMJTb 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/regmap.git tags/regmap-fix-v4.6-rc7 for you to fetch changes up to 2a2cd5219023ea2e485c3e37486c24177a6da55a: Merge remote-tracking branches 'regmap/fix/be', 'regmap/fix/doc' and 'regmap/fix/spmi' into regmap-linus (2016-05-13 10:36:10 +0100) ---------------------------------------------------------------- regmap: Fixes for v4.6 This is rather too late so it'd be completely understandable if you don't want to pull it at this point, I had thought I'd sent this earlier but it seems I didn't. Everything has been in -next for some time now. The main set of fixes here are mopping up some more issues with MMIO, fixing handling of endianness configuration in DT (which just wasn't working at all) and cases where the register and value endianness are different. There is also a fix for bulk register reads on SPMI. ---------------------------------------------------------------- Arnd Bergmann (1): regmap: fix documentation to match code Jack Pham (1): regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case Mark Brown (6): regmap: mmio: Fix value endianness selection regmap: Fix implicit inclusion of device.h regmap: mmio: Parse endianness definitions from DT regmap: mmio: Explicitly say little endian is the defualt in the bus config Merge remote-tracking branch 'regmap/fix/mmio' into regmap-linus Merge remote-tracking branches 'regmap/fix/be', 'regmap/fix/doc' and 'regmap/fix/spmi' into regmap-linus .../devicetree/bindings/regmap/regmap.txt | 59 +++++++--------------- drivers/base/regmap/internal.h | 1 + drivers/base/regmap/regmap-mmio.c | 5 +- drivers/base/regmap/regmap-spmi.c | 2 +- 4 files changed, 25 insertions(+), 42 deletions(-) --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXNaaUAAoJECTWi3JdVIfQNGUH/2M9ddtU0MHr47f4hTa6IDAd 6McIaln2lwOaOZIIDES69fDDoryFlhTQTcQrsqfKt2RySy3rh3iCj1saocDJHRlP y9zFYhobWSnPXO1OhbD0f/uDX/Uvm6g+9R4P3cS5EIUaMD4u0I5BzUTsudqZ6nRg IK2HikXOt7QT3n/mqEhlj9C6ul+nlq65bZFFuAri3ooWMLscrzbIpfBv5Wz1m3LX G5NeMpu6ucWU+h2FOs3IjFqrEWZ/PzdkqepjvqQ0mF9wajDUAUwSNAsY9IbDEmB6 SlRsup1A0IOo98aeDsgIJfoA56IiubikxdbxlRC6Y+yuUhXbwXAuKAU3pJJwg14= =1pNm -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb--