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:	Mon, 25 Jul 2016 17:02:56 +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.8

The following changes since commit 92d21ac74a9e3c09b0b01c764e530657e4c85c49:

  Linux 4.7-rc7 (2016-07-10 20:24:59 -0700)

are available in the git repository at:

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

for you to fetch changes up to efeb1a3ab91dc6bead3b5a522c0ceca1d711feb1:

  Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regmap/topic/iopoll', 'regmap/topic/irq' and 'regmap/topic/maintainers' into regmap-next (2016-07-15 13:44:47 +0100)

----------------------------------------------------------------
regmap: Updates for v4.8

Several small updates and API enhancements:

 - Provide transparent unrolling of bulk writes into individual writes
   so they can be used with devices without raw formatting.
 - Fix compatibility between I2C controllers supporting block commands
   and devices with more than 8 bit wide registers.
 - Add some helpers for iopoll-like functionality and workarounds for
   weird interrupt controllers.

----------------------------------------------------------------
Chen-Yu Tsai (1):
      regmap: Support bulk writes for devices without raw formatting

Geert Uytterhoeven (1):
      regmap: Add file patterns for regmap device tree bindings

Guenter Roeck (1):
      regmap-i2c: Use i2c block command only if register value width is 8 bit

Laxman Dewangan (1):
      regmap: irq: Add support to call client specific pre/post interrupt service

Mark Brown (1):
      Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regmap/topic/iopoll', 'regmap/topic/irq' and 'regmap/topic/maintainers' into regmap-next

Philipp Zabel (1):
      regmap: add iopoll-like polling macro

 MAINTAINERS                      |  1 +
 drivers/base/regmap/regmap-i2c.c |  2 +-
 drivers/base/regmap/regmap-irq.c | 15 ++++++++----
 drivers/base/regmap/regmap.c     | 31 ++++++++++++++++++++++---
 include/linux/regmap.h           | 49 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 90 insertions(+), 8 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