ACPI: APD: Change name from ST to FCH
authorAkshu Agrawal <akshu.agrawal@amd.com>
Fri, 31 Jul 2020 13:36:01 +0000 (19:06 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 7 Aug 2020 18:11:59 +0000 (20:11 +0200)
commitd58669b093997e4e5f98c38a54f99761657c19d2
tree4c65b7ae03155a442ad7b7cbcc222b6653e8a0f5
parent384b02d6b83bd4c5df96de00658623b4e04e2472
ACPI: APD: Change name from ST to FCH

AMD SoC general pupose clk is present in new platforms with
same MMIO mappings. We can reuse the same clk handler support
for other platforms. Hence, changing name from ST(SoC) to FCH(IP)

Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_apd.c
drivers/clk/x86/clk-st.c
include/linux/platform_data/clk-fch.h [new file with mode: 0644]
include/linux/platform_data/clk-st.h [deleted file]