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]
Message-ID: <20180813095709.GB6757@sirena.org.uk>
Date:   Mon, 13 Aug 2018 10:57:09 +0100
From:   Mark Brown <broonie@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org
Subject: [GIT PULL] regmap updates for v4.19

The following changes since commit 1ffaddd029c867d134a1dde39f540dcc8c52e274:

  Linux 4.18-rc8 (2018-08-05 12:37:41 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v4.19

for you to fetch changes up to 1dce5d849f94b90e2ed52056e7eefab3c17277b8:

  Merge branch 'regmap-4.19' into regmap-next (2018-08-09 11:17:30 +0100)

----------------------------------------------------------------
regmap: Changes for v4.19

Several small new features for regmap this time around:

 - Support for SCCB, an I2C variant used on some media cards.  This has
   also pulled in an I2C commit from Peter Rosin as a dependency.
 - Addition of an API for reading repeatedly from registers where the
   address doesn't automatically increment like some ADC outputs or GPIO
   status registers.
 - Support for bulk I/O on Slimbus.

----------------------------------------------------------------
Akinobu Mita (2):
      regmap: add SCCB support
      regmap: sccb: fix typo and sort headers alphabetically

Crestez Dan Leonard (1):
      regmap: Add regmap_noinc_read API

Mark Brown (4):
      Merge tag 'regmap-sccb' of https://git.kernel.org/.../broonie/regmap into regmap-4.19
      Merge branch 'i2c/smbus_xfer_unlock-immutable' of git://git.kernel.org/.../wsa/linux into regmap-4.19 for sccb dependency
      Merge tag 'regmap-noinc-read' into regmap-4.19
      Merge branch 'regmap-4.19' into regmap-next

Peter Rosin (1):
      i2c: smbus: add unlocked __i2c_smbus_xfer variant

Srinivas Kandagatla (1):
      regmap: slimbus: add support to multi read/write

 drivers/base/regmap/Kconfig          |   4 ++
 drivers/base/regmap/Makefile         |   1 +
 drivers/base/regmap/internal.h       |   3 +
 drivers/base/regmap/regmap-sccb.c    | 128 +++++++++++++++++++++++++++++++++++
 drivers/base/regmap/regmap-slimbus.c |  23 ++-----
 drivers/base/regmap/regmap.c         |  79 ++++++++++++++++++++-
 drivers/i2c/i2c-core-smbus.c         |  28 +++++---
 include/linux/i2c.h                  |  11 ++-
 include/linux/regmap.h               |  54 +++++++++++++++
 9 files changed, 303 insertions(+), 28 deletions(-)
 create mode 100644 drivers/base/regmap/regmap-sccb.c

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ