summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
* | Bluetooth: bluecard-cs: Remove empty destruct cbDavid Herrmann2012-02-131-6/+0
* | Bluetooth: dtl1: Fix memleak in probe()David Herrmann2012-02-131-17/+3
* | Bluetooth: hci-uart-ath: Use GFP_ATOMIC in open()David Herrmann2012-02-131-1/+1
* | Bluetooth: hci-uart-bcsp: Use GFP_ATOMIC in open()David Herrmann2012-02-131-1/+1
* | Bluetooth: hci-uart-h4: Use GFP_ATOMIC in open()David Herrmann2012-02-131-1/+1
* | Bluetooth: hci-uart-ll: Use GFP_ATOMIC in open()David Herrmann2012-02-131-1/+1
* | Bluetooth: Don't mark non xfer isoc endpoint URBs with URB_ISO_ASAPDaniel Wagner2012-02-131-3/+0
|/
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0
|\
| * Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-213-7/+17
| |\
| * | freezer: don't unnecessarily set PF_NOFREEZE explicitlyTejun Heo2011-11-211-2/+0
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-075-81/+5
|\ \ \
| * \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-065-81/+5
| |\ \ \ | | |_|/ | |/| |
| | * | USB: convert drivers/bluetooth/* to use module_usb_driver()Greg Kroah-Hartman2011-11-185-81/+5
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-093-7/+17
| |\ \ \ | | |_|/ | |/| |
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-091-0/+3
| |\ \ \ | | |_|/ | |/| |
* | | | Bluetooth: Add support for BCM20702A0 [0a5c:21e3]Jesse Sung2011-12-221-0/+1
* | | | Bluetooth: btusb: fix bInterval for high/super speed isochronous endpointsBing Zhao2011-12-211-7/+2
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-12-064-7/+25
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-12-033-7/+17
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | btusb: fix a memory leak in btusb_send_frame()Cong Wang2011-12-031-2/+1
| | * | | Bluetooth: btmrvl: support Marvell Bluetooth device SD8797Bing Zhao2011-11-212-5/+16
| | | |/ | | |/|
| * | | Bluetooth: Allow to set AMP type for virtual HCIAndrei Emeltchenko2011-11-161-0/+8
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-223-0/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-073-9/+20
| |\ \
| * | | bluetooth: add module.h to drivers/bluetooth files as required.Paul Gortmaker2011-10-313-0/+4
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-098-27/+29
|\ \ \ \ | |_|_|/ |/| | |
| * | | Bluetooth: use buffer priority to mark URB_ISO_ASAP flagLuiz Augusto von Dentz2011-11-071-0/+3
| * | | Bluetooth: bfusb: Fix error path on firmware loadDavid Herrmann2011-11-071-6/+7
| * | | Bluetooth: bcm203x: Use GFP_KERNEL in workqueueDavid Herrmann2011-11-071-1/+1
| * | | Bluetooth: bcm203x: Fix race condition on disconnectDavid Herrmann2011-11-071-0/+10
| * | | Bluetooth: ath3k: Use GFP_KERNEL instead of GFP_ATOMICDavid Herrmann2011-11-071-2/+2
| * | | Bluetooth: ath3k: output firmware filename when request_firmware failedPaul Fertser2011-11-071-4/+11
| * | | Bluetooth: Ignore hci_unregister_dev return valueDavid Herrmann2011-11-076-19/+6
| * | | Bluetooth: btusb: hide more usb_submit_urb errorsPaul Bolle2011-10-101-3/+6
| * | | Bluetooth: btusb: also be quiet when suspendingPaul Bolle2011-10-101-1/+3
* | | | Bluetooth: Add support for Broadcom BCM20702A0Wen-chien Jesse Sung2011-11-081-0/+3
| |_|/ |/| |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-023-9/+20
|\ \ \ | |_|/ |/| |
| * | Bluetooth: bfusb: Fix error path on firmware loadDavid Herrmann2011-10-311-6/+7
| * | Bluetooth: bcm203x: Use GFP_KERNEL in workqueueDavid Herrmann2011-10-311-1/+1
| * | Bluetooth: bcm203x: Fix race condition on disconnectDavid Herrmann2011-10-311-0/+10
| * | Bluetooth: ath3k: Use GFP_KERNEL instead of GFP_ATOMICDavid Herrmann2011-10-311-2/+2
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-251-1/+1
|\ \ \
| * \ \ Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-071-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-191-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-251-2/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | btusb: add device entry for Broadcom SoftSailingOliver Neukum2011-09-291-0/+3
| * | | Bluetooth: Allow ACL packets over USB in HCI_RAW modePeter Hurley2011-09-271-2/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-2/+2
|\ \ \ | |/ / |/| |
| * | btmrvl_sdio: fix typo 'btmrvl_sdio_sd6888'Paul Bolle2011-10-051-2/+2
* | | Bluetooth: add support for 2011 mac miniJurgen Kramer2011-09-171-0/+3