Linux ACPI
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for general system clock on ST AMD platform
@ 2018-05-07 10:13 Akshu Agrawal
  2018-05-07 10:13 ` [PATCH v4 1/2] clk: x86: Add ST oscout platform clock Akshu Agrawal
  2018-05-07 10:13 ` [PATCH v2 2/2] ACPI: APD: Add AMD misc clock handler support Akshu Agrawal
  0 siblings, 2 replies; 7+ messages in thread
From: Akshu Agrawal @ 2018-05-07 10:13 UTC (permalink / raw)
  Cc: djkurtz, akshu.agrawal, Alexander.Deucher, mturquette, sboyd,
	christian.koenig, airlied, Shaoyun.Liu, linux-kernel, linux-clk,
	rjw, lenb, linux-acpi

AMD ST/CZ platform provides a general system clock which can be used
by any driver. Registration of this clock will done in clk-st driver.
While the ACPI misc device will create the required MMIO mappings
and pass the same to the clk-st driver. The clk-st driver will
use the address to enable/disable and set frequency.

Changelog:
v2:
  clk: x86: Add ST oscout platform clock: v3->v4 unregister clk_hw
  ACPI: APD: Add AMD misc clock handler support: No change (v2)

Akshu Agrawal (2):
  clk: x86: Add ST oscout platform clock
  ACPI: APD: Add AMD misc clock handler support

 drivers/acpi/acpi_apd.c              | 50 ++++++++++++++++++++
 drivers/clk/x86/Makefile             |  1 +
 drivers/clk/x86/clk-st.c             | 88 ++++++++++++++++++++++++++++++++++++
 include/linux/platform_data/clk-st.h | 35 ++++++++++++++
 4 files changed, 174 insertions(+)
 create mode 100644 drivers/clk/x86/clk-st.c
 create mode 100644 include/linux/platform_data/clk-st.h

-- 
1.9.1

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

end of thread, other threads:[~2018-05-09  4:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-07 10:13 [PATCH v2 0/2] Add support for general system clock on ST AMD platform Akshu Agrawal
2018-05-07 10:13 ` [PATCH v4 1/2] clk: x86: Add ST oscout platform clock Akshu Agrawal
2018-05-07 21:44   ` Deucher, Alexander
2018-05-08  4:03     ` Agrawal, Akshu
2018-05-08 15:38       ` Deucher, Alexander
2018-05-09  4:47         ` Agrawal, Akshu
2018-05-07 10:13 ` [PATCH v2 2/2] ACPI: APD: Add AMD misc clock handler support Akshu Agrawal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox