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(-)

Attachment: signature.asc
Description: Digital signature

Reply via email to