On Thu, Feb 20, 2020 at 09:36:10AM +0200, Matti Vaittinen wrote: > Rename the "regulator_linear_range" to more generic linear_range > as a first step towards converting the "regulator_linear_range" > to common helpers. Doesn't this introduce a build break when applied by itself? Patches should be bisectable, if you want to split things up you should introduce the new API then use it.