Return-Path: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [PATCH v4 4/4] Bluetooth: hci_bcm: Add serdev support From: Marcel Holtmann In-Reply-To: <1502992791-10265-4-git-send-email-loic.poulain@gmail.com> Date: Thu, 17 Aug 2017 21:30:08 +0200 Cc: Rob Herring , f.fainelli@gmail.com, Ray Jui , Johan Hedberg , Stefan Wahren , devicetree , "open list:BLUETOOTH DRIVERS" , linux-rpi-kernel@lists.infradead.org Message-Id: <1BB54E03-02E8-45F9-8FBA-739172DDD166@holtmann.org> References: <1502992791-10265-1-git-send-email-loic.poulain@gmail.com> <1502992791-10265-4-git-send-email-loic.poulain@gmail.com> To: Loic Poulain Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Loic, > Add basic support for Broadcom serial slave devices. > Probe the serial device, retrieve its maximum speed and > register a new hci uart device. > > Tested/compatible with bcm43438 (RPi3). > > Signed-off-by: Loic Poulain > --- > v2: dt-bindings as separate patch > rebase on upcoming pi3 dts changes > v3: changes in bcm serdev drivers: > name refactoring and additional comments > Add generic host_set_baudrate method > Use agnostic device_property_read > v4: changes in doc and dts: > Add additional params to broadcom bt dt-bindings > Set the max baudrate to 2000000 instead of 921600 > use chosen/stdout-path instead of console= > remove useless earlyprintk > same changes in bcm283x.dtsi > > drivers/bluetooth/hci_bcm.c | 85 +++++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 83 insertions(+), 2 deletions(-) you are missing the serdev dependency. diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index 3a6ead603e49..fae5a74dc737 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -168,6 +168,7 @@ config BT_HCIUART_INTEL config BT_HCIUART_BCM bool "Broadcom protocol support" depends on BT_HCIUART + depends on BT_HCIUART_SERDEV select BT_HCIUART_H4 select BT_BCM help Regards Marcel