1
0
Files
linux/drivers/base/regmap
Dimitris Papastamos c08604b8ae regmap: Optimize the lookup path to use binary search
Since there are more lookups than insertions in a typical
scenario, optimize the linear search into a binary search.  For
this to work, we need to keep reg_defaults sorted upon
insertions, for now be lazy and use sort().

Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2011-10-03 11:50:53 +01:00
..
2011-09-29 11:19:45 +01:00
2011-09-19 19:06:33 +01:00
2011-09-19 19:06:33 +01:00
2011-09-29 11:19:45 +01:00