linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/8] Refine _UID references across kernel
@ 2023-10-20  8:47 Raag Jadav
  2023-10-20  8:47 ` [PATCH v1 1/8] ACPI: utils: Introduce acpi_dev_uid_match() for matching _UID Raag Jadav
                   ` (7 more replies)
  0 siblings, 8 replies; 23+ messages in thread
From: Raag Jadav @ 2023-10-20  8:47 UTC (permalink / raw)
  To: rafael, len.brown, robert.moore, mika.westerberg,
	andriy.shevchenko, mark.rutland, will, linux
  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 standard ACPI helpers.

Raag Jadav (8):
  ACPI: utils: Introduce acpi_dev_uid_match() for matching _UID
  pinctrl: intel: use acpi_dev_uid_match() for matching _UID
  ACPI: sysfs: use acpi_device_uid() for fetching _UID
  ACPI: utils: use acpi_dev_uid_match() for matching _UID
  ACPI: x86: use acpi_dev_uid_match() for matching _UID
  perf: qcom: use acpi_device_uid() for fetching _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/device_sysfs.c           |  6 ++--
 drivers/acpi/utils.c                  | 43 +++++++++++++++++++++------
 drivers/acpi/x86/utils.c              |  3 +-
 drivers/hwmon/nct6775-platform.c      |  4 +--
 drivers/perf/arm_cspmu/arm_cspmu.c    |  8 ++---
 drivers/perf/qcom_l3_pmu.c            |  4 +--
 drivers/pinctrl/intel/pinctrl-intel.c |  2 +-
 include/acpi/acpi_bus.h               |  1 +
 include/linux/acpi.h                  |  5 ++++
 9 files changed, 51 insertions(+), 25 deletions(-)


base-commit: 9bc2fb9a7e41542a193658deff3df572fa24cb68
-- 
2.17.1


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

end of thread, other threads:[~2023-10-21  6:51 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-20  8:47 [PATCH v1 0/8] Refine _UID references across kernel Raag Jadav
2023-10-20  8:47 ` [PATCH v1 1/8] ACPI: utils: Introduce acpi_dev_uid_match() for matching _UID Raag Jadav
2023-10-20 10:35   ` Andy Shevchenko
2023-10-20 15:49   ` Jonathan Cameron
2023-10-20  8:47 ` [PATCH v1 2/8] pinctrl: intel: use " Raag Jadav
2023-10-20  8:47 ` [PATCH v1 3/8] ACPI: sysfs: use acpi_device_uid() for fetching _UID Raag Jadav
2023-10-20 17:18   ` Rafael J. Wysocki
2023-10-20  8:47 ` [PATCH v1 4/8] ACPI: utils: use acpi_dev_uid_match() for matching _UID Raag Jadav
2023-10-20 10:36   ` Andy Shevchenko
2023-10-20 11:38     ` Raag Jadav
2023-10-20 13:42       ` Andy Shevchenko
2023-10-20 14:00         ` Raag Jadav
2023-10-20 17:11       ` Rafael J. Wysocki
2023-10-20 18:11         ` Raag Jadav
2023-10-21  6:51           ` Raag Jadav
2023-10-20  8:47 ` [PATCH v1 5/8] ACPI: x86: " Raag Jadav
2023-10-20 10:37   ` Andy Shevchenko
2023-10-20 17:05     ` Rafael J. Wysocki
2023-10-20 18:42       ` Andy Shevchenko
2023-10-20  8:47 ` [PATCH v1 6/8] perf: qcom: use acpi_device_uid() for fetching _UID Raag Jadav
2023-10-20 17:22   ` Rafael J. Wysocki
2023-10-20  8:47 ` [PATCH v1 7/8] hwmon: nct6775: use acpi_dev_hid_uid_match() for matching _HID and _UID Raag Jadav
2023-10-20  8:47 ` [PATCH v1 8/8] perf: arm_cspmu: " Raag Jadav

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).