aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/bpa10x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-23bluetooth: bpa10x: Replace GFP_ATOMIC with GFP_KERNEL in bpa10x_send_frame()Jia-Ju Bai1-3/+3
2018-04-01Bluetooth: bpa10x: Use separate h4_recv_buf helperMarcel Holtmann1-1/+1
2018-01-08Bluetooth: bpa10x: make array 'req' static, shrinks object sizeColin Ian King1-1/+1
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann1-9/+6
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2016-07-18Bluetooth: bpa10x: Add support for hci_set_fw_infoMarcel Holtmann1-0/+2
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann1-2/+2
2015-10-08Bluetooth: bpa10x: Use h4_recv_buf helper for frame reassemblyMarcel Holtmann1-109/+27
2015-10-08Bluetooth: bpa10x: Add support for set_diag driver callbackMarcel Holtmann1-0/+20
2015-10-08Bluetooth: bpa10x: Read revision information in setup stageMarcel Holtmann1-0/+19
2015-10-05Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann1-8/+0
2015-10-05Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann1-3/+0
2013-10-11Bluetooth: Declare bpa10x_table[] as constMarcel Holtmann1-1/+1
2013-10-11Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann1-2/+3
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann1-3/+1
2012-08-06Bluetooth: Use devm_kzalloc in bpa10x.c fileSachin Kamat1-6/+2
2012-06-05Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSESzymon Janc1-1/+1
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-02-13Bluetooth: Remove hci_dev->driver_dataDavid Herrmann1-9/+9
2012-02-13Bluetooth: Remove HCI-owner fieldDavid Herrmann1-2/+0
2012-02-13Bluetooth: bpa10x: Free private driver data on usb shutdownDavid Herrmann1-12/+3
2011-11-18USB: convert drivers/bluetooth/* to use module_usb_driver()Greg Kroah-Hartman1-14/+1
2010-07-21Bluetooth: Use __packed annotation for driversGustavo F. Padovan1-1/+1
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann1-1/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann1-5/+0
2008-11-30Bluetooth: Send HCI Reset command by default on device initializationMarcel Holtmann1-0/+2
2008-10-31bpa10x: free sk_buff with kfree_skbIlpo Järvinen1-2/+2
2008-10-06[Bluetooth] Fix double frees on error paths of btusb and bpa10x driversMarcel Holtmann1-2/+0
2008-08-07[Bluetooth] Removal of unnecessary ignore module parameterMarcel Holtmann1-9/+1
2008-02-05drivers/bluetooth/bpa10x.c: fix memleakAdrian Bunk1-0/+1
2007-10-22[Bluetooth] Change BPA 100/105 driver to use USB anchorsMarcel Holtmann1-362/+262
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-11-08[Bluetooth]: Add endian annotations to the coreMarcel Holtmann1-2/+2
2005-11-07[PATCH] bluetooth: kmalloc + memset -> kzalloc conversionDeepak Saxena1-3/+1
2005-10-28[Bluetooth] Ignore additional interfaces of BPA 100/105 devicesMarcel Holtmann1-0/+3
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-08-29[Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann1-7/+7
2005-08-29[Bluetooth]: Fix sparse warnings (__nocast type)Victor Fusco1-1/+2
2005-08-06[Bluetooth] Kill redundant NULL checks before kfree()Marcel Holtmann1-5/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+657