29 Oct
2014
29 Oct
'14
11:36 a.m.
On Wed, Oct 29, 2014 at 11:21:36AM +0800, Alison Wang wrote:
This patch adds Power Management support for SAI. Activate regmap cache with REGCACHE_RBTREE, and use
Are you sure that REGCACHE_RBTREE is the best option here? For MMIO devices the cost tradeoff for the rbtree is usually higher than people like so flat caches are preferred. But if it works for you that's fine, this shouldn't be *that* performance critical.
I'm also a bit surprised that this works without register defaults being provided since we need to make sure we allocate the rbtree nodes outside of the spinlock we use to lock MMIO access - was this tested with mainline?