Re: [PATCH] regmap: Move documentation to regmap.h

2015-08-11 Thread Mark Brown
On Tue, Aug 11, 2015 at 11:00:45AM +0800, Nicolas Boichat wrote: > First, thanks for the applying the series above. > This documentation patch is still valid, and now applies cleanly on > regmap/for-next. Please send any patches you think should be applied using the normal submission process in

Re: [PATCH] regmap: Move documentation to regmap.h

2015-08-10 Thread Nicolas Boichat
Hi Mark, On Wed, Jul 8, 2015 at 6:32 PM, Nicolas Boichat wrote: > Init functions defined in regmap*.c files are now prefixed with > __, take lockdep key and class parameters, and should not be > called directly: move the documentation to regmap.h, where the > macros are defined. > > Signed-off-by

[PATCH] regmap: Move documentation to regmap.h

2015-07-08 Thread Nicolas Boichat
Init functions defined in regmap*.c files are now prefixed with __, take lockdep key and class parameters, and should not be called directly: move the documentation to regmap.h, where the macros are defined. Signed-off-by: Nicolas Boichat --- Applies on top of this series: [PATCHv2 0/3] regmap: U