aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
* | pcmcia: dev_node removal (write-only drivers)Dominik Brodowski2010-05-104-16/+0
* | pcmcia: re-work pcmcia_request_irq()Dominik Brodowski2010-05-104-20/+8
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* Bluetooth: Convert Marvell driver to use per adapter debugfsMarcel Holtmann2010-02-271-7/+7
* Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2010-02-2711-11/+11
* Bluetooth: Add missing kfree() on error path in Atheros driverDan Carpenter2010-02-271-0/+2
* Bluetooth: Make USB device id constantMárton Németh2010-02-271-1/+1
* Bluetooth: Add __init/__exit macros to Marvell SDIO driverPeter Huewe2010-02-271-2/+2
* Bluetooth: Fix memory leak in Marvell BT-over-SDIO driverYoichi Yuasa2010-02-031-0/+1
* Bluetooth: Add DFU driver for Atheros Bluetooth chipset AR3011Vikram Kandukuri2010-01-303-1/+200
* Bluetooth: Redo checks in IRQ handler for shared IRQ supportMike Frysinger2010-01-304-4/+12
* Bluetooth: Prevent ill-timed autosuspend in USB driverOliver Neukum2009-12-171-0/+1
* USB: remove the auto_pm flagAlan Stern2009-12-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-092-2/+2
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-072-2/+2
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-042-2/+2
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-054-41/+13
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-054-41/+13
| |\ \
| | * | pcmcia: rework the irq_req_t typedefDominik Brodowski2009-11-284-12/+4
| | * | pcmcia: deprecate CS_CHECK (bluetooth)Dominik Brodowski2009-11-084-29/+9
| | |/
* | | Bluetooth: Declare MODULE_FIRMWARE for Marvell SDIO driverBen Hutchings2009-12-031-0/+2
* | | Bluetooth: Enable auto sleep mode for btmrvl driverAmitkumar Karwar2009-12-033-22/+36
* | | Bluetooth: Fix miscdev ops owner for virtual driverMarcel Holtmann2009-12-031-0/+1
* | | Bluetooth: Remove unused global minor variableMarcel Holtmann2009-12-031-10/+2
* | | Bluetooth: Remove stub ioctl in hci_vhciThomas Gleixner2009-12-031-7/+0
* | | Bluetooth: Removal of unused variable in btmrvl driverRahul Tank2009-12-031-1/+0
|/ /
* | fix memory leak in fixed btusb_closeOliver Neukum2009-11-141-1/+3
* | btusb bluetooth driver: wait for 'waker' work too before closingLinus Torvalds2009-11-111-0/+1
|/
* 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
|\