summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix invalid-free in bcsp_close()Tomas Bortoli2019-11-041-0/+3
* Bluetooth: hci_qca: add PM supportClaire Chang2019-11-041-3/+124
* Bluetooth: hci_bcm: Add compatible string for BCM43540Abhishek Pandit-Subedi2019-10-261-0/+1
* Bluetooth: btrtl: remove unneeded semicolonYueHaibing2019-10-261-1/+1
* ionic: update driver versionShannon Nelson2019-10-261-1/+1
* ionic: implement support for rx sglShannon Nelson2019-10-263-84/+224
* ionic: add a watchdog timer to monitor heartbeatShannon Nelson2019-10-263-2/+20
* ionic: add heartbeat checkShannon Nelson2019-10-263-1/+70
* ionic: reverse an interrupt coalesce calculationShannon Nelson2019-10-261-1/+1
* ionic: fix up struct name commentsShannon Nelson2019-10-261-98/+98
* r8169: improve rtl8169_rx_fillHeiner Kallweit2019-10-261-6/+3
* r8169: align fix_features callback with vendor driverHeiner Kallweit2019-10-261-1/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-10-2611-474/+159
|\
| * Bluetooth: hci_bcm: Fix RTS handling during startupStefan Wahren2019-10-211-0/+2
| * Revert "Bluetooth: hci_qca: Add delay for wcn3990 stability"Jeffrey Hugo2019-10-211-3/+1
| * Bluetooth: btusb: Remove return statement in btintel_reset_to_bootloaderNathan Chancellor2019-10-191-1/+0
| * Bluetooth: hci_qca: Split qca_power_setup()Bjorn Andersson2019-10-171-25/+36
| * Bluetooth: hci_qca: Use regulator bulk enable/disableBjorn Andersson2019-10-171-42/+13
| * Bluetooth: hci_qca: Don't vote for specific voltageBjorn Andersson2019-10-171-18/+8
| * Bluetooth: hci_qca: Update regulator_set_load() usageBjorn Andersson2019-10-171-15/+18
| * Bluetooth: hci_qca: Add delay for wcn3990 stabilityJeffrey Hugo2019-10-171-1/+3
| * Bluetooth: btusb: Trigger Intel FW download error recoveryAmit K Bag2019-10-173-4/+67
| * Bluetooth: btwilink: drop superseded driverSebastian Reichel2019-10-163-349/+0
| * Revert "Bluetooth: hci_ll: set operational frequency earlier"Adam Ford2019-10-161-21/+18
| * Bluetooth: btusb: Use IS_ENABLED instead of #ifdefMarcel Holtmann2019-10-161-15/+7
| * Bluetooth: btusb: avoid unused function warningArnd Bergmann2019-10-161-3/+2
| * Bluetooth: btusb: print FW version after FW downloadAmit K Bag2019-10-161-0/+7
| * Bluetooth: btrtl: Fix an issue for the incorrect error return code.Max Chou2019-10-161-1/+1
| * Bluetooth: hci_nokia: Save a few cycles in 'nokia_enqueue()'Christophe JAILLET2019-10-161-1/+1
* | net: phy: dp83867: move dt parsing to probeGrygorii Strashko2019-10-261-5/+1
* | net: phy: dp83867: enable robust auto-mdixGrygorii Strashko2019-10-261-5/+10
* | r8152: check the pointer rtl_fw->fw before using itHayes Wang2019-10-261-2/+5
* | dpaa_eth: add newline in dev_err() msgMadalin Bucur2019-10-251-1/+1
* | fsl/fman: remove unused struct memberMadalin Bucur2019-10-251-3/+0
* | dpaa_eth: change DMA deviceMadalin Bucur2019-10-252-51/+62
* | fsl/fman: add API to get the device behind a fman portLaurentiu Tudor2019-10-252-0/+16
* | dpaa_eth: remove redundant codeMadalin Bucur2019-10-251-4/+0
* | dpaa_eth: defer probing after qbmanLaurentiu Tudor2019-10-251-0/+31
* | fsl/fman: don't touch liodn base regs reserved on non-PAMU SoCsLaurentiu Tudor2019-10-251-1/+5
* | net: aquantia: add support for PIN funcsDmitry Bezrukov2019-10-246-1/+422
* | net: aquantia: add support for Phy accessDmitry Bezrukov2019-10-248-0/+399
* | net: aquantia: implement get_ts_info ethtoolEgor Pomozov2019-10-241-1/+34
* | net: aquantia: add support for ptp ioctlsEgor Pomozov2019-10-243-0/+151
* | net: aquantia: rx filters for ptpDmitry Bezrukov2019-10-246-54/+131
* | net: aquantia: implement data PTP datapathEgor Pomozov2019-10-2411-12/+738
* | net: aquantia: styling fixes on ptp related functionsDmitry Bezrukov2019-10-242-5/+8
* | net: aquantia: add PTP rings infrastructureEgor Pomozov2019-10-2411-12/+365
* | net: aquantia: add basic ptp_clock callbacksEgor Pomozov2019-10-2410-30/+403
* | net: aquantia: unify styling of bit enumsDmitry Bezrukov2019-10-242-17/+26
* | net: aquantia: PTP skeleton declarations and callbacksEgor Pomozov2019-10-246-6/+201