aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/btmrvl_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportGravatar Luiz Augusto von Dentz 1-9/+0
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_390.RULEGravatar Thomas Gleixner 1-14/+1
2021-11-16Bluetooth: btmrvl_main: repair a non-kernel-doc commentGravatar Randy Dunlap 1-1/+1
2021-10-01Bluetooth: Rename driver .prevent_wake to .wakeupGravatar Luiz Augusto von Dentz 1-3/+3
2020-06-12Bluetooth: btmrvl_sdio: Implement prevent_wakeGravatar Abhishek Pandit-Subedi 1-0/+9
2020-06-12Bluetooth: btmrvl_sdio: Set parent dev to hdevGravatar Abhishek Pandit-Subedi 1-0/+2
2018-05-29Bluetooth: btmrvl: support sysfs initiated firmware coredumpGravatar Arend van Spriel 1-6/+0
2018-02-07Bluetooth: btmrvl_main: Replace GFP_ATOMIC with GFP_KERNEL in btmrvl_send_syn...Gravatar Jia-Ju Bai 1-1/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-1/+1
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-1/+1
2017-02-16Bluetooth: btmrvl: fix spelling mistake: "caibration" -> "calibration"Gravatar Colin Ian King 1-1/+1
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYGravatar Marcel Holtmann 1-1/+1
2016-05-02btmrvl: add platform specific wakeup interrupt supportGravatar Xinming Hu 1-15/+20
2016-01-06Bluetooth: btmrvl: don't send data to firmware while processing suspendGravatar Chin-Ran Lo 1-2/+9
2016-01-06Bluetooth: btmrvl: max out host sleep parameter 'gap'Gravatar Chin-Ran Lo 1-1/+1
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversGravatar Marcel Holtmann 1-4/+4
2015-10-25Bluetooth: btmrvl: add missing of_node_putGravatar Julia Lawall 1-1/+4
2015-10-05Bluetooth: Move handling of HCI_RUNNING flag into coreGravatar Marcel Holtmann 1-5/+0
2015-10-05Bluetooth: Move HCI_RUNNING check into hci_send_frameGravatar Marcel Holtmann 1-7/+0
2015-09-25Bluetooth: btmrvl: Comparison to NULL re-writtenGravatar Prasanna Karthik 1-1/+1
2015-09-17Bluetooth: btmrvl: skb resource leak, and double free.Gravatar Kieran Bingham 1-14/+0
2015-02-14Bluetooth: btmrvl: support SCO routing to host interfaceGravatar Amitkumar Karwar 1-0/+14
2015-01-08Bluetooth: btmrvl: fix card reset and suspend race issueGravatar Amitkumar Karwar 1-3/+8
2015-01-08Bluetooth: btmrvl: use msecs_to_jiffies within macro definitionGravatar Amitkumar Karwar 1-3/+3
2015-01-06Bluetooth: btmrvl: add surprise_removed flagGravatar Amitkumar Karwar 1-2/+7
2015-01-06Bluetooth: btmrvl: error path handling in setup handlerGravatar Amitkumar Karwar 1-1/+4
2015-01-06Bluetooth: btmrvl: fix race issue while stopping main threadGravatar Amitkumar Karwar 1-0/+5
2014-12-03Bluetooth: btmrvl add firmware dump supportGravatar Xinming Hu 1-0/+7
2014-12-03Bluetooth: btmrvl: remove extra newline characterGravatar Amitkumar Karwar 1-7/+7
2014-11-19Bluetooth: btmrvl: update hs_state in interrupt handlerGravatar Amitkumar Karwar 1-0/+6
2014-11-19Bluetooth: btmrvl: add DT-bindings for gpio-gapGravatar Amitkumar Karwar 1-3/+9
2014-11-19Bluetooth: btmrvl: add DT bindings documentationGravatar Amitkumar Karwar 1-17/+14
2014-07-31Bluetooth: Fix crash in the Marvell driver initialization codepathGravatar Anatol Pomozov 1-0/+5
2014-07-19Bluetooth: btmrvl: add public address configuration supportGravatar Amitkumar Karwar 1-0/+24
2014-07-03Bluetooth: btmrvl: wait for HOST_SLEEP_ENABLE event in suspendGravatar Chin-Ran Lo 1-1/+24
2014-07-03Bluetooth: btmrvl: indicate pscan scheduling instant in a debug eventGravatar Bing Zhao 1-0/+19
2014-04-24Bluetooth: btmrvl: Fix btmrvl_send_module_cfg_cmd()Gravatar Petri Gynther 1-1/+1
2014-03-28Bluetooth: btmrvl: implement read-to-clear for SD8897 interruptsGravatar Bing Zhao 1-0/+17
2014-03-20Bluetooth: btmrvl: don't consume all vendor specific eventsGravatar Amitkumar Karwar 1-5/+6
2013-12-04Bluetooth: btmrvl: remove cal-data byte swapping and redundant mem copyGravatar Bing Zhao 1-17/+10
2013-12-04Bluetooth: btmrvl: use cal-data from device-tree instead of conf fileGravatar Bing Zhao 1-75/+17
2013-12-04Bluetooth: btmrvl: operate on 16-bit opcodes instead of ogf/ocfGravatar Bing Zhao 1-12/+9
2013-10-11Bluetooth: Remove pointless parameter check in btmrvl_send_frame()Gravatar Marcel Holtmann 1-8/+1
2013-10-11Bluetooth: Add hdev parameter to hdev->send driver callbackGravatar Marcel Holtmann 1-3/+1
2013-10-10Bluetooth: Remove unused btmrvl_ioctl() callbackGravatar Marcel Holtmann 1-10/+3
2013-10-02Bluetooth: btmrvl: add calibration data download supportGravatar Amitkumar Karwar 1-0/+116
2013-10-02Bluetooth: btmrvl: add setup handlerGravatar Amitkumar Karwar 1-2/+16
2013-10-02Bluetooth: btmrvl: get rid of struct btmrvl_cmdGravatar Amitkumar Karwar 1-6/+6