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: <20180402162558.GT29239@sirena.org.uk>
Date:   Mon, 2 Apr 2018 17:25:58 +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.17

The following changes since commit 0c8efd610b58cb23cefdfa12015799079aef94ae:

  Linux 4.16-rc5 (2018-03-11 17:25:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2889312616aecf1a1153be0fab19206a6b1f768f:

  Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-clk' into regmap-next (2018-03-12 09:50:42 -0700)

----------------------------------------------------------------
regmap: Updates for v4.17

This is a fairly large set of updates for regmap, mainly bugfixes.  The
biggest bit of this is some fixes for the bulk operations code which
had issues in some use cases, Charles Keepax has sorted them out.  We
also gained the ability to use debugfs with syscon regmaps and to
specify the clock to be used with MMIO regmaps.

----------------------------------------------------------------
Charles Keepax (12):
      regmap: Correct offset handling in regmap_volatile_range
      regmap: Correct comparison in regmap_cached
      regmap: Don't use format_val in regmap_bulk_read
      regmap: Use helper function for register offset
      regmap: Move the handling for max_raw_read into regmap_raw_read
      regmap: Tidy up regmap_raw_read chunking code
      regmap: Use _regmap_read in regmap_bulk_read
      regmap: Format data for raw write in regmap_bulk_write
      regmap: Remove unnecessary printk for failed allocation
      regmap: Move the handling for max_raw_write into regmap_raw_write
      regmap: Tidy up regmap_raw_write chunking code
      regmap: Merge redundant handling in regmap_bulk_write

Dan Carpenter (2):
      regmap: Fix reversed bounds check in regmap_raw_write()
      regmap-i2c: Off by one in regmap_i2c_smbus_i2c_read/write()

David Lechner (2):
      regmap: Allow missing device in regmap_name_read_file()
      regmap: use debugfs even when no device

Fabio Estevam (2):
      regmap: debugfs: Disambiguate dummy debugfs file name
      regmap: debugfs: Improve warning message on debugfs_create_dir() failure

Jeffy Chen (1):
      regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failed

Mark Brown (7):
      Merge branch 'fix/core' of https://git.kernel.org/.../broonie/regmap into regmap-bulk
      regmap: debugfs: Don't leak dummy names
      Merge remote-tracking branch 'regmap/fix/cache' into regmap-linus
      Merge remote-tracking branch 'regmap/fix/core' into regmap-linus
      Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' into regmap-linus
      Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next
      Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-clk' into regmap-next

Maxime Ripard (1):
      regmap: mmio: Add function to attach a clock

 drivers/base/regmap/regmap-debugfs.c |  20 ++-
 drivers/base/regmap/regmap-i2c.c     |   4 -
 drivers/base/regmap/regmap-mmio.c    |  24 +++
 drivers/base/regmap/regmap.c         | 306 ++++++++++++++---------------------
 include/linux/regmap.h               |   3 +
 5 files changed, 168 insertions(+), 189 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