Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+2
+2
include/linux/regmap.h
··· 70 70 unsigned int range_max; 71 71 }; 72 72 73 + #define regmap_reg_range(low, high) { .range_min = low, .range_max = high, } 74 + 73 75 /* 74 76 * A table of ranges including some yes ranges and some no ranges. 75 77 * If a register belongs to a no_range, the corresponding check function