linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Refine _UID references across kernel
@ 2023-10-24  6:20 Raag Jadav
  2023-10-24  6:20 ` [PATCH v3 1/6] ACPI: utils: Introduce acpi_dev_uid_match() for matching _UID Raag Jadav
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Raag Jadav @ 2023-10-24  6:20 UTC (permalink / raw)
  To: rafael, len.brown, robert.moore, mika.westerberg,
	andriy.shevchenko, mark.rutland, will, linux, Jonathan.Cameron
  Cc: linux-acpi, linux-kernel, acpica-devel, linux-gpio,
	linux-arm-kernel, linux-hwmon, mallikarjunappa.sangannavar,
	bala.senthil, Raag Jadav

This series refines _UID references across kernel by:

- Extracting _UID matching functionality from acpi_dev_hid_uid_match()
  helper and introducing it as a separate acpi_dev_uid_match() helper.

- Converting manual _UID references to use the standard ACPI helpers.

Changes since v2:
- Drop review tags as suggested by Andy.

Changes since v1:
- Change acpi_dev_uid_match() to return false in case of NULL argument.
- Drop accepted patches.

Raag Jadav (6):
  ACPI: utils: Introduce acpi_dev_uid_match() for matching _UID
  pinctrl: intel: use acpi_dev_uid_match() for matching _UID
  ACPI: utils: use acpi_dev_uid_match() for matching _UID
  ACPI: x86: use acpi_dev_uid_match() for matching _UID
  hwmon: nct6775: use acpi_dev_hid_uid_match() for matching _HID and
    _UID
  perf: arm_cspmu: use acpi_dev_hid_uid_match() for matching _HID and
    _UID

 drivers/acpi/utils.c                  | 34 ++++++++++++++++++++++-----
 drivers/acpi/x86/utils.c              |  3 +--
 drivers/hwmon/nct6775-platform.c      |  4 +---
 drivers/perf/arm_cspmu/arm_cspmu.c    |  8 +++----
 drivers/pinctrl/intel/pinctrl-intel.c |  2 +-
 include/acpi/acpi_bus.h               |  1 +
 include/linux/acpi.h                  |  5 ++++
 7 files changed, 40 insertions(+), 17 deletions(-)


base-commit: a4ed5bffbeb19cfb7e21ac3b3f09d7bfe39a849b
-- 
2.17.1


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

end of thread, other threads:[~2023-10-25 18:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-24  6:20 [PATCH v3 0/6] Refine _UID references across kernel Raag Jadav
2023-10-24  6:20 ` [PATCH v3 1/6] ACPI: utils: Introduce acpi_dev_uid_match() for matching _UID Raag Jadav
2023-10-24  9:28   ` Mika Westerberg
2023-10-24 10:57     ` Andy Shevchenko
2023-10-24  6:20 ` [PATCH v3 2/6] pinctrl: intel: use " Raag Jadav
2023-10-24  6:20 ` [PATCH v3 3/6] ACPI: utils: " Raag Jadav
2023-10-24  6:20 ` [PATCH v3 4/6] ACPI: x86: " Raag Jadav
2023-10-24  6:20 ` [PATCH v3 5/6] hwmon: nct6775: use acpi_dev_hid_uid_match() for matching _HID and _UID Raag Jadav
2023-10-25 18:59   ` Guenter Roeck
2023-10-24  6:20 ` [PATCH v3 6/6] perf: arm_cspmu: " Raag Jadav
2023-10-24  9:30 ` [PATCH v3 0/6] Refine _UID references across kernel Mika Westerberg
2023-10-24 11:00   ` Andy Shevchenko
2023-10-24 19:51   ` Rafael J. Wysocki
2023-10-25  2:05     ` Guenter Roeck
2023-10-25 11:32       ` 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;
as well as URLs for NNTP newsgroup(s).