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: <20141208131653.GY11764@sirena.org.uk>
Date:	Mon, 8 Dec 2014 13:16:53 +0000
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 v3.19

The following changes since commit fc14f9c1272f62c3e8d01300f52467c0d9af50f9:

  Linux 3.18-rc5 (2014-11-16 16:36:20 -0800)

are available in the git repository at:

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

for you to fetch changes up to a63b87838a592577c7134a3cb89c74e59b9dd9c1:

  Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers' into regmap-next (2014-11-21 11:32:36 +0000)

----------------------------------------------------------------
regmap: Updates for v3.19

A couple of new features this time around, nothing that should have any
impact on most users:

 - Cleanups and optimization of the path for reading back the register
   defaults from the hardware at startup, reducing boot times for
   devices that use this (most don't, either populating on demand or
   providing defaults).
 - A bus implementation for AC'97 devices.

----------------------------------------------------------------
Mark Brown (5):
      Merge branch 'fix/cache' of git://git.kernel.org/.../broonie/regmap into regmap-cache
      regmap: ac97: Add generic AC'97 callbacks
      Merge remote-tracking branch 'regmap/fix/cache' into regmap-linus
      Merge remote-tracking branch 'regmap/topic/cache' into regmap-next
      Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers' into regmap-next

Xiubo Li (7):
      regmap: cache: fix errno in regcache_hw_init()
      regmap: cache: cleanup regcache_hw_init()
      regmap: cache: fix errno in regcache_hw_init()
      regmap: cache: speed regcache_hw_init() up.
      regmap: cache: use kmalloc_array instead of kmalloc
      regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.
      regmap: cache: Sort include headers alphabetically

 drivers/base/regmap/Kconfig           |   5 +-
 drivers/base/regmap/Makefile          |   1 +
 drivers/base/regmap/regcache-flat.c   |   2 +-
 drivers/base/regmap/regcache-lzo.c    |   2 +-
 drivers/base/regmap/regcache-rbtree.c |   4 +-
 drivers/base/regmap/regcache.c        |  63 ++++++++++---------
 drivers/base/regmap/regmap-ac97.c     | 114 ++++++++++++++++++++++++++++++++++
 include/linux/regmap.h                |   7 +++
 8 files changed, 164 insertions(+), 34 deletions(-)
 create mode 100644 drivers/base/regmap/regmap-ac97.c

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