[U-Boot] [PATCH v3 3/6] power: pmic: Palmas: Add the base pmic support
Keerthy
a0393675 at ti.com
Sun Sep 25 14:05:54 CEST 2016
On Friday 23 September 2016 09:45 AM, Simon Glass wrote:
> Hi,
>
> On 19 September 2016 at 00:17, Keerthy <j-keerthy at ti.com> wrote:
>> Add support to bind the regulators/child nodes with the pmic.
>>
>> Signed-off-by: Keerthy <j-keerthy at ti.com>
>> Reviewed-by: Simon Glass <sjg at chromium.org>
>> ---
>> drivers/power/pmic/Kconfig | 7 +++++
>> drivers/power/pmic/Makefile | 1 +
>> drivers/power/pmic/palmas.c | 77 +++++++++++++++++++++++++++++++++++++++++++++
>> include/power/palmas.h | 25 +++++++++++++++
>> 4 files changed, 110 insertions(+)
>> create mode 100644 drivers/power/pmic/palmas.c
>> create mode 100644 include/power/palmas.h
>
> I missed it before, but you should use debug() in drivers, not printf().
Sure. I will fix that in the next version.
>
> Regards,
> Simon
>
More information about the U-Boot
mailing list