From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 4 Apr 2013 11:24:36 +0300 From: Johan Hedberg To: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH v2 0/3] Bluetooth: Add HCI init setup stage Message-ID: <20130404082436.GA2340@x220> References: <1364923287-25935-1-git-send-email-johan.hedberg@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1364923287-25935-1-git-send-email-johan.hedberg@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi, On Tue, Apr 02, 2013, Johan Hedberg wrote: > This is a resend of Marcel's patches that were sent in November, rebased > and fixed-up for bluetooth-next. They are a pre-requsite of some > follow-up work I'm doing to have a simple way of doing synchronous > single-command requests that will be needed by some HCI driver setup > routines. > > Johan > > ---------------------------------------------------------------- > Marcel Holtmann (3): > Bluetooth: Add driver setup stage for early init > Bluetooth: Convert BCM92035 support to driver setup callback > Bluetooth: Remove driver init queue from core > > drivers/bluetooth/btusb.c | 28 +++++++++++-------- > include/net/bluetooth/hci_core.h | 3 +- > net/bluetooth/hci_core.c | 56 ++++++++++++++------------------------ > 3 files changed, 38 insertions(+), 49 deletions(-) There patches have now been pushed to the bluetooth-next tree. Johan