[GIT PULL] More ACPI updates for v5.9-rc1

From: Rafael J. Wysocki
Date: Fri Aug 14 2020 - 14:09:54 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-5.9-rc1-2

with top-most commit 19fe87fd854a92c746ac73cb91a0bebac07a4618

clk: x86: Support RV architecture

on top of commit 2baa85d6927d11b8d946da2e4ad00dddca5b8da2

Merge tag 'acpi-5.9-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive additional ACPI updates for 5.9-rc1.

These add new hardware support to the ACPI driver for AMD SoCs,
the x86 clk driver and the Designware i2c driver (changes from
Akshu Agrawal and Pu Wen).

Thanks!


---------------

Akshu Agrawal (4):
ACPI: APD: Change name from ST to FCH
clk: x86: Change name from ST to FCH
ACPI: APD: Add a fmw property is_raven
clk: x86: Support RV architecture

Pu Wen (1):
i2c: designware: Add device HID for Hygon I2C controller

---------------

drivers/acpi/acpi_apd.c | 19 ++--
drivers/clk/x86/Makefile | 2 +-
drivers/clk/x86/clk-fch.c | 101 +++++++++++++++++++++
drivers/clk/x86/clk-st.c | 78 ----------------
drivers/i2c/busses/i2c-designware-platdrv.c | 1 +
.../linux/platform_data/{clk-st.h => clk-fch.h} | 11 ++-
6 files changed, 121 insertions(+), 91 deletions(-)