From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>,
Len Brown <lenb@kernel.org>,
linux-acpi@vger.kernel.org
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: [PATCH v3 0/6] resource: introduce union(), intersection() API
Date: Fri, 30 Oct 2020 19:25:50 +0200 [thread overview]
Message-ID: <20201030172556.21686-1-andriy.shevchenko@linux.intel.com> (raw)
Some users may want to use resource library to manage their own resources,
besides existing users that open code union() and intersection()
implementations.
Provide a generic API for wider use.
Changelog v3:
- rebased on top of v5.10-rc1
- dropped upstreamed dependencies
- added Rb tag to the last patch (Mika)
Andy Shevchenko (6):
resource: Simplify region_intersects() by reducing conditionals
resource: Group resource_overlaps() with other inline helpers
resource: Introduce resource_union() for overlapping resources
resource: Introduce resource_intersection() for overlapping resources
PCI/ACPI: Replace open coded variant of resource_union()
ACPI: watchdog: Replace open coded variant of resource_union()
drivers/acpi/acpi_watchdog.c | 6 +-----
drivers/acpi/pci_root.c | 4 +---
include/linux/ioport.h | 34 +++++++++++++++++++++++++++-------
kernel/resource.c | 10 +++++-----
4 files changed, 34 insertions(+), 20 deletions(-)
--
2.28.0
next reply other threads:[~2020-10-30 17:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-30 17:25 Andy Shevchenko [this message]
2020-10-30 17:25 ` [PATCH v3 1/6] resource: Simplify region_intersects() by reducing conditionals Andy Shevchenko
2020-10-30 17:25 ` [PATCH v3 2/6] resource: Group resource_overlaps() with other inline helpers Andy Shevchenko
2020-10-30 17:25 ` [PATCH v3 3/6] resource: Introduce resource_union() for overlapping resources Andy Shevchenko
2020-10-30 17:25 ` [PATCH v3 4/6] resource: Introduce resource_intersection() " Andy Shevchenko
2020-10-30 17:25 ` [PATCH v3 5/6] PCI/ACPI: Replace open coded variant of resource_union() Andy Shevchenko
2020-10-30 17:25 ` [PATCH v3 6/6] ACPI: watchdog: " Andy Shevchenko
2020-11-02 19:29 ` [PATCH v3 0/6] resource: introduce union(), intersection() API Rafael J. Wysocki
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=20201030172556.21686-1-andriy.shevchenko@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox