summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-91/+31
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville8-23/+9
2012-09-18Bluetooth: Add support for BCM20702A0 [04ca, 2003]Jaroslav Resler1-0/+1
2012-09-18Bluetooth: Add USB_VENDOR_AND_INTERFACE_INFO() for Broadcom/FoxconnGustavo Padovan1-1/+1
2012-09-18Bluetooth: btuart_cs.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-18Bluetooth: hci_vhci.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-18Bluetooth: hci_ll.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-18Bluetooth: hci_ldisc.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-18Bluetooth: bluecard_cs.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman2-5/+9
2012-09-08Bluetooth: btmrvl: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2012-09-08Bluetooth: Use module_platform_driver() in btwilink.c fileSachin Kamat1-15/+1
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-4/+12
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2-0/+4
2012-08-27Bluetooth: Add support for Apple vendor-specific devicesHenrik Rydberg1-0/+3
2012-08-21Bluetooth: Use USB_VENDOR_AND_INTERFACE() for Broadcom devicesGustavo Padovan1-5/+3
2012-08-15Bluetooth: Add support for Sony Vaio T-SeriesYevgeniy Melnichuk2-0/+3
2012-08-06Bluetooth: add support for atheros 0489:e057Peng Chen2-0/+3
2012-08-06Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0Manoj Iyer1-0/+1
2012-08-06Bluetooth: Use devm_kzalloc in dtl1_cs.c fileSachin Kamat1-2/+1
2012-08-06Bluetooth: Use devm_kzalloc in btwilink.c fileSachin Kamat1-6/+2
2012-08-06Bluetooth: Use devm_kzalloc in btusb.c fileSachin Kamat1-10/+3
2012-08-06Bluetooth: Use devm_kzalloc in btuart_cs.c fileSachin Kamat1-4/+1
2012-08-06Bluetooth: Use devm_kzalloc in btsdio.c fileSachin Kamat1-6/+2
2012-08-06Bluetooth: Use devm_kzalloc in btmrvl_sdio.c fileSachin Kamat1-11/+4
2012-08-06Bluetooth: Use devm_kzalloc in bt3c_cs.c fileSachin Kamat1-4/+1
2012-08-06Bluetooth: Use devm_kzalloc in bpa10x.c fileSachin Kamat1-6/+2
2012-08-06Bluetooth: Use devm_kzalloc in bluecard_cs.c fileSachin Kamat1-4/+1
2012-08-06Bluetooth: Use devm_kzalloc in bfusb.c fileSachin Kamat1-8/+4
2012-08-06Bluetooth: Use devm_kzalloc in bcm203x.c file.Sachin Kamat1-7/+1
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman16-56/+872
2012-07-17Bluetooth: Introduce a flags variable to Three-wire UART stateJohan Hedberg1-11/+15
2012-07-17Bluetooth: Improve Three-wire UART configuration handlingJohan Hedberg1-7/+27
2012-07-17Bluetooth: Remove unnecessary h5_build_pkt functionJohan Hedberg1-26/+23
2012-07-17Bluetooth: Implement proper low-power support for Three-wire UARTJohan Hedberg1-5/+32
2012-07-17Bluetooth: Add initialization tracking to HCI Three-wire driverJohan Hedberg1-16/+50
2012-07-17Bluetooth: Add initial sleep support to Three-wire UARTJohan Hedberg1-0/+13
2012-07-17Bluetooth: Improve rx debug logs for Three-wire UARTJohan Hedberg1-14/+3
2012-07-17Bluetooth: Use delayed init for Three-wire UARTJohan Hedberg1-0/+3
2012-07-17Bluetooth: Add delayed init sequence support for UART controllersJohan Hedberg2-1/+43
2012-07-17Bluetooth: Simplify hci_uart_tty_close logicJohan Hedberg1-12/+13
2012-07-17Bluetooth: Add support for Three-wire Link Control packetsJohan Hedberg1-17/+79
2012-07-17Bluetooth: Fix/implement Three-wire reliable packet sendingJohan Hedberg1-17/+70
2012-07-17Bluetooth: Add Three-wire header value convenience macrosJohan Hedberg1-0/+8
2012-07-17Bluetooth: Add initial packet sending support to Three-wire UARTJohan Hedberg1-7/+98
2012-07-17Bluetooth: Add basic packet parsing to Three-wire UART driverJohan Hedberg1-8/+222
2012-07-17Bluetooth: Add initial reliable packet support for Three-wire UARTJohan Hedberg1-0/+56
2012-07-17Bluetooth: Add basic state tracking to Three-wire UART driverJohan Hedberg1-4/+92
2012-07-17Bluetooth: Initial skeleton for Three-wire UART (H5) supportJohan Hedberg5-0/+112
2012-07-16tty: move the termios object into the ttyAlan Cox1-1/+1