Re: [PATCH v2 2/2] mfd: axp20c-i2c: Select designware i2c-bus driver on x86

2017-04-03 Thread Hans de Goede
Hi, On 03-04-17 12:27, Lee Jones wrote: On Wed, 29 Mar 2017, Hans de Goede wrote: On x86 the axp288 PMIC provides an ACPI OPRegion handler, which must be available before other drivers using it are loaded, which can only be ensured if the mfd, opregion driver and i2c-bus drivers are built in.

Re: [PATCH v2 2/2] mfd: axp20c-i2c: Select designware i2c-bus driver on x86

2017-04-03 Thread Lee Jones
On Wed, 29 Mar 2017, Hans de Goede wrote: > On x86 the axp288 PMIC provides an ACPI OPRegion handler, which must be > available before other drivers using it are loaded, which can only be > ensured if the mfd, opregion driver and i2c-bus drivers are built in. > > The opregion driver is a bool dep

Re: [PATCH v2 2/2] mfd: axp20c-i2c: Select designware i2c-bus driver on x86

2017-03-29 Thread kbuild test robot
Hi Hans, [auto build test WARNING on ljones-mfd/for-mfd-next] [also build test WARNING on v4.11-rc4 next-20170329] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Hans-de-Goede/mfd-intel_soc_pmic

Re: [PATCH v2 2/2] mfd: axp20c-i2c: Select designware i2c-bus driver on x86

2017-03-29 Thread kbuild test robot
Hi Hans, [auto build test ERROR on ljones-mfd/for-mfd-next] [also build test ERROR on v4.11-rc4 next-20170329] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Hans-de-Goede/mfd-intel_soc_pmic-Sel

[PATCH v2 2/2] mfd: axp20c-i2c: Select designware i2c-bus driver on x86

2017-03-29 Thread Hans de Goede
On x86 the axp288 PMIC provides an ACPI OPRegion handler, which must be available before other drivers using it are loaded, which can only be ensured if the mfd, opregion driver and i2c-bus drivers are built in. The opregion driver is a bool depending on MFD_AXP20X_I2C ensuring that it will be bui