- 30 Nov, 2008 1 commit
-
-
Marcel Holtmann authored
With the introduction of CONFIG_DYNAMIC_PRINTK_DEBUG it is possible to allow debugging without having to recompile the kernel. This patch turns all BT_DBG() calls into pr_debug() to support dynamic debug messages. As a side effect all CONFIG_BT_*_DEBUG statements are now removed and some broken debug entries have been fixed. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
- 18 Aug, 2008 1 commit
-
-
Marcel Holtmann authored
The Bluetooth entries for the MAINTAINERS file are a little bit too much. Consolidate them into two entries. One for Bluetooth drivers and another one for the Bluetooth subsystem. Also the MODULE_AUTHOR should indicate the current maintainer of the module and actually not the original author. Fix all Bluetooth modules to provide current maintainer information. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
- 02 Jul, 2008 1 commit
-
-
Jonathan Corbet authored
Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
-
- 20 Jun, 2008 1 commit
-
-
Arnd Bergmann authored
Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
- 11 Jul, 2007 1 commit
-
-
Robert P. J. Day authored
Remove the llseek method given that the open method already calls nonseekable_open(). Signed-off-by:
Robert P. J. Day <rpjday@mindspring.com> Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
- 12 Feb, 2007 1 commit
-
-
Arjan van de Ven authored
Many struct file_operations in the kernel can be "const". Marking them const moves these to the .rodata section, which avoids false sharing with potential dirty data. In addition it'll catch accidental writes at compile time to these shared resources. Signed-off-by:
Arjan van de Ven <arjan@linux.intel.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 28 Sep, 2006 2 commits
-
-
Marcel Holtmann authored
This patch assigns the next free HCI device identifier to Bluetooth devices based on the SDIO interface. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
Marcel Holtmann authored
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>
-
- 03 Jul, 2006 1 commit
-
-
Marcel Holtmann authored
This patch adds a generic Bluetooth platform device that can be used as parent device by virtual and serial devices. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
- 30 Jun, 2006 1 commit
-
-
Jörn Engel authored
Signed-off-by:
Jörn Engel <joern@wohnheim.fh-wedel.de> Signed-off-by:
Adrian Bunk <bunk@stusta.de>
-
- 07 Nov, 2005 1 commit
-
-
Deepak Saxena authored
Signed-off-by:
Deepak Saxena <dsaxena@plexity.net> Cc: Marcel Holtmann <marcel@holtmann.org> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 29 Aug, 2005 2 commits
-
-
Marcel Holtmann authored
This patch moves the usage of packet type into the SKB control buffer. After this patch it is now possible to shrink the sk_buff structure and redefine its pkt_type. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
Marcel Holtmann authored
This patch cleans up the virtual HCI driver. It also adds support for the dynamic minor device number allocation. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 08 Jul, 2005 1 commit
-
-
David S. Miller authored
This is part of the grand scheme to eliminate the qlen member of skb_queue_head, and subsequently remove the 'list' member of sk_buff. Most users of skb_queue_len() want to know if the queue is empty or not, and that's trivially done with skb_queue_empty() which doesn't use the skb_queue_head->qlen member and instead uses the queue list emptyness as the test. Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
-