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
mpu401
opl3
opl4
pcsp
vx
Kconfig -rw-r--r-- 6.8 KB
Makefile -rw-r--r-- 788 bytes
aloop.c -rw-r--r-- 35.5 KB
dummy.c -rw-r--r-- 32.1 KB
ml403-ac97cr.c -rw-r--r-- 39.8 KB
mtpav.c -rw-r--r-- 20.0 KB
mts64.c -rw-r--r-- 26.6 KB
pcm-indirect2.c -rw-r--r-- 16.8 KB
pcm-indirect2.h -rw-r--r-- 5.1 KB
portman2x4.c -rw-r--r-- 25.2 KB
serial-u16550.c -rw-r--r-- 30.8 KB
virmidi.c -rw-r--r-- 5.5 KB

back to top