Re: [U-Boot] [PATCH] dm: i2c: mxc_i2c: implement i2c_idle_bus

2016-04-09 Thread Simon Glass
On 11 March 2016 at 01:47, Peng Fan wrote: > Implement i2c_idle_bus in driver, then setup_i2c can > be dropped for boards which enable DM_I2C/DM_GPIO/PINCTRL. > The i2c_idle_bus force bus idle flow follows setup_i2c in > arch/arm/imx-common/i2c-mxv7.c > > This patch is an implementation following

Re: [U-Boot] [PATCH] dm: i2c: mxc_i2c: implement i2c_idle_bus

2016-03-25 Thread Peng Fan
Hi Heiko, On Mon, Mar 21, 2016 at 05:10:45PM +0800, Peng Fan wrote: >Hi Heiko, > >On Mon, Mar 21, 2016 at 07:50:32AM +0100, Heiko Schocher wrote: >>Hello Peng Fan, >> >>Sorry for the late reply ... >> >>Am 11.03.2016 um 09:47 schrieb Peng Fan: >>>Implement i2c_idle_bus in driver, then setup_i2c ca

Re: [U-Boot] [PATCH] dm: i2c: mxc_i2c: implement i2c_idle_bus

2016-03-21 Thread Peng Fan
Hi Heiko, On Mon, Mar 21, 2016 at 07:50:32AM +0100, Heiko Schocher wrote: >Hello Peng Fan, > >Sorry for the late reply ... > >Am 11.03.2016 um 09:47 schrieb Peng Fan: >>Implement i2c_idle_bus in driver, then setup_i2c can >>be dropped for boards which enable DM_I2C/DM_GPIO/PINCTRL. >>The i2c_idle_

Re: [U-Boot] [PATCH] dm: i2c: mxc_i2c: implement i2c_idle_bus

2016-03-20 Thread Heiko Schocher
Hello Peng Fan, Sorry for the late reply ... Am 11.03.2016 um 09:47 schrieb Peng Fan: Implement i2c_idle_bus in driver, then setup_i2c can be dropped for boards which enable DM_I2C/DM_GPIO/PINCTRL. The i2c_idle_bus force bus idle flow follows setup_i2c in arch/arm/imx-common/i2c-mxv7.c This pa

[U-Boot] [PATCH] dm: i2c: mxc_i2c: implement i2c_idle_bus

2016-03-11 Thread Peng Fan
Implement i2c_idle_bus in driver, then setup_i2c can be dropped for boards which enable DM_I2C/DM_GPIO/PINCTRL. The i2c_idle_bus force bus idle flow follows setup_i2c in arch/arm/imx-common/i2c-mxv7.c This patch is an implementation following linux kernel patch: " commit 1c4b6c3bcf30d0804db0d0647d