summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/bpa10x.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: bpa10x: change return valueNavid Emamdoost2019-09-041-1/+1
* Bluetooth: Cleanup formatting and coding styleFabian Schindlatz2019-07-061-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* bluetooth: bpa10x: Replace GFP_ATOMIC with GFP_KERNEL in bpa10x_send_frame()Jia-Ju Bai2018-07-231-3/+3
* Bluetooth: bpa10x: Use separate h4_recv_buf helperMarcel Holtmann2018-04-011-1/+1
* Bluetooth: bpa10x: make array 'req' static, shrinks object sizeColin Ian King2018-01-081-1/+1
* Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-9/+6
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* Bluetooth: bpa10x: Add support for hci_set_fw_infoMarcel Holtmann2016-07-181-0/+2
* Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann2015-11-191-2/+2
* Bluetooth: bpa10x: Use h4_recv_buf helper for frame reassemblyMarcel Holtmann2015-10-081-109/+27
* Bluetooth: bpa10x: Add support for set_diag driver callbackMarcel Holtmann2015-10-081-0/+20
* Bluetooth: bpa10x: Read revision information in setup stageMarcel Holtmann2015-10-081-0/+19
* Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann2015-10-051-8/+0
* Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann2015-10-051-3/+0
* Bluetooth: Declare bpa10x_table[] as constMarcel Holtmann2013-10-111-1/+1
* Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann2013-10-111-2/+3
* Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann2013-10-111-3/+1
* Bluetooth: Use devm_kzalloc in bpa10x.c fileSachin Kamat2012-08-061-6/+2
* Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSESzymon Janc2012-06-051-1/+1
* USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-181-0/+1
* Bluetooth: Remove hci_dev->driver_dataDavid Herrmann2012-02-131-9/+9
* Bluetooth: Remove HCI-owner fieldDavid Herrmann2012-02-131-2/+0
* Bluetooth: bpa10x: Free private driver data on usb shutdownDavid Herrmann2012-02-131-12/+3
* USB: convert drivers/bluetooth/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-14/+1
* Bluetooth: Use __packed annotation for driversGustavo F. Padovan2010-07-211-1/+1
* Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2010-02-271-1/+1
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-5/+0
* Bluetooth: Send HCI Reset command by default on device initializationMarcel Holtmann2008-11-301-0/+2
* bpa10x: free sk_buff with kfree_skbIlpo Järvinen2008-10-311-2/+2
* [Bluetooth] Fix double frees on error paths of btusb and bpa10x driversMarcel Holtmann2008-10-061-2/+0
* [Bluetooth] Removal of unnecessary ignore module parameterMarcel Holtmann2008-08-071-9/+1
* drivers/bluetooth/bpa10x.c: fix memleakAdrian Bunk2008-02-051-0/+1
* [Bluetooth] Change BPA 100/105 driver to use USB anchorsMarcel Holtmann2007-10-221-362/+262
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0
* [Bluetooth]: Add endian annotations to the coreMarcel Holtmann2005-11-081-2/+2
* [PATCH] bluetooth: kmalloc + memset -> kzalloc conversionDeepak Saxena2005-11-071-3/+1
* [Bluetooth] Ignore additional interfaces of BPA 100/105 devicesMarcel Holtmann2005-10-281-0/+3
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-1/+1
* [Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann2005-08-291-7/+7
* [Bluetooth]: Fix sparse warnings (__nocast type)Victor Fusco2005-08-291-1/+2
* [Bluetooth] Kill redundant NULL checks before kfree()Marcel Holtmann2005-08-061-5/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+657