aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btmrvl_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-13Bluetooth: btmrvl: fix thread stopping raceDaniel Drake1-5/+4
2012-07-09Bluetooth: btmrvl: trivial style fixesAndrei Emeltchenko1-3/+5
2012-06-19Bluetooth: btmrvl: Do not send vendor events to bluetooth stackAndrei Emeltchenko1-2/+12
2012-05-09Bluetooth: btmrvl: add support for SDIO suspend/resume callbacksAmitkumar Karwar1-1/+2
2012-05-09Bluetooth: btmrvl: configure default host sleep parametersAmitkumar Karwar1-22/+31
2012-02-13Bluetooth: Remove hci_dev->driver_dataDavid Herrmann1-5/+6
2012-02-13Bluetooth: Remove HCI-owner fieldDavid Herrmann1-1/+0
2012-02-13Bluetooth: btmrvl: Remove empty destruct cbDavid Herrmann1-5/+0
2011-11-21freezer: don't unnecessarily set PF_NOFREEZE explicitlyTejun Heo1-2/+0
2011-10-31bluetooth: add module.h to drivers/bluetooth files as required.Paul Gortmaker1-0/+2
2010-10-12Bluetooth: HCI devices are either BR/EDR or AMP radiosDavid Vrabel1-2/+2
2010-07-21Bluetooth: Process interrupt in main thread of btmrvl driver as wellAmitkumar Karwar1-1/+4
2010-05-10Bluetooth: Set hdev->dev_type based on Marvell device typeBing Zhao1-0/+9
2010-05-10Bluetooth: Separate btmrvl_register_hdev() from btmrvl_add_card()Bing Zhao1-32/+43
2010-05-10Bluetooth: Decode btmrvl MODULE_BRINGUP_REG response correctlyBing Zhao1-2/+4
2010-05-10Bluetooth: Fix storing negative values as unsigned charDan Carpenter1-1/+1
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann1-1/+1
2009-12-03Bluetooth: Enable auto sleep mode for btmrvl driverAmitkumar Karwar1-22/+33
2009-08-22Bluetooth: Remove Enter/Leave debug statements from Marvell driverMarcel Holtmann1-96/+11
2009-08-22Bluetooth: Fix last few compiler warning within Marvell core driverMarcel Holtmann1-4/+4
2009-08-22Bluetooth: Fix Marvell driver to use skb_put and hci_opcode_packMarcel Holtmann1-14/+8
2009-08-22Bluetooth: Fix module description strings for Marvell driverMarcel Holtmann1-1/+1
2009-08-22Bluetooth: Some coding style cleanup for Marvell core driverMarcel Holtmann1-52/+45
2009-08-22Bluetooth: Add debugfs support to btmrvl driverBing Zhao1-0/+8
2009-08-22Bluetooth: Add btmrvl driver for Marvell Bluetooth devicesBing Zhao1-0/+714