From: Mark Brown Date: Wed, 8 May 2013 12:55:25 +0000 (+0100) Subject: regmap: rbtree: Use range information to allocate nodes X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~30^2~3^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7278af5fb3eb7247449fd4489dacb75b9ba86f73;p=pandora-kernel.git regmap: rbtree: Use range information to allocate nodes If range information has been provided then when we allocate a rbnode within a range allocate the entire range. The goal is to minimise the number of reallocations done when combining or extending blocks. At present only readability and yes_ranges are taken into account, this is expected to cover most cases efficiently. Signed-off-by: Mark Brown --- Reading git-diff-tree failed