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 2990CC6379F for ; Mon, 20 Feb 2023 09:05:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231465AbjBTJFN (ORCPT ); Mon, 20 Feb 2023 04:05:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230516AbjBTJFL (ORCPT ); Mon, 20 Feb 2023 04:05:11 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8141513D66; Mon, 20 Feb 2023 01:04:55 -0800 (PST) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id E66026600872; Mon, 20 Feb 2023 09:04:52 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1676883893; bh=6pMjB3CwfdxT0lcoBj6rbLitJri1o6cACyPKXzc0sMI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=dRU1TbHgVoJ3/QskG6P40PtEurbE7EFYxSln9fuV05r4Om8/FzVIs5CLSDC/nx5oG CvNL+ae8p8pFMoa2kdA3L+EqUfqZFkk5vNK60JvMC2K0r+23tjSecqX3OlLIBD8Q49 jXNsb8VkRIUxrGze9sIxSwatCW+1Bwibnq72sqeTJJXHigUl5o6i9WJNiJ3mUJ7wzw ZLIe6awyeFIXTcDall9sq8vCRxmSiujh1jpY6hxj1e6LJbejXrxp6KHKvfMxuA6fRF tKSgROVZH1QO6NLgjUXXZkQwHMJ3SiXEmQDPNGbMZEEi4285IKUqk7IdCtvGPGtekC nTE+iCMAqGo8A== Message-ID: Date: Mon, 20 Feb 2023 10:04:50 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 Subject: Re: [PATCH] mt76: mt7915: expose device tree match table Content-Language: en-US To: Lorenz Brun , Felix Fietkau , Lorenzo Bianconi , Ryder Lee , Shayne Chen , Sean Wang , Kalle Valo , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Matthias Brugger , Bo Jiao , Peter Chiu , Sujuan Chen Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org References: <20230218112946.3039855-1-lorenz@brun.one> From: AngeloGioacchino Del Regno In-Reply-To: <20230218112946.3039855-1-lorenz@brun.one> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 18/02/23 12:29, Lorenz Brun ha scritto: > On MT7986 the WiFi driver currently does not get automatically loaded, > requiring manual modprobing because the device tree compatibles are not > exported into metadata. > > Add the missing MODULE_DEVICE_TABLE macro to fix this. > > Fixes: 99ad32a4ca3a2 ("mt76: mt7915: add support for MT7986") > Signed-off-by: Lorenz Brun I don't think that this commit needs a Fixes tag, as you're only adding (good) auto-load commodity. Regardless of that: Reviewed-by: AngeloGioacchino Del Regno