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:	Tue, 3 Jun 2014 11:18:52 +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 v3.16

The following changes since commit fad01e866afdbe01a1f3ec06a39c3a8b9e197014:

  Linux 3.15-rc8 (2014-06-01 19:12:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to ef98ae45e6b3ea17d3ed27cec9afdd7e46f916ae:

  Merge remote-tracking branch 'regmap/topic/smbus' into regmap-next (2014-06-02 17:07:42 +0100)

----------------------------------------------------------------

regmap: Updates for v3.16

Another fairly quiet release, a few bug fixes and a couple of new
features:

 - Support for I2C devices connected to SMBus rather than full I2C
   controllers contributed by Boris Brezillon.  If the controller is
   only capable of SMBus operation the framework will transparently
   fall back to that.
 - Suport for little endian values, contributed by Xiubo Li.

----------------------------------------------------------------
Boris BREZILLON (2):
      regmap: add reg_read/reg_write callbacks to regmap_bus struct
      regmap: i2c: fallback to SMBus if the adapter does not support standard I2C

Geert Uytterhoeven (1):
      regmap: Add missing initialization of this_page

Jean-Christophe PINCE (1):
      regmap: rbtree: improve 64bits memory alignment

Mark Brown (3):
      Merge remote-tracking branch 'regmap/topic/core' into regmap-next
      Merge remote-tracking branches 'regmap/topic/irq', 'regmap/topic/le', 'regmap/topic/mmio' and 'regmap/topic/rbtree' into regmap-next
      Merge remote-tracking branch 'regmap/topic/smbus' into regmap-next

Philipp Zabel (1):
      regmap: mmio: Fix regmap_mmio_write for uneven counts

Xiubo Li (4):
      regmap: implement LE formatting/parsing for 16/32-bit values.
      regmap: mmio: Fix the bug of 'offset' value parsing.
      regmap: Fix possible ZERO_SIZE_PTR pointer dereferencing error.
      regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error.

 drivers/base/regmap/regcache-rbtree.c |   8 +--
 drivers/base/regmap/regmap-i2c.c      | 104 +++++++++++++++++++++++++++++++++-
 drivers/base/regmap/regmap-irq.c      |   9 ++-
 drivers/base/regmap/regmap-mmio.c     |  35 +++++++++---
 drivers/base/regmap/regmap.c          |  83 ++++++++++++++++++++++++++-
 include/linux/regmap.h                |   6 ++
 6 files changed, 227 insertions(+), 18 deletions(-)

Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ