Re: [PATCH v1 00/15] i2c-multi-instantiate: Adapt for INT3515 and alike

2018-11-26 Thread Andy Shevchenko
On Wed, Nov 21, 2018 at 01:00:07PM +0100, Hans de Goede wrote: > On 21-11-18 12:27, Hans de Goede wrote: > > Patches 1-5, 7-13 and 15 are: > > > Reviewed-by: Hans de Goede Thanks! > > Correction, I also have some small remarks to patch 9: > > [PATCH v1 09/15] platform/x86: i2c-multi-instantia

Re: [PATCH v1 00/15] i2c-multi-instantiate: Adapt for INT3515 and alike

2018-11-21 Thread Hans de Goede
Hi, On 21-11-18 12:27, Hans de Goede wrote: Hi, On 20-11-18 16:59, Andy Shevchenko wrote: Currently i2c-multi-instantiate driver does not support the case of INT3515 USB PD device, where: - Interrupt() is used instead of GpioInt() - All slaves may be the same from IP point of view - There can

Re: [PATCH v1 00/15] i2c-multi-instantiate: Adapt for INT3515 and alike

2018-11-21 Thread Hans de Goede
Hi, On 20-11-18 16:59, Andy Shevchenko wrote: Currently i2c-multi-instantiate driver does not support the case of INT3515 USB PD device, where: - Interrupt() is used instead of GpioInt() - All slaves may be the same from IP point of view - There can be variadic amount of slaves This series is

[PATCH v1 00/15] i2c-multi-instantiate: Adapt for INT3515 and alike

2018-11-20 Thread Andy Shevchenko
Currently i2c-multi-instantiate driver does not support the case of INT3515 USB PD device, where: - Interrupt() is used instead of GpioInt() - All slaves may be the same from IP point of view - There can be variadic amount of slaves This series is addressing all above. Notes: - series has been s