Re: [PATCH v4 2/2] mfd: axp20x-i2c: Document that this must be builtin on x86

2017-05-30 Thread Lee Jones
On Fri, 26 May 2017, Hans de Goede wrote: > Hi, > > On 22-05-17 12:56, Lee Jones wrote: > > On Mon, 15 May 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 > >

Re: [PATCH v4 2/2] mfd: axp20x-i2c: Document that this must be builtin on x86

2017-05-30 Thread Lee Jones
On Fri, 26 May 2017, Hans de Goede wrote: > Hi, > > On 22-05-17 12:56, Lee Jones wrote: > > On Mon, 15 May 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 > >

Re: [PATCH v4 2/2] mfd: axp20x-i2c: Document that this must be builtin on x86

2017-05-26 Thread Hans de Goede
Hi, On 22-05-17 12:56, Lee Jones wrote: On Mon, 15 May 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, OpRegionr and i2c-bus drivers are built in.

Re: [PATCH v4 2/2] mfd: axp20x-i2c: Document that this must be builtin on x86

2017-05-26 Thread Hans de Goede
Hi, On 22-05-17 12:56, Lee Jones wrote: On Mon, 15 May 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, OpRegionr and i2c-bus drivers are built in.

Re: [PATCH v4 2/2] mfd: axp20x-i2c: Document that this must be builtin on x86

2017-05-22 Thread Lee Jones
On Mon, 15 May 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, OpRegionr and i2c-bus drivers are built in. > > Since the axp20x mfd code is used on

Re: [PATCH v4 2/2] mfd: axp20x-i2c: Document that this must be builtin on x86

2017-05-22 Thread Lee Jones
On Mon, 15 May 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, OpRegionr and i2c-bus drivers are built in. > > Since the axp20x mfd code is used on

[PATCH v4 2/2] mfd: axp20x-i2c: Document that this must be builtin on x86

2017-05-15 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, OpRegionr and i2c-bus drivers are built in. Since the axp20x mfd code is used on non X86 too we cannot simply change this into a bool,

[PATCH v4 2/2] mfd: axp20x-i2c: Document that this must be builtin on x86

2017-05-15 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, OpRegionr and i2c-bus drivers are built in. Since the axp20x mfd code is used on non X86 too we cannot simply change this into a bool,