X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH v5 00/10] platform/x86/amd/pmc: Updates to AMD PMC driver
@ 2024-11-08  7:08 Shyam Sundar S K
  2024-11-08  7:08 ` [PATCH v5 01/10] platform/x86/amd/pmc: Move STB block into amd_pmc_s2d_init() Shyam Sundar S K
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Shyam Sundar S K @ 2024-11-08  7:08 UTC (permalink / raw)
  To: hdegoede, ilpo.jarvinen
  Cc: Sanket.Goswami, platform-driver-x86, Shyam Sundar S K

Updates include:
- Rework STB code and move into a separate file
- Update the code with new IP block information for newer SoCs
- Add STB support for new generation
- Add STB support for Ryzen desktop variants
- Updates to MAINTAINERS record.

v5:
----
 - Merge patch1 and 2 of v4
 - Update Ilpo tags
 - drop explicit typecasting.
 - Use switch() for getting the message port
 - Rename function names

v4:
----
  - Reorder patches as suggested by Mario and Ilpo
  - Squash patches
  - Update tags

v3:
----
 - Split patch 1/8 of v2 into two more patches
 - Add helper for printing S2D/PMC ports
 - Use ARRAY_SIZE() for getting the number of IPs
 - Address other remarks from Ilpo.

v2:
----
 - Add Mario's Reviewed-by tags
 - Add amd_stb_update_args() to simplify code handling
 - use cpu_feature_enabled() instead of root port's cpu_id information.

Shyam Sundar S K (10):
  platform/x86/amd/pmc: Move STB block into amd_pmc_s2d_init()
  platform/x86/amd/pmc: Move STB functionality to a new file for better
    code organization
  platform/x86/amd/pmc: Update function names to align with new STB file
  platform/x86/amd/pmc: Define enum for S2D/PMC msg_port and add helper
    function
  platform/x86/amd/pmc: Isolate STB code changes to a new file
  platform/x86/amd/pmc: Use ARRAY_SIZE() to fill num_ips information
  platform/x86/amd/pmc: Update IP information structure for newer SoCs
  platform/x86/amd/pmc: Update S2D message id for 1Ah Family 70h model
  platform/x86/amd/pmc: Add STB support for AMD Desktop variants
  MAINTAINERS: Change AMD PMC driver status to "Supported"

 MAINTAINERS                            |   2 +-
 drivers/platform/x86/amd/pmc/Makefile  |   2 +-
 drivers/platform/x86/amd/pmc/mp1_stb.c | 332 ++++++++++++++++++++++
 drivers/platform/x86/amd/pmc/pmc.c     | 377 +++++--------------------
 drivers/platform/x86/amd/pmc/pmc.h     |  22 +-
 5 files changed, 424 insertions(+), 311 deletions(-)
 create mode 100644 drivers/platform/x86/amd/pmc/mp1_stb.c

-- 
2.34.1


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

end of thread, other threads:[~2024-12-03  5:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-08  7:08 [PATCH v5 00/10] platform/x86/amd/pmc: Updates to AMD PMC driver Shyam Sundar S K
2024-11-08  7:08 ` [PATCH v5 01/10] platform/x86/amd/pmc: Move STB block into amd_pmc_s2d_init() Shyam Sundar S K
2024-11-08  7:08 ` [PATCH v5 02/10] platform/x86/amd/pmc: Move STB functionality to a new file for better code organization Shyam Sundar S K
2024-11-08  7:08 ` [PATCH v5 03/10] platform/x86/amd/pmc: Update function names to align with new STB file Shyam Sundar S K
2024-11-08  7:08 ` [PATCH v5 04/10] platform/x86/amd/pmc: Define enum for S2D/PMC msg_port and add helper function Shyam Sundar S K
2024-11-08  7:08 ` [PATCH v5 05/10] platform/x86/amd/pmc: Isolate STB code changes to a new file Shyam Sundar S K
2024-11-08  7:08 ` [PATCH v5 06/10] platform/x86/amd/pmc: Use ARRAY_SIZE() to fill num_ips information Shyam Sundar S K
2024-11-08  7:08 ` [PATCH v5 07/10] platform/x86/amd/pmc: Update IP information structure for newer SoCs Shyam Sundar S K
2024-11-08  7:08 ` [PATCH v5 08/10] platform/x86/amd/pmc: Update S2D message id for 1Ah Family 70h model Shyam Sundar S K
2024-11-08  7:08 ` [PATCH v5 09/10] platform/x86/amd/pmc: Add STB support for AMD Desktop variants Shyam Sundar S K
2024-11-08  7:08 ` [PATCH v5 10/10] MAINTAINERS: Change AMD PMC driver status to "Supported" Shyam Sundar S K
2024-11-08  7:13 ` [PATCH v5 00/10] platform/x86/amd/pmc: Updates to AMD PMC driver Shyam Sundar S K
2024-12-02 17:53 ` Ilpo Järvinen
2024-12-03  5:11   ` Shyam Sundar S K

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