Re: [PATCH V1] mfd: da9062: use core helper regmap_reg_range macros

2018-03-28 Thread Lee Jones
On Wed, 28 Mar 2018, Steve Twiss wrote: > From: Steve Twiss > > Replace multi-line entries in the regmap_range arrays with single > line macros: regmap_reg_range(). This will leave the static structure > array entries for regmap_range unaltered. It will significantly reduce > the line count in t

[PATCH V1] mfd: da9062: use core helper regmap_reg_range macros

2018-03-28 Thread Steve Twiss
From: Steve Twiss Replace multi-line entries in the regmap_range arrays with single line macros: regmap_reg_range(). This will leave the static structure array entries for regmap_range unaltered. It will significantly reduce the line count in the DA9062/61 core file. Signed-off-by: Steve Twiss