Re: [PATCH v5 1/2] mfd: intel_soc_pmic: Select designware i2c-bus driver

2017-05-30 Thread Lee Jones
On Fri, 26 May 2017, Hans de Goede wrote: > The Crystal Cove PMIC provides an ACPI OPRegion handler, which must be > available before other drivers using it are loaded, which is why > INTEL_SOC_PMIC is a bool. > > Just having the driver is not enough, the driver for the i2c-bus must > also be

Re: [PATCH v5 1/2] mfd: intel_soc_pmic: Select designware i2c-bus driver

2017-05-30 Thread Lee Jones
On Fri, 26 May 2017, Hans de Goede wrote: > The Crystal Cove PMIC provides an ACPI OPRegion handler, which must be > available before other drivers using it are loaded, which is why > INTEL_SOC_PMIC is a bool. > > Just having the driver is not enough, the driver for the i2c-bus must > also be

Re: [PATCH v5 1/2] mfd: intel_soc_pmic: Select designware i2c-bus driver

2017-05-27 Thread kbuild test robot
Hi Hans, [auto build test ERROR on ljones-mfd/for-mfd-next] [also build test ERROR on v4.12-rc2 next-20170526] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v5 1/2] mfd: intel_soc_pmic: Select designware i2c-bus driver

2017-05-27 Thread kbuild test robot
Hi Hans, [auto build test ERROR on ljones-mfd/for-mfd-next] [also build test ERROR on v4.12-rc2 next-20170526] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v5 1/2] mfd: intel_soc_pmic: Select designware i2c-bus driver

2017-05-26 Thread Hans de Goede
The Crystal Cove PMIC provides an ACPI OPRegion handler, which must be available before other drivers using it are loaded, which is why INTEL_SOC_PMIC is a bool. Just having the driver is not enough, the driver for the i2c-bus must also be built in, to ensure this, this patch adds a select for

[PATCH v5 1/2] mfd: intel_soc_pmic: Select designware i2c-bus driver

2017-05-26 Thread Hans de Goede
The Crystal Cove PMIC provides an ACPI OPRegion handler, which must be available before other drivers using it are loaded, which is why INTEL_SOC_PMIC is a bool. Just having the driver is not enough, the driver for the i2c-bus must also be built in, to ensure this, this patch adds a select for