Age | Commit message (Expand) | Author | Files | Lines |
2018-05-29 | Bluetooth: btmrvl: support sysfs initiated firmware coredump | Arend van Spriel | 1 | -6/+0 |
2018-02-07 | Bluetooth: btmrvl_main: Replace GFP_ATOMIC with GFP_KERNEL in btmrvl_send_syn... | Jia-Ju Bai | 1 | -1/+1 |
2017-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+2 |
2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 1 | -1/+1 |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 1 | -1/+1 |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 1 | -1/+1 |
2017-02-16 | Bluetooth: btmrvl: fix spelling mistake: "caibration" -> "calibration" | Colin Ian King | 1 | -1/+1 |
2016-07-09 | Bluetooth: Rename HCI_BREDR into HCI_PRIMARY | Marcel Holtmann | 1 | -1/+1 |
2016-05-02 | btmrvl: add platform specific wakeup interrupt support | Xinming Hu | 1 | -15/+20 |
2016-01-06 | Bluetooth: btmrvl: don't send data to firmware while processing suspend | Chin-Ran Lo | 1 | -2/+9 |
2016-01-06 | Bluetooth: btmrvl: max out host sleep parameter 'gap' | Chin-Ran Lo | 1 | -1/+1 |
2015-11-19 | Bluetooth: Use new hci_skb_pkt_* wrappers for drivers | Marcel Holtmann | 1 | -4/+4 |
2015-10-25 | Bluetooth: btmrvl: add missing of_node_put | Julia Lawall | 1 | -1/+4 |
2015-10-05 | Bluetooth: Move handling of HCI_RUNNING flag into core | Marcel Holtmann | 1 | -5/+0 |
2015-10-05 | Bluetooth: Move HCI_RUNNING check into hci_send_frame | Marcel Holtmann | 1 | -7/+0 |
2015-09-25 | Bluetooth: btmrvl: Comparison to NULL re-written | Prasanna Karthik | 1 | -1/+1 |
2015-09-17 | Bluetooth: btmrvl: skb resource leak, and double free. | Kieran Bingham | 1 | -14/+0 |
2015-02-14 | Bluetooth: btmrvl: support SCO routing to host interface | Amitkumar Karwar | 1 | -0/+14 |
2015-01-08 | Bluetooth: btmrvl: fix card reset and suspend race issue | Amitkumar Karwar | 1 | -3/+8 |
2015-01-08 | Bluetooth: btmrvl: use msecs_to_jiffies within macro definition | Amitkumar Karwar | 1 | -3/+3 |
2015-01-06 | Bluetooth: btmrvl: add surprise_removed flag | Amitkumar Karwar | 1 | -2/+7 |
2015-01-06 | Bluetooth: btmrvl: error path handling in setup handler | Amitkumar Karwar | 1 | -1/+4 |
2015-01-06 | Bluetooth: btmrvl: fix race issue while stopping main thread | Amitkumar Karwar | 1 | -0/+5 |
2014-12-03 | Bluetooth: btmrvl add firmware dump support | Xinming Hu | 1 | -0/+7 |
2014-12-03 | Bluetooth: btmrvl: remove extra newline character | Amitkumar Karwar | 1 | -7/+7 |
2014-11-19 | Bluetooth: btmrvl: update hs_state in interrupt handler | Amitkumar Karwar | 1 | -0/+6 |
2014-11-19 | Bluetooth: btmrvl: add DT-bindings for gpio-gap | Amitkumar Karwar | 1 | -3/+9 |
2014-11-19 | Bluetooth: btmrvl: add DT bindings documentation | Amitkumar Karwar | 1 | -17/+14 |
2014-07-31 | Bluetooth: Fix crash in the Marvell driver initialization codepath | Anatol Pomozov | 1 | -0/+5 |
2014-07-19 | Bluetooth: btmrvl: add public address configuration support | Amitkumar Karwar | 1 | -0/+24 |
2014-07-03 | Bluetooth: btmrvl: wait for HOST_SLEEP_ENABLE event in suspend | Chin-Ran Lo | 1 | -1/+24 |
2014-07-03 | Bluetooth: btmrvl: indicate pscan scheduling instant in a debug event | Bing Zhao | 1 | -0/+19 |
2014-04-24 | Bluetooth: btmrvl: Fix btmrvl_send_module_cfg_cmd() | Petri Gynther | 1 | -1/+1 |
2014-03-29 | Bluetooth: btmrvl: implement read-to-clear for SD8897 interrupts | Bing Zhao | 1 | -0/+17 |
2014-03-21 | Bluetooth: btmrvl: don't consume all vendor specific events | Amitkumar Karwar | 1 | -5/+6 |
2013-12-04 | Bluetooth: btmrvl: remove cal-data byte swapping and redundant mem copy | Bing Zhao | 1 | -17/+10 |
2013-12-04 | Bluetooth: btmrvl: use cal-data from device-tree instead of conf file | Bing Zhao | 1 | -75/+17 |
2013-12-04 | Bluetooth: btmrvl: operate on 16-bit opcodes instead of ogf/ocf | Bing Zhao | 1 | -12/+9 |
2013-10-11 | Bluetooth: Remove pointless parameter check in btmrvl_send_frame() | Marcel Holtmann | 1 | -8/+1 |
2013-10-11 | Bluetooth: Add hdev parameter to hdev->send driver callback | Marcel Holtmann | 1 | -3/+1 |
2013-10-11 | Bluetooth: Remove unused btmrvl_ioctl() callback | Marcel Holtmann | 1 | -10/+3 |
2013-10-02 | Bluetooth: btmrvl: add calibration data download support | Amitkumar Karwar | 1 | -0/+116 |
2013-10-02 | Bluetooth: btmrvl: add setup handler | Amitkumar Karwar | 1 | -2/+16 |
2013-10-02 | Bluetooth: btmrvl: get rid of struct btmrvl_cmd | Amitkumar Karwar | 1 | -6/+6 |
2013-10-02 | Bluetooth: btmrvl: add btmrvl_send_sync_cmd() function | Amitkumar Karwar | 1 | -88/+41 |
2013-06-13 | Bluetooth: btmrvl: fix thread stopping race | Daniel Drake | 1 | -5/+4 |
2012-07-09 | Bluetooth: btmrvl: trivial style fixes | Andrei Emeltchenko | 1 | -3/+5 |
2012-06-19 | Bluetooth: btmrvl: Do not send vendor events to bluetooth stack | Andrei Emeltchenko | 1 | -2/+12 |
2012-05-09 | Bluetooth: btmrvl: add support for SDIO suspend/resume callbacks | Amitkumar Karwar | 1 | -1/+2 |
2012-05-09 | Bluetooth: btmrvl: configure default host sleep parameters | Amitkumar Karwar | 1 | -22/+31 |