Commit c435d5b9 authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'regmap/topic/range' into regmap-next

parents 18f513db 6112fe60
......@@ -70,6 +70,8 @@ struct regmap_range {
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.
* If a register belongs to a no_range, the corresponding check function
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment