https://github.com/torvalds/linux
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
Tip revision: fa8218def1b1a16f0a410e2c1c767b4738cc81fa authored by Linus Torvalds on 27 August 2013, 17:10:30 UTC
Merge tag 'regmap-v3.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
Tip revision: fa8218d
File Mode Size
.gitignore -rw-r--r-- 151 bytes
Kconfig -rw-r--r-- 5.6 KB
Makefile -rw-r--r-- 2.3 KB
gen_init_cpio.c -rw-r--r-- 13.0 KB
initramfs_data.S -rw-r--r-- 1.3 KB

back to top