From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10DE8C7618E for ; Mon, 24 Apr 2023 20:29:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232021AbjDXU3G (ORCPT ); Mon, 24 Apr 2023 16:29:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230430AbjDXU3F (ORCPT ); Mon, 24 Apr 2023 16:29:05 -0400 X-Greylist: delayed 512 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 24 Apr 2023 13:29:04 PDT Received: from bmailout3.hostsharing.net (bmailout3.hostsharing.net [176.9.242.62]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3430855A6; Mon, 24 Apr 2023 13:29:04 -0700 (PDT) Received: from h08.hostsharing.net (h08.hostsharing.net [IPv6:2a01:37:1000::53df:5f1c:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.hostsharing.net", Issuer "RapidSSL Global TLS RSA4096 SHA256 2022 CA1" (verified OK)) by bmailout3.hostsharing.net (Postfix) with ESMTPS id C2E11100DA1B8; Mon, 24 Apr 2023 22:20:30 +0200 (CEST) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 9C7941531BB; Mon, 24 Apr 2023 22:20:30 +0200 (CEST) Date: Mon, 24 Apr 2023 22:20:30 +0200 From: Lukas Wunner To: Hector Martin Cc: "Rafael J. Wysocki" , Len Brown , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, asahi@lists.kernel.dev, Linus Walleij Subject: Re: [PATCH] ACPI / property: Support strings in Apple _DSM props Message-ID: <20230424202030.GA19243@wunner.de> References: <20230424-acpi-prop-v1-1-ffa9a300b1cd@marcan.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230424-acpi-prop-v1-1-ffa9a300b1cd@marcan.st> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Mon, Apr 24, 2023 at 03:46:57PM +0900, Hector Martin wrote: > The Wi-Fi module in x86 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 > Acked-by: Linus Walleij > Signed-off-by: Hector Martin I was about to review this when I spotted my Reviewed-by tag above. Turns out this was first submitted 16 months ago. Wow, time flies! https://lore.kernel.org/all/20211226182012.GA5527@wunner.de/