aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2017-02-19btmrvl: fix spelling mistake: "actived" -> "activated"Gravatar Colin Ian King 1-1/+1
2017-02-18Bluetooth: hci_qca: fix spelling mistake: "Spurrious" -> "Spurious"Gravatar Colin Ian King 1-2/+2
2017-02-16Bluetooth: btmrvl: fix spelling mistake: "caibration" -> "calibration"Gravatar Colin Ian King 1-1/+1
2017-02-16Bluetooth: btqcomsmd: Allow driver to build if COMPILE_TEST is enabledGravatar Javier Martinez Canillas 1-1/+1
2017-02-16Bluetooth: Add another AR3012 04ca:3018 deviceGravatar Dmitry Tunin 2-0/+3
2017-02-16Bluetooth: hci_bcm: Add support for BCM2E95 and BCM2E96Gravatar Daniel Drake 1-24/+44
2017-02-16Bluetooth: btbcm: Add a delay for module resetGravatar Wen-chien Jesse Sung 1-0/+3
2017-02-16Bluetooth: btusb: Add support for 413c:8143Gravatar Wen-chien Jesse Sung 1-0/+4
2017-02-16btmrvl: use dt's irqflags for wakeup pinGravatar Jeffy Chen 1-2/+1
2017-02-16btmrvl: set irq_bt to -1 when failed to parse itGravatar Jeffy Chen 1-0/+1
2017-02-16btmrvl: avoid double-disable_irq() raceGravatar Jeffy Chen 1-2/+6
2017-02-16Bluetooth: btusb: Configure Marvell to use one of the pins for oob wakeupGravatar Rajat Jain 1-0/+51
2017-02-16Bluetooth: btusb: Add out-of-band wakeup supportGravatar Rajat Jain 1-0/+85
2017-02-16Bluetooth: btusb: Use an error label for error pathsGravatar Rajat Jain 1-10/+9
2017-02-16Bluetooth: btqcomsmd: Fix module autoloadGravatar Javier Martinez Canillas 1-0/+1
2017-02-16Bluetooth: btusb: add support for 0bb4:0306Gravatar Christoph Haag 1-0/+4
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsGravatar Michael S. Tsirkin 1-2/+0
2016-12-08Bluetooth: btmrvl: drop duplicate header slab.hGravatar Geliang Tang 1-1/+0
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsGravatar Al Viro 1-1/+1
2016-11-27Bluetooth: hci_qca: Use setup_timer Kernel API instead of init_timerGravatar Prasanna Karthik 1-6/+3
2016-11-27Bluetooth: hci_h5: Use setup_timer Kernel API instead of init_timerGravatar Prasanna Karthik 1-3/+1
2016-11-27Bluetooth: hci_bcsp: Use setup_timer Kernel API instead of init_timerGravatar Prasanna Karthik 1-3/+1
2016-10-20Bluetooth: btwilink: Fix probe return valueGravatar Jacob Siverskog 1-1/+1
2016-10-13Bluetooth: hci_bcm: Fix autosuspend PM for Lenovo ThinkPad 8Gravatar Jérôme de Bretagne 1-0/+8
2016-10-07Bluetooth: btusb: Fix atheros firmware download errorGravatar Ethan Hsieh 1-4/+4
2016-10-06Bluetooth: btusb: add entry for Marvell 8997 chipsetGravatar Amitkumar Karwar 1-0/+1
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 14-94/+814
2016-10-03Merge tag 'usb-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-3/+1
2016-09-27bluetooth: bcm203x: don't print error when allocating urb failsGravatar Wolfram Sang 1-3/+1
2016-09-24Bluetooth: Use single return in hci_uart_tty_ioctl() callGravatar Vignesh Raman 1-13/+15
2016-09-24Bluetooth: BCSP fails to ACK re-transmitted frames from the peerGravatar Dean Jenkins 1-34/+51
2016-09-24Bluetooth: Tidy-up coding style in hci_bcsp.cGravatar Dean Jenkins 1-26/+29
2016-09-22Bluetooth: btwilink: Save the packet type before sendingGravatar Laura Abbott 1-1/+3
2016-09-22Bluetooth: Add a new 04ca:3011 QCA_ROME deviceGravatar Dmitry Tunin 1-0/+1
2016-09-19Bluetooth: hci_uart: Add Marvell supportGravatar Loic Poulain 5-1/+412
2016-09-19Bluetooth: hci_uart: Add Nokia Protocol identifierGravatar Loic Poulain 1-1/+2
2016-09-19Bluetooth: hci_bcm: Change protocol nameGravatar Loic Poulain 1-1/+1
2016-09-19Bluetooth: btrtl: Add RTL8822BE Bluetooth deviceGravatar Larry Finger 1-12/+95
2016-09-19Bluetooth: btqca: remove null checks on edl->data as it is an arrayGravatar Colin Ian King 1-4/+4
2016-09-19Bluetooth: btusb: Mark CW6622 devices to have broken link key commandsGravatar Szymon Janc 1-1/+6
2016-09-19Bluetooth: Remove deprecated create_singlethread_workqueueGravatar Bhaktipriya Shridhar 1-1/+1
2016-09-19Bluetooth: add WCNSS dependency for HCI driverGravatar Arnd Bergmann 1-1/+1
2016-09-19Bluetooth: bcm203x: don't print error when allocating urb failsGravatar Wolfram Sang 1-3/+1
2016-09-19Bluetooth: btusb: Add support for 0cf3:e009Gravatar Kai-Heng Feng 1-0/+1
2016-09-19Bluetooth: btusb, hci_intel: Fix wait_on_bit_timeout() return value checksGravatar Bart Van Assche 2-6/+5
2016-09-19Bluetooth: Introduce Qualcomm WCNSS SMD based HCI driverGravatar Bjorn Andersson 3-0/+195
2016-08-31miscdevice: Use module_misc_device() macroGravatar PrasannaKumar Muralidharan 1-15/+1
2016-07-18Bluetooth: btmrvl: reset is_suspending flag in failure pathGravatar Amitkumar Karwar 1-0/+1
2016-07-18Bluetooth: bpa10x: Add support for hci_set_fw_infoGravatar Marcel Holtmann 1-0/+2