Re: [U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-12-22 Thread Fabio Estevam
Hi Ye Li, On Wed, Nov 5, 2014 at 6:33 AM, Li Ye-B37916 wrote: >> Why not use power_init_board()? >> It's dedicated and called at common/board_r.c. >> > Good suggestion, will change to use the power_init_board in v2. Have you had a chance to send a v2 for this series? I still don't see this pat

Re: [U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-11-05 Thread Przemyslaw Marczak
Hello, On 11/05/2014 09:33 AM, Li Ye-B37916 wrote: Hi Przemyslaw, On 11/4/2014 11:56 PM, Przemyslaw Marczak wrote: Hello Ye Li, On 09/10/2014 11:08 AM, Ye.Li wrote: Initialize the Pfuze on I2C1 at board late init. The mx6slevk board has Pfuze100 or Pfuze200, print the chip type by parsing th

Re: [U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-11-05 Thread Przemyslaw Marczak
Hello Ye Li, On 11/05/2014 09:28 AM, Li Ye-B37916 wrote: Hi Przemyslaw, On 11/4/2014 10:09 PM, Przemyslaw Marczak wrote: Hello Ye Li, On 11/04/2014 10:37 AM, Li Ye-B37916 wrote: Hi Przemyslaw, On 11/4/2014 5:24 PM, Li Ye-B37916 wrote: Hi Przemyslaw, On 10/30/2014 6:36 PM, Stefano Babic

Re: [U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-11-05 Thread Li Ye-B37916
Hi Przemyslaw, On 11/4/2014 11:56 PM, Przemyslaw Marczak wrote: > Hello Ye Li, > > On 09/10/2014 11:08 AM, Ye.Li wrote: >> Initialize the Pfuze on I2C1 at board late init. The mx6slevk board >> has Pfuze100 or Pfuze200, print the chip type by parsing the ID. >> >> Signed-off-by: Ye.Li >> --- >>

Re: [U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-11-05 Thread Li Ye-B37916
Hi Przemyslaw, On 11/4/2014 10:09 PM, Przemyslaw Marczak wrote: > Hello Ye Li, > > On 11/04/2014 10:37 AM, Li Ye-B37916 wrote: >> >> Hi Przemyslaw, >> >> On 11/4/2014 5:24 PM, Li Ye-B37916 wrote: >>> Hi Przemyslaw, >>> >>> >>> On 10/30/2014 6:36 PM, Stefano Babic wrote: Hi Ye, On 10

Re: [U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-11-04 Thread Przemyslaw Marczak
Hello Ye Li, On 09/10/2014 11:08 AM, Ye.Li wrote: Initialize the Pfuze on I2C1 at board late init. The mx6slevk board has Pfuze100 or Pfuze200, print the chip type by parsing the ID. Signed-off-by: Ye.Li --- board/freescale/mx6slevk/mx6slevk.c | 57 +++ inc

Re: [U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-11-04 Thread Przemyslaw Marczak
Hello Ye Li, On 11/04/2014 10:37 AM, Li Ye-B37916 wrote: Hi Przemyslaw, On 11/4/2014 5:24 PM, Li Ye-B37916 wrote: Hi Przemyslaw, On 10/30/2014 6:36 PM, Stefano Babic wrote: Hi Ye, On 10/09/2014 11:08, Ye.Li wrote: Initialize the Pfuze on I2C1 at board late init. The mx6slevk board has Pf

Re: [U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-11-04 Thread Li Ye-B37916
Hi Przemyslaw, On 11/4/2014 5:24 PM, Li Ye-B37916 wrote: > Hi Przemyslaw, > > > On 10/30/2014 6:36 PM, Stefano Babic wrote: >> Hi Ye, >> >> On 10/09/2014 11:08, Ye.Li wrote: >>> Initialize the Pfuze on I2C1 at board late init. The mx6slevk board >>> has Pfuze100 or Pfuze200, print the chip type b

Re: [U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-11-04 Thread Li Ye-B37916
Hi Przemyslaw, On 10/30/2014 6:36 PM, Stefano Babic wrote: > Hi Ye, > > On 10/09/2014 11:08, Ye.Li wrote: >> Initialize the Pfuze on I2C1 at board late init. The mx6slevk board >> has Pfuze100 or Pfuze200, print the chip type by parsing the ID. >> >> Signed-off-by: Ye.Li >> --- > Slowly (sorry f

Re: [U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-10-30 Thread Stefano Babic
Hi Ye, On 10/09/2014 11:08, Ye.Li wrote: > Initialize the Pfuze on I2C1 at board late init. The mx6slevk board > has Pfuze100 or Pfuze200, print the chip type by parsing the ID. > > Signed-off-by: Ye.Li > --- Slowly (sorry for that..) I am checking again all PMIC related patches you sent last m

[U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-09-10 Thread Ye . Li
Initialize the Pfuze on I2C1 at board late init. The mx6slevk board has Pfuze100 or Pfuze200, print the chip type by parsing the ID. Signed-off-by: Ye.Li --- board/freescale/mx6slevk/mx6slevk.c | 57 +++ include/configs/mx6slevk.h |7 2 files c