Re: [U-Boot] [PATCH V4 12/19] i2c: lpi2c: add lpi2c driver for i.MX7ULP

2017-02-26 Thread Stefano Babic
On 24/02/2017 04:56, Peng Fan wrote: > Add lpi2c driver for i.MX7ULP. > Need to enable the two options to use this driver: > CONFIG_DM_I2C=y > CONFIG_SYS_I2C_IMX_LPI2C=y > > Signed-off-by: Peng Fan > Acked-by: Heiko Schocher > Cc: Stefano Babic >

[U-Boot] [PATCH V4 12/19] i2c: lpi2c: add lpi2c driver for i.MX7ULP

2017-02-23 Thread Peng Fan
Add lpi2c driver for i.MX7ULP. Need to enable the two options to use this driver: CONFIG_DM_I2C=y CONFIG_SYS_I2C_IMX_LPI2C=y Signed-off-by: Peng Fan Acked-by: Heiko Schocher Cc: Stefano Babic --- I do not repost the whole patch set, only post

[U-Boot] [PATCH V4 12/19] i2c: lpi2c: add lpi2c driver for i.MX7ULP

2017-02-23 Thread Peng Fan
Add lpi2c driver for i.MX7ULP. Need to enable the two options to use this driver: CONFIG_DM_I2C=y CONFIG_SYS_I2C_IMX_LPI2C=y Signed-off-by: Peng Fan Acked-by: Heiko Schocher Cc: Stefano Babic --- I do not repost the whole patch set, only post