| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-21 | Bluetooth: btmrvl_sdio: Fix wakeup source leaks on device unbind | Krzysztof Kozlowski | 1 | -1/+3 |
| 2024-09-27 | Bluetooth: btmrvl: Use IRQF_NO_AUTOEN flag in request_irq() | Jinjie Ruan | 1 | -2/+1 |
| 2024-04-04 | Bluetooth: btmrvl_sdio: drop driver owner initialization | Krzysztof Kozlowski | 1 | -1/+0 |
| 2023-04-23 | Bluetooth: btmrvl_sdio: mark OF related data as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
| 2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_390.RULE | Thomas Gleixner | 1 | -14/+1 |
| 2022-01-21 | Bluetooth: Remove kernel-doc style comment block | Tedd Ho-Jeong An | 1 | -1/+1 |
| 2021-07-29 | Bluetooth: btmrvl_sdio: Remove all strcpy() uses | Len Baker | 1 | -13/+12 |
| 2021-06-26 | Bluetooth: btmrvl: remove redundant continue statement | Colin Ian King | 1 | -3/+1 |
| 2020-08-02 | Bluetooth: btmrvl: eliminate duplicates introducing btmrvl_reg_89xx | Tamás Szűcs | 1 | -50/+4 |
| 2020-07-31 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -7/+14 |
| 2020-06-12 | Bluetooth: btmrvl_sdio: Refactor irq wakeup | Abhishek Pandit-Subedi | 1 | -3/+10 |
| 2020-06-01 | btmrvl: Fix firmware filename for sd8997 chipset | Pali Rohár | 1 | -2/+2 |
| 2020-06-01 | btmrvl: Fix firmware filename for sd8977 chipset | Pali Rohár | 1 | -2/+2 |
| 2020-05-29 | mmc: sdio: Move SDIO IDs from btmrvl driver to common include file | Pali Rohár | 1 | -9/+9 |
| 2019-04-23 | Bluetooth: btmrvl: add support for SD8987 chipset | Tamás Szűcs | 1 | -0/+36 |
| 2019-01-22 | Bluetooth: btmrvl: add support for sd8977 chipset | Hemantkumar Suthar | 1 | -0/+36 |
| 2019-01-22 | Bluetooth: btmrvl: lower log level of informational message | Stefan Agner | 1 | -1/+1 |
| 2019-01-22 | Bluetooth: btmrvl: improve printk messages | Stefan Agner | 1 | -3/+4 |
| 2018-07-23 | bluetooth: btmrvl_sdio: Replace GFP_ATOMIC with GFP_KERNEL in btmrvl_sdio_car... | Jia-Ju Bai | 1 | -1/+1 |
| 2018-05-29 | Bluetooth: btmrvl: support sysfs initiated firmware coredump | Arend van Spriel | 1 | -3/+8 |
| 2018-04-01 | Bluetooth: btmrvl: Delete an unnecessary variable initialisation in btmrvl_sd... | Markus Elfring | 1 | -1/+1 |
| 2018-04-01 | Bluetooth: btmrvl: Delete an unnecessary variable initialisation in btmrvl_sd... | Markus Elfring | 1 | -1/+1 |
| 2017-10-06 | Bluetooth: btmrvl: *_err() and *_info() strings should end with newlines | Arvind Yadav | 1 | -3/+3 |
| 2017-07-22 | Bluetooth: Style fix - align block comments | Derek Robson | 1 | -2/+4 |
| 2017-04-12 | Bluetooth: btmrvl: remove unnecessary wakeup interrupt number sanity check | Xinming Hu | 1 | -5/+3 |
| 2017-04-12 | Bluetooth: btmrvl: disable platform wakeup interrupt in suspend failure path | Xinming Hu | 1 | -0/+7 |
| 2017-04-12 | Bluetooth: btmrvl: cleanup code in return from btmrvl_sdio_suspend() | prasanna karthik | 1 | -3/+3 |
| 2017-04-12 | Bluetooth: btmrvl: wake system up when receives a wake irq | Jeffy Chen | 1 | -2/+7 |
| 2017-04-12 | Bluetooth: btmrvl: fix spelling mistake: "unregester" -> "unregister" | Colin Ian King | 1 | -1/+1 |
| 2017-02-19 | btmrvl: fix spelling mistake: "actived" -> "activated" | Colin Ian King | 1 | -1/+1 |
| 2017-02-16 | btmrvl: use dt's irqflags for wakeup pin | Jeffy Chen | 1 | -2/+1 |
| 2017-02-16 | btmrvl: set irq_bt to -1 when failed to parse it | Jeffy Chen | 1 | -0/+1 |
| 2017-02-16 | btmrvl: avoid double-disable_irq() race | Jeffy Chen | 1 | -2/+6 |
| 2016-07-18 | Bluetooth: btmrvl: reset is_suspending flag in failure path | Amitkumar Karwar | 1 | -0/+1 |
| 2016-07-08 | Bluetooth: btmrvl: fix slab-out-of-bounds access in btmrvl_sdio | Ricky Liang | 1 | -7/+7 |
| 2016-05-02 | btmrvl: add platform specific wakeup interrupt support | Xinming Hu | 1 | -0/+79 |
| 2016-03-10 | Bluetooth: btmrvl_sdio: fix firmware activation failure | Wei-Ning Huang | 1 | -1/+1 |
| 2016-01-06 | Bluetooth: btmrvl: don't send data to firmware while processing suspend | Chin-Ran Lo | 1 | -1/+2 |
| 2016-01-04 | Bluetooth: btmrvl: fix hung task warning dump | Chin-Ran Lo | 1 | -1/+2 |
| 2015-11-19 | Bluetooth: Use new hci_skb_pkt_* wrappers for drivers | Marcel Holtmann | 1 | -2/+2 |
| 2015-09-25 | Bluetooth: btmrvl: Comparison to NULL re-written | Prasanna Karthik | 1 | -1/+1 |
| 2015-09-22 | Bluetooth: btmrvl: add sd8997 chipset support | Amitkumar Karwar | 1 | -0/+36 |
| 2015-09-22 | Bluetooth: btmrvl: remove extra space in cast | Amitkumar Karwar | 1 | -5/+5 |
| 2015-09-22 | Bluetooth: btmrvl: fix firmware dump issue | Nachiket Kukade | 1 | -0/+6 |
| 2015-08-28 | Bluetooth: btmrvl: change device pointer passed to dev_coredumpv | Shengzhen Li | 1 | -2/+1 |
| 2015-08-10 | Bluetooth: btmrvl: release sdio bus after firmware is up | Aniket Nagarnaik | 1 | -2/+2 |
| 2015-05-13 | Bluetooth: btmrvl: fix compilation warning | Xinming Hu | 1 | -1/+1 |
| 2015-01-06 | bluetooth: btmrvl: increase the priority of firmware download message | Amitkumar Karwar | 1 | -1/+1 |
| 2015-01-06 | Bluetooth: btmrvl: add surprise_removed flag | Amitkumar Karwar | 1 | -0/+4 |
| 2014-12-03 | Bluetooth: btmrvl add firmware dump support | Xinming Hu | 1 | -0/+300 |
| 2014-12-03 | Bluetooth: btmrvl: remove extra newline character | Amitkumar Karwar | 1 | -2/+2 |
| 2014-09-30 | Bluetooth: btmrvl: support Marvell Bluetooth device SD8887 | Xinming Hu | 1 | -0/+32 |
| 2014-09-30 | Bluetooth: btmrvl: rename definitions from 88xx to 8897 | Amitkumar Karwar | 1 | -2/+2 |
| 2014-07-15 | Bluetooth: btmrvl: avoid sending data to firmware after hs_activated | Chin-Ran Lo | 1 | -8/+8 |
| 2014-07-03 | Bluetooth: btmrvl: indicate pscan scheduling instant in a debug event | Bing Zhao | 1 | -0/+5 |
| 2014-03-28 | Bluetooth: btmrvl: implement read-to-clear for SD8897 interrupts | Bing Zhao | 1 | -1/+51 |
| 2014-03-28 | Bluetooth: btmrvl: separate write-to-clear function from interrupt handler | Bing Zhao | 1 | -21/+32 |
| 2013-12-04 | Bluetooth: btmrvl: use cal-data from device-tree instead of conf file | Bing Zhao | 1 | -8/+1 |
| 2013-10-11 | Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback | Marcel Holtmann | 1 | -5/+3 |
| 2013-10-02 | Bluetooth: btmrvl: add calibration data download support | Amitkumar Karwar | 1 | -1/+8 |
| 2013-10-02 | Bluetooth: btmrvl: add setup handler | Amitkumar Karwar | 1 | -6/+0 |
| 2013-08-21 | Bluetooth: use DIV_ROUND_UP in suitable places in btmrvl_sdio | Andy Shevchenko | 1 | -2/+2 |
| 2013-06-13 | Bluetooth: btmrvl: fix error return code in btmrvl_sdio_card_to_host() | Wei Yongjun | 1 | -0/+1 |
| 2013-06-12 | Bluetooth: btmrvl: support Marvell Bluetooth device SD8897 | Bing Zhao | 1 | -0/+28 |
| 2013-04-23 | Bluetooth: btmrvl: report error if verify_fw_download times out | Andreas Fenkart | 1 | -11/+10 |
| 2013-04-23 | Bluetooth: btmrvl: release lock while waiting for fw download complete | Andreas Fenkart | 1 | -6/+12 |
| 2013-04-18 | Bluetooth: remove unneeded var initialization in btmrvl | Gustavo Padovan | 1 | -1/+1 |
| 2013-03-15 | bluetooth: btmrvl_sdio: look for sd8688 firmware in proper location | Lubomir Rintel | 1 | -4/+4 |
| 2012-10-11 | Bluetooth: btmrv: Use %*ph specifier instead of print_hex_dump_bytes | Andrei Emeltchenko | 1 | -4/+2 |
| 2012-09-28 | Bluetooth: btmrvl: Fix skb buffer overflow | Andrei Emeltchenko | 1 | -1/+10 |
| 2012-09-28 | Bluetooth: btmrvl: Use DIV_ROUND_UP macro | Andrei Emeltchenko | 1 | -1/+1 |
| 2012-09-28 | Bluetooth: btmrvl: Correct num_block name | Andrei Emeltchenko | 1 | -7/+6 |
| 2012-09-08 | Bluetooth: btmrvl: remove pointless conditional before kfree_skb() | Wei Yongjun | 1 | -2/+1 |
| 2012-08-06 | Bluetooth: Use devm_kzalloc in btmrvl_sdio.c file | Sachin Kamat | 1 | -11/+4 |
| 2012-07-09 | Bluetooth: btmrvl: trivial style fixes | Andrei Emeltchenko | 1 | -1/+2 |
| 2012-06-26 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Gustavo Padovan | 1 | -3/+5 |
| 2012-06-19 | Bluetooth: btmrvl: Do not send vendor events to bluetooth stack | Andrei Emeltchenko | 1 | -3/+5 |
| 2012-06-05 | Bluetooth: btmrvl: add SD8787 Bluetooth AMP device ID | Bing Zhao | 1 | -0/+3 |
| 2012-05-09 | Bluetooth: btmrvl: add support for SDIO suspend/resume callbacks | Amitkumar Karwar | 1 | -0/+100 |
| 2012-05-09 | Bluetooth: btmrvl: configure default host sleep parameters | Amitkumar Karwar | 1 | -0/+3 |
| 2012-05-09 | Bluetooth: btmrvl_sdio: remove pointless conditional before release_firmware() | Jesper Juhl | 1 | -7/+2 |
| 2011-12-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+13 |
| 2011-11-21 | Bluetooth: btmrvl: support Marvell Bluetooth device SD8797 | Bing Zhao | 1 | -2/+13 |
| 2011-10-31 | bluetooth: add module.h to drivers/bluetooth files as required. | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-05 | btmrvl_sdio: fix typo 'btmrvl_sdio_sd6888' | Paul Bolle | 1 | -2/+2 |
| 2011-04-13 | Bluetooth: btmrvl: support Marvell Bluetooth device SD8787 | Kevin Gan | 1 | -30/+94 |
| 2010-07-21 | Bluetooth: Use kzalloc for drivers | Julia Lawall | 1 | -6/+2 |
| 2010-07-21 | Bluetooth: Process interrupt in main thread of btmrvl driver as well | Amitkumar Karwar | 1 | -47/+50 |
| 2010-07-21 | Bluetooth: Silence warning in btmrvl SDIO driver | Kulikov Vasiliy | 1 | -3/+3 |
| 2010-05-10 | Bluetooth: Separate btmrvl_register_hdev() from btmrvl_add_card() | Bing Zhao | 1 | -1/+6 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-02-27 | Bluetooth: Add __init/__exit macros to Marvell SDIO driver | Peter Huewe | 1 | -2/+2 |
| 2010-02-03 | Bluetooth: Fix memory leak in Marvell BT-over-SDIO driver | Yoichi Yuasa | 1 | -0/+1 |
| 2009-12-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
| 2009-12-03 | Bluetooth: Declare MODULE_FIRMWARE for Marvell SDIO driver | Ben Hutchings | 1 | -0/+2 |
| 2009-12-03 | Bluetooth: Enable auto sleep mode for btmrvl driver | Amitkumar Karwar | 1 | -0/+2 |
| 2009-08-22 | Bluetooth: Add missing kmalloc NULL tests to Marvell driver | Julia Lawall | 1 | -2/+3 |
| 2009-08-22 | Bluetooth: Fix incorrect alignment in Marvell BT-over-SDIO driver | Bing Zhao | 1 | -5/+7 |
| 2009-08-22 | Bluetooth: Remove Enter/Leave debug statements from Marvell driver | Marcel Holtmann | 1 | -123/+12 |
| 2009-08-22 | Bluetooth: Remove private device name of Marvell SDIO driver | Marcel Holtmann | 1 | -3/+0 |
| 2009-08-22 | Bluetooth: Fix module description strings for Marvell driver | Marcel Holtmann | 1 | -1/+1 |
| 2009-08-22 | Bluetooth: Fix complicated assignment of firmware for Marvell devices | Marcel Holtmann | 1 | -52/+38 |
| 2009-08-22 | Bluetooth: Add Marvell BT-over-SDIO driver | Bing Zhao | 1 | -0/+1128 |