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

2019-12-10 Thread Bin Meng
On Mon, Dec 9, 2019 at 8:32 AM 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 > --- > > Changes in v7: None > Changes in v6: > - Add

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

2019-12-08 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 --- Changes in v7: None Changes in v6: - Add .driver_data in the designware_pci_supported array - Add a comment abo