aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-02Bluetooth: btmrvl: add calibration data download supportAmitkumar Karwar4-1/+134
2013-10-02Bluetooth: btmrvl: add setup handlerAmitkumar Karwar2-8/+16
2013-10-02Bluetooth: btmrvl: get rid of struct btmrvl_cmdAmitkumar Karwar2-12/+6
2013-10-02Bluetooth: btmrvl: add btmrvl_send_sync_cmd() functionAmitkumar Karwar1-88/+41
2013-10-02Bluetooth: Enable -D__CHECK_ENDIAN__ for sparse by defaultMarcel Holtmann1-0/+2
2013-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2-0/+7
2013-09-23Bluetooth: btusb: Add support for Belkin F8065bfKen O'Brien1-0/+3
2013-09-16Bluetooth: Add support for BCM20702A0 [0b05, 17cb]Raphael Kubo da Costa1-0/+1
2013-09-16Bluetooth: Add a new PID/VID 0cf3/e005 for AR3012.Peng Chen2-0/+3
2013-09-16Bluetooth: Add support creating virtual AMP controllersMarcel Holtmann1-46/+123
2013-09-16Bluetooth: Use devname:vhci module alias for virtual HCI driverMarcel Holtmann1-0/+1
2013-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville2-5/+5
2013-08-21Bluetooth: use DIV_ROUND_UP in suitable places in btmrvl_sdioAndy Shevchenko1-2/+2
2013-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville2-16/+48
2013-07-25Bluetooth: Add support for Atheros [0cf3:e003]AceLan Kao2-0/+3
2013-07-25Bluetooth: Add support for Atheros [0cf3:3121]AceLan Kao2-0/+3
2013-07-25Bluetooth: ath3k: Add support for ID 0x13d3/0x3402Sujith Manoharan2-0/+3
2013-07-25Bluetooth: fix wrong use of PTR_ERR() in btusbAdam Lee1-7/+7
2013-07-25Bluetooth: ath3k: don't use stack memory for DMAStanislaw Gruszka1-9/+29
2013-07-25Bluetooth: ath3k: Add support for Fujitsu Lifebook UH5x2 [04c5:1330]Thomas Loo2-0/+3
2013-07-25Bluetooth: replace strict_strtol() with kstrtol()Jingoo Han1-3/+3
2013-06-23Bluetooth: Add missing reset_resume dev_pm_opsShuah Khan1-0/+1
2013-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-5/+4
2013-06-13Bluetooth: btmrvl: fix error return code in btmrvl_sdio_card_to_host()Wei Yongjun1-0/+1
2013-06-13Bluetooth: Add support for Mediatek Bluetooth device [0e8d:763f]Cho, Yu-Chen1-0/+3
2013-06-13Bluetooth: btmrvl: fix thread stopping raceDaniel Drake1-5/+4
2013-06-12Bluetooth: btmrvl: support Marvell Bluetooth device SD8897Bing Zhao2-2/+30
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-288/+465
2013-04-23Bluetooth: btmrvl: report error if verify_fw_download times outAndreas Fenkart1-11/+10
2013-04-23Bluetooth: btmrvl: release lock while waiting for fw download completeAndreas Fenkart1-6/+12
2013-04-23Bluetooth: btmrvl: use native helpers for debugfsAndy Shevchenko1-244/+22
2013-04-23Bluetooth: Add support for Intel Bluetooth device [8087:07dc]Tedd Ho-Jeong An1-0/+377
2013-04-18Bluetooth: remove unneeded var initialization in btmrvlGustavo Padovan1-1/+1
2013-04-11Bluetooth: Use separate function for BCM92035 vendor setupMarcel Holtmann1-28/+24
2013-04-04Bluetooth: Convert BCM92035 support to driver setup callbackMarcel Holtmann1-11/+23
2013-04-04Bluetooth: Remove trivial white spaceChan-yeol Park1-5/+5
2013-04-04Bluetooth: Fix possible NULL dereference in hci_uart_tty_receiveChan-yeol Park1-1/+4
2013-04-04Bluetooth: Fix H4 crash from incoming UART packetsChan-yeol Park1-0/+3
2013-04-04Bluetooth: Add support for Foxconn/Hon Hai [0489:e04d]Noguchi Kazutosi2-0/+3
2013-04-01Merge v3.9-rc5 into char-misc-nextGreg Kroah-Hartman2-0/+6
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-0/+6
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into char-misc-nextGreg Kroah-Hartman2-0/+6
2013-03-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-4/+4
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville2-0/+6
2013-03-18Bluetooth: Add support for Dell[QCA 0cf3:817a]Ming Lei2-0/+3
2013-03-15drivers/bluetooth: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten4-56/+4
2013-03-15bluetooth: btmrvl_sdio: look for sd8688 firmware in proper locationLubomir Rintel1-4/+4
2013-03-15Bluetooth: Add support for Dell[QCA 0cf3:0036]Ming Lei2-0/+3
2013-03-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville2-0/+6
2013-03-11Bluetooth: Device 0cf3:3008 should map AR 3012Sunguk Lee2-0/+3