Merge remote-tracking branch 'regmap/topic/range' into regmap-next
This commit is contained in:
commit
c435d5b9b8
1 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ struct regmap_range {
|
||||||
unsigned int range_max;
|
unsigned int range_max;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#define regmap_reg_range(low, high) { .range_min = low, .range_max = high, }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* A table of ranges including some yes ranges and some no ranges.
|
* A table of ranges including some yes ranges and some no ranges.
|
||||||
* If a register belongs to a no_range, the corresponding check function
|
* If a register belongs to a no_range, the corresponding check function
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue