summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* pcmcia: dtl1_cs: fix pcmcia_loop_config logicPhilipp Zabel2009-09-151-1/+1
* Bluetooth: Add USB autosuspend support to btusb driverOliver Neukum2009-08-241-20/+174
* Bluetooth: Fix false errors from bcsp_pkt_cull functionWending Weng2009-08-241-1/+2
* Bluetooth: Add missing kmalloc NULL tests to Marvell driverJulia Lawall2009-08-221-2/+3
* Bluetooth: Fix incorrect alignment in Marvell BT-over-SDIO driverBing Zhao2009-08-222-6/+9
* Bluetooth: Remove Enter/Leave debug statements from Marvell driverMarcel Holtmann2009-08-222-219/+23
* Bluetooth: Fix last few compiler warning within Marvell core driverMarcel Holtmann2009-08-221-4/+4
* Bluetooth: Fix Marvell driver to use skb_put and hci_opcode_packMarcel Holtmann2009-08-221-14/+8
* Bluetooth: Remove private device name of Marvell SDIO driverMarcel Holtmann2009-08-222-5/+0
* Bluetooth: Fix module description strings for Marvell driverMarcel Holtmann2009-08-222-2/+2
* Bluetooth: Fix complicated assignment of firmware for Marvell devicesMarcel Holtmann2009-08-222-53/+38
* Bluetooth: Some coding style cleanup for Marvell core driverMarcel Holtmann2009-08-221-52/+45
* Bluetooth: Remove pointless casts from Marvell debugfs supportMarcel Holtmann2009-08-221-143/+106
* Bluetooth: Remove pointless ifdef protection for Marvell header filesMarcel Holtmann2009-08-222-10/+0
* Bluetooth: Fix compilation of Marvell driver without debugfsMarcel Holtmann2009-08-221-1/+3
* Bluetooth: Fix Kconfig for Marvell Bluetooth driverMarcel Holtmann2009-08-221-2/+1
* Bluetooth: Add debugfs support to btmrvl driverBing Zhao2009-08-225-1/+487
* Bluetooth: Add Marvell BT-over-SDIO driverBing Zhao2009-08-224-0/+1255
* Bluetooth: Add btmrvl driver for Marvell Bluetooth devicesBing Zhao2009-08-224-0/+867
* Bluetooth: Improve USB driver throughput by increasing the frame sizeVikram Kandukuri2009-08-221-3/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-3/+2
|\
| * tty: fix bluetooth scribbling on low latency flagsAlan Cox2009-06-111-1/+0
| * tty: rewrite the ldisc lockingAlan Cox2009-06-111-2/+2
* | Bluetooth: Fix issue with uninitialized nsh.type in DTL-1 driverMarcel Holtmann2009-06-141-0/+2
* | Bluetooth: Remove unused and unneeded support in virtual driverMarcel Holtmann2009-06-081-31/+0
* | Bluetooth: Remove BKL from open callback of virtual driverMarcel Holtmann2009-06-081-4/+0
* | Bluetooth: Use wait_event_interruptible for virtual driverMarcel Holtmann2009-06-081-28/+15
* | Bluetooth: Use only MISC_DYNAMIC_MINOR for virtual driverMarcel Holtmann2009-06-081-8/+4
|/
* Bluetooth: Remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-273-6/+3
* Bluetooth: Submit bulk URBs along with interrupt URBsMarcel Holtmann2009-02-271-17/+23
* Bluetooth: Eliminate a sparse warning in bt3c driverAndre Haupt2009-02-271-2/+2
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-3010-56/+5
* Bluetooth: Allow SCO audio with Asus WL-BTD202 dongleMarcel Holtmann2008-11-301-7/+8
* Bluetooth: Send HCI Reset command by default on device initializationMarcel Holtmann2008-11-303-54/+51
* Bluetooth: Remove deprecated hci_usb driverMarcel Holtmann2008-11-304-1286/+0
* Bluetooth: Respect HCI_UART_DEBUG config in hci_ll.cNick Pelly2008-11-301-0/+5
* Bluetooth: Change simple_strtol to simple_strtoulJulia Lawall2008-11-301-4/+4
* Bluetooth: Fix TX error path in btsdio driverTomas Winkler2008-11-301-0/+1
* Bluetooth: Add suspend/resume support to btusb driverMarcel Holtmann2008-11-301-0/+62
* Bluetooth: Handle bulk URBs in btusb driver from notify callbackMarcel Holtmann2008-11-301-14/+13
* Bluetooth: Add fine grained mem_flags usage to btusb driverMarcel Holtmann2008-11-301-17/+17
* bpa10x: free sk_buff with kfree_skbIlpo Järvinen2008-10-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-10-304-7/+14
|\
| * pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoletedAlan Cox2008-10-174-7/+14
* | btsdio: free sk_buff with kfree_skbSergio Luis2008-10-261-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-10-134-204/+122
|\
| * pcmcia: deprecate CS_SUCCESSDominik Brodowski2008-08-234-10/+10
| * pcmcia: pcmcia_config_loop() improvement by passing vccDominik Brodowski2008-08-233-5/+9
| * pcmcia: pcmcia_config_loop() default CIS entry handlingDominik Brodowski2008-08-233-0/+5