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>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 23 May 2022 14:11:56 +0100
From:   Mark Brown <broonie@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, Mark Brown <broonie@...nel.org>
Subject: [GIT PULL] regmap updates for v5.19

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5c422f0b970d287efa864b8390a02face404db5d:

  regmap: Add missing map->bus check (2022-05-09 12:48:45 +0100)

----------------------------------------------------------------
regmap: Updates for v5.19

The main change here is Marek's addition of bulk read/write callbacks
for individual regmaps, we've supported single register operations for a
while but there's enough hardware out there which can use bulk equivalents
to make it worthwhile.

----------------------------------------------------------------
Jeongtae Park (1):
      regmap: cache: set max_register with reg_stride

Marek Vasut (2):
      regmap: Add bulk read/write callbacks into regmap_config
      regmap: Add missing map->bus check

Mark Brown (1):
      regmap: Custom bulk operations for regmaps

Rikard Falkeborn (1):
      regmap: Constify static regmap_bus structs

 drivers/base/regmap/internal.h       |  4 ++
 drivers/base/regmap/regcache.c       |  4 +-
 drivers/base/regmap/regmap-i3c.c     |  2 +-
 drivers/base/regmap/regmap-sccb.c    |  2 +-
 drivers/base/regmap/regmap-sdw-mbq.c |  2 +-
 drivers/base/regmap/regmap-sdw.c     |  2 +-
 drivers/base/regmap/regmap-slimbus.c |  2 +-
 drivers/base/regmap/regmap-w1.c      |  6 +--
 drivers/base/regmap/regmap.c         | 78 +++++++++++++++++++-----------------
 include/linux/regmap.h               | 12 ++++++
 10 files changed, 67 insertions(+), 47 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ