From: Hans de Goede <hdegoede@redhat.com>
To: "Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
"Mika Westerberg" <mika.westerberg@linux.intel.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: Re: [PATCH v2 0/3] platform/x86: intel_scu: Move headers to x86 subfolder
Date: Wed, 11 Sep 2024 14:27:47 +0200 [thread overview]
Message-ID: <9158a89f-6e06-41ad-8c68-97ecc3409c16@redhat.com> (raw)
In-Reply-To: <20240909124952.1152017-1-andriy.shevchenko@linux.intel.com>
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%)
>
next prev parent reply other threads:[~2024-09-11 12:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-09 12:41 [PATCH v2 0/3] platform/x86: intel_scu: Move headers to x86 subfolder Andy Shevchenko
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 ` Hans de Goede [this message]
2024-09-11 14:31 ` [PATCH v2 0/3] platform/x86: intel_scu: Move headers " 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=9158a89f-6e06-41ad-8c68-97ecc3409c16@redhat.com \
--to=hdegoede@redhat.com \
--cc=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=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