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 4D152EB64D9 for ; Thu, 29 Jun 2023 13:44:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232073AbjF2Nob (ORCPT ); Thu, 29 Jun 2023 09:44:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230036AbjF2No2 (ORCPT ); Thu, 29 Jun 2023 09:44:28 -0400 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: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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?