aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_qca.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-16networking: add and use skb_put_u8()Gravatar Johannes Berg 1-1/+1
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-1/+1
2017-02-18Bluetooth: hci_qca: fix spelling mistake: "Spurrious" -> "Spurious"Gravatar Colin Ian King 1-2/+2
2016-11-27Bluetooth: hci_qca: Use setup_timer Kernel API instead of init_timerGravatar Prasanna Karthik 1-6/+3
2016-09-19Bluetooth: Remove deprecated create_singlethread_workqueueGravatar Bhaktipriya Shridhar 1-1/+1
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversGravatar Marcel Holtmann 1-2/+2
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2015-10-21Bluetooth: hci_uart: Provide initial manufacturer informationGravatar Marcel Holtmann 1-0/+1
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Gravatar Viresh Kumar 1-2/+2
2015-09-28Bluetooth: hci_qca: Changed unsigned long to boolGravatar Prasanna Karthik 1-2/+2
2015-09-17Bluetooth: hci_qca: Coding style clean upGravatar Prasanna Karthik 1-3/+3
2015-09-17Bluetooth: hci_qca: Fix a few tab vs spaces issuesGravatar Marcel Holtmann 1-3/+3
2015-08-14Bluetooth: hciuart: Fix to use boolean flag with u32 typeGravatar Ben YoungTae Kim 1-4/+4
2015-08-10Bluetooth: hciuart: Add support QCA chipset for UARTGravatar Ben Young Tae Kim 1-0/+969