aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-mmio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-14regmap: mmio: add register clock supportPhilipp Zabel1-13/+66
2012-07-18regmap: Fix incorrect arguments to kzalloc() callDimitris Papastamos1-1/+1
2012-06-13regmap: mmio: Staticize regmap_mmio_gen_context()Axel Lin1-1/+1
2012-06-03regmap: mmio: request native endian formattingStephen Warren1-8/+18
2012-04-10regmap: implement register stridingStephen Warren1-0/+13
2012-04-07regmap: mmio: remove some error checks now in the coreStephen Warren1-6/+0
2012-04-07regmap: mmio: convert some error returns to BUG()Stephen Warren1-8/+8
2012-04-06regmap: add MMIO bus supportStephen Warren1-0/+217