Re: [PATCH v2 0/3] platform/x86: intel_scu: Move headers to x86 subfolder

From: Hans de Goede
Date: Wed Sep 11 2024 - 08:28:15 EST


Hi,

On 9/9/24 2:41 PM, Andy Shevchenko wrote:
> Add the record to the MAINTAINERS to follow what is going on with the
> Intel MID platform related code and drivers.
>
> With that, clean up a bit a couple of headers, i.e. move them to x86
> subfolder of include/linux/platform_data where they belong to.
>
> No functional changes intended.
>
> Taking into account nature of this change it's supposed to go via PDx86
> tree, please Ack.

Since the changes outside of drivers/platform/x86 are tiny and the merge
window is close I've decided to take the series without waiting for acks:

Thank you for your patch-series, I've applied the series to my
review-hans branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans

Note it will show up in my review-hans branch once I've pushed my
local branch there, which might take a while.

Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans




>
> v2:
> - Maintained --> Supported (Dave)
> - added two cleanup patches (Mika and me)
>
> Andy Shevchenko (2):
> MAINTAINERS: Add Intel MID section
> platform/x86: intel_scu_wdt: Move intel_scu_wdt.h to x86 subfolder
>
> Mika Westerberg (1):
> platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of
> arch/x86/include/asm
>
> MAINTAINERS | 20 ++++++++++++++++++-
> arch/x86/include/asm/intel_telemetry.h | 2 +-
> arch/x86/platform/intel-mid/intel-mid.c | 3 ++-
> drivers/mfd/intel_pmc_bxt.c | 3 +--
> drivers/mfd/intel_soc_pmic_bxtwc.c | 3 +--
> drivers/mfd/intel_soc_pmic_mrfld.c | 3 +--
> drivers/platform/x86/intel_scu_ipc.c | 2 +-
> drivers/platform/x86/intel_scu_ipcutil.c | 2 +-
> drivers/platform/x86/intel_scu_pcidrv.c | 2 +-
> drivers/platform/x86/intel_scu_pltdrv.c | 2 +-
> drivers/platform/x86/intel_scu_wdt.c | 3 ++-
> drivers/usb/typec/mux/intel_pmc_mux.c | 3 +--
> drivers/watchdog/intel-mid_wdt.c | 5 ++---
> .../platform_data/{ => x86}/intel-mid_wdt.h | 6 +++---
> .../linux/platform_data/x86}/intel_scu_ipc.h | 4 ++--
> 15 files changed, 39 insertions(+), 24 deletions(-)
> rename include/linux/platform_data/{ => x86}/intel-mid_wdt.h (74%)
> rename {arch/x86/include/asm => include/linux/platform_data/x86}/intel_scu_ipc.h (96%)
>