Received: by 10.192.165.148 with SMTP id m20csp3952805imm; Mon, 7 May 2018 23:48:58 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpyDPXY0mca1I3g9UiegoL9ZbfZQv+cPYx6vL4s7xz+Pe+oqOwuh8bImfEu0ulUjTAjIMFT X-Received: by 2002:a63:751a:: with SMTP id q26-v6mr31406083pgc.338.1525762138017; Mon, 07 May 2018 23:48:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525762137; cv=none; d=google.com; s=arc-20160816; b=R2fr5IsDYPtLk1pbcTtordJEnUGzs/eiXqIedMz/U6AGkRw//ORCgcnAMC63mO72q9 WBbj2SyMx3LwvbvElqIJNDpMCSDnF+CIu7gQ/HKOQTTOlcQ+zyCkoy2k88X2DuOMOWwU UpdfTax5Ahh3ezM+61k/2mgz81kkB/afHgVe+8xUuSRRXSj7KXzIktbTtj/vOWIOi5KC 8MRFMvi8yFMQJy+lKd7Z9G5ZRzXWwYBtPDQFdZCz0MJ4ZRPS+iLBQjT/tnJByV1flkkE R9K5nCnbfO40/RajcpW629c0nprgL+QetxvFDt1+EwRWJCZSgLpZupGVXtRJcK9Bix4V dzZw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:content-transfer-encoding :references:in-reply-to:date:cc:to:from:subject:message-id :arc-authentication-results; bh=XSC+qdr5hqlw72McOJbRqn/2lAryOtjyN1IwiVcC778=; b=yI8d9y3o8n3obgeyda5WiMdi1dmWVoniHCTKhn8+lIUM6GvA+oXPALCL1GWhF6IMOT zHbKfUUw2SzWW7Uh4c2l1t18gsdlX5i3e7FhwCTtfk94l2lgkqcSa22VivPQtBKX2JVH vhCuwsk9mN/5OdTLcA0E+Ru0WnJCNvKsj89UsFKThuMin7SQ6OYuikCHBCvCz/w97vKp Q520y6Fd64Xn5qmIUwoEzZOT1fjboklDdz+osdc+qVAxi3FWiPA0dudWM/S/RbEHxJRG eGH0cErFjMtJHUajt0OryhCTdTBHPtzDhTZah28hVM68fezc1IZxtCFkVys4QDL3sTeA VTlA== 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 w20-v6si24492696plp.7.2018.05.07.23.48.44; Mon, 07 May 2018 23:48:57 -0700 (PDT) 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 S1754398AbeEHGsN (ORCPT + 99 others); Tue, 8 May 2018 02:48:13 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:13602 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1754257AbeEHGsL (ORCPT ); Tue, 8 May 2018 02:48:11 -0400 X-UUID: 8e7d3b16251e458b929384b809a3717f-20180508 Received: from mtkcas09.mediatek.inc [(172.21.101.178)] by mailgw02.mediatek.com (envelope-from ) (mhqrelay.mediatek.com ESMTP with TLS) with ESMTP id 1320350803; Tue, 08 May 2018 14:48:06 +0800 Received: from MTKCAS06.mediatek.inc (172.21.101.30) by mtkmbs01n2.mediatek.inc (172.21.101.79) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Tue, 8 May 2018 14:48:04 +0800 Received: from [172.21.77.33] (172.21.77.33) by MTKCAS06.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1210.3 via Frontend Transport; Tue, 8 May 2018 14:48:04 +0800 Message-ID: <1525762084.14468.20.camel@mtkswgap22> Subject: Re: [PATCH v1 6/7] Bluetooth: hci_mediatek: Add protocol support for MediaTek serial devices From: Sean Wang To: Marcel Holtmann CC: , , Johan Hedberg , , , , , Date: Tue, 8 May 2018 14:48:04 +0800 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Marcel On Tue, 2018-04-03 at 12:27 +0200, Marcel Holtmann wrote: > Hi Sean, > [ ... ] > > + > > +static int mtk_wmt_cmd_sync(struct hci_uart *hu, u8 opcode, u8 flag, u16 plen, > > + const void *param) > > +{ > > + struct mtk_bt_dev *btdev = hu->priv; > > + struct hci_command_hdr *hhdr; > > + struct hci_acl_hdr *ahdr; > > + struct mtk_wmt_hdr *whdr; > > + struct sk_buff *skb; > > + int ret = 0; > > + > > + init_completion(&btdev->wmt_cmd); > > + > > + skb = bt_skb_alloc(plen + MTK_WMT_CMD_SIZE, GFP_KERNEL); > > + if (!skb) > > + return -ENOMEM; > > + > > + /* > > + * WMT data is carried in either ACL or HCI format with op code as > > + * 0xfc6f and followed by a WMT header and its actual payload. > > + */ > > Please use net subsystem comment style. > > > + switch (opcode) { > > + case MTK_WMT_PATCH_DWNLD: > > + ahdr = skb_put(skb, HCI_ACL_HDR_SIZE); > > + ahdr->handle = cpu_to_le16(0xfc6f); > > + ahdr->dlen = cpu_to_le16(plen + MTK_WMT_HDR_SIZE); > > + break; > > + default: > > + hhdr = skb_put(skb, HCI_COMMAND_HDR_SIZE); > > + hhdr->opcode = cpu_to_le16(0xfc6f); > > + hhdr->plen = plen + MTK_WMT_HDR_SIZE; > > + break; > > + } > > + > > + hci_skb_pkt_type(skb) = opcode == MTK_WMT_PATCH_DWNLD ? > > + HCI_ACLDATA_PKT : HCI_COMMAND_PKT; > > Why not move that into the switch statement above. > > > + > > + /* Start to build a WMT header and its actual payload. */ > > + whdr = skb_put(skb, MTK_WMT_HDR_SIZE); > > + whdr->dir = 1; > > + whdr->op = opcode; > > + whdr->dlen = cpu_to_le16(plen + 1); > > + whdr->flag = flag; > > + skb_put_data(skb, param, plen); > > + > > + mtk_enqueue(hu, skb); > > + hci_uart_tx_wakeup(hu); > > + > > + /* > > + * Waiting a WMT event response, while we must take care in case of > > + * failures for the wait. > > + */ > > + ret = wait_for_completion_interruptible_timeout(&btdev->wmt_cmd, HZ); > > + > > + return ret > 0 ? 0 : ret < 0 ? ret : -ETIMEDOUT; > > +} > > All in all I am not convinced that this is super clean. I get that we need something special for having this in the ACL data packets, but for the standard HCI command I prefer that __hci_cmd_sync is used. I addition, it seems that patch download is the only special case and that happens before at the setup stage. So we could make things special for that. I need to understand this a bit better. Can I get a btmon -w trace.log file from the whole init procedure. > While i was trying to rewrite the driver based on btuart.c. you posted on RFC, I used __hci_cmd_sync_ev to replace such kinds of SoC specific hci command sending which I've done previously with mtk_wmt_cmd_sync. However, eventually, I got a cmd_timer timeout whose message printed on console as "Bluetooth: hci0: command 0xfc6f tx timeout". The mtk soc specific cmd/event I posted below, I dumped directly in driver, always uses cmd as opcode 0xfc6f, and its event id as 0xe4. It appears to the event id is not standard and thus it cannot cancel the cmd timer when the special hci event is being handled. This way can we can still use __hci_cmd_sync api ? [ 4.896200] hci tx: 00000000: 01 6f fc 05 01 07 01 00 04 [ 4.904671] hci rx: 00000000: e4 05 02 07 01 00 00 [ 4.912859] Bluetooth: hci0 event 0xe4 buildroot login: [ 6.914509] Bluetooth: hci0: command 0xfc6f tx timeout [ 6.919831] hci tx: 00000000: 01 6f fc 06 01 06 02 00 00 01 .o........ [ 7.006631] hci rx: 00000000: e4 05 02 06 01 00 00 ....... [ 7.014821] Bluetooth: hci0 event 0xe4