Return-Path: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: Re: [PATCH 1/2] Bluetooth: hci_bcm: Remove platform_device support From: Marcel Holtmann In-Reply-To: <20180121214645.15004-1-hdegoede@redhat.com> Date: Mon, 22 Jan 2018 03:24:18 +0100 Cc: "Gustavo F. Padovan" , Johan Hedberg , linux-bluetooth@vger.kernel.org, linux-serial@vger.kernel.org, linux-acpi@vger.kernel.org, Lukas Wunner Message-Id: <0EA71635-F2C7-4908-B4DE-F87328A148D0@holtmann.org> References: <20180121214645.15004-1-hdegoede@redhat.com> To: Hans de Goede , Andy Shevchenko Sender: linux-serial-owner@vger.kernel.org List-ID: Hi Hans, > Now that ACPI and DT devices are both enumerated as serdevs, we can > remove platform_device support and the bcm_device_list lookup hack. > > This also removes any races between suspend/resume and hci-uart binding, > also making the suspend/resume code a lot simpler. > > This commit leaves manually binding to an uart using btattach supported > (without irq/gpio and thus suspend/resume support, as before). > > Cc: Lukas Wunner > Signed-off-by: Hans de Goede > --- > drivers/bluetooth/hci_bcm.c | 260 +++++--------------------------------------- > 1 file changed, 28 insertions(+), 232 deletions(-) so I was under the assumption platforms like Intel Edison still only do platform data. See commit 212d71833315c65644efc46223db61dee7b3c68e. Has that changed? Regards Marcel