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

This commit is contained in:
Mark Brown 2013-10-28 13:01:35 -07:00
Родитель 18f513db93 6112fe60ac
Коммит c435d5b9b8
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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