summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcma: use chipcommon node from DT for SoC GPIO chipRafał Miłecki2014-09-301-0/+4
* bcma: register bcma as device tree driverHauke Mehrtens2014-09-303-1/+146
* mwifiex: add more dump information for PCIe interfaceAmitkumar Karwar2014-09-302-0/+11
* mwifiex: error path handling in pcie firmware dumpAmitkumar Karwar2014-09-301-4/+7
* rtlwifi: Fix problems with building an allyesconfigLarry Finger2014-09-2620-833/+223
* rtlwifi: rtl8821ae: Move driver from staging to regular treeLarry Finger2014-09-2628-6/+26865
* rtlwifi: rtl8188ee: Update driver to match Realtek release of 06282014Larry Finger2014-09-2625-4248/+4863
* rtlwifi: Finish modifying core routines for new driversLarry Finger2014-09-269-133/+174
* rtlwifi: Update power-save routines for 062814 driverLarry Finger2014-09-2613-253/+162
* rtlwifi: Modify cam.{c,h} and efuse.{c,h} for new driversLarry Finger2014-09-264-156/+156
* rtlwifi: Modify base.{c,h} for new driversLarry Finger2014-09-263-252/+463
* rtlwifi: Modify core.c for new driversLarry Finger2014-09-264-234/+602
* rtlwifi: rtl_pci: Start modification for new driversLarry Finger2014-09-265-334/+605
* rtlwifi: Remove extra workqueue for enter/leave power stateLarry Finger2014-09-261-5/+2
* rtlwifi: btcoexist: Fix Smatch warningLarry Finger2014-09-263-3/+3
* ath9k: Fix offchannel queuingSujith Manoharan2014-09-261-3/+3
* ath9k: Use normal queues for offchannel framesSujith Manoharan2014-09-261-2/+1
* ath9k: Fix queue managementSujith Manoharan2014-09-261-7/+3
* rt2800: correct BBP1_TX_POWER_CTRL maskStanislaw Gruszka2014-09-261-1/+1
* wil6210: ethtool opsVladimir Kondratiev2014-09-266-12/+138
* bcma: gpio: use ChipCommon GPIO IRQ on BCM47XX arch onlyRafał Miłecki2014-09-261-2/+2
* rtl818x_pci: add RSSI information for rtl8187SEandrea.merello2014-09-261-5/+23
* ath9k: Fix p2p address managementSujith Manoharan2014-09-262-0/+37
* bcma: print chip ID in a more user-friendly formRafał Miłecki2014-09-261-2/+6
* mwifiex: ensure user_scan_in not NULL while setting scan channel gapAvinash Patil2014-09-261-16/+17
* ath9k: Cache BSS informationSujith Manoharan2014-09-263-7/+17
* ath5k: Remove AHB bus supportPaul Bolle2014-09-266-294/+3
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-09-262-145/+385
|\
| * mrf24j40: use pr_* / dev_* instead of printk()Varka Bhadram2014-09-241-7/+7
| * mrf24j40: remove unnecessary return statementVarka Bhadram2014-09-241-2/+0
| * mrf24j40: fix Missing a blank line after declarationsVarka Bhadram2014-09-241-0/+3
| * Bluetooth: btusb: Implement driver internal packet reassemblyMarcel Holtmann2014-09-161-8/+189
| * Bluetooth: btusb: Split fragement receiption into separate functionsMarcel Holtmann2014-09-161-9/+21
| * Bluetooth: btusb: Fix old coding style issuesMarcel Holtmann2014-09-161-56/+58
| * Bluetooth: btusb: Separate TX URB allocation and submissionMarcel Holtmann2014-09-141-81/+125
| * Bluetooth: btusb: Use GFP_KERNEL in btusb_send_frame()Johan Hedberg2014-09-141-5/+5
* | Merge tag 'nfc-next-3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-09-2610-335/+1003
|\ \
| * | NFC: st21nfca: Fix potential double kfree_skb errorChristophe Ricard2014-09-241-2/+0
| * | NFC: st21nfca: ERR_PTR vs NULL fixChristophe Ricard2014-09-241-2/+2
| * | NFC: st21nfcb: remove error outputChristophe Ricard2014-09-241-3/+1
| * | NFC: st21nfcb: Add ISO15693 Reader/Writer supportChristophe Ricard2014-09-241-0/+1
| * | NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard2014-09-241-0/+10
| * | NFC: st21nfcb: Fix improper ndlc T2 managementChristophe Ricard2014-09-241-1/+5
| * | NFC: st21nfcb: Fix improper management of -EREMOTEIO error code.Christophe Ricard2014-09-242-15/+8
| * | NFC: st21nfca: Fix recursive fault when doing p2p in target mode.Christophe Ricard2014-09-241-7/+4
| * | NFC: st21nfca: Fix potential skb leaks in NFC-DEP codeChristophe Ricard2014-09-241-2/+9
| * | NFC: st21nfca: Fix few coding style issueChristophe Ricard2014-09-241-5/+3
| * | NFC: trf7970a: Unlock mutex before exiting _trf7970a_tg_listen()Mark A. Greer2014-09-241-4/+4
| * | NFC: trf7970a: Unlock mutex before exiting trf7970a_irq()Mark A. Greer2014-09-241-2/+3
| * | NFC: trf7970a: Remove unnecessary local variable initializationMark A. Greer2014-09-241-1/+1