Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
bff6b89f86f5f4884e844300c5dc729b3d405681
/
drivers
/
bluetooth
/
btmrvl_main.c
a715d11
Bluetooth: btmrvl: support SCO routing to host interface
by Amitkumar Karwar
· 10 years ago
a9cc32d
Bluetooth: btmrvl: fix card reset and suspend race issue
by Amitkumar Karwar
· 10 years ago
0333d6d
Bluetooth: btmrvl: use msecs_to_jiffies within macro definition
by Amitkumar Karwar
· 10 years ago
7b4b874
Bluetooth: btmrvl: add surprise_removed flag
by Amitkumar Karwar
· 10 years ago
9b89fdf
Bluetooth: btmrvl: error path handling in setup handler
by Amitkumar Karwar
· 10 years ago
8b324fa
Bluetooth: btmrvl: fix race issue while stopping main thread
by Amitkumar Karwar
· 10 years ago
dc75961
Bluetooth: btmrvl add firmware dump support
by Xinming Hu
· 10 years ago
7365d47
Bluetooth: btmrvl: remove extra newline character
by Amitkumar Karwar
· 10 years ago
4c79e1d
Bluetooth: btmrvl: update hs_state in interrupt handler
by Amitkumar Karwar
· 10 years ago
025a60a
Bluetooth: btmrvl: add DT-bindings for gpio-gap
by Amitkumar Karwar
· 10 years ago
098ea6b
Bluetooth: btmrvl: add DT bindings documentation
by Amitkumar Karwar
· 10 years ago
8500d79
Bluetooth: Fix crash in the Marvell driver initialization codepath
by Anatol Pomozov
· 10 years ago
27b869f
Bluetooth: btmrvl: add public address configuration support
by Amitkumar Karwar
· 10 years ago
396e04f
Bluetooth: btmrvl: wait for HOST_SLEEP_ENABLE event in suspend
by Chin-Ran Lo
· 10 years ago
4df82b5
Bluetooth: btmrvl: indicate pscan scheduling instant in a debug event
by Bing Zhao
· 11 years ago
7125df5
Bluetooth: btmrvl: Fix btmrvl_send_module_cfg_cmd()
by Petri Gynther
· 11 years ago
0d36740
Bluetooth: btmrvl: implement read-to-clear for SD8897 interrupts
by Bing Zhao
· 11 years ago
d986b4a
Bluetooth: btmrvl: don't consume all vendor specific events
by Amitkumar Karwar
· 11 years ago
8a4934f
Bluetooth: btmrvl: remove cal-data byte swapping and redundant mem copy
by Bing Zhao
· 11 years ago
433a938
Bluetooth: btmrvl: use cal-data from device-tree instead of conf file
by Bing Zhao
· 11 years ago
3e4543a
Bluetooth: btmrvl: operate on 16-bit opcodes instead of ogf/ocf
by Bing Zhao
· 11 years ago
7648d28
Bluetooth: Remove pointless parameter check in btmrvl_send_frame()
by Marcel Holtmann
· 11 years ago
7bd8f09
Bluetooth: Add hdev parameter to hdev->send driver callback
by Marcel Holtmann
· 11 years ago
e93ac9c
Bluetooth: Remove unused btmrvl_ioctl() callback
by Marcel Holtmann
· 11 years ago
2cc8689
Bluetooth: btmrvl: add calibration data download support
by Amitkumar Karwar
· 11 years ago
4b24572
Bluetooth: btmrvl: add setup handler
by Amitkumar Karwar
· 11 years ago
7d5b400
Bluetooth: btmrvl: get rid of struct btmrvl_cmd
by Amitkumar Karwar
· 11 years ago
c037874
Bluetooth: btmrvl: add btmrvl_send_sync_cmd() function
by Amitkumar Karwar
· 11 years ago
ea05fea
Bluetooth: btmrvl: fix thread stopping race
by Daniel Drake
· 11 years ago
2c2453f
Bluetooth: btmrvl: trivial style fixes
by Andrei Emeltchenko
· 12 years ago
ea1e76a
Bluetooth: btmrvl: Do not send vendor events to bluetooth stack
by Andrei Emeltchenko
· 12 years ago
ba54a16
Bluetooth: btmrvl: add support for SDIO suspend/resume callbacks
by Amitkumar Karwar
· 13 years ago
2a8ff61
Bluetooth: btmrvl: configure default host sleep parameters
by Amitkumar Karwar
· 13 years ago
155961e
Bluetooth: Remove hci_dev->driver_data
by David Herrmann
· 13 years ago
e9b9cfa
Bluetooth: Remove HCI-owner field
by David Herrmann
· 13 years ago
e300440
Bluetooth: btmrvl: Remove empty destruct cb
by David Herrmann
· 13 years ago
3a7cbd5
freezer: don't unnecessarily set PF_NOFREEZE explicitly
by Tejun Heo
· 13 years ago
a59b968
bluetooth: add module.h to drivers/bluetooth files as required.
by Paul Gortmaker
· 13 years ago
8f1e174
Bluetooth: HCI devices are either BR/EDR or AMP radios
by David Vrabel
· 14 years ago
d1d10d7
Bluetooth: Process interrupt in main thread of btmrvl driver as well
by Amitkumar Karwar
· 14 years ago
f120c6b
Bluetooth: Set hdev->dev_type based on Marvell device type
by Bing Zhao
· 15 years ago
6406160
Bluetooth: Separate btmrvl_register_hdev() from btmrvl_add_card()
by Bing Zhao
· 15 years ago
903c843
Bluetooth: Decode btmrvl MODULE_BRINGUP_REG response correctly
by Bing Zhao
· 15 years ago
31f085f
Bluetooth: Fix storing negative values as unsigned char
by Dan Carpenter
· 15 years ago
c13854c
Bluetooth: Convert controller hdev->type to hdev->bus
by Marcel Holtmann
· 15 years ago
32fd639
Bluetooth: Enable auto sleep mode for btmrvl driver
by Amitkumar Karwar
· 15 years ago
9374253
Bluetooth: Remove Enter/Leave debug statements from Marvell driver
by Marcel Holtmann
· 15 years ago
e0721f9
Bluetooth: Fix last few compiler warning within Marvell core driver
by Marcel Holtmann
· 15 years ago
91d6973
Bluetooth: Fix Marvell driver to use skb_put and hci_opcode_pack
by Marcel Holtmann
· 15 years ago
9666fb3
Bluetooth: Fix module description strings for Marvell driver
by Marcel Holtmann
· 15 years ago
4271e08
Bluetooth: Some coding style cleanup for Marvell core driver
by Marcel Holtmann
· 15 years ago
fb784f0
Bluetooth: Add debugfs support to btmrvl driver
by Bing Zhao
· 15 years ago
132ff4e
Bluetooth: Add btmrvl driver for Marvell Bluetooth devices
by Bing Zhao
· 15 years ago