Return-Path: Subject: Re: [PATCH v3 3/3] Bluetooth: hci_qca: Add serdev support To: Andy Shevchenko Cc: Rob Herring , Andy Gross , Marcel Holtmann , Johan Hedberg , David Brown , Mark Rutland , Andy Shevchenko , Bjorn Andersson , Srinivas Kandagatla , linux-bluetooth@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree , Linux Kernel Mailing List References: <20180313183807.6701-1-thierry.escande@linaro.org> <20180313183807.6701-4-thierry.escande@linaro.org> From: Thierry Escande Message-ID: <59d956be-2a83-cddf-9eec-46f29d21bc59@linaro.org> Date: Wed, 14 Mar 2018 09:48:02 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed List-ID: On 13/03/2018 21:57, Andy Shevchenko wrote: > On Tue, Mar 13, 2018 at 8:38 PM, Thierry Escande > wrote: >> Add support for Qualcomm serial slave devices. Probe the serial device, >> retrieve its maximum speed and register a new hci uart device. > >> config BT_HCIUART_QCA >> bool "Qualcomm Atheros protocol support" >> - depends on BT_HCIUART >> + depends on BT_HCIUART_SERDEV > > Consider to address Loic's comments. > >> +#include > > This is still here. Why? I forgot that one. This was for struct of_device_id. I'll replace it with mod_devicetable.h. Regards, Thierry