From: Bjorn Helgaas <helgaas@kernel.org>
To: Krzysztof Wilczynski <kw@linux.com>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>,
Len Brown <lenb@kernel.org>,
linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] PCI/ACPI: Rename _HPP to _HPX and move of ACPI-specific code from probe.c
Date: Wed, 28 Aug 2019 15:33:52 -0500 [thread overview]
Message-ID: <20190828203352.GC7013@google.com> (raw)
In-Reply-To: <20190827094951.10613-1-kw@linux.com>
On Tue, Aug 27, 2019 at 11:49:48AM +0200, Krzysztof Wilczynski wrote:
> This series of patches moves the ACPI-specific code currently included
> as part of the drivers/pci/probe.c. First, the ACPI Hot Plug structs
> for Type 0, 1 and 2, and any relevant variable names, structs, function
> names, etc., will have their names changed to reflect that these are
> related to _HPX rather than _HPP. Second, all of the ACPI-specific
> code will be moved to drivers/pci/pci-acpi.c for better organisation
> and to keep ACPI-related code base together. Third, remove the
> now obsolete struct hotplug_program_ops from drivers/pci/pci-acpi.c.
>
> Patches should be preferably merged in order as they build upon
> one-another.
This is always the case; it's one of the main reasons for grouping
patches into a series.
> Related:
> https://lore.kernel.org/lkml/20190419220220.GI173520@google.com
> https://lore.kernel.org/lkml/20190307213834.5914-3-mr.nuke.me@gmail.com
> https://lore.kernel.org/lkml/20190307213834.5914-2-mr.nuke.me@gmail.com
>
> Krzysztof Wilczynski (3):
> PCI/ACPI: Rename ACPI Hot Plug structs for Type 0, 1 and 2 from _HPP
> to _HPX
> PCI/ACPI: Move ACPI-specific Hot Plug programming functions to
> pci-acpi.c
> PCI/ACPI: Remove unnecessary struct hotplug_program_ops from
> pci-acpi.c
>
> drivers/pci/pci-acpi.c | 410 +++++++++++++++++++++++++++++++++---
> drivers/pci/pci.h | 9 +
> drivers/pci/probe.c | 278 +-----------------------
> include/linux/pci_hotplug.h | 100 ---------
> 4 files changed, 389 insertions(+), 408 deletions(-)
I applied these to pci/enumeration for v5.4, thanks!
prev parent reply other threads:[~2019-08-28 20:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-27 9:49 [PATCH 0/3] PCI/ACPI: Rename _HPP to _HPX and move of ACPI-specific code from probe.c Krzysztof Wilczynski
2019-08-27 9:49 ` [PATCH 1/3] PCI/ACPI: Rename ACPI Hot Plug structs for Type 0, 1 and 2 from _HPP to _HPX Krzysztof Wilczynski
2019-08-27 9:49 ` [PATCH 2/3] PCI/ACPI: Move ACPI-specific Hot Plug programming functions to pci-acpi.c Krzysztof Wilczynski
2019-08-27 9:49 ` [PATCH 3/3] PCI/ACPI: Remove unnecessary struct hotplug_program_ops from pci-acpi.c Krzysztof Wilczynski
2019-08-28 20:33 ` Bjorn Helgaas [this message]
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=20190828203352.GC7013@google.com \
--to=helgaas@kernel.org \
--cc=kw@linux.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=rjw@rjwysocki.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.