summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-234-3/+17
|\
| * Bluetooth: hci_uart: Fix typo in stats for sco txKarl Beldan2010-10-121-1/+1
| * Bluetooth: Add support Bluetooth controller of MacbookPro 7,1Nobuhiro Iwamatsu2010-10-121-0/+3
| * Bluetooth: Add support Bluetooth controller of MacbookPro 6,2Nobuhiro Iwamatsu2010-10-121-0/+3
| * Bluetooth: Support SDIO devices that are AMP controllersDavid Vrabel2010-10-121-0/+8
| * Bluetooth: HCI devices are either BR/EDR or AMP radiosDavid Vrabel2010-10-121-2/+2
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-0/+11
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-152-0/+11
| |/
* | bluetooth: Fix missing NULL checkAlan Cox2010-10-221-0/+7
* | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-294-12/+4
* | pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski2010-09-293-63/+59
* | pcmcia: introduce autoconfiguration featureDominik Brodowski2010-09-293-13/+2
* | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-294-12/+8
* | pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski2010-09-291-1/+1
* | pcmcia: simplify IntTypeDominik Brodowski2010-09-294-4/+0
* | pcmcia: move Vpp setup to struct pcmcia_deviceDominik Brodowski2010-09-292-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-08-064-65/+60
|\
| * pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-034-36/+34
| * pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski2010-08-034-25/+26
| * pcmcia: remove cs_types.hDominik Brodowski2010-07-304-4/+0
* | Bluetooth: Fix kfree() => kfree_skb() in hci_ath.cDan Carpenter2010-07-271-1/+1
* | Bluetooth: Add __init and __exit marks to UART driversGustavo F. Padovan2010-07-274-8/+8
* | Bluetooth: Use hci_recv_stream_fragment() in UART driverGustavo F. Padovan2010-07-271-101/+2
* | Bluetooth: Fix permission of hci_ath.cGustavo F. Padovan2010-07-271-0/+0
* | Bluetooth: Support for Atheros AR300x serial chipSuraj Sumangala2010-07-215-1/+261
* | Bluetooth: Use __packed annotation for driversGustavo F. Padovan2010-07-214-5/+5
* | Bluetooth: Move bit-field variable in USB driver to data->flagsGustavo F. Padovan2010-07-211-6/+4
* | Bluetooth: Added support for controller shipped with iMac i5Cyril Lacoux2010-07-211-0/+3
* | Bluetooth: Remove unnecessary casts of private_data in driversJoe Perches2010-07-211-1/+1
* | Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctlsJohan Hedberg2010-07-212-1/+18
* | Bluetooth: Use kzalloc for driversJulia Lawall2010-07-211-6/+2
* | Bluetooth: Use kmemdup for driversJulia Lawall2010-07-211-2/+1
* | Bluetooth: Process interrupt in main thread of btmrvl driver as wellAmitkumar Karwar2010-07-213-48/+55
* | Bluetooth: Fix warning: variable 'tty' set but not usedJustin P. Mattock2010-07-211-2/+0
* | Bluetooth: Silence warning in btmrvl SDIO driverKulikov Vasiliy2010-07-211-3/+3
|/
* drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.hCody Rester2010-07-011-1/+1
* Bluetooth: Fix abuse of the preincrement operatorDavid Howells2010-06-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-206-43/+76
|\
| * Bluetooth: Set hdev->dev_type based on Marvell device typeBing Zhao2010-05-102-0/+11
| * Bluetooth: Separate btmrvl_register_hdev() from btmrvl_add_card()Bing Zhao2010-05-103-33/+50
| * Bluetooth: Decode btmrvl MODULE_BRINGUP_REG response correctlyBing Zhao2010-05-102-3/+8
| * Bluetooth: Fix storing negative values as unsigned charDan Carpenter2010-05-101-1/+1
| * Bluetooth: Fix wrong packet type count incrementGustavo F. Padovan2010-05-101-1/+1
| * Bluetooth: Use the proper function cast to get hdr dataGustavo F. Padovan2010-05-101-3/+3
| * Bluetooth: Fix return value when bt_skb_alloc failsGustavo F. Padovan2010-05-102-2/+2
* | pcmcia: dev_node removal (write-only drivers)Dominik Brodowski2010-05-104-16/+0
* | pcmcia: re-work pcmcia_request_irq()Dominik Brodowski2010-05-104-20/+8
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* Bluetooth: Convert Marvell driver to use per adapter debugfsMarcel Holtmann2010-02-271-7/+7
* Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2010-02-2711-11/+11
OpenPOWER on IntegriCloud