Re: [PATCH 2/2] mfd: intel_soc_pmic: Differentiate between Bay and Cherry Trail CRC variants

2017-07-21 Thread Andy Shevchenko
On Fri, 2017-07-21 at 20:41 +0200, Hans de Goede wrote: > On 18-07-17 09:17, Lee Jones wrote: > > On Mon, 17 Jul 2017, Andy Shevchenko wrote: > > > > > On Mon, 2017-07-17 at 11:59 +0100, Lee Jones wrote: > > > > On Sat, 01 Jul 2017, Hans de Goede wrote: > > > > > > > > > Reported-and-tested-by:

Re: [PATCH 2/2] mfd: intel_soc_pmic: Differentiate between Bay and Cherry Trail CRC variants

2017-07-21 Thread Andy Shevchenko
On Fri, 2017-07-21 at 20:41 +0200, Hans de Goede wrote: > On 18-07-17 09:17, Lee Jones wrote: > > On Mon, 17 Jul 2017, Andy Shevchenko wrote: > > > > > On Mon, 2017-07-17 at 11:59 +0100, Lee Jones wrote: > > > > On Sat, 01 Jul 2017, Hans de Goede wrote: > > > > > > > > > Reported-and-tested-by:

Re: [PATCH 2/2] mfd: intel_soc_pmic: Differentiate between Bay and Cherry Trail CRC variants

2017-07-21 Thread Hans de Goede
Hi, On 18-07-17 09:17, Lee Jones wrote: On Mon, 17 Jul 2017, Andy Shevchenko wrote: On Mon, 2017-07-17 at 11:59 +0100, Lee Jones wrote: On Sat, 01 Jul 2017, Hans de Goede wrote: Both Bay and Cherry Trail devices may be used together with a Crystal Cove PMIC. Each platform has its own

Re: [PATCH 2/2] mfd: intel_soc_pmic: Differentiate between Bay and Cherry Trail CRC variants

2017-07-21 Thread Hans de Goede
Hi, On 18-07-17 09:17, Lee Jones wrote: On Mon, 17 Jul 2017, Andy Shevchenko wrote: On Mon, 2017-07-17 at 11:59 +0100, Lee Jones wrote: On Sat, 01 Jul 2017, Hans de Goede wrote: Both Bay and Cherry Trail devices may be used together with a Crystal Cove PMIC. Each platform has its own

Re: [PATCH 2/2] mfd: intel_soc_pmic: Differentiate between Bay and Cherry Trail CRC variants

2017-07-18 Thread Lee Jones
On Mon, 17 Jul 2017, Andy Shevchenko wrote: > On Mon, 2017-07-17 at 11:59 +0100, Lee Jones wrote: > > On Sat, 01 Jul 2017, Hans de Goede wrote: > > > > > Both Bay and Cherry Trail devices may be used together with a > > > Crystal Cove > > > PMIC. Each platform has its own variant of the PMIC,

Re: [PATCH 2/2] mfd: intel_soc_pmic: Differentiate between Bay and Cherry Trail CRC variants

2017-07-18 Thread Lee Jones
On Mon, 17 Jul 2017, Andy Shevchenko wrote: > On Mon, 2017-07-17 at 11:59 +0100, Lee Jones wrote: > > On Sat, 01 Jul 2017, Hans de Goede wrote: > > > > > Both Bay and Cherry Trail devices may be used together with a > > > Crystal Cove > > > PMIC. Each platform has its own variant of the PMIC,

Re: [PATCH 2/2] mfd: intel_soc_pmic: Differentiate between Bay and Cherry Trail CRC variants

2017-07-17 Thread Andy Shevchenko
On Mon, 2017-07-17 at 11:59 +0100, Lee Jones wrote: > On Sat, 01 Jul 2017, Hans de Goede wrote: > > > Both Bay and Cherry Trail devices may be used together with a > > Crystal Cove > > PMIC. Each platform has its own variant of the PMIC, which both use > > the > > same ACPI HID, but they are not

Re: [PATCH 2/2] mfd: intel_soc_pmic: Differentiate between Bay and Cherry Trail CRC variants

2017-07-17 Thread Andy Shevchenko
On Mon, 2017-07-17 at 11:59 +0100, Lee Jones wrote: > On Sat, 01 Jul 2017, Hans de Goede wrote: > > > Both Bay and Cherry Trail devices may be used together with a > > Crystal Cove > > PMIC. Each platform has its own variant of the PMIC, which both use > > the > > same ACPI HID, but they are not

Re: [PATCH 2/2] mfd: intel_soc_pmic: Differentiate between Bay and Cherry Trail CRC variants

2017-07-17 Thread Lee Jones
On Sat, 01 Jul 2017, Hans de Goede wrote: > Both Bay and Cherry Trail devices may be used together with a Crystal Cove > PMIC. Each platform has its own variant of the PMIC, which both use the > same ACPI HID, but they are not 100% compatible. > > This commits makes the intel_soc_pmic_core code

Re: [PATCH 2/2] mfd: intel_soc_pmic: Differentiate between Bay and Cherry Trail CRC variants

2017-07-17 Thread Lee Jones
On Sat, 01 Jul 2017, Hans de Goede wrote: > Both Bay and Cherry Trail devices may be used together with a Crystal Cove > PMIC. Each platform has its own variant of the PMIC, which both use the > same ACPI HID, but they are not 100% compatible. > > This commits makes the intel_soc_pmic_core code

Re: [PATCH 2/2] mfd: intel_soc_pmic: Differentiate between Bay and Cherry Trail CRC variants

2017-07-02 Thread Andy Shevchenko
On Sat, Jul 1, 2017 at 1:13 PM, Hans de Goede wrote: > Both Bay and Cherry Trail devices may be used together with a Crystal Cove > PMIC. Each platform has its own variant of the PMIC, which both use the > same ACPI HID, but they are not 100% compatible. > > This commits

Re: [PATCH 2/2] mfd: intel_soc_pmic: Differentiate between Bay and Cherry Trail CRC variants

2017-07-02 Thread Andy Shevchenko
On Sat, Jul 1, 2017 at 1:13 PM, Hans de Goede wrote: > Both Bay and Cherry Trail devices may be used together with a Crystal Cove > PMIC. Each platform has its own variant of the PMIC, which both use the > same ACPI HID, but they are not 100% compatible. > > This commits makes the

[PATCH 2/2] mfd: intel_soc_pmic: Differentiate between Bay and Cherry Trail CRC variants

2017-07-01 Thread Hans de Goede
Both Bay and Cherry Trail devices may be used together with a Crystal Cove PMIC. Each platform has its own variant of the PMIC, which both use the same ACPI HID, but they are not 100% compatible. This commits makes the intel_soc_pmic_core code check the _HRV of the ACPI-firmware-node and selects

[PATCH 2/2] mfd: intel_soc_pmic: Differentiate between Bay and Cherry Trail CRC variants

2017-07-01 Thread Hans de Goede
Both Bay and Cherry Trail devices may be used together with a Crystal Cove PMIC. Each platform has its own variant of the PMIC, which both use the same ACPI HID, but they are not 100% compatible. This commits makes the intel_soc_pmic_core code check the _HRV of the ACPI-firmware-node and selects