Received: by 2002:ac0:aed5:0:0:0:0:0 with SMTP id t21csp1271484imb; Sat, 2 Mar 2019 08:51:03 -0800 (PST) X-Google-Smtp-Source: APXvYqySEwYt3O73gQUDyZvhkT3VMCavRvElACOk9MP5WuuSSJau4eemrgczJW+MJl95l41Qp1Q2 X-Received: by 2002:a62:1f5d:: with SMTP id f90mr11506875pff.104.1551545463766; Sat, 02 Mar 2019 08:51:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551545463; cv=none; d=google.com; s=arc-20160816; b=bl248EBq6mTko0RCwO6SZFw5Frzyu6NEeA5ggtd3Un+kcALiVHYGHhB9uo/5fOr3Bi xsohP8H0Sdg76nw5f9LZioSEgbmY2RWPUQb6om6z44VAN/gUBYtA9DaAheRMWu+jQk3C P+rLaYyQke9fK0unk8/cCOb7jENBJTLemMXwYDykARzbLsTebSFOkpD1FD+xQ8wmcRgB Y+5vo1mosm7ZDg+fNd+OWbgsqMB8gOC4mGFyojySyfR3JhFb4y1Q7ydzriSNEeZrZzJ+ mCJ9WZvA2si67wqoQlpdscTmWeyv+Ou8l28qA0DKy0EWR8ggFZP4HrroSUm9sbZDxlQS eqdA== 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=Eg3O4As9AqUceX2VivTVAlIlyvEj49BbcyGskjDCJ1s=; b=QJkPIav5ORg9zx+Q6HCMJB1a8buQp0tf+bK1YiLZF7lzqMEiHGrJQYGTieGXt7HZgz p1gORDpXKoMTvJZZFprx06FTnHwr/y8YcyR9jDa9ziDxSuXEsmILzDMu+3YSJelLkyKe wvpZvpAjxA/JK8Lo0njFBf2idNq5w9Bi7wVcmACVW7+lNEz8ufHmciE8rppMzmARj2nW avlK8dgomehRKTIdChLXf+JtrgKeEV7/a8P3Swwk3hd6FvUxet3cMFfIh3PreLJJU8ZB FfYXLiMM8a5u2714AK9/kVqIqXQXvAX8rz0J0RVT/Ri2KBQbyUXP85LB31oNlyLA/XJl Ixbg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-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 r23si973567pgv.406.2019.03.02.08.50.48; Sat, 02 Mar 2019 08:51:03 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726611AbfCBQu3 convert rfc822-to-8bit (ORCPT + 99 others); Sat, 2 Mar 2019 11:50:29 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:57728 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726239AbfCBQu3 (ORCPT ); Sat, 2 Mar 2019 11:50:29 -0500 Received: from marcel-macpro.fritz.box (p4FF9F361.dip0.t-ipconnect.de [79.249.243.97]) by mail.holtmann.org (Postfix) with ESMTPSA id ED825CF352; Sat, 2 Mar 2019 17:58:22 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: [PATCH v2 0/2] Bluetooth: mediatek: add support for MediaTek MT7663U and MT7668U UART devices From: Marcel Holtmann In-Reply-To: Date: Sat, 2 Mar 2019 17:50:26 +0100 Cc: Rob Herring , Mark Rutland , Johan Hedberg , devicetree@vger.kernel.org, linux-bluetooth@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: <172BBF8E-16EC-4DF8-99D6-B991FADA91B6@holtmann.org> References: To: Sean Wang X-Mailer: Apple Mail (2.3445.102.3) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sean, > v2: changes since v1 > - add Rob's review tag > - removed these merged patches > > This adds the support of enabling MT7668U and MT7663U UART based Bluetooth > function running on the top of btmtkuart driver. > > We are through several patches to reach the goal and also wish applied > the same flow in MediaTek btusb [1] for the transport independence. > Once [1] and the series is being merged and then in next step I will > consider to add a btmtk.c to hold these independent operations among > various transport reused by MediaTek UART, USB and SDIO-based Bluetooth. > > Firstly, > in patch 1/6 to update the dt-binding document for the kind of devices. > in patch 2/6, 3/6 to fix the common error issues in the current code. > in Patch 4/6, 5/6 to add the general flow which MT7622 and even MT7663U and > MT7668U USB devices also utilize. > > Finally, in patch 6/6 to add the specific setups for MediaTek UART-based > Bluetooth and enable MT7663U and MT7668U device. > > [1] http://lists.infradead.org/pipermail/linux-mediatek/2019-January/017074.html > > Sean Wang (2): > dt-bindings: net: bluetooth: add support for MediaTek MT7663U and > MT7668U UART devices > Bluetooth: mediatek: add support for MediaTek MT7663U and MT7668U UART > devices > > .../bindings/net/mediatek-bluetooth.txt | 64 ++++ > drivers/bluetooth/btmtkuart.c | 281 +++++++++++++++++- > 2 files changed, 335 insertions(+), 10 deletions(-) I applied patch 1/2 but it seems patch 2/2 is missing. Please re-send. Regards Marcel