lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 13 May 2016 11:04:06 +0100
From:	Mark Brown <broonie@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PULL] regmap fixes for v4.6

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(-)

Download attachment "signature.asc" of type "application/pgp-signature" (474 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ