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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89716C3A5A3 for ; Fri, 30 Aug 2019 07:53:40 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 59E1E20820 for ; Fri, 30 Aug 2019 07:53:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="qZSa6i4o" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 59E1E20820 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=holtmann.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:References:Message-Id:Date: In-Reply-To:From:Subject:Mime-Version:Reply-To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ltuEGVI7YpbslCV9Jp+P3r6Ptu9sDHMRNjYJj8OREwI=; b=qZSa6i4oW9qZXQ 8DYqkKy0RcOa0upOMUxIQlR5dnfztPTPBqb0HM7ZZwerq8ZSmvur35alSBuZRlGrFVW7aOmJuL51G qwY4MtCQLLtZidaOkLuQ0YwJARauQ3JpFkQR9qGhEn/GkYX/eM0V2ESjUXMlrqtReWSsa+R+cKNWF 6zwn5sCkgdKZTRJz4bJwLKY1Tco9D8pZNwB5bvf7XjwCCWm+ErfWrykmkE/PS1oW+RmM0zpRVpOGZ XKqzmBe6lAFVCx5U0S6QVpQ7dQU+E0kgrl8hOGcXV2Z73K4y+ohjuPcR3LU/ipkYzQUsYODG/WLwH 9JH1/r9bhwQ2+x5u+1Mg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i3biv-0002Gd-Td; Fri, 30 Aug 2019 07:53:33 +0000 Received: from coyote.holtmann.net ([212.227.132.17] helo=mail.holtmann.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i3bir-0002Em-SN for linux-arm-kernel@lists.infradead.org; Fri, 30 Aug 2019 07:53:32 +0000 Received: from [172.20.10.2] (tmo-106-216.customers.d1-online.com [80.187.106.216]) by mail.holtmann.org (Postfix) with ESMTPSA id B6BBBCECD9; Fri, 30 Aug 2019 10:02:03 +0200 (CEST) Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [RESEND PATCH 0/5] Add bluetooth support for Orange Pi 3 From: Marcel Holtmann In-Reply-To: <20190823103139.17687-1-megous@megous.com> Date: Fri, 30 Aug 2019 09:53:16 +0200 Message-Id: <5524D5E9-FA82-4244-A91F-78CF1C3FB3FB@holtmann.org> References: <20190823103139.17687-1-megous@megous.com> To: megous@megous.com X-Mailer: Apple Mail (2.3445.104.11) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190830_005330_059550_C25E25E7 X-CRM114-Status: GOOD ( 14.92 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Johan Hedberg , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Maxime Ripard , linux-bluetooth@vger.kernel.org, Chen-Yu Tsai , Rob Herring , "David S. Miller" , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Ondrej, > (Resend to add missing lists, sorry for the noise.) > > This series implements bluetooth support for Xunlong Orange Pi 3 board. > > The board uses AP6256 WiFi/BT 5.0 chip. > > Summary of changes: > > - add more delay to let initialize the chip > - let the kernel detect firmware file path > - add new compatible and update dt-bindings > - update Orange Pi 3 / H6 DTS > > Please take a look. > > thank you and regards, > Ondrej Jirman > > Ondrej Jirman (5): > dt-bindings: net: Add compatible for BCM4345C5 bluetooth device > bluetooth: bcm: Add support for loading firmware for BCM4345C5 > bluetooth: hci_bcm: Give more time to come out of reset > arm64: dts: allwinner: h6: Add pin configs for uart1 > arm64: dts: allwinner: orange-pi-3: Enable UART1 / Bluetooth > > .../bindings/net/broadcom-bluetooth.txt | 1 + > .../dts/allwinner/sun50i-h6-orangepi-3.dts | 19 +++++++++++++++++++ > arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 10 ++++++++++ > drivers/bluetooth/btbcm.c | 3 +++ > drivers/bluetooth/hci_bcm.c | 3 ++- > 5 files changed, 35 insertions(+), 1 deletion(-) all 5 patches have been applied to bluetooth-next tree. Regards Marcel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel