Return-Path: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: [PATCH v2] Bluetooth: hci_intel: Add support for platform driver From: Marcel Holtmann In-Reply-To: <55DECF9E.9040302@intel.com> Date: Thu, 27 Aug 2015 08:19:57 -0700 Cc: linux-bluetooth@vger.kernel.org Message-Id: <95579268-3455-4C1E-96E6-89C6D93A05D3@holtmann.org> References: <1440652911-39717-1-git-send-email-marcel@holtmann.org> <55DECF9E.9040302@intel.com> To: Loic Poulain Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Loic, >> A platform device can be used to provide some specific resources in >> order to manage the controller. In this first patch we retrieve the >> reset gpio which is used to power on/off the controller. >> >> The main issue is to match the current tty with the correct pdev. >> In case of ACPI, we can easily find the right tty/pdev pair because >> they are both child of the same UART port. >> >> If controller is powered-on from the driver, we need to wait for a >> HCI boot event before being able to send any command. >> >> Signed-off-by: Loic Poulain >> Signed-off-by: Marcel Holtmann >> --- >> drivers/bluetooth/hci_intel.c | 203 +++++++++++++++++++++++++++++++++++++++--- >> 1 file changed, 190 insertions(+), 13 deletions(-) > > ACK, It Works on my hardware. okay then, this patch has been applied to bluetooth-next now. Regards Marcel