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, 9 Feb 2015 15:26:43 +0800
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.20

The following changes since commit e36f014edff70fc02b3d3d79cead1d58f289332e:

  Linux 3.19-rc7 (2015-02-01 20:07:21 -0800)

are available in the git repository at:

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

for you to fetch changes up to 1aff0310ebdd42fa0045440cee19c5a8cfecf70c:

  Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'regmap/topic/smbus' into regmap-next (2015-02-08 11:16:11 +0800)

----------------------------------------------------------------
regmap: Updates for v3.20

A very quiet release for regmap this time around:

 - Fix an endianness issue for I2C devices connected via SMBus where
   we were getting two layers both trying to do endianness handling.
 - Use a union to reduce the size of the regmap struct.
 - A couple of smaller fixes.

----------------------------------------------------------------
Bintian Wang (1):
      regmap: correct the description of structure element in reg_field

Guenter Roeck (2):
      regmap: Export regmap_get_val_endian
      regmap: Fix i2c word access when using SMBus access functions

Mark Brown (3):
      regmap: ac97: Clean up indentation
      Merge remote-tracking branch 'regmap/topic/core' into regmap-next
      Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'regmap/topic/smbus' into regmap-next

Wang, Yalin (1):
      regmap: Move spinlock_flags into the union

 drivers/base/regmap/internal.h    | 10 +++++++--
 drivers/base/regmap/regmap-ac97.c |  4 ++--
 drivers/base/regmap/regmap-i2c.c  | 46 ++++++++++++++++++++++++++++++++++++++-
 drivers/base/regmap/regmap.c      |  7 +++---
 include/linux/regmap.h            |  2 +-
 5 files changed, 60 insertions(+), 9 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