X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH 0/4] Updates to amd-pmc driver
@ 2023-08-11 11:21 Shyam Sundar S K
  2023-08-11 11:21 ` [PATCH 1/4] platform/x86/amd/pmc: Move PMC driver to separate directory Shyam Sundar S K
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Shyam Sundar S K @ 2023-08-11 11:21 UTC (permalink / raw)
  To: hdegoede, markgross
  Cc: Sanket.Goswami, mario.limonciello, platform-driver-x86,
	Shyam Sundar S K

This patch series includes:

- Move PMC driver to separate directory
- Read SMU version at the time of probe to avoid duplication of code
- Add a Firmware command that can force flush the Spill to DRAM contents.
- override the STB dump size with a custom one using a module_param


Shyam Sundar S K (4):
  platform/x86/amd/pmc: Move PMC driver to separate directory
  platform/x86/amd/pmc: Read SMU version at the time of probe
  platform/x86/amd/pmc: Add PMFW command id to support S2D force flush
  platform/x86/amd/pmc: Add dump_custom_stb module parameter

 MAINTAINERS                                   |  2 +-
 drivers/platform/x86/amd/Kconfig              | 16 +---
 drivers/platform/x86/amd/Makefile             |  3 +-
 drivers/platform/x86/amd/pmc/Kconfig          | 19 +++++
 drivers/platform/x86/amd/pmc/Makefile         |  8 ++
 .../platform/x86/amd/{ => pmc}/pmc-quirks.c   |  0
 drivers/platform/x86/amd/{ => pmc}/pmc.c      | 80 ++++++++-----------
 drivers/platform/x86/amd/{ => pmc}/pmc.h      |  1 +
 8 files changed, 66 insertions(+), 63 deletions(-)
 create mode 100644 drivers/platform/x86/amd/pmc/Kconfig
 create mode 100644 drivers/platform/x86/amd/pmc/Makefile
 rename drivers/platform/x86/amd/{ => pmc}/pmc-quirks.c (100%)
 rename drivers/platform/x86/amd/{ => pmc}/pmc.c (96%)
 rename drivers/platform/x86/amd/{ => pmc}/pmc.h (98%)

-- 
2.25.1


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

end of thread, other threads:[~2023-08-22 15:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 11:21 [PATCH 0/4] Updates to amd-pmc driver Shyam Sundar S K
2023-08-11 11:21 ` [PATCH 1/4] platform/x86/amd/pmc: Move PMC driver to separate directory Shyam Sundar S K
2023-08-11 11:21 ` [PATCH 2/4] platform/x86/amd/pmc: Read SMU version at the time of probe Shyam Sundar S K
2023-08-11 12:04   ` Limonciello, Mario
2023-08-22  4:05     ` Shyam Sundar S K
2023-08-11 11:21 ` [PATCH 3/4] platform/x86/amd/pmc: Add PMFW command id to support S2D force flush Shyam Sundar S K
2023-08-11 11:21 ` [PATCH 4/4] platform/x86/amd/pmc: Add dump_custom_stb module parameter Shyam Sundar S K
2023-08-21 12:57 ` [PATCH 0/4] Updates to amd-pmc driver Hans de Goede
2023-08-21 17:52   ` Hans de Goede
2023-08-22  4:11     ` Shyam Sundar S K
2023-08-22 15:31       ` Hans de Goede

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