git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
272b98c
)
regmap: add helper macro to set min/max range of register
author
Laxman Dewangan
<ldewangan@nvidia.com>
Fri, 20 Sep 2013 12:30:10 +0000
(18:00 +0530)
committer
Mark Brown
<broonie@linaro.org>
Fri, 20 Sep 2013 16:50:46 +0000
(17:50 +0100)
Add helper macro to set the min and max value of the register range.
This is useful when initialising the register ranges of the device like
static const struct regmap_range readable_ranges[] = {
regmap_reg_range(DEVICE_REG0, DEVICE_REG10),
};
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found