The following changes since commit 13a7a6ac0a11197edcd0f756a035f472b42cdf8b:

  Linux 4.0-rc2 (2015-03-03 09:04:59 -0800)

are available in the git repository at:

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

for you to fetch changes up to 7d720ee52598b49ad70a2572fa159467c5f45dc4:

  Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 
'regmap/fix/sync' into regmap-linus (2015-03-07 16:18:08 +0000)

----------------------------------------------------------------
regmap: Fixes for v4.0

A few things here:

 - A change from Lars to fix insertion of cache values at the start of
   rather than end of a rbtree block.  This hadn't been noticed before
   since almost everything lists registers in ascending order.
 - A fix from Takashi for spurious warnings during cache sync with read
   once registers, a problem which can be very noticeable on devices
   that it affects.
 - A fix from Valentin for a tighening of the oneshot IRQ request
   interface which would have broken affected devices.

----------------------------------------------------------------
Lars-Peter Clausen (1):
      regmap: regcache-rbtree: Fix present bitmap resize

Mark Brown (1):
      Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 
'regmap/fix/sync' into regmap-linus

Takashi Iwai (1):
      regmap: Skip read-only registers in regcache_sync()

Valentin Rothberg (1):
      regmap-irq: set IRQF_ONESHOT flag to ensure IRQ request

 drivers/base/regmap/regcache-rbtree.c | 2 +-
 drivers/base/regmap/regcache.c        | 6 ++++--
 drivers/base/regmap/regmap-irq.c      | 3 ++-
 3 files changed, 7 insertions(+), 4 deletions(-)

Attachment: signature.asc
Description: Digital signature

Reply via email to