]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arch: x86: add IPC mailbox accessor function and add SoC register access
authorDavid E. Box <david.e.box@linux.intel.com>
Thu, 27 Feb 2025 12:15:19 +0000 (20:15 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 6 Mar 2025 03:02:47 +0000 (19:02 -0800)
commit7e2f7e25f6ffc229fd5be0488e1d8aac7bdd80e8
tree2c76ff98cf16ebb827c67ba088f0cc7189dca6f9
parent065d3cef99a10385d1c82919a612722dfdac90cc
arch: x86: add IPC mailbox accessor function and add SoC register access

- Exports intel_pmc_ipc() for host access to the PMC IPC mailbox
- Enables the host to access specific SoC registers through the PMC
firmware using IPC commands. This access method is necessary for
registers that are not available through direct Memory-Mapped I/O (MMIO),
which is used for other accessible parts of the PMC.

Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Signed-off-by: Chao Qin <chao.qin@intel.com>
Signed-off-by: Choong Yong Liang <yong.liang.choong@linux.intel.com>
Acked-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://patch.msgid.link/20250227121522.1802832-4-yong.liang.choong@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
MAINTAINERS
include/linux/platform_data/x86/intel_pmc_ipc.h [new file with mode: 0644]