Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5613033ybv; Tue, 18 Feb 2020 00:27:18 -0800 (PST) X-Google-Smtp-Source: APXvYqxyON0r72kGMNTEv3KDSQzOxeBZZ+KVhfADrJwzZtwkAM2Qt0J6USp84C8jWSFwLmub74fl X-Received: by 2002:a9d:7559:: with SMTP id b25mr14580209otl.189.1582014438205; Tue, 18 Feb 2020 00:27:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582014438; cv=none; d=google.com; s=arc-20160816; b=nATEVQYYla87VWH3dKRASMR6tGjsU7Q/+n6MdCm7zBrmTL/qt0aDUtdGjTfkRQfOtP knjdvXWM4jCu4LtVnhqLhgdnTvkjYB7P/lb2Rmh+WnbXyPJj9baTGFh9g5E3F9cUO2Nz ts/4o6YCUituvmTnPJRck+O92dWr+Yevo0rlaThKUPNxaBwCjAVWppJ/0DzLDBjCGMb9 nYoWd/WrNK+QgVqtJOxc3Kw1uxO6M4R8H/aI59ALY11kELsK7APwQXHp/XUu5Dlxs7P3 NNUIpsHj0l3AuBUyoi5RKILVG1UZ77alJYEvQdxrkwYrAqHOinVelvsRpxmPW0MQs3By n97g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=O9mtXmrTUpB6E4RMOc0R6CAqOh3ccpckawCsnld1oCk=; b=rWpnXEsZ3p+RTPSmHQcCazTbyOUKXlx04d0V9pWF2/cLpLcViUCCIviTObpPD6oLNB py8VrywELbqp8c/zPv+lcEHIU9d2mCByVyfTFklMRwkK9YjnLrxkbsPF8JgaW/sBP83N HfC9tfpDDHqhsEiZEK1+5uDwBQ9htrj0XNBVOBrY8Zvgq71NM8VZV5VubZfbQRuZQo4D Z/K41OODCsVLvGQmoGglUW8+1joVsRJ36MFn+6zAnLx2K2UgHezNlya4QWuKsMIgom87 bI+mSG9Qu1N6syCtzeKtRZmtdTk10kjqu8yjq6jBSKvOSuewFGNQkIU2qmyCvNjNV3Ul kdFg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d1si1442808oth.158.2020.02.18.00.27.05; Tue, 18 Feb 2020 00:27:18 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726461AbgBRI0p (ORCPT + 99 others); Tue, 18 Feb 2020 03:26:45 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:39619 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726180AbgBRI0p (ORCPT ); Tue, 18 Feb 2020 03:26:45 -0500 Received: from marcel-macpro.fritz.box (p4FEFC5A7.dip0.t-ipconnect.de [79.239.197.167]) by mail.holtmann.org (Postfix) with ESMTPSA id 03A86CED25; Tue, 18 Feb 2020 09:36:07 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\)) Subject: Re: [PATCH v2] Bluetooth: hci_h5: btrtl: Add support for RTL8822C From: Marcel Holtmann In-Reply-To: <20200217081455.30938-1-max.chou@realtek.com> Date: Tue, 18 Feb 2020 09:26:43 +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: <7EF06924-73AD-42C9-B372-D2FA4CD4F585@holtmann.org> References: <20200217081455.30938-1-max.chou@realtek.com> To: Max Chou X-Mailer: Apple Mail (2.3608.60.0.2.5) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Max, > Add new compatible and FW loading support for RTL8822C. > > Signed-off-by: Max Chou > --- > Changes in v2: > - Separate the code description for ACPI and OF > - Note that forgiving my less experience, I can not find bt3wire.c from the > upstream. I just find hci_h5.c can support Realtek Bluetooth controller, > so I modify the code here for new chip support. > --- > drivers/bluetooth/Kconfig | 2 +- > drivers/bluetooth/btrtl.c | 12 ++++++++++++ > drivers/bluetooth/hci_h5.c | 19 +++++++++++++++++++ > 3 files changed, 32 insertions(+), 1 deletion(-) patch has been applied to bluetooth-next tree. Regards Marcel