diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-10-26 14:59:52 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-10-26 14:59:52 +0200 |
commit | e8c3c7f97aa79c93713aecba5bdf83273076cf5d (patch) | |
tree | 845d9417b1ee251acbc9e1382009b106657c5b10 /include/acpi/acpi_bus.h | |
parent | Merge branches 'acpi-video', 'acpi-prm', 'acpi-apei' and 'acpi-pcc' (diff) | |
parent | ACPI: EC: Add quirk for HP 250 G7 Notebook PC (diff) | |
parent | ACPI: sysfs: Clean up create_pnp_modalias() and create_of_modalias() (diff) | |
parent | ACPI: x86: s2idle: Switch to use acpi_evaluate_dsm_typed() (diff) | |
parent | perf: arm_cspmu: use acpi_dev_hid_uid_match() for matching _HID and _UID (diff) | |
download | linux-e8c3c7f97aa79c93713aecba5bdf83273076cf5d.tar.xz linux-e8c3c7f97aa79c93713aecba5bdf83273076cf5d.zip |
Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-misc' and 'acpi-uid'
Merge ACPI EC driver updates, ACPI sysfs interface updates, misc updates
related to ACPI and changes related to ACPI _UID handling for 6.7-rc1:
- Add EC GPE detection quirk for HP 250 G7 Notebook PC (Jonathan
Denose).
- Fix and clean up create_pnp_modalias() and create_of_modalias()
(Christophe JAILLET).
- Modify 2 pieces of code to use acpi_evaluate_dsm_typed() (Andy
Shevchenko).
- Define acpi_dev_uid_match() for matching _UID and use it in several
places (Raag Jadav).
- Use acpi_device_uid() for fetching _UID in 2 places (Raag Jadav).
* acpi-ec:
ACPI: EC: Add quirk for HP 250 G7 Notebook PC
* acpi-sysfs:
ACPI: sysfs: Clean up create_pnp_modalias() and create_of_modalias()
ACPI: sysfs: Fix create_pnp_modalias() and create_of_modalias()
* acpi-misc:
ACPI: x86: s2idle: Switch to use acpi_evaluate_dsm_typed()
ACPI: PCI: Switch to use acpi_evaluate_dsm_typed()
* acpi-uid:
perf: arm_cspmu: use acpi_dev_hid_uid_match() for matching _HID and _UID
ACPI: x86: use acpi_dev_uid_match() for matching _UID
ACPI: utils: use acpi_dev_uid_match() for matching _UID
pinctrl: intel: use acpi_dev_uid_match() for matching _UID
ACPI: utils: Introduce acpi_dev_uid_match() for matching _UID
perf: qcom: use acpi_device_uid() for fetching _UID
ACPI: sysfs: use acpi_device_uid() for fetching _UID