From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: "Mika Westerberg" <mika.westerberg@linux.intel.com>,
"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
"Hans de Goede" <hdegoede@redhat.com>,
"Stephen Boyd" <sboyd@kernel.org>,
"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
"Utkarsh Patel" <utkarsh.h.patel@intel.com>,
"Guenter Roeck" <linux@roeck-us.net>,
linux-kernel@vger.kernel.org,
platform-driver-x86@vger.kernel.org, linux-usb@vger.kernel.org,
linux-watchdog@vger.kernel.org
Cc: Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
Dave Hansen <dave.hansen@linux.intel.com>,
x86@kernel.org, "H. Peter Anvin" <hpa@zytor.com>,
Rajneesh Bhardwaj <irenic.rajneesh@gmail.com>,
"David E. Box" <david.e.box@linux.intel.com>,
Andy Shevchenko <andy@kernel.org>,
Zha Qipeng <qipeng.zha@intel.com>, Lee Jones <lee@kernel.org>,
Heikki Krogerus <heikki.krogerus@linux.intel.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Wim Van Sebroeck <wim@linux-watchdog.org>
Subject: [PATCH v2 0/3] platform/x86: intel_scu: Move headers to x86 subfolder
Date: Mon, 9 Sep 2024 15:41:03 +0300 [thread overview]
Message-ID: <20240909124952.1152017-1-andriy.shevchenko@linux.intel.com> (raw)
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%)
--
2.43.0.rc1.1336.g36b5255a03ac
next reply other threads:[~2024-09-09 12:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-09 12:41 Andy Shevchenko [this message]
2024-09-09 12:41 ` [PATCH v2 1/3] MAINTAINERS: Add Intel MID section Andy Shevchenko
2024-09-09 12:41 ` [PATCH v2 2/3] platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asm Andy Shevchenko
2024-09-09 12:41 ` [PATCH v2 3/3] platform/x86: intel_scu_wdt: Move intel_scu_wdt.h to x86 subfolder Andy Shevchenko
2024-09-11 12:27 ` [PATCH v2 0/3] platform/x86: intel_scu: Move headers " Hans de Goede
2024-09-11 14:31 ` Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240909124952.1152017-1-andriy.shevchenko@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=andy@kernel.org \
--cc=bp@alien8.de \
--cc=dave.hansen@linux.intel.com \
--cc=david.e.box@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=hdegoede@redhat.com \
--cc=heikki.krogerus@linux.intel.com \
--cc=hpa@zytor.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=irenic.rajneesh@gmail.com \
--cc=lee@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=mika.westerberg@linux.intel.com \
--cc=mingo@redhat.com \
--cc=platform-driver-x86@vger.kernel.org \
--cc=qipeng.zha@intel.com \
--cc=sboyd@kernel.org \
--cc=tglx@linutronix.de \
--cc=utkarsh.h.patel@intel.com \
--cc=wim@linux-watchdog.org \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).