mbox series

[v2,0/5] x86: clk: Add config option to enable 48MHz fixed fch clk

Message ID 20211012103612.101859-1-AjitKumar.Pandey@amd.com (mailing list archive)
Headers show
Series x86: clk: Add config option to enable 48MHz fixed fch clk | expand

Message

Ajit Kumar Pandey Oct. 12, 2021, 10:36 a.m. UTC
changes since v1:
- Remove unsused variable

Ajit Kumar Pandey (5):
  x86: clk: Add config option to enable 48MHz fixed fch clk
  drivers: acpi: acpi_apd: Remove unused device property "is-rv"
  ACPI: APD: Add a fmw property clk-name
  clk: x86: Use dynamic con_id string during clk registration
  clk: x86: Fix clk_gate_flags for RV_CLK_GATE

 drivers/acpi/acpi_apd.c               | 11 +++++++++--
 drivers/clk/x86/Kconfig               |  5 +++++
 drivers/clk/x86/clk-fch.c             | 26 +++++++++++++-------------
 include/linux/platform_data/clk-fch.h |  2 +-
 4 files changed, 28 insertions(+), 16 deletions(-)