OSDN Git Service

mfd: intel_soc_pmic_crc: Merge Intel PMIC core to crc
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 1 Aug 2022 11:42:03 +0000 (14:42 +0300)
committerLee Jones <lee@kernel.org>
Wed, 28 Sep 2022 15:09:48 +0000 (16:09 +0100)
commit5a30b210bfea26342ad061455a0d0ed122300f68
treeb6bb4502f89765fbecb28940773743553e9015d5
parent48749cabba109397b4e7dd556e85718ec0ec114d
mfd: intel_soc_pmic_crc: Merge Intel PMIC core to crc

The core part is misleading since its only purpose to serve Crystal Cove PMIC,
although for couple of different platforms. Merge core part into crc one.

Advantages among others are:
- speed up a compilation and build
- decreasing the code base
- reducing noise in the namespace by making some data static and const

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20220801114211.36267-2-andriy.shevchenko@linux.intel.com
drivers/mfd/Makefile
drivers/mfd/intel_soc_pmic_core.c [deleted file]
drivers/mfd/intel_soc_pmic_core.h [deleted file]
drivers/mfd/intel_soc_pmic_crc.c