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