Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp3168352pxb; Mon, 9 Nov 2020 04:37:46 -0800 (PST) X-Google-Smtp-Source: ABdhPJyGZK4+CAcdFfemDVZDwFIjEHtmbgSBmqTSZVr9A38iEqvC4tCGDR/q0RIB61uFOem8PYkr X-Received: by 2002:a17:907:42cf:: with SMTP id nz23mr14596698ejb.138.1604925466219; Mon, 09 Nov 2020 04:37:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604925466; cv=none; d=google.com; s=arc-20160816; b=zJJJB5K7ud1FwHqu0WIVCZOzfOA3I4/qNaaPhbM2IaN4E4ma0fAi8Q7xAHnNiyJnlu i9k5A82RcqS7WCxPKymYVPGSLK2puH7hAucu7twYiKizH3zYSvzzoYPuZCVjwTKphG+y 4HKbuei+b+OezBjDBiigA994ABKIyNAH2XBb1up+fklCIw1LT0sdNJNCJ0FPhA3V2R5F ZMKZ19elSeWumb7uNZraMeFdemK5QanRkj2gVUKD0juhQAgN96CR8hZ55hvraMttJXbv /vAzSF7USsaM7pO011aLGLxGqvduBaEd2muyblez3JPZ/vtccBEAfXLi18LGBQhGM29S 0RQw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=77D3ma1oZ5R0a2EvwuV1Z9A9vosHmuzCs80bjb5wbHo=; b=ZC6dgxjm95Uz7N4P0+LB6K6CS10bYzNde3zNL7WU5qO3EbGsneQu8XKTObV/pWft+F lHhX8IgT0nl2Oo2fg1M3GYKO/JUj93bcsxe0+Yc2c8YuPvXVaRribxPpQBclqDO4Uzbu VmBc3wHk1y+gM57dB+5Lk3bgITub2SzMHfOd7ewZyWlptteqfmZi9QkT1Lun+Z2m5wDj H/fdPkaWQ1D1tC4ynEjYnsV+Dx/1A9jSyIZRbdtVUDtezV9rIvh/in31g2DPZoDK0KD9 mn1xUx6OtsIaZyvU9hDGsDDMrvt3XqCZM5Vs6dFDr3qjgNpRy9e6j2AoxEnlJGKO2nAv GfuQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q2si7057846ejt.383.2020.11.09.04.37.21; Mon, 09 Nov 2020 04:37:46 -0800 (PST) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729038AbgKIMhS (ORCPT + 99 others); Mon, 9 Nov 2020 07:37:18 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:48833 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726410AbgKIMhS (ORCPT ); Mon, 9 Nov 2020 07:37:18 -0500 Received: from marcel-macbook.fritz.box (p4fefcf0f.dip0.t-ipconnect.de [79.239.207.15]) by mail.holtmann.org (Postfix) with ESMTPSA id E70A0CECC5; Mon, 9 Nov 2020 13:44:25 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\)) Subject: Re: [PATCH] Bluetooth: btrtl: Refine the ic_id_table for clearer and more regular From: Marcel Holtmann In-Reply-To: <20201104120414.12772-1-max.chou@realtek.com> Date: Mon, 9 Nov 2020 13:37:16 +0100 Cc: Johan Hedberg , linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, alex_lu@realsil.com.cn, hildawu@realtek.com, kidman@realtek.com Content-Transfer-Encoding: 7bit Message-Id: <38F15EDD-B923-474D-AFED-46B29C7BD744@holtmann.org> References: <20201104120414.12772-1-max.chou@realtek.com> To: Max Chou X-Mailer: Apple Mail (2.3608.120.23.2.4) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Max, > Enhance the ic_id_table that it's able to maintain regularly. > To judge which chip should be initialized by LMP subversion, HCI revision, > HCI version and HCI bus which were given in the ic_id_table. > Also, refine the incorrect LMP subversion of ROM for RTL8723D and > RTL8723A. > > Suggested-by: Alex Lu > Signed-off-by: Max Chou > --- > drivers/bluetooth/btrtl.c | 65 ++++++++++++--------------------------- > 1 file changed, 19 insertions(+), 46 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel