summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-01-04Bluetooth: Deal with USB devices that are faking CSR vendorMarcel Holtmann1-1/+45
2013-12-29Bluetooth: Use MD SET register for changing SDIO Type-B to Type-AMarcel Holtmann1-1/+2
2013-12-29Bluetooth: Add support for vectored writes to virtual HCI driverMarcel Holtmann1-11/+18
2013-12-23Bluetooth: Set HCI_QUIRK_RESET_ON_CLOSE for Socket SDIO cardsMarcel Holtmann1-0/+3
2013-12-04Bluetooth: Enable autosuspend for Intel Bluetooth deviceTedd Ho-Jeong An1-1/+3
2013-12-04Bluetooth: Add support for Intel Bluetooth device [8087:0a2a]Tedd Ho-Jeong An1-0/+1
2013-12-04Bluetooth: ath3k: Add support for a new AR3012 deviceSujith Manoharan2-0/+3
2013-12-04Bluetooth: ath3k: Add support for another AR3012 cardSujith Manoharan2-0/+3
2013-12-04Bluetooth: btmrvl: remove cal-data byte swapping and redundant mem copyBing Zhao2-18/+11
2013-12-04Bluetooth: btmrvl: use cal-data from device-tree instead of conf fileBing Zhao4-89/+18
2013-12-04Bluetooth: btmrvl: operate on 16-bit opcodes instead of ogf/ocfBing Zhao2-20/+20
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville29-230/+246
2013-12-02brcmfmac: expose chip information through debugfsArend van Spriel1-1/+35
2013-12-02brcmfmac: move firmware event related defines to fweh.hArend van Spriel2-49/+54
2013-12-02brcmfmac: remove some unused definitionsArend van Spriel1-48/+0
2013-12-02brcmfmac: Use consistent naming for BCDC.Hante Meuleman3-106/+95
2013-12-02brcmfmac: move firmware command code definitionsArend van Spriel2-61/+61
2013-12-02brcmfmac: move firmware related structures to fwil_types.hArend van Spriel4-311/+310
2013-12-02brcmfmac: remove unnecessary EXPORT_SYMBOL() usageArend van Spriel1-3/+0
2013-12-02brcmfmac: provide firmware version in ethtool driver infoArend van Spriel3-3/+13
2013-12-02brcmfmac: Dynamically register a protocol layer.Hante Meuleman9-71/+202
2013-12-02brcmfmac: remove redundant ioctl handlersArend van Spriel1-149/+0
2013-12-02brcmfmac: use platform specific alignment in SDIOArend van Spriel1-28/+22
2013-12-02brcmfmac: determine alignment values during probeArend van Spriel1-24/+24
2013-12-02brcmfmac: removed dhd_proto.h.Hante Meuleman6-43/+15
2013-12-02brcmfmac: rename dhd_cdc to bcdcHante Meuleman2-1/+1
2013-12-02brcmfmac: add host tx glomming supportFranky Lin1-100/+227
2013-12-02brcmfmac: add firmware and nvram file name for bcm4339Franky Lin1-1/+6
2013-12-02brcmfmac: fix driver build issue when CONFIG_BRCMDBG is not setArend van Spriel1-2/+6
2013-12-02brcmfmac: determine sd host controller related variable earlierArend van Spriel1-15/+17
2013-12-02brcmfmac: support hardware extension header in trace_brcmf_sdpcm_hdr()Arend van Spriel2-11/+22
2013-12-02brcmsmac: select CONFIG_BCMA when possibleArend van Spriel1-1/+2
2013-12-02brcmfmac: reduce logging noise accessing SDIO SleepCSR registerArend van Spriel1-4/+15
2013-12-02brcmfmac: remove empty brcmf_proto_stopFranky Lin3-11/+0
2013-12-02brcmfmac: start netif queues only when setup is completed successfulArend van Spriel1-5/+4
2013-12-02brcmfmac: replace dongle command list with .preinit() callbackArend van Spriel4-44/+51
2013-12-02brcmfmac: add separate function for passing bus tx overheadArend van Spriel4-6/+19
2013-12-02brcmfmac: Update fwsignal to fix out of order tx.Hante Meuleman1-21/+146
2013-12-02ath9k: Fix initvals for freq 2484Sujith Manoharan4-4/+19
2013-12-02ath9k: Update AR9340 initvalsSujith Manoharan1-272/+14
2013-12-02ath9k: Update initvals for AR9580 v1.0Sujith Manoharan1-173/+386
2013-12-02ath9k: Update initvals for AR9300 v2.2Sujith Manoharan1-12/+12
2013-12-02ath9k: Remove duplicate initvals for AR9462 v2.1Sujith Manoharan4-1550/+60
2013-12-02ath9k: Attach INI arrays for AR9565 v1.1Sujith Manoharan1-0/+54
2013-12-02ath9k: Add version macros for AR9565 1.1Sujith Manoharan1-1/+11
2013-12-02ath9k: Add initvals for AR9565 1.1Sujith Manoharan1-0/+64
2013-12-02ath9k: Cleanup IQ calibration for PCOEM chipsSujith Manoharan1-11/+1
2013-12-02ath9k_hw: allow fast channel change when only CHANNEL_HT changesFelix Fietkau1-3/+4
2013-12-02ath9k_hw: fix TSF save/restore around chip resetFelix Fietkau1-6/+10
2013-12-02ath9k: optimize ath9k_flushFelix Fietkau3-21/+27