summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regcache-indexed.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-10regmap: Return a sensible error code if we fail to read the cacheMark Brown1-4/+3
2011-09-30regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos1-2/+2
2011-09-27regmap: Fix signed/unsigned comparisonDimitris Papastamos1-1/+1
2011-09-19regmap: Add the indexed cache supportDimitris Papastamos1-0/+65