]> www.infradead.org Git - users/willy/xarray.git/commit
platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asm
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 9 Sep 2024 12:41:05 +0000 (15:41 +0300)
committerHans de Goede <hdegoede@redhat.com>
Wed, 11 Sep 2024 12:26:03 +0000 (14:26 +0200)
commitc912ac66b3fc92acb0079fff7d030e9be0756c36
tree0ebcd87d6f8d6bd434c855eef82b801197d32dca
parentd35b0b0e1445492e746a6999dde9bfa82b7949e5
platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asm

This is a platform/x86 library that is mostly being used by other
drivers not directly under arch/x86 anyway (with the exception of the
Intel MID setup code) so it makes sense that it lives under the
platform_data/x86/ directory instead.

No functional changes intended.

Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240909124952.1152017-3-andriy.shevchenko@linux.intel.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
13 files changed:
MAINTAINERS
arch/x86/include/asm/intel_telemetry.h
arch/x86/platform/intel-mid/intel-mid.c
drivers/mfd/intel_pmc_bxt.c
drivers/mfd/intel_soc_pmic_bxtwc.c
drivers/mfd/intel_soc_pmic_mrfld.c
drivers/platform/x86/intel_scu_ipc.c
drivers/platform/x86/intel_scu_ipcutil.c
drivers/platform/x86/intel_scu_pcidrv.c
drivers/platform/x86/intel_scu_pltdrv.c
drivers/usb/typec/mux/intel_pmc_mux.c
drivers/watchdog/intel-mid_wdt.c
include/linux/platform_data/x86/intel_scu_ipc.h [moved from arch/x86/include/asm/intel_scu_ipc.h with 96% similarity]