Re: [U-Boot] [PATCH v3 02/13] regmap: Fix documentation

2018-08-03 Thread Mario Six
Hi Simon, On Thu, Aug 2, 2018 at 6:56 PM, Simon Glass wrote: > Hi Mario, > > On 31 July 2018 at 04:00, Mario Six wrote: >> The documentation in regmap.h is not in kernel-doc format. Correct this. >> >> Signed-off-by: Mario Six >> --- >> >> v2 -> v3: >> New in v3 >> >> --- >> include/regmap.h |

Re: [U-Boot] [PATCH v3 02/13] regmap: Fix documentation

2018-08-02 Thread Simon Glass
Hi Mario, On 31 July 2018 at 04:00, Mario Six wrote: > The documentation in regmap.h is not in kernel-doc format. Correct this. > > Signed-off-by: Mario Six > --- > > v2 -> v3: > New in v3 > > --- > include/regmap.h | 48 +++- > 1 file changed, 39 ins

Re: [U-Boot] [PATCH v3 02/13] regmap: Fix documentation

2018-08-01 Thread Anatolij Gustschin
On Tue, 31 Jul 2018 12:00:59 +0200 Mario Six mario@gdsys.cc wrote: > The documentation in regmap.h is not in kernel-doc format. Correct this. > > Signed-off-by: Mario Six Reviewed-by: Anatolij Gustschin ___ U-Boot mailing list U-Boot@lists.denx.d

[U-Boot] [PATCH v3 02/13] regmap: Fix documentation

2018-07-31 Thread Mario Six
The documentation in regmap.h is not in kernel-doc format. Correct this. Signed-off-by: Mario Six --- v2 -> v3: New in v3 --- include/regmap.h | 48 +++- 1 file changed, 39 insertions(+), 9 deletions(-) diff --git a/include/regmap.h b/include/regmap