aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 4-3/+17
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 2-0/+11
2010-10-22bluetooth: Fix missing NULL checkGravatar Alan Cox 1-0/+7
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 2-0/+11
2010-10-12Bluetooth: hci_uart: Fix typo in stats for sco txGravatar Karl Beldan 1-1/+1
2010-10-12Bluetooth: Add support Bluetooth controller of MacbookPro 7,1Gravatar Nobuhiro Iwamatsu 1-0/+3
2010-10-12Bluetooth: Add support Bluetooth controller of MacbookPro 6,2Gravatar Nobuhiro Iwamatsu 1-0/+3
2010-10-12Bluetooth: Support SDIO devices that are AMP controllersGravatar David Vrabel 1-0/+8
2010-10-12Bluetooth: HCI devices are either BR/EDR or AMP radiosGravatar David Vrabel 1-2/+2
2010-09-29pcmcia: move driver name to struct pcmcia_driverGravatar Dominik Brodowski 4-12/+4
2010-09-29pcmcia: use autoconfiguration feature for ioports and iomemGravatar Dominik Brodowski 3-63/+59
2010-09-29pcmcia: introduce autoconfiguration featureGravatar Dominik Brodowski 3-13/+2
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceGravatar Dominik Brodowski 4-12/+8
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceGravatar Dominik Brodowski 1-1/+1
2010-09-29pcmcia: simplify IntTypeGravatar Dominik Brodowski 4-4/+0
2010-09-29pcmcia: move Vpp setup to struct pcmcia_deviceGravatar Dominik Brodowski 2-2/+2
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Gravatar Linus Torvalds 4-65/+60
2010-08-03pcmcia: do not use io_req_t when calling pcmcia_request_io()Gravatar Dominik Brodowski 4-36/+34
2010-08-03pcmcia: do not use io_req_t after call to pcmcia_request_io()Gravatar Dominik Brodowski 4-25/+26
2010-07-30pcmcia: remove cs_types.hGravatar Dominik Brodowski 4-4/+0
2010-07-27Bluetooth: Fix kfree() => kfree_skb() in hci_ath.cGravatar Dan Carpenter 1-1/+1
2010-07-27Bluetooth: Add __init and __exit marks to UART driversGravatar Gustavo F. Padovan 4-8/+8
2010-07-27Bluetooth: Use hci_recv_stream_fragment() in UART driverGravatar Gustavo F. Padovan 1-101/+2
2010-07-27Bluetooth: Fix permission of hci_ath.cGravatar Gustavo F. Padovan 1-0/+0
2010-07-21Bluetooth: Support for Atheros AR300x serial chipGravatar Suraj Sumangala 5-1/+261
2010-07-21Bluetooth: Use __packed annotation for driversGravatar Gustavo F. Padovan 4-5/+5
2010-07-21Bluetooth: Move bit-field variable in USB driver to data->flagsGravatar Gustavo F. Padovan 1-6/+4
2010-07-21Bluetooth: Added support for controller shipped with iMac i5Gravatar Cyril Lacoux 1-0/+3
2010-07-21Bluetooth: Remove unnecessary casts of private_data in driversGravatar Joe Perches 1-1/+1
2010-07-21Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctlsGravatar Johan Hedberg 2-1/+18
2010-07-21Bluetooth: Use kzalloc for driversGravatar Julia Lawall 1-6/+2
2010-07-21Bluetooth: Use kmemdup for driversGravatar Julia Lawall 1-2/+1
2010-07-21Bluetooth: Process interrupt in main thread of btmrvl driver as wellGravatar Amitkumar Karwar 3-48/+55
2010-07-21Bluetooth: Fix warning: variable 'tty' set but not usedGravatar Justin P. Mattock 1-2/+0
2010-07-21Bluetooth: Silence warning in btmrvl SDIO driverGravatar Kulikov Vasiliy 1-3/+3
2010-07-01drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.hGravatar Cody Rester 1-1/+1
2010-06-30Bluetooth: Fix abuse of the preincrement operatorGravatar David Howells 1-1/+1
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 6-43/+76
2010-05-10pcmcia: dev_node removal (write-only drivers)Gravatar Dominik Brodowski 4-16/+0
2010-05-10pcmcia: re-work pcmcia_request_irq()Gravatar Dominik Brodowski 4-20/+8
2010-05-10Bluetooth: Set hdev->dev_type based on Marvell device typeGravatar Bing Zhao 2-0/+11
2010-05-10Bluetooth: Separate btmrvl_register_hdev() from btmrvl_add_card()Gravatar Bing Zhao 3-33/+50
2010-05-10Bluetooth: Decode btmrvl MODULE_BRINGUP_REG response correctlyGravatar Bing Zhao 2-3/+8
2010-05-10Bluetooth: Fix storing negative values as unsigned charGravatar Dan Carpenter 1-1/+1
2010-05-10Bluetooth: Fix wrong packet type count incrementGravatar Gustavo F. Padovan 1-1/+1
2010-05-10Bluetooth: Use the proper function cast to get hdr dataGravatar Gustavo F. Padovan 1-3/+3
2010-05-10Bluetooth: Fix return value when bt_skb_alloc failsGravatar Gustavo F. Padovan 2-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 3-0/+3
2010-02-27Bluetooth: Convert Marvell driver to use per adapter debugfsGravatar Marcel Holtmann 1-7/+7
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busGravatar Marcel Holtmann 11-11/+11