aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/btmrvl_sdio.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-06Bluetooth: btmrvl: *_err() and *_info() strings should end with newlinesGravatar Arvind Yadav 1-3/+3
2017-07-22Bluetooth: Style fix - align block commentsGravatar Derek Robson 1-2/+4
2017-04-12Bluetooth: btmrvl: remove unnecessary wakeup interrupt number sanity checkGravatar Xinming Hu 1-5/+3
2017-04-12Bluetooth: btmrvl: disable platform wakeup interrupt in suspend failure pathGravatar Xinming Hu 1-0/+7
2017-04-12Bluetooth: btmrvl: cleanup code in return from btmrvl_sdio_suspend()Gravatar prasanna karthik 1-3/+3
2017-04-12Bluetooth: btmrvl: wake system up when receives a wake irqGravatar Jeffy Chen 1-2/+7
2017-04-12Bluetooth: btmrvl: fix spelling mistake: "unregester" -> "unregister"Gravatar Colin Ian King 1-1/+1
2017-02-19btmrvl: fix spelling mistake: "actived" -> "activated"Gravatar Colin Ian King 1-1/+1
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
2016-07-18Bluetooth: btmrvl: reset is_suspending flag in failure pathGravatar Amitkumar Karwar 1-0/+1
2016-07-08Bluetooth: btmrvl: fix slab-out-of-bounds access in btmrvl_sdioGravatar Ricky Liang 1-7/+7
2016-05-02btmrvl: add platform specific wakeup interrupt supportGravatar Xinming Hu 1-0/+79
2016-03-10Bluetooth: btmrvl_sdio: fix firmware activation failureGravatar Wei-Ning Huang 1-1/+1
2016-01-06Bluetooth: btmrvl: don't send data to firmware while processing suspendGravatar Chin-Ran Lo 1-1/+2
2016-01-04Bluetooth: btmrvl: fix hung task warning dumpGravatar Chin-Ran Lo 1-1/+2
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversGravatar Marcel Holtmann 1-2/+2
2015-09-25Bluetooth: btmrvl: Comparison to NULL re-writtenGravatar Prasanna Karthik 1-1/+1
2015-09-22Bluetooth: btmrvl: add sd8997 chipset supportGravatar Amitkumar Karwar 1-0/+36
2015-09-22Bluetooth: btmrvl: remove extra space in castGravatar Amitkumar Karwar 1-5/+5
2015-09-22Bluetooth: btmrvl: fix firmware dump issueGravatar Nachiket Kukade 1-0/+6
2015-08-28Bluetooth: btmrvl: change device pointer passed to dev_coredumpvGravatar Shengzhen Li 1-2/+1
2015-08-10Bluetooth: btmrvl: release sdio bus after firmware is upGravatar Aniket Nagarnaik 1-2/+2
2015-05-13Bluetooth: btmrvl: fix compilation warningGravatar Xinming Hu 1-1/+1
2015-01-06bluetooth: btmrvl: increase the priority of firmware download messageGravatar Amitkumar Karwar 1-1/+1
2015-01-06Bluetooth: btmrvl: add surprise_removed flagGravatar Amitkumar Karwar 1-0/+4
2014-12-03Bluetooth: btmrvl add firmware dump supportGravatar Xinming Hu 1-0/+300
2014-12-03Bluetooth: btmrvl: remove extra newline characterGravatar Amitkumar Karwar 1-2/+2
2014-09-30Bluetooth: btmrvl: support Marvell Bluetooth device SD8887Gravatar Xinming Hu 1-0/+32
2014-09-30Bluetooth: btmrvl: rename definitions from 88xx to 8897Gravatar Amitkumar Karwar 1-2/+2
2014-07-15Bluetooth: btmrvl: avoid sending data to firmware after hs_activatedGravatar Chin-Ran Lo 1-8/+8
2014-07-03Bluetooth: btmrvl: indicate pscan scheduling instant in a debug eventGravatar Bing Zhao 1-0/+5
2014-03-28Bluetooth: btmrvl: implement read-to-clear for SD8897 interruptsGravatar Bing Zhao 1-1/+51
2014-03-28Bluetooth: btmrvl: separate write-to-clear function from interrupt handlerGravatar Bing Zhao 1-21/+32
2013-12-04Bluetooth: btmrvl: use cal-data from device-tree instead of conf fileGravatar Bing Zhao 1-8/+1
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackGravatar Marcel Holtmann 1-5/+3
2013-10-02Bluetooth: btmrvl: add calibration data download supportGravatar Amitkumar Karwar 1-1/+8
2013-10-02Bluetooth: btmrvl: add setup handlerGravatar Amitkumar Karwar 1-6/+0
2013-08-21Bluetooth: use DIV_ROUND_UP in suitable places in btmrvl_sdioGravatar Andy Shevchenko 1-2/+2
2013-06-13Bluetooth: btmrvl: fix error return code in btmrvl_sdio_card_to_host()Gravatar Wei Yongjun 1-0/+1
2013-06-12Bluetooth: btmrvl: support Marvell Bluetooth device SD8897Gravatar Bing Zhao 1-0/+28
2013-04-23Bluetooth: btmrvl: report error if verify_fw_download times outGravatar Andreas Fenkart 1-11/+10
2013-04-23Bluetooth: btmrvl: release lock while waiting for fw download completeGravatar Andreas Fenkart 1-6/+12
2013-04-18Bluetooth: remove unneeded var initialization in btmrvlGravatar Gustavo Padovan 1-1/+1
2013-03-15bluetooth: btmrvl_sdio: look for sd8688 firmware in proper locationGravatar Lubomir Rintel 1-4/+4
2012-10-11Bluetooth: btmrv: Use %*ph specifier instead of print_hex_dump_bytesGravatar Andrei Emeltchenko 1-4/+2
2012-09-28Bluetooth: btmrvl: Fix skb buffer overflowGravatar Andrei Emeltchenko 1-1/+10
2012-09-28Bluetooth: btmrvl: Use DIV_ROUND_UP macroGravatar Andrei Emeltchenko 1-1/+1
2012-09-28Bluetooth: btmrvl: Correct num_block nameGravatar Andrei Emeltchenko 1-7/+6