Re: [U-Boot] [PATCH 25/55] dm: pmic: max77686: Correct a few nits

2015-08-03 Thread Simon Glass
Hi Przemyslaw, On 28 July 2015 at 00:19, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Simon, On 07/28/2015 01:30 AM, Simon Glass wrote: Hi Przemyslaw, On 10 July 2015 at 05:53, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Simon, On 07/03/2015 02:16 AM, Simon Glass

Re: [U-Boot] [PATCH 25/55] dm: pmic: max77686: Correct a few nits

2015-07-28 Thread Przemyslaw Marczak
Hello Simon, On 07/28/2015 01:30 AM, Simon Glass wrote: Hi Przemyslaw, On 10 July 2015 at 05:53, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Simon, On 07/03/2015 02:16 AM, Simon Glass wrote: The driver name should not have a space in it. Also the regulator names should match the

Re: [U-Boot] [PATCH 25/55] dm: pmic: max77686: Correct a few nits

2015-07-27 Thread Simon Glass
Hi Przemyslaw, On 10 July 2015 at 05:53, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Simon, On 07/03/2015 02:16 AM, Simon Glass wrote: The driver name should not have a space in it. Also the regulator names should match the case of the device tree. Fix these problems.

Re: [U-Boot] [PATCH 25/55] dm: pmic: max77686: Correct a few nits

2015-07-10 Thread Przemyslaw Marczak
Hello Simon, On 07/03/2015 02:16 AM, Simon Glass wrote: The driver name should not have a space in it. Also the regulator names should match the case of the device tree. Fix these problems. Signed-off-by: Simon Glass s...@chromium.org --- drivers/power/pmic/max77686.c | 6 +++--- 1 file

[U-Boot] [PATCH 25/55] dm: pmic: max77686: Correct a few nits

2015-07-02 Thread Simon Glass
The driver name should not have a space in it. Also the regulator names should match the case of the device tree. Fix these problems. Signed-off-by: Simon Glass s...@chromium.org --- drivers/power/pmic/max77686.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git