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, 3 Jul 2017 17:43:12 +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.13

The following changes since commit 6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c:

  Linux 4.12 (2017-07-02 16:07:02 -0700)

are available in the git repository at:

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

for you to fetch changes up to 2a40f9421cb72d1d15618997b324f4169504ac09:

  Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and 'regmap/topic/lzo' into regmap-next (2017-07-03 16:20:28 +0100)

----------------------------------------------------------------
regmap: Updates for v4.13

The usual small smattering of activity for regmap this time round:

 - Addition of support for the 1-Wire bus standard.
 - Options that allow support for more interrupt controllers with
   regmap-irq.
 - Only build LZO cache support if it's actually being used.

----------------------------------------------------------------
Alex A. Mihaylov (1):
      regmap: Add 1-Wire bus support

Jonas Gorski (1):
      regmap: make LZO cache optional

Mark Brown (3):
      Merge branch 'topic/lzo' of git://git.kernel.org/.../broonie/regmap into regmap-1wire
      regmap: Fix typo in IS_ENABLED() check
      Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and 'regmap/topic/lzo' into regmap-next

Michael Grzeschik (1):
      regmap: irq: add chip option mask_writeonly

Vladimir Zapolskiy (1):
      regmap: irq: allow to register one cell interrupt controllers

 drivers/base/regmap/Kconfig      |  11 +-
 drivers/base/regmap/Makefile     |   4 +-
 drivers/base/regmap/regcache.c   |   2 +
 drivers/base/regmap/regmap-irq.c |  42 ++++---
 drivers/base/regmap/regmap-w1.c  | 245 +++++++++++++++++++++++++++++++++++++++
 include/linux/regmap.h           |  36 ++++++
 6 files changed, 321 insertions(+), 19 deletions(-)
 create mode 100644 drivers/base/regmap/regmap-w1.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