linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [0/4] Extend AMD SoC general purpose clk for all versions
@ 2020-07-31 13:36 Akshu Agrawal
  2020-07-31 13:36 ` [v2 1/4] ACPI: APD: Change name from ST to FCH Akshu Agrawal
  0 siblings, 1 reply; 9+ messages in thread
From: Akshu Agrawal @ 2020-07-31 13:36 UTC (permalink / raw)
  To: akshu.agrawal
  Cc: sboyd, rafael, rjw, lenb, mturquette, linux-acpi, linux-kernel,
	linux-clk, rahul.tanwar

Hi,

This series of patch does the following:
1. Changes the name of the AMD SoC general purpose clk
from ST(a version of SoC) to FCH (name of the IP).
2. Then make the drivers support both older and newer versions of
SoC.

Thanks,
Akshu

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

 drivers/acpi/acpi_apd.c                       |  18 ++--
 drivers/clk/x86/Makefile                      |   2 +-
 drivers/clk/x86/clk-fch.c                     | 101 ++++++++++++++++++
 drivers/clk/x86/clk-st.c                      |  78 --------------
 .../platform_data/{clk-st.h => clk-fch.h}     |  11 +-
 5 files changed, 119 insertions(+), 91 deletions(-)
 create mode 100644 drivers/clk/x86/clk-fch.c
 delete mode 100644 drivers/clk/x86/clk-st.c
 rename include/linux/platform_data/{clk-st.h => clk-fch.h} (51%)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-07-31 13:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200728082857.10829-1-akshu.agrawal@amd.com>
2020-07-28  8:28 ` [v2 1/4] ACPI: APD: Change name from ST to FCH Akshu Agrawal
     [not found]   ` <159598596077.1360974.483730969007254506@swboyd.mtv.corp.google.com>
2020-07-31  0:44     ` Agrawal, Akshu
2020-07-31 11:14       ` Rafael J. Wysocki
2020-07-31 13:33         ` Agrawal, Akshu
2020-07-28  8:28 ` [v2 2/4] clk: x86: " Akshu Agrawal
2020-07-29  1:25   ` Stephen Boyd
2020-07-28  8:28 ` [v3 4/4] clk: x86: Support RV architecture Akshu Agrawal
2020-07-29  1:26   ` Stephen Boyd
2020-07-31 13:36 [0/4] Extend AMD SoC general purpose clk for all versions Akshu Agrawal
2020-07-31 13:36 ` [v2 1/4] ACPI: APD: Change name from ST to FCH Akshu Agrawal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).