On Mon, Apr 09, 2012 at 01:40:24PM -0600, Stephen Warren wrote: > From: Stephen Warren > > regmap_config.reg_stride is introduced. All extant register addresses > are a multiple of this value. Users of serial-oriented regmap busses will > typically set this to 1. Users of the MMIO regmap bus will typically set > this based on the value size of their registers, in bytes, so 4 for a > 32-bit register. Applied, thanks.