mbox series

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

Message ID 20240909124952.1152017-1-andriy.shevchenko@linux.intel.com
Headers show
Series platform/x86: intel_scu: Move headers to x86 subfolder | expand

Message

Andy Shevchenko Sept. 9, 2024, 12:41 p.m. UTC
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.

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%)

Comments

Andy Shevchenko Sept. 11, 2024, 2:31 p.m. UTC | #1
On Wed, Sep 11, 2024 at 02:27:47PM +0200, Hans de Goede wrote:
> 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!

FWIW, LKP tested more than 200 configurations with success and I locally
have these device drivers always enabled for build, so I do not expect
any report from more or less standard configurations for this platforms.
If any is given, I'm here to fix ASAP.