Re: [PATCH v8 02/17] i2c: designware: Add Apollo Lake support

2019-12-14 Thread Bin Meng
On Wed, Dec 11, 2019 at 12:28 PM Simon Glass wrote: > > For Apollo Lake we need to take the I2C bus controller out of reset before > using this. Add this functionality to the driver. > > Signed-off-by: Simon Glass > Reviewed-by: Heiko Schocher > Reviewed-by: Bin Meng > --- > > Changes in v8: >

Re: [PATCH v8 02/17] i2c: designware: Add Apollo Lake support

2019-12-13 Thread Bin Meng
Hi Simon, On Fri, Dec 13, 2019 at 10:48 AM Simon Glass wrote: > > Hi Bin, > > On Tue, 10 Dec 2019 at 21:28, Simon Glass wrote: > > > > For Apollo Lake we need to take the I2C bus controller out of reset before > > using this. Add this functionality to the driver. > > > > Signed-off-by: Simon Gla

Re: [PATCH v8 02/17] i2c: designware: Add Apollo Lake support

2019-12-12 Thread Simon Glass
Hi Bin, On Tue, 10 Dec 2019 at 21:28, Simon Glass wrote: > > For Apollo Lake we need to take the I2C bus controller out of reset before > using this. Add this functionality to the driver. > > Signed-off-by: Simon Glass > Reviewed-by: Heiko Schocher > Reviewed-by: Bin Meng > --- > > Changes in

[PATCH v8 02/17] i2c: designware: Add Apollo Lake support

2019-12-10 Thread Simon Glass
For Apollo Lake we need to take the I2C bus controller out of reset before using this. Add this functionality to the driver. Signed-off-by: Simon Glass Reviewed-by: Heiko Schocher Reviewed-by: Bin Meng --- Changes in v8: - Add .data in compatible array Changes in v7: None Changes in v6: - Add