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, 1 Jun 2020 12:07:52 +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 v5.8

The following changes since commit 9cb1fd0efd195590b828b9b865421ad345a4a145:

  Linux 5.7-rc7 (2020-05-24 15:32:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9b98f92ca446f4302607a88fbb67619af968f3cf:

  Merge remote-tracking branch 'regmap/for-5.8' into regmap-next (2020-05-29 14:03:32 +0100)

----------------------------------------------------------------
regmap: Updates for v5.8

This has been a very active release for the regmap API for some reason,
a lot of it due to new devices with odd requirements that can sensibly
be handled here.

 - Add support for buses implementing a custom reg_update_bits()
   method in case the bus has a native operation for this.
 - Support 16 bit register addresses in SMBus.
 - Allow customization of the device attached to regmap-irq.
 - Helpers for bitfield operations and per-port field initializations.

----------------------------------------------------------------
AceLan Kao (1):
      regmap-i2c: add 16-bit width registers support

Baolin Wang (1):
      regmap: Add bus reg_update_bits() support

Bartosz Golaszewski (1):
      regmap: provide helpers for simple bit operations

Dejin Zheng (2):
      regmap: Simplify implementation of the regmap_read_poll_timeout() macro
      regmap: Simplify implementation of the regmap_field_read_poll_timeout() macro

Marco Felsch (1):
      regmap: add reg_sequence helpers

Mark Brown (6):
      Merge series "Add new reg_update_bits() support" from Baolin Wang <baolin.wang7@...il.com>:
      Merge series "Add support for Kontron sl28cpld" from Michael Walle <michael@...le.cc>:
      Merge series "New DSA driver for VSC9953 Seville switch" from Vladimir Oltean <olteanv@...il.com>:
      Merge series "regmap: provide simple bitops and use them in a driver" from Bartosz Golaszewski <brgl@...ev.pl> Bartosz Golaszewski <bgolaszewski@...libre.com>:
      Merge remote-tracking branch 'regmap/for-5.7' into regmap-linus
      Merge remote-tracking branch 'regmap/for-5.8' into regmap-next

Michael Walle (1):
      regmap-irq: make it possible to add irq_chip do a specific device node

Peng Fan (1):
      regmap: debugfs: check count when read regmap file

Vladimir Oltean (1):
      regmap: add helper for per-port regfield initialization

 drivers/base/regmap/regmap-debugfs.c |   6 ++
 drivers/base/regmap/regmap-i2c.c     |  61 ++++++++++++++++++++
 drivers/base/regmap/regmap-irq.c     |  84 ++++++++++++++++++++++-----
 drivers/base/regmap/regmap.c         |  23 ++++++++
 include/linux/regmap.h               | 109 ++++++++++++++++++++++-------------
 5 files changed, 228 insertions(+), 55 deletions(-)

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