aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-03net: dsa: bcm_sf2: Allow targeting CPU ports for CFP rulesFlorian Fainelli1-1/+2
2018-08-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-5/+54
2018-08-03Merge tag 'drm-fixes-2018-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-4/+21
2018-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+6
2018-08-03net: hns3: Refine the MSIX allocation for PFJian Shen3-4/+9
2018-08-03net: hns3: Fix MSIX allocation issue for VFJian Shen4-16/+85
2018-08-03bnxt_en: combine 'else if' and 'else' into single branchYueHaibing1-2/+6
2018-08-03Bluetooth: hci_qca: Add support for Qualcomm Bluetooth chip wcn3990Balakrishna Godavarthi2-47/+363
2018-08-03Bluetooth: btqca: Add wcn3990 firmware download support.Balakrishna Godavarthi1-4/+21
2018-08-03Bluetooth: hci_qca: Enable 3.2 Mbps operating speed.Balakrishna Godavarthi1-1/+3
2018-08-03Bluetooth: hci_qca: Add wrapper functions for setting UART speedBalakrishna Godavarthi1-23/+70
2018-08-03Bluetooth: btqca: Redefine qca_uart_setup() to generic function.Balakrishna Godavarthi3-16/+28
2018-08-03Bluetooth: btqca: Rename ROME specific functions to generic functionsBalakrishna Godavarthi3-46/+51
2018-08-03Bluetooth: hci_h5: Add support for enable and device-wake GPIOsHans de Goede1-0/+41
2018-08-03Bluetooth: hci_h5: Add support for the RTL8723BSJeremy Cline1-0/+69
2018-08-03Bluetooth: hci_h5: Add vendor setup, open, and close callbacksJeremy Cline1-1/+39
2018-08-03Bluetooth: hci_h5: Add support for serdev enumerated devicesHans de Goede1-4/+48
2018-08-03Bluetooth: btrtl: Add support for a config filename postfixHans de Goede2-14/+24
2018-08-03Bluetooth: btrtl: add support for the RTL8723BS and RTL8723DS chipsMartin Blumenstingl1-4/+47
2018-08-03Bluetooth: btrtl: add support for retrieving the UART settingsMartin Blumenstingl2-0/+134
2018-08-03Bluetooth: btrtl: Use rtl_dev_err and rtl_dev_infoHans de Goede1-31/+27
2018-08-03Bluetooth: btrtl: split the device initialization into smaller partsMartin Blumenstingl2-106/+199
2018-08-03Bluetooth: btrtl: add MODULE_FIRMWARE declarationsMartin Blumenstingl1-0/+9
2018-08-03Bluetooth: btusb: Use bt_dev_err for Intel firmware loading errorsMarcel Holtmann1-40/+37
2018-08-03Bluetooth: btusb: Release RF resource on BT shutdownAmit K Bag1-0/+16
2018-08-02Merge tag 'media/v4.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds4-9/+16
2018-08-02xen-netback: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-08-02drivers: net: lmc: fix case value for target abort errorColin Ian King1-1/+1
2018-08-02net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'YueHaibing2-14/+1
2018-08-02net: phy: Add pm support to Broadcom iProc mdio mux driverArun Parameswaran1-0/+27
2018-08-02net: phy: Add support to configure clock in Broadcom iProc mdio muxArun Parameswaran1-2/+39
2018-08-02net: phy: Use devm api for mdio bus allocation in bcm iproc mdio muxArun Parameswaran1-5/+2
2018-08-02net: phy: Disable external master access in bcm mdio mux driverArun Parameswaran1-0/+15
2018-08-02net: phy: Fix the register offsets in Broadcom iProc mdio mux driverArun Parameswaran1-5/+15
2018-08-02qtnfmac: implement basic WoWLAN supportSergey Matyukevich6-0/+248
2018-08-02mt76x0: load firmware from mediatek subdirStanislaw Gruszka1-1/+1
2018-08-02mt76x0: disable HW before probeStanislaw Gruszka3-1/+6
2018-08-02mt76: Kconfig and Makefile for mt76x0 driverStanislaw Gruszka3-0/+15
2018-08-02mt76: add more statesStanislaw Gruszka1-0/+2
2018-08-02mt76x0: main fileStanislaw Gruszka1-0/+403
2018-08-02mt76x0: dma and tx filesStanislaw Gruszka3-0/+918
2018-08-02mt76x0: trace and debugfs filesStanislaw Gruszka3-0/+553
2018-08-02mt76x0: eeprom filesStanislaw Gruszka2-0/+594
2018-08-02mt76x0: init filesStanislaw Gruszka2-0/+1002
2018-08-02mt76x0: phy filesStanislaw Gruszka3-0/+1861
2018-08-02mt76x0: mcu filesStanislaw Gruszka2-0/+757
2018-08-02mt76x0: usb filesStanislaw Gruszka2-0/+438
2018-08-02mt76x0: mac filesStanislaw Gruszka2-0/+814
2018-08-02mt76x0: core filesStanislaw Gruszka4-0/+1062
2018-08-02mt76: add driver code for MT76x2u based devicesLorenzo Bianconi12-0/+1891