summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btmrvl_main.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btmrvl: remove extra newline characterAmitkumar Karwar2014-12-031-7/+7
* Bluetooth: btmrvl: update hs_state in interrupt handlerAmitkumar Karwar2014-11-191-0/+6
* Bluetooth: btmrvl: add DT-bindings for gpio-gapAmitkumar Karwar2014-11-191-3/+9
* Bluetooth: btmrvl: add DT bindings documentationAmitkumar Karwar2014-11-191-17/+14Star
* Bluetooth: Fix crash in the Marvell driver initialization codepathAnatol Pomozov2014-07-311-0/+5
* Bluetooth: btmrvl: add public address configuration supportAmitkumar Karwar2014-07-191-0/+24
* Bluetooth: btmrvl: wait for HOST_SLEEP_ENABLE event in suspendChin-Ran Lo2014-07-031-1/+24
* Bluetooth: btmrvl: indicate pscan scheduling instant in a debug eventBing Zhao2014-07-031-0/+19
* Bluetooth: btmrvl: Fix btmrvl_send_module_cfg_cmd()Petri Gynther2014-04-241-1/+1
* Bluetooth: btmrvl: implement read-to-clear for SD8897 interruptsBing Zhao2014-03-291-0/+17
* Bluetooth: btmrvl: don't consume all vendor specific eventsAmitkumar Karwar2014-03-211-5/+6
* Bluetooth: btmrvl: remove cal-data byte swapping and redundant mem copyBing Zhao2013-12-041-17/+10Star
* Bluetooth: btmrvl: use cal-data from device-tree instead of conf fileBing Zhao2013-12-041-75/+17Star
* Bluetooth: btmrvl: operate on 16-bit opcodes instead of ogf/ocfBing Zhao2013-12-041-12/+9Star
* Bluetooth: Remove pointless parameter check in btmrvl_send_frame()Marcel Holtmann2013-10-111-8/+1Star
* Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann2013-10-111-3/+1Star
* Bluetooth: Remove unused btmrvl_ioctl() callbackMarcel Holtmann2013-10-101-10/+3Star
* Bluetooth: btmrvl: add calibration data download supportAmitkumar Karwar2013-10-021-0/+116
* Bluetooth: btmrvl: add setup handlerAmitkumar Karwar2013-10-021-2/+16
* Bluetooth: btmrvl: get rid of struct btmrvl_cmdAmitkumar Karwar2013-10-021-6/+6
* Bluetooth: btmrvl: add btmrvl_send_sync_cmd() functionAmitkumar Karwar2013-10-021-88/+41Star
* Bluetooth: btmrvl: fix thread stopping raceDaniel Drake2013-06-131-5/+4Star
* Bluetooth: btmrvl: trivial style fixesAndrei Emeltchenko2012-07-091-3/+5
* Bluetooth: btmrvl: Do not send vendor events to bluetooth stackAndrei Emeltchenko2012-06-191-2/+12
* Bluetooth: btmrvl: add support for SDIO suspend/resume callbacksAmitkumar Karwar2012-05-091-1/+2
* Bluetooth: btmrvl: configure default host sleep parametersAmitkumar Karwar2012-05-091-22/+31
* Bluetooth: Remove hci_dev->driver_dataDavid Herrmann2012-02-131-5/+6
* Bluetooth: Remove HCI-owner fieldDavid Herrmann2012-02-131-1/+0Star
* Bluetooth: btmrvl: Remove empty destruct cbDavid Herrmann2012-02-131-5/+0Star
* freezer: don't unnecessarily set PF_NOFREEZE explicitlyTejun Heo2011-11-211-2/+0Star
* bluetooth: add module.h to drivers/bluetooth files as required.Paul Gortmaker2011-11-011-0/+2
* Bluetooth: HCI devices are either BR/EDR or AMP radiosDavid Vrabel2010-10-121-2/+2
* Bluetooth: Process interrupt in main thread of btmrvl driver as wellAmitkumar Karwar2010-07-211-1/+4
* Bluetooth: Set hdev->dev_type based on Marvell device typeBing Zhao2010-05-101-0/+9
* Bluetooth: Separate btmrvl_register_hdev() from btmrvl_add_card()Bing Zhao2010-05-101-32/+43
* Bluetooth: Decode btmrvl MODULE_BRINGUP_REG response correctlyBing Zhao2010-05-101-2/+4
* Bluetooth: Fix storing negative values as unsigned charDan Carpenter2010-05-101-1/+1
* Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2010-02-271-1/+1
* Bluetooth: Enable auto sleep mode for btmrvl driverAmitkumar Karwar2009-12-031-22/+33
* Bluetooth: Remove Enter/Leave debug statements from Marvell driverMarcel Holtmann2009-08-221-96/+11Star
* 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/+8Star
* Bluetooth: Fix module description strings for Marvell driverMarcel Holtmann2009-08-221-1/+1
* Bluetooth: Some coding style cleanup for Marvell core driverMarcel Holtmann2009-08-221-52/+45Star
* Bluetooth: Add debugfs support to btmrvl driverBing Zhao2009-08-221-0/+8
* Bluetooth: Add btmrvl driver for Marvell Bluetooth devicesBing Zhao2009-08-221-0/+714