netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Pull request: bluetooth-next-2.6 2009-06-08
@ 2009-06-08 13:05 Marcel Holtmann
  2009-06-08 21:24 ` David Miller
  2009-06-11 13:08 ` David Miller
  0 siblings, 2 replies; 10+ messages in thread
From: Marcel Holtmann @ 2009-06-08 13:05 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev

Hi Dave,

these are the Bluetooth patches for the 2.6.31 kernel release. They are
mostly cleanups and removal of dead/unused code. However we do integrate
with the re-written RFKILL subsystem now. This gives us proper soft-kill
support for internal and external devices.

Regards

Marcel


Please pull from

    git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6.git master

This will update the following files:

 drivers/bluetooth/hci_vhci.c      |   90 ++++++----------------------
 include/net/bluetooth/bluetooth.h |    6 --
 include/net/bluetooth/hci_core.h  |    2 +
 include/net/bluetooth/l2cap.h     |   71 ++++++++++++++++-------
 net/bluetooth/hci_core.c          |   41 +++++++++++++-
 net/bluetooth/l2cap.c             |  117 +++++++++++++++++++++----------------
 net/bluetooth/rfcomm/core.c       |   12 ++--
 7 files changed, 184 insertions(+), 155 deletions(-)

through these ChangeSets:

Gustavo F. Padovan (3):
    Bluetooth: Use macros for L2CAP channel identifiers
    Bluetooth: Use macro for L2CAP hint mask on receiving config request
    Bluetooth: Fix errors and warnings in L2CAP reported by checkpatch.pl

Marcel Holtmann (8):
    Bluetooth: Remove unnecessary variable initialization
    Bluetooth: Add basic constants for L2CAP ERTM support and use them
    Bluetooth: Remove pointless endian conversion helpers
    Bluetooth: Use only MISC_DYNAMIC_MINOR for virtual driver
    Bluetooth: Use wait_event_interruptible for virtual driver
    Bluetooth: Remove BKL from open callback of virtual driver
    Bluetooth: Remove unused and unneeded support in virtual driver
    Bluetooth: Add native RFKILL soft-switch support for all devices



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Pull request: bluetooth-next-2.6 2009-06-08
  2009-06-08 13:05 Pull request: bluetooth-next-2.6 2009-06-08 Marcel Holtmann
@ 2009-06-08 21:24 ` David Miller
  2009-06-09  5:42   ` Marcel Holtmann
  2009-06-11 13:08 ` David Miller
  1 sibling, 1 reply; 10+ messages in thread
From: David Miller @ 2009-06-08 21:24 UTC (permalink / raw)
  To: marcel; +Cc: netdev

From: Marcel Holtmann <marcel@holtmann.org>
Date: Mon, 08 Jun 2009 15:05:04 +0200

> these are the Bluetooth patches for the 2.6.31 kernel release. They are
> mostly cleanups and removal of dead/unused code. However we do integrate
> with the re-written RFKILL subsystem now. This gives us proper soft-kill
> support for internal and external devices.

Where is the attached patch we talked about the other week
so that your pull requests get tracked in patchwork?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Pull request: bluetooth-next-2.6 2009-06-08
  2009-06-08 21:24 ` David Miller
@ 2009-06-09  5:42   ` Marcel Holtmann
  2009-06-09  6:47     ` David Miller
  0 siblings, 1 reply; 10+ messages in thread
From: Marcel Holtmann @ 2009-06-09  5:42 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

Hi Dave,

> > these are the Bluetooth patches for the 2.6.31 kernel release. They are
> > mostly cleanups and removal of dead/unused code. However we do integrate
> > with the re-written RFKILL subsystem now. This gives us proper soft-kill
> > support for internal and external devices.
> 
> Where is the attached patch we talked about the other week
> so that your pull requests get tracked in patchwork?

I thought you wanted it only for the net-2.6 pull requests and not for
the net-next-2.6 ones. Do you want them for both?

Regards

Marcel



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Pull request: bluetooth-next-2.6 2009-06-08
  2009-06-09  5:42   ` Marcel Holtmann
@ 2009-06-09  6:47     ` David Miller
  2009-06-09 15:25       ` Marcel Holtmann
  0 siblings, 1 reply; 10+ messages in thread
From: David Miller @ 2009-06-09  6:47 UTC (permalink / raw)
  To: marcel; +Cc: netdev

From: Marcel Holtmann <marcel@holtmann.org>
Date: Tue, 09 Jun 2009 07:42:43 +0200

> Hi Dave,
> 
>> > these are the Bluetooth patches for the 2.6.31 kernel release. They are
>> > mostly cleanups and removal of dead/unused code. However we do integrate
>> > with the re-written RFKILL subsystem now. This gives us proper soft-kill
>> > support for internal and external devices.
>> 
>> Where is the attached patch we talked about the other week
>> so that your pull requests get tracked in patchwork?
> 
> I thought you wanted it only for the net-2.6 pull requests and not for
> the net-next-2.6 ones. Do you want them for both?

If the diff is small enough to fit on the list, do them for both.

If it's a lot of new stuff and huge, you can pass on it.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Pull request: bluetooth-next-2.6 2009-06-08
  2009-06-09  6:47     ` David Miller
@ 2009-06-09 15:25       ` Marcel Holtmann
  2009-06-10  0:55         ` David Miller
  0 siblings, 1 reply; 10+ messages in thread
From: Marcel Holtmann @ 2009-06-09 15:25 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

Hi Dave,

> >> > these are the Bluetooth patches for the 2.6.31 kernel release. They are
> >> > mostly cleanups and removal of dead/unused code. However we do integrate
> >> > with the re-written RFKILL subsystem now. This gives us proper soft-kill
> >> > support for internal and external devices.
> >> 
> >> Where is the attached patch we talked about the other week
> >> so that your pull requests get tracked in patchwork?
> > 
> > I thought you wanted it only for the net-2.6 pull requests and not for
> > the net-next-2.6 ones. Do you want them for both?
> 
> If the diff is small enough to fit on the list, do them for both.
> 
> If it's a lot of new stuff and huge, you can pass on it.

no problem. Do you want me to re-send this one or are you planning to
pull it like it is.

I am trying to cleanup the Marvell Bluetooth driver and get it compiler
warning free so that can be merged too. If you want me to re-send it
with patches attached, then I might do it before the weekend to include
that driver. Otherwise please pull this one.

Regards

Marcel



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Pull request: bluetooth-next-2.6 2009-06-08
  2009-06-09 15:25       ` Marcel Holtmann
@ 2009-06-10  0:55         ` David Miller
  2009-06-11 13:05           ` Marcel Holtmann
  0 siblings, 1 reply; 10+ messages in thread
From: David Miller @ 2009-06-10  0:55 UTC (permalink / raw)
  To: marcel; +Cc: netdev

From: Marcel Holtmann <marcel@holtmann.org>
Date: Tue, 09 Jun 2009 17:25:20 +0200

> no problem. Do you want me to re-send this one or are you planning to
> pull it like it is.

No need to resend this one.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Pull request: bluetooth-next-2.6 2009-06-08
  2009-06-10  0:55         ` David Miller
@ 2009-06-11 13:05           ` Marcel Holtmann
  2009-06-11 13:08             ` David Miller
  0 siblings, 1 reply; 10+ messages in thread
From: Marcel Holtmann @ 2009-06-11 13:05 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

Hi Dave,

> > no problem. Do you want me to re-send this one or are you planning to
> > pull it like it is.
> 
> No need to resend this one.

are you currently re-basing the trees? I don't see it showing anyway or
is git.kernel.org slow again with the mirroring.

Regards

Marcel



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Pull request: bluetooth-next-2.6 2009-06-08
  2009-06-11 13:05           ` Marcel Holtmann
@ 2009-06-11 13:08             ` David Miller
  2009-06-11 14:07               ` Marcel Holtmann
  0 siblings, 1 reply; 10+ messages in thread
From: David Miller @ 2009-06-11 13:08 UTC (permalink / raw)
  To: marcel; +Cc: netdev

From: Marcel Holtmann <marcel@holtmann.org>
Date: Thu, 11 Jun 2009 15:05:56 +0200

> Hi Dave,
> 
>> > no problem. Do you want me to re-send this one or are you planning to
>> > pull it like it is.
>> 
>> No need to resend this one.
> 
> are you currently re-basing the trees? I don't see it showing anyway or
> is git.kernel.org slow again with the mirroring.

I just pulled it in 5 minutes ago and started build testing.

Be patient :-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Pull request: bluetooth-next-2.6 2009-06-08
  2009-06-08 13:05 Pull request: bluetooth-next-2.6 2009-06-08 Marcel Holtmann
  2009-06-08 21:24 ` David Miller
@ 2009-06-11 13:08 ` David Miller
  1 sibling, 0 replies; 10+ messages in thread
From: David Miller @ 2009-06-11 13:08 UTC (permalink / raw)
  To: marcel; +Cc: netdev

From: Marcel Holtmann <marcel@holtmann.org>
Date: Mon, 08 Jun 2009 15:05:04 +0200

> Please pull from
> 
>     git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6.git master
> 

Pulled and pushed out to kernel.org, thanks!

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Pull request: bluetooth-next-2.6 2009-06-08
  2009-06-11 13:08             ` David Miller
@ 2009-06-11 14:07               ` Marcel Holtmann
  0 siblings, 0 replies; 10+ messages in thread
From: Marcel Holtmann @ 2009-06-11 14:07 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

Hi Dave,

> >> > no problem. Do you want me to re-send this one or are you planning to
> >> > pull it like it is.
> >> 
> >> No need to resend this one.
> > 
> > are you currently re-basing the trees? I don't see it showing anyway or
> > is git.kernel.org slow again with the mirroring.
> 
> I just pulled it in 5 minutes ago and started build testing.
> 
> Be patient :-)

sorry, was just curious. Trying to get all my trees sorted out until the
weekend. Took vacation at the wrong time and I am behind now.

Regards

Marcel



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-06-11 14:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-08 13:05 Pull request: bluetooth-next-2.6 2009-06-08 Marcel Holtmann
2009-06-08 21:24 ` David Miller
2009-06-09  5:42   ` Marcel Holtmann
2009-06-09  6:47     ` David Miller
2009-06-09 15:25       ` Marcel Holtmann
2009-06-10  0:55         ` David Miller
2009-06-11 13:05           ` Marcel Holtmann
2009-06-11 13:08             ` David Miller
2009-06-11 14:07               ` Marcel Holtmann
2009-06-11 13:08 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).