ACPI / property: Support strings in Apple _DSM props
authorHector Martin <marcan@marcan.st>
Thu, 23 Dec 2021 10:51:11 +0000 (19:51 +0900)
committerJens Axboe <axboe@kernel.dk>
Tue, 1 Mar 2022 17:44:58 +0000 (10:44 -0700)
commitdcb862eb46a8cb8e3067d6dc9f5f7628835a06ec
tree503ee93b3b349214916cc60d7a12fee8e19014ae
parenta826fec2f6443895ae834bffcc187d6f28a96e15
ACPI / property: Support strings in Apple _DSM props

The Wi-Fi module in Apple machines has a "module-instance" device
property that specifies the platform type and is used for firmware
selection. Its value is a string, so add support for string values in
acpi_extract_apple_properties().

Reviewed-by: Lukas Wunner <lukas@wunner.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Hector Martin <marcan@marcan.st>
drivers/acpi/x86/apple.c