From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BE9081096A for ; Thu, 29 Jun 2023 13:44:28 +0000 (UTC) X-Greylist: delayed 430 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 29 Jun 2023 06:44:23 PDT Received: from smtpout11.ifi.lmu.de (smtpout11.ifi.lmu.de [IPv6:2001:4ca0:4000:0:141:84:214:246]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55E5F30C4; Thu, 29 Jun 2023 06:44:22 -0700 (PDT) Received: from tobhe.de (p200300eeaf18710014db52e6e13db9f4.dip0.t-ipconnect.de [IPv6:2003:ee:af18:7100:14db:52e6:e13d:b9f4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: heidert) by smtpin1.ifi.lmu.de (Postfix) with ESMTPSA id 81692AE99FB; Thu, 29 Jun 2023 15:37:07 +0200 (CEST) Date: Thu, 29 Jun 2023 15:37:05 +0200 From: Tobias Heider To: Paolo Abeni Cc: Michael Chan , Siva Reddy Kallam , Prashant Sreedharan , Michael Chan , netdev@vger.kernel.org, "David S. Miller" , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Add MODULE_FIRMWARE() for FIRMWARE_TG357766. Message-ID: References: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, T_SCC_BODY_TEXT_LINE,T_SPF_TEMPERROR autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net On Thu, Jun 29, 2023 at 03:05:23PM +0200, Paolo Abeni wrote: > On Tue, 2023-06-27 at 18:31 -0700, Michael Chan wrote: > > On Tue, Jun 27, 2023 at 5:13 PM Tobias Heider wrote: > > > > > > Fixes a bug where on the M1 mac mini initramfs-tools fails to > > > include the necessary firmware into the initrd. > > > > > > Signed-off-by: Tobias Heider > > > > Thanks. > > Reviewed-by: Michael Chan > > This is a borderline situation, but ...  > > Is there a suitable 'Fixes:' tag we can add here? > > Thanks! > > Paolo > Would "Fixes: c4dab50697ff ("video: remove unnecessary platform_set_drvdata()")" work?