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 159E6EC8742 for ; Thu, 7 Sep 2023 17:40:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245150AbjIGRk2 (ORCPT ); Thu, 7 Sep 2023 13:40:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53634 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245139AbjIGRkH (ORCPT ); Thu, 7 Sep 2023 13:40:07 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D71C610EC for ; Thu, 7 Sep 2023 10:39:26 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6573CC116A7; Thu, 7 Sep 2023 10:18:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1694081895; bh=6/Gm1xolHwTxiHUcx8y6Kli7jd4PMbChlLqTxA7sh78=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WwLXPFOETuNwVasE7pZmuvAqZowtATsSEwxjFgVhnzUOdQsIXVBGe8tJDGosOJgFQ 6EeYjgXyPKk45kqnl7S3jZ74xf6glttvt+4prRWsBlUjfYBBhQgo+AvmjRC/qqQShC 0ibECKcPfsnnKeT/iwGn4bmiK28lCtkXNdUo5Fdo= Date: Thu, 7 Sep 2023 11:18:13 +0100 From: Greg KH To: Juerg Haefliger Cc: stable@vger.kernel.org, Hilda Wu , Max Chou , Luiz Augusto von Dentz Subject: Re: [PATCH 6.5.y] Bluetooth: btrtl: Load FW v2 otherwise FW v1 for RTL8852C Message-ID: <2023090700-wildfire-polka-1bc6@gregkh> References: <2023083021-unease-catfish-92ad@gregkh> <20230906071129.37071-1-juerg.haefliger@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230906071129.37071-1-juerg.haefliger@canonical.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Sep 06, 2023 at 09:11:29AM +0200, Juerg Haefliger wrote: > In this commit, prefer to load FW v2 if available. Fallback to FW v1 > otherwise. This behavior is only for RTL8852C. > > Fixes: 9a24ce5e29b1 ("Bluetooth: btrtl: Firmware format v2 support") > Cc: stable@vger.kernel.org > Suggested-by: Juerg Haefliger > Tested-by: Hilda Wu > Signed-off-by: Max Chou > Signed-off-by: Luiz Augusto von Dentz > [juergh: Adjusted context due to missing .hw_info struct element] > Signed-off-by: Juerg Haefliger > --- > drivers/bluetooth/btrtl.c | 70 +++++++++++++++++++++++++-------------- > 1 file changed, 45 insertions(+), 25 deletions(-) What is the git commit id of this change in Linus's tree? thanks, greg k-h