public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] resource: introduce union(), intersection() API
@ 2020-10-30 17:25 Andy Shevchenko
  2020-10-30 17:25 ` [PATCH v3 1/6] resource: Simplify region_intersects() by reducing conditionals Andy Shevchenko
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Andy Shevchenko @ 2020-10-30 17:25 UTC (permalink / raw)
  To: Rafael J. Wysocki, Len Brown, linux-acpi; +Cc: Andy Shevchenko

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-11-02 19:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-30 17:25 [PATCH v3 0/6] resource: introduce union(), intersection() API Andy Shevchenko
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox