Re: [PATCH v6 007/102] i2c: designware: Tidy up PCI support

2019-12-07 Thread Bin Meng
On Sun, Dec 8, 2019 at 9:52 AM Bin Meng wrote: > > On Sat, Dec 7, 2019 at 12:46 PM Simon Glass wrote: > > > > This is hacked into the driver at present. It seems better to have it as > > a separate driver that uses the base driver. Create a new file and put > > the X86 code into it. > > > >

Re: [PATCH v6 007/102] i2c: designware: Tidy up PCI support

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:46 PM Simon Glass wrote: > > This is hacked into the driver at present. It seems better to have it as > a separate driver that uses the base driver. Create a new file and put > the X86 code into it. > > Actually the Baytrail settings should really come from the device

[PATCH v6 007/102] i2c: designware: Tidy up PCI support

2019-12-06 Thread Simon Glass
This is hacked into the driver at present. It seems better to have it as a separate driver that uses the base driver. Create a new file and put the X86 code into it. Actually the Baytrail settings should really come from the device tree. Note that 'has_max_speed' is added as well. This is