Re: [RFC PATCH 1/3] regmap: Separate regmap dev initialization

2014-02-15 Thread Mark Brown
On Mon, Feb 10, 2014 at 04:22:33PM +0100, Michal Simek wrote: > Create special function regmap_attach_dev > which can be called separately out of regmap_init. Applied, thanks. I've pushed a signed tag too so dependencies can pull this in: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/r

[RFC PATCH 1/3] regmap: Separate regmap dev initialization

2014-02-10 Thread Michal Simek
Create special function regmap_attach_dev which can be called separately out of regmap_init. Signed-off-by: Michal Simek --- drivers/base/regmap/regmap.c | 41 - include/linux/regmap.h | 2 ++ 2 files changed, 30 insertions(+), 13 deletions(-) dif