summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btmrvl_sdio.c
Commit message (Expand)AuthorAgeFilesLines
* btmrvl: fix spelling mistake: "actived" -> "activated"Colin Ian King2017-02-191-1/+1
* btmrvl: use dt's irqflags for wakeup pinJeffy Chen2017-02-161-2/+1
* btmrvl: set irq_bt to -1 when failed to parse itJeffy Chen2017-02-161-0/+1
* btmrvl: avoid double-disable_irq() raceJeffy Chen2017-02-161-2/+6
* Bluetooth: btmrvl: reset is_suspending flag in failure pathAmitkumar Karwar2016-07-181-0/+1
* Bluetooth: btmrvl: fix slab-out-of-bounds access in btmrvl_sdioRicky Liang2016-07-081-7/+7
* btmrvl: add platform specific wakeup interrupt supportXinming Hu2016-05-021-0/+79
* Bluetooth: btmrvl_sdio: fix firmware activation failureWei-Ning Huang2016-03-101-1/+1
* Bluetooth: btmrvl: don't send data to firmware while processing suspendChin-Ran Lo2016-01-061-1/+2
* Bluetooth: btmrvl: fix hung task warning dumpChin-Ran Lo2016-01-041-1/+2
* Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann2015-11-191-2/+2
* Bluetooth: btmrvl: Comparison to NULL re-writtenPrasanna Karthik2015-09-251-1/+1
* Bluetooth: btmrvl: add sd8997 chipset supportAmitkumar Karwar2015-09-221-0/+36
* Bluetooth: btmrvl: remove extra space in castAmitkumar Karwar2015-09-221-5/+5
* Bluetooth: btmrvl: fix firmware dump issueNachiket Kukade2015-09-221-0/+6
* Bluetooth: btmrvl: change device pointer passed to dev_coredumpvShengzhen Li2015-08-281-2/+1
* Bluetooth: btmrvl: release sdio bus after firmware is upAniket Nagarnaik2015-08-101-2/+2
* Bluetooth: btmrvl: fix compilation warningXinming Hu2015-05-131-1/+1
* bluetooth: btmrvl: increase the priority of firmware download messageAmitkumar Karwar2015-01-061-1/+1
* Bluetooth: btmrvl: add surprise_removed flagAmitkumar Karwar2015-01-061-0/+4
* Bluetooth: btmrvl add firmware dump supportXinming Hu2014-12-031-0/+300
* Bluetooth: btmrvl: remove extra newline characterAmitkumar Karwar2014-12-031-2/+2
* Bluetooth: btmrvl: support Marvell Bluetooth device SD8887Xinming Hu2014-09-301-0/+32
* Bluetooth: btmrvl: rename definitions from 88xx to 8897Amitkumar Karwar2014-09-301-2/+2
* Bluetooth: btmrvl: avoid sending data to firmware after hs_activatedChin-Ran Lo2014-07-151-8/+8
* Bluetooth: btmrvl: indicate pscan scheduling instant in a debug eventBing Zhao2014-07-031-0/+5
* Bluetooth: btmrvl: implement read-to-clear for SD8897 interruptsBing Zhao2014-03-281-1/+51
* Bluetooth: btmrvl: separate write-to-clear function from interrupt handlerBing Zhao2014-03-281-21/+32
* Bluetooth: btmrvl: use cal-data from device-tree instead of conf fileBing Zhao2013-12-041-8/+1
* Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann2013-10-111-5/+3
* Bluetooth: btmrvl: add calibration data download supportAmitkumar Karwar2013-10-021-1/+8
* Bluetooth: btmrvl: add setup handlerAmitkumar Karwar2013-10-021-6/+0
* Bluetooth: use DIV_ROUND_UP in suitable places in btmrvl_sdioAndy Shevchenko2013-08-211-2/+2
* Bluetooth: btmrvl: fix error return code in btmrvl_sdio_card_to_host()Wei Yongjun2013-06-131-0/+1
* Bluetooth: btmrvl: support Marvell Bluetooth device SD8897Bing Zhao2013-06-121-0/+28
* Bluetooth: btmrvl: report error if verify_fw_download times outAndreas Fenkart2013-04-231-11/+10
* Bluetooth: btmrvl: release lock while waiting for fw download completeAndreas Fenkart2013-04-231-6/+12
* Bluetooth: remove unneeded var initialization in btmrvlGustavo Padovan2013-04-181-1/+1
* bluetooth: btmrvl_sdio: look for sd8688 firmware in proper locationLubomir Rintel2013-03-151-4/+4
* Bluetooth: btmrv: Use %*ph specifier instead of print_hex_dump_bytesAndrei Emeltchenko2012-10-111-4/+2
* Bluetooth: btmrvl: Fix skb buffer overflowAndrei Emeltchenko2012-09-281-1/+10
* Bluetooth: btmrvl: Use DIV_ROUND_UP macroAndrei Emeltchenko2012-09-281-1/+1
* Bluetooth: btmrvl: Correct num_block nameAndrei Emeltchenko2012-09-281-7/+6
* Bluetooth: btmrvl: remove pointless conditional before kfree_skb()Wei Yongjun2012-09-081-2/+1
* Bluetooth: Use devm_kzalloc in btmrvl_sdio.c fileSachin Kamat2012-08-061-11/+4
* Bluetooth: btmrvl: trivial style fixesAndrei Emeltchenko2012-07-091-1/+2
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gustavo Padovan2012-06-261-3/+5
|\
| * Bluetooth: btmrvl: Do not send vendor events to bluetooth stackAndrei Emeltchenko2012-06-191-3/+5
* | Bluetooth: btmrvl: add SD8787 Bluetooth AMP device IDBing Zhao2012-06-051-0/+3
|/
* Bluetooth: btmrvl: add support for SDIO suspend/resume callbacksAmitkumar Karwar2012-05-091-0/+100