]> asedeno.scripts.mit.edu Git - linux.git/commit
ACPI / PMIC: Add byt prefix to Crystal Cove PMIC OpRegion driver
authorHans de Goede <hdegoede@redhat.com>
Thu, 24 Oct 2019 21:38:25 +0000 (23:38 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 25 Oct 2019 09:43:08 +0000 (11:43 +0200)
commited852cde25a12ea3b6fcc3afc746f773154d0bc5
tree6f44728474e16bf0903826fb2659c807f40d8239
parenta0fcfed1389ece70c7a2f6044437032b64300504
ACPI / PMIC: Add byt prefix to Crystal Cove PMIC OpRegion driver

Our current Crystal Cove OpRegion driver is only valid for the
Crystal Cove PMIC variant found on Bay Trail (BYT) boards,
Cherry Trail (CHT) based boards use another variant.

At least the regulator registers are different on CHT and these registers
are one of the things controlled by the custom PMIC OpRegion.

Commit 4d9ed62ab142 ("mfd: intel_soc_pmic: Export separate mfd-cell
configs for BYT and CHT") has disabled the intel_pmic_crc.c code for CHT
devices by removing the "crystal_cove_pmic" MFD cell on CHT devices.

This commit renames the intel_pmic_crc.c driver and the cell to be
prefixed with "byt" to indicate that this code is for BYT devices only.

This is a preparation patch for adding a separate PMIC OpRegion
driver for the CHT variant of the Crystal Cove PMIC (sometimes called
Crystal Cove Plus in Android kernel sources).

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/Kconfig
drivers/acpi/Makefile
drivers/acpi/pmic/intel_pmic_bytcrc.c [moved from drivers/acpi/pmic/intel_pmic_crc.c with 98% similarity]
drivers/mfd/intel_soc_pmic_crc.c