aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btmrvl_sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_390.RULEThomas Gleixner1-14/+1
2022-01-21Bluetooth: Remove kernel-doc style comment blockTedd Ho-Jeong An1-1/+1
2021-07-29Bluetooth: btmrvl_sdio: Remove all strcpy() usesLen Baker1-15/+14
2021-06-26Bluetooth: btmrvl: remove redundant continue statementColin Ian King1-3/+1
2020-08-02Bluetooth: btmrvl: eliminate duplicates introducing btmrvl_reg_89xxTamás Szűcs1-50/+4
2020-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-7/+14
2020-06-12Bluetooth: btmrvl_sdio: Refactor irq wakeupAbhishek Pandit-Subedi1-3/+10
2020-06-01btmrvl: Fix firmware filename for sd8997 chipsetPali Rohár1-2/+2
2020-06-01btmrvl: Fix firmware filename for sd8977 chipsetPali Rohár1-2/+2
2020-05-29mmc: sdio: Move SDIO IDs from btmrvl driver to common include filePali Rohár1-9/+9
2019-04-23Bluetooth: btmrvl: add support for SD8987 chipsetTamás Szűcs1-0/+36
2019-01-22Bluetooth: btmrvl: add support for sd8977 chipsetHemantkumar Suthar1-0/+36
2019-01-22Bluetooth: btmrvl: lower log level of informational messageStefan Agner1-1/+1
2019-01-22Bluetooth: btmrvl: improve printk messagesStefan Agner1-3/+4
2018-07-23bluetooth: btmrvl_sdio: Replace GFP_ATOMIC with GFP_KERNEL in btmrvl_sdio_card_to_host()Jia-Ju Bai1-1/+1
2018-05-29Bluetooth: btmrvl: support sysfs initiated firmware coredumpArend van Spriel1-3/+8
2018-04-01Bluetooth: btmrvl: Delete an unnecessary variable initialisation in btmrvl_sdio_card_to_host()Markus Elfring1-1/+1
2018-04-01Bluetooth: btmrvl: Delete an unnecessary variable initialisation in btmrvl_sdio_register_dev()Markus Elfring1-1/+1
2017-10-06Bluetooth: btmrvl: *_err() and *_info() strings should end with newlinesArvind Yadav1-3/+3
2017-07-22Bluetooth: Style fix - align block commentsDerek Robson1-2/+4
2017-04-12Bluetooth: btmrvl: remove unnecessary wakeup interrupt number sanity checkXinming Hu1-5/+3
2017-04-12Bluetooth: btmrvl: disable platform wakeup interrupt in suspend failure pathXinming Hu1-0/+7
2017-04-12Bluetooth: btmrvl: cleanup code in return from btmrvl_sdio_suspend()prasanna karthik1-3/+3
2017-04-12Bluetooth: btmrvl: wake system up when receives a wake irqJeffy Chen1-2/+7
2017-04-12Bluetooth: btmrvl: fix spelling mistake: "unregester" -> "unregister"Colin Ian King1-1/+1
2017-02-19btmrvl: fix spelling mistake: "actived" -> "activated"Colin Ian King1-1/+1
2017-02-16btmrvl: use dt's irqflags for wakeup pinJeffy Chen1-2/+1
2017-02-16btmrvl: set irq_bt to -1 when failed to parse itJeffy Chen1-0/+1
2017-02-16btmrvl: avoid double-disable_irq() raceJeffy Chen1-2/+6
2016-07-18Bluetooth: btmrvl: reset is_suspending flag in failure pathAmitkumar Karwar1-0/+1
2016-07-08Bluetooth: btmrvl: fix slab-out-of-bounds access in btmrvl_sdioRicky Liang1-7/+7
2016-05-02btmrvl: add platform specific wakeup interrupt supportXinming Hu1-0/+79
2016-03-10Bluetooth: btmrvl_sdio: fix firmware activation failureWei-Ning Huang1-1/+1
2016-01-06Bluetooth: btmrvl: don't send data to firmware while processing suspendChin-Ran Lo1-1/+2
2016-01-04Bluetooth: btmrvl: fix hung task warning dumpChin-Ran Lo1-1/+2
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann1-2/+2
2015-09-25Bluetooth: btmrvl: Comparison to NULL re-writtenPrasanna Karthik1-1/+1
2015-09-22Bluetooth: btmrvl: add sd8997 chipset supportAmitkumar Karwar1-0/+36
2015-09-22Bluetooth: btmrvl: remove extra space in castAmitkumar Karwar1-5/+5
2015-09-22Bluetooth: btmrvl: fix firmware dump issueNachiket Kukade1-0/+6
2015-08-28Bluetooth: btmrvl: change device pointer passed to dev_coredumpvShengzhen Li1-2/+1
2015-08-10Bluetooth: btmrvl: release sdio bus after firmware is upAniket Nagarnaik1-2/+2
2015-05-13Bluetooth: btmrvl: fix compilation warningXinming Hu1-1/+1
2015-01-06bluetooth: btmrvl: increase the priority of firmware download messageAmitkumar Karwar1-1/+1
2015-01-06Bluetooth: btmrvl: add surprise_removed flagAmitkumar Karwar1-0/+4
2014-12-03Bluetooth: btmrvl add firmware dump supportXinming Hu1-0/+300
2014-12-03Bluetooth: btmrvl: remove extra newline characterAmitkumar Karwar1-2/+2
2014-09-30Bluetooth: btmrvl: support Marvell Bluetooth device SD8887Xinming Hu1-0/+32
2014-09-30Bluetooth: btmrvl: rename definitions from 88xx to 8897Amitkumar Karwar1-2/+2
2014-07-15Bluetooth: btmrvl: avoid sending data to firmware after hs_activatedChin-Ran Lo1-8/+8