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 87BB6C64ED8 for ; Mon, 27 Feb 2023 10:42:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229935AbjB0Kl7 (ORCPT ); Mon, 27 Feb 2023 05:41:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229773AbjB0Kl6 (ORCPT ); Mon, 27 Feb 2023 05:41:58 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 38B558A52; Mon, 27 Feb 2023 02:41:52 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BB59E60DC1; Mon, 27 Feb 2023 10:41:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 64E9EC433D2; Mon, 27 Feb 2023 10:41:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677494511; bh=fqFYfDSyI09CKubLgEnSqmlaeFQFyaCajSXo34qA4mk=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=m1vx/6CLkn6REKzEJC2/1LPmJdb5rkClliVA7VugXf5YC4Q/ORYI3moD6xFmWxY1n elwLxuu8gYrupt+uWdrjXdQXHHdTcw19pRdAdtcrXp0SY03d1CFv17j4A0lDpigbvN Dy1QqemzlPIDPklHGpp+iQuk447/9eNmtehIbHnU8IGjIa0gdJ51+NaxycoAZTmWlE Bkzst+TNFZ3mxz8tHhzdwcnhZb7Lj4dYgbfxuOhe887EQAK0ydiy+ym2/yQ7ZPa/JI samCxAKFclJTN09ou0psQicGs+v2DOJoWzr2Rya+o/KKWKgp0jHQJnGiZl5UmSRQ6y C10xMRROkggPw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [1/2] wifi: brcmfmac: acpi: Add support for fetching Apple ACPI properties From: Kalle Valo In-Reply-To: <20230214080034.3828-2-marcan@marcan.st> References: <20230214080034.3828-2-marcan@marcan.st> To: Hector Martin Cc: Arend van Spriel , Franky Lin , Hante Meuleman , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Sven Peter , Alyssa Rosenzweig , Linus Walleij , asahi@lists.linux.dev, linux-wireless@vger.kernel.org, brcm80211-dev-list.pdl@broadcom.com, SHA-cyfmac-dev-list@infineon.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Hector Martin User-Agent: pwcli/0.1.1-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <167749450230.25422.12402282199427388164.kvalo@kernel.org> Date: Mon, 27 Feb 2023 10:41:47 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Hector Martin wrote: > On DT platforms, the module-instance and antenna-sku-info properties > are passed in the DT. On ACPI platforms, module-instance is passed via > the analogous Apple device property mechanism, while the antenna SKU > info is instead obtained via an ACPI method that grabs it from > non-volatile storage. > > Add support for this, to allow proper firmware selection on Apple > platforms. > > Signed-off-by: Hector Martin > Reviewed-by: Julian Calaby > Acked-by: Linus Walleij 2 patches applied to wireless-next.git, thanks. 0f485805d008 wifi: brcmfmac: acpi: Add support for fetching Apple ACPI properties 91918ce88d9f wifi: brcmfmac: pcie: Provide a buffer of random bytes to the device -- https://patchwork.kernel.org/project/linux-wireless/patch/20230214080034.3828-2-marcan@marcan.st/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches