Re: [U-Boot] [PATCH v2 02/21] pmic:i2c: Add I2C byte order to PMIC framework

2012-10-09 Thread Stefano Babic
On 09/10/2012 11:52, Lukasz Majewski wrote: > Hi Stefano, > >> On 05/10/2012 10:16, Lukasz Majewski wrote: >>> Since the pmic_reg_read is the u32 value, the order in which bytes >>> are placed to form u32 value is important. >>> >>> This commit adds the reverse (which is default) and normal byte >

Re: [U-Boot] [PATCH v2 02/21] pmic:i2c: Add I2C byte order to PMIC framework

2012-10-09 Thread Lukasz Majewski
Hi Stefano, > On 05/10/2012 10:16, Lukasz Majewski wrote: > > Since the pmic_reg_read is the u32 value, the order in which bytes > > are placed to form u32 value is important. > > > > This commit adds the reverse (which is default) and normal byte > > order. > > > > Signed-off-by: Lukasz Majewsk

Re: [U-Boot] [PATCH v2 02/21] pmic:i2c: Add I2C byte order to PMIC framework

2012-10-09 Thread Stefano Babic
On 05/10/2012 10:16, Lukasz Majewski wrote: > Since the pmic_reg_read is the u32 value, the order in which bytes > are placed to form u32 value is important. > > This commit adds the reverse (which is default) and normal byte order. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Pa

[U-Boot] [PATCH v2 02/21] pmic:i2c: Add I2C byte order to PMIC framework

2012-10-05 Thread Lukasz Majewski
Since the pmic_reg_read is the u32 value, the order in which bytes are placed to form u32 value is important. This commit adds the reverse (which is default) and normal byte order. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park --- Changes for v2: - Move byte_order variable to str