Re: [RFC V1] drivers/base/regmap: Implementation for regmap_multi_reg_write

2014-02-28 Thread Mark Brown
On Fri, Feb 28, 2014 at 03:58:34PM +, Opensource [Anthony Olech] wrote: > The algorithm for splitting up into smaller _multi_reg_writes is easy enough, > so if the calling device driver created a set of (reg,val) pairs for a multi > reg > write operation then surely the intention is for the

RE: [RFC V1] drivers/base/regmap: Implementation for regmap_multi_reg_write

2014-02-28 Thread Opensource [Anthony Olech]
> -Original Message- > From: Mark Brown [mailto:broo...@kernel.org] > Sent: 28 February 2014 03:37 > To: Opensource [Anthony Olech] > Cc: Greg Kroah-Hartman; linux-kernel@vger.kernel.org; David Dajun Chen > Subject: Re: [RFC V1] drivers/base/regm

RE: [RFC V1] drivers/base/regmap: Implementation for regmap_multi_reg_write

2014-02-28 Thread Opensource [Anthony Olech]
-Original Message- From: Mark Brown [mailto:broo...@kernel.org] Sent: 28 February 2014 03:37 To: Opensource [Anthony Olech] Cc: Greg Kroah-Hartman; linux-kernel@vger.kernel.org; David Dajun Chen Subject: Re: [RFC V1] drivers/base/regmap: Implementation for regmap_multi_reg_write

Re: [RFC V1] drivers/base/regmap: Implementation for regmap_multi_reg_write

2014-02-28 Thread Mark Brown
On Fri, Feb 28, 2014 at 03:58:34PM +, Opensource [Anthony Olech] wrote: The algorithm for splitting up into smaller _multi_reg_writes is easy enough, so if the calling device driver created a set of (reg,val) pairs for a multi reg write operation then surely the intention is for the

Re: [RFC V1] drivers/base/regmap: Implementation for regmap_multi_reg_write

2014-02-27 Thread Mark Brown
On Thu, Feb 27, 2014 at 11:28:56AM +, Opensource [Anthony Olech] wrote: > This is the implementation of regmap_multi_reg_write() > > It replaces the first definition, which just defined the API. Aside from any review comments this won't apply with the recent patches that Charles did to

[RFC V1] drivers/base/regmap: Implementation for regmap_multi_reg_write

2014-02-27 Thread Opensource [Anthony Olech]
This is the implementation of regmap_multi_reg_write() It replaces the first definition, which just defined the API. Signed-off-by: Anthony Olech --- This patch is relative to linux-next repository tag next-20140224 The API definition of regmap_multi_reg_write() has been in the kernel

[RFC V1] drivers/base/regmap: Implementation for regmap_multi_reg_write

2014-02-27 Thread Opensource [Anthony Olech]
This is the implementation of regmap_multi_reg_write() It replaces the first definition, which just defined the API. Signed-off-by: Anthony Olech anthony.olech.opensou...@diasemi.com --- This patch is relative to linux-next repository tag next-20140224 The API definition of

Re: [RFC V1] drivers/base/regmap: Implementation for regmap_multi_reg_write

2014-02-27 Thread Mark Brown
On Thu, Feb 27, 2014 at 11:28:56AM +, Opensource [Anthony Olech] wrote: This is the implementation of regmap_multi_reg_write() It replaces the first definition, which just defined the API. Aside from any review comments this won't apply with the recent patches that Charles did to provide