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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B2537C636CC for ; Wed, 15 Feb 2023 20:42:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jRkgEeQzRdgobhPM4KbXB6oaL6+WsGYSi3Z8yOIZq/Y=; b=cIubolYJHMzRsD ZCYA5m8L5tmf7duN83DM077THVAMvt1l4eKXw0Wcc7qdAyIbdxT6T+CTXAG4SaHTzexZOfv+sk7eQ DIvmJfQkGCJjv2Mo90AXtRa2QuIYmqH3Q85vXBQBZZ1k2YEOmzB95iQInkIytM8Plxx3MaEmdjzym f01rEQLyhjkWi89UjqUxQ4Z5kZHLNAR4p5UdjWJoAXcxCGcndFG27A3u9t0LGbCpfOn/I1oOKwxjZ CuDuC8RVuzGxgleAy/EGqjETR6+VA9GlvaT7DtUN45foVMSJCl+ZpIMl+45l8oANcL+vj+TIUGvAG K3gSPDLhTN+IoM92W3SQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pSOai-007Ajz-Jt; Wed, 15 Feb 2023 20:41:25 +0000 Received: from smtp-out-12.comm2000.it ([212.97.32.82]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pSOaa-007AeU-Jw for linux-arm-kernel@lists.infradead.org; Wed, 15 Feb 2023 20:41:20 +0000 Received: from francesco-nb.int.toradex.com (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: francesco@dolcini.it) by smtp-out-12.comm2000.it (Postfix) with ESMTPSA id E958BBA23DF; Wed, 15 Feb 2023 21:41:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailserver.it; s=mailsrv; t=1676493667; bh=T/wW1BXFaoL18LTTv9PWoNYAoa7ftFqNWIodY0zZaNg=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=cXDNsUJ5DJSvq2DO855rsTs4YmNTnKmKg4m1D7Gi43muwlOu7xkHNoVEl4uIxJ6us emEu9mDfvViF9oU41HDEasHWoPEyuNuLN4o2aD5QU7+RQNRICV7L0AVcthQGMSyl4g OrqeZ3laKf9/RslPSZtJxSonCOTXLUatZt3xxGhtLR5XD43ohgOgRMpdr7mB6WEp5t iraOOncnVV5JumVx8T0EbloqgTrB6ll6PTZOdq22WvdNHaDnnFsVal5nI+GoiQwHBI A/5Eiq3BSnchUzXIHeI3AEtpICabEbjGzoa0Ut55a2Qn4gFsr2vC736VbBSF8Tm7jj dlibyhKSEV5Ag== Date: Wed, 15 Feb 2023 21:41:00 +0100 From: Francesco Dolcini To: Luiz Augusto von Dentz Cc: Francesco Dolcini , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org, Marcel Holtmann , linux-arm-kernel@lists.infradead.org, Francesco Dolcini , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Johan Hedberg , Sascha Hauer , Shawn Guo , Pengutronix Kernel Team , Fabio Estevam Subject: Re: [PATCH v3 0/5] Bluetooth: hci_mrvl: Add serdev support for 88W8997 Message-ID: References: <20230213120926.8166-1-francesco@dolcini.it> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230215_124118_205994_CEB89823 X-CRM114-Status: GOOD ( 24.46 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello Luiz On Wed, Feb 15, 2023 at 12:36:34PM -0800, Luiz Augusto von Dentz wrote: > On Mon, Feb 13, 2023 at 4:09 AM Francesco Dolcini wrote: > > > > From: Francesco Dolcini > > > > Add serdev support for the 88W8997 from NXP (previously Marvell). It includes > > support for changing the baud rate. The command to change the baud rate is > > taken from the user manual UM11483 Rev. 9 in section 7 (Bring-up of Bluetooth > > interfaces) from NXP. > > > > v3: > > - Use __hci_cmd_sync_status instead of __hci_cmd_sync > > > > v2: > > - Fix the subject as pointed out by Krzysztof. Thanks! > > - Fix indentation in marvell-bluetooth.yaml > > - Fix compiler warning for kernel builds without CONFIG_OF enabled > > > > Stefan Eichenberger (5): > > dt-bindings: bluetooth: marvell: add 88W8997 > > dt-bindings: bluetooth: marvell: add max-speed property > > Bluetooth: hci_mrvl: use maybe_unused macro for device tree ids > > Bluetooth: hci_mrvl: Add serdev support for 88W8997 > > arm64: dts: imx8mp-verdin: add 88W8997 serdev to uart4 > > > > .../bindings/net/marvell-bluetooth.yaml | 20 ++++- > > .../dts/freescale/imx8mp-verdin-wifi.dtsi | 5 ++ > > drivers/bluetooth/hci_mrvl.c | 90 ++++++++++++++++--- > > 3 files changed, 104 insertions(+), 11 deletions(-) > > > > -- > > 2.25.1 > > There seems to be missing one patch 5/5: > > https://patchwork.kernel.org/project/bluetooth/list/?series=721269 > > Other than that the Bluetooth parts seem fine, and perhaps can be > merged if the patch above is not really required. In v3 I decided to not send it to the BT mailing list, since this is supposed to go through Shawn and the iMX/SOC tree. Given that it would be great if you could apply patches 1-4. Thanks, Francesco _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel