From: Marcel Holtmann <marcel@holtmann.org>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: Bluetooth update for 2.6
Date: Thu, 06 Jul 2006 22:09:20 +0200 [thread overview]
Message-ID: <1152216560.20938.37.camel@localhost> (raw)
Hi Dave,
this is the second part of pending updates of the Bluetooth subsystem
for the upcoming 2.6.18 kernel. A couple of them are only coding style
cleanups which I failed to submit for the previous kernel release. They
slipped somehow. The rest is driver model integration stuff. Please push
them to Linus as soon as possible.
Regards
Marcel
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
This will update the following files:
drivers/bluetooth/bfusb.c | 322 +++++++++++++++++++--------------------
drivers/bluetooth/hci_ldisc.c | 4
drivers/bluetooth/hci_vhci.c | 97 +++++------
include/net/bluetooth/hci_core.h | 6
net/bluetooth/bnep/core.c | 26 ++-
net/bluetooth/cmtp/capi.c | 4
net/bluetooth/cmtp/core.c | 3
net/bluetooth/hci_conn.c | 8
net/bluetooth/hci_core.c | 7
net/bluetooth/hci_sysfs.c | 115 +++++++++++--
net/bluetooth/hidp/core.c | 26 ++-
net/bluetooth/rfcomm/core.c | 9 -
net/bluetooth/rfcomm/tty.c | 24 ++
net/bluetooth/sco.c | 12 -
14 files changed, 405 insertions(+), 258 deletions(-)
through these ChangeSets:
Marcel Holtmann <marcel@holtmann.org> Thu, 06 Jul 2006 21:59:00 +0200
[Bluetooth] Avoid NULL pointer dereference with tty->driver
This patch checks for tty->driver before trying to call flush_buffer().
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Marcel Holtmann <marcel@holtmann.org> Thu, 06 Jul 2006 21:58:55 +0200
[Bluetooth] Code cleanup of the drivers source code
This patch is an attempt to cleanup the drivers source code to make all
Bluetooth drivers look more unique.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Marcel Holtmann <marcel@holtmann.org> Thu, 06 Jul 2006 21:58:50 +0200
[Bluetooth] Remaining transitions to use kzalloc()
This patch makes the remaining transitions to use kzalloc().
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Marcel Holtmann <marcel@holtmann.org> Thu, 06 Jul 2006 21:58:45 +0200
[Bluetooth] Integrate services into the driver model
This patch integrates the services of the Bluetooth protocols RFCOMM,
BNEP and HIDP into the driver model. This makes it possible to assign
the virtual TTY, network and input devices to a specific Bluetooth
connection.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Marcel Holtmann <marcel@holtmann.org> Thu, 06 Jul 2006 21:58:40 +0200
[Bluetooth] Integrate low-level connections into the driver model
This patch integrates the low-level connections (ACL and SCO) into the
driver model. Every connection is presented as device with the parent
set to its host controller device.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Marcel Holtmann <marcel@holtmann.org> Thu, 06 Jul 2006 21:58:35 +0200
[Bluetooth] Remove unused host controller attributes
This patch removes the unused device attribute entries for the Bluetooth
host controllers.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
next reply other threads:[~2006-07-06 20:09 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-06 20:09 Marcel Holtmann [this message]
2006-07-07 7:17 ` Bluetooth update for 2.6 David Miller
2006-07-07 22:54 ` Marcel Holtmann
2006-07-07 23:14 ` David Miller
-- strict thread matches above, loose matches on Subject: below --
2006-07-12 21:49 Marcel Holtmann
2006-07-12 22:34 ` David Miller
2006-07-14 14:38 Marcel Holtmann
2006-07-18 17:08 ` Marcel Holtmann
2006-09-21 19:47 Marcel Holtmann
2006-09-26 10:46 ` Marcel Holtmann
2006-09-28 5:58 ` David Miller
2006-09-28 21:14 ` Marcel Holtmann
2006-09-28 22:30 ` David Miller
2006-10-15 16:10 Marcel Holtmann
2006-10-16 6:13 ` David Miller
2006-10-20 7:49 Marcel Holtmann
2006-10-20 8:16 ` David Miller
2006-11-19 0:34 Marcel Holtmann
2006-11-21 0:14 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1152216560.20938.37.camel@localhost \
--to=marcel@holtmann.org \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).