Re: [PATCH v5 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: > On x86 the axp288 PMIC provides an ACPI OpRegion handler, which must be AXP288 > available before other drivers using it are loaded, which can only be > ensured if the mfd, OpRegionr and i2c-bus drivers are built in. MFD OpRegion built-in > Since

Re: [PATCH v5 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: > On x86 the axp288 PMIC provides an ACPI OpRegion handler, which must be AXP288 > available before other drivers using it are loaded, which can only be > ensured if the mfd, OpRegionr and i2c-bus drivers are built in. MFD OpRegion built-in > Since

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

2017-05-26 Thread Chen-Yu Tsai
On Fri, May 26, 2017 at 7:15 PM, 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. Extra "r"

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

2017-05-26 Thread Chen-Yu Tsai
On Fri, May 26, 2017 at 7:15 PM, 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. Extra "r" after OpRegion. > >

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

2017-05-26 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 v5 2/2] mfd: axp20x-i2c: Document that this must be builtin on x86

2017-05-26 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,