All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add Arrow Lake U/H support
@ 2024-12-07  5:35 Xi Pardee
  2024-12-07  5:35 ` [PATCH 1/3] platform/x86:intel/pmc: Make tgl_core_generic_init() static Xi Pardee
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Xi Pardee @ 2024-12-07  5:35 UTC (permalink / raw)
  To: xi.pardee, rajvi0912, irenic.rajneesh, david.e.box, hdegoede,
	ilpo.jarvinen, platform-driver-x86, linux-kernel, linux-pm

This patch series contains three patches to add Arrow Lake
U/H support in intel_pmc_core driver. The first two patches
are preparation patches.

v2->v1:
- Create an info structure for platform variation information
- Make generic init function to static in tgl.c
- Fix typo

Xi Pardee (3):
  platform/x86:intel/pmc: Make tgl_core_generic_init() static
  platform/x86:intel/pmc: Create info structure for pmc device
  platform/x86/intel/pmc: Add Arrow Lake U/H support to intel_pmc_core
    driver

 drivers/platform/x86/intel/pmc/arl.c  | 64 +++++++++++++++++++++++----
 drivers/platform/x86/intel/pmc/core.c |  2 +
 drivers/platform/x86/intel/pmc/core.h | 17 ++++++-
 drivers/platform/x86/intel/pmc/tgl.c  | 45 ++++++++++---------
 4 files changed, 98 insertions(+), 30 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-12-09 15:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07  5:35 [PATCH 0/3] Add Arrow Lake U/H support Xi Pardee
2024-12-07  5:35 ` [PATCH 1/3] platform/x86:intel/pmc: Make tgl_core_generic_init() static Xi Pardee
2024-12-09 13:37   ` Ilpo Järvinen
2024-12-07  5:35 ` [PATCH 2/3] platform/x86:intel/pmc: Create info structure for pmc device Xi Pardee
2024-12-09 15:18   ` Ilpo Järvinen
2024-12-07  5:35 ` [PATCH 3/3] platform/x86/intel/pmc: Add Arrow Lake U/H support to intel_pmc_core driver Xi Pardee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.