diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-10-03 20:03:49 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-10-03 20:03:49 +0200 |
commit | a7ece531b940199d2f4a5fae310d8088309ed2cf (patch) | |
tree | 8be4c8b017f944d84a88fbb3309cb8b56a22cf31 /Documentation/firmware-guide | |
parent | Merge branches 'acpi-ec', 'acpi-ac', 'acpi-fan', 'acpi-video' and 'acpi-amba' (diff) | |
parent | MAINTAINERS: Drop records pointing to 01.org/linux-acpi (diff) | |
parent | ACPI: tools: pfrut: Do not initialize ret in main() (diff) | |
parent | ACPI: docs: Drop useless DSDT override documentation (diff) | |
download | linux-a7ece531b940199d2f4a5fae310d8088309ed2cf.tar.xz linux-a7ece531b940199d2f4a5fae310d8088309ed2cf.zip |
Merge branches 'acpi-misc', 'acpi-tools' and 'acpi-docs'
Merge miscellaneous ACPI material, ACPI tools changes and ACPI
documentation updates for 6.1-rc1:
- Drop references to non-functional 01.org/linux-acpi web site from
MAINTAINERS and Kconfig help texts (Rafael Wysocki).
- Replace strlcpy() with unused retval with strscpy() in the ACPI
support code (Wolfram Sang).
- Do not initialize ret in main() in the pfrut utility (Shi junming).
- Drop useless ACPI DSDT override documentation (Rafael Wysocki).
- Fix a few typos and wording mistakes in the ACPI device enumeration
documentation (Jean Delvare).
* acpi-misc:
MAINTAINERS: Drop records pointing to 01.org/linux-acpi
ACPI: Kconfig: Drop link to https://01.org/linux-acpi
ACPI: DPTF: Drop stale link from Kconfig help
ACPI: move from strlcpy() with unused retval to strscpy()
* acpi-tools:
ACPI: tools: pfrut: Do not initialize ret in main()
* acpi-docs:
ACPI: docs: Drop useless DSDT override documentation
ACPI: docs: enumeration: Fix a few typos and wording mistakes