Re: [PATCH 13/15] i2c: core: Allow drivers to specify index for irq to get from of / ACPI

2017-03-20 Thread kbuild test robot
Hi Hans, [auto build test WARNING on wsa/i2c/for-next] [also build test WARNING on v4.11-rc3 next-20170310] [cannot apply to battery/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 13/15] i2c: core: Allow drivers to specify index for irq to get from of / ACPI

2017-03-20 Thread kbuild test robot
Hi Hans, [auto build test WARNING on wsa/i2c/for-next] [also build test WARNING on v4.11-rc3 next-20170310] [cannot apply to battery/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 13/15] i2c: core: Allow drivers to specify index for irq to get from of / ACPI

2017-03-17 Thread Andy Shevchenko
On Fri, 2017-03-17 at 10:55 +0100, Hans de Goede wrote: > Some of or ACPI declared / enumerated devices may have multiple irq > resources declared and the driver may want to use a different irq then > the one with index 0. > > This commit adds a new irq_index field to struct i2c_driver and makes

Re: [PATCH 13/15] i2c: core: Allow drivers to specify index for irq to get from of / ACPI

2017-03-17 Thread Andy Shevchenko
On Fri, 2017-03-17 at 10:55 +0100, Hans de Goede wrote: > Some of or ACPI declared / enumerated devices may have multiple irq > resources declared and the driver may want to use a different irq then > the one with index 0. > > This commit adds a new irq_index field to struct i2c_driver and makes