Re: [U-Boot] [PATCH v6 04/26] pmic: Extend PMIC framework to support multiple instances of PMIC devices

2012-11-12 Thread Lukasz Majewski
Hi Anatolij, Thank you for feedback. > Hi Lukasz, > > On Fri, 09 Nov 2012 08:42:09 +0100 > Lukasz Majewski wrote: > ... > > diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong.c > > index c41f11d..e8c23f8 100644 > > --- a/board/davedenx/qong/qong.c > > +++ b/board/davedenx/qong/q

Re: [U-Boot] [PATCH v6 04/26] pmic: Extend PMIC framework to support multiple instances of PMIC devices

2012-11-09 Thread Anatolij Gustschin
Hi Lukasz, On Fri, 09 Nov 2012 08:42:09 +0100 Lukasz Majewski wrote: ... > diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong.c > index c41f11d..e8c23f8 100644 > --- a/board/davedenx/qong/qong.c > +++ b/board/davedenx/qong/qong.c > @@ -28,7 +28,7 @@ > #include > #include > #i

[U-Boot] [PATCH v6 04/26] pmic: Extend PMIC framework to support multiple instances of PMIC devices

2012-11-08 Thread Lukasz Majewski
The PMIC framework has been extended to support multiple instances of the variety of devices responsible for power management. This change allows supporting of e.g. fuel gauge, charger, MUIC (Micro USB Interface Circuit). Power related includes have been moved to ./include/power directory. This is