Revision fa8218def1b1a16f0a410e2c1c767b4738cc81fa authored by Linus Torvalds on 27 August 2013, 17:10:30 UTC, committed by Linus Torvalds on 27 August 2013, 17:10:30 UTC
Pull regmap fixes from Mark Brown:
 "Two changes here:

   - Fix a bug in the rbtree code which could cause it to create two
     different cache entries for the same register by adding a single
     register at a time to the cache.  This isn't awesome for
     performance but it's non-invasive which we need for this late in
     the release cycle and the I/O costs we're trying to avoid are high.

   - Add another header used in the !CONFIG_REGMAP stubs where we had
     been relying on implicit inclusion"

* tag 'regmap-v3.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
  regmap: rbtree: Fix overlapping rbnodes.
  regmap: Add another missing header for !CONFIG_REGMAP stubs
2 parent s 0c6b5c5 + 7f242bd
History
File Mode Size
Kconfig -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 630 bytes
atmel-pcm-dma.c -rw-r--r-- 6.5 KB
atmel-pcm-pdc.c -rw-r--r-- 11.6 KB
atmel-pcm.c -rw-r--r-- 3.4 KB
atmel-pcm.h -rw-r--r-- 3.9 KB
atmel_ssc_dai.c -rw-r--r-- 21.5 KB
atmel_ssc_dai.h -rw-r--r-- 3.2 KB
sam9g20_wm8731.c -rw-r--r-- 8.1 KB
snd-soc-afeb9260.c -rw-r--r-- 4.1 KB

back to top