summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-03-04regulator: pv88090: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-45/+8
2019-03-04regulator: pv88080: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-47/+8
2019-03-04regulator: pv88060: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-44/+7
2019-03-04Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown5-7/+8
2019-03-04regulator: max77650: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-49/+25
2019-03-04regulator: lp873x: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-39/+6
2019-03-04regulator: lp872x: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-60/+10
2019-03-04regulator: da9210: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-46/+7
2019-03-04regulator: da9055: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-36/+9
2019-03-04regulator: core: Add set/get_current_limit helpers for regmap usersAxel Lin1-0/+86
2019-03-04net: macb: Add support for suspend/resume with full power downHarini Katakam1-2/+38
2019-03-04net: macb: Add pm runtime supportHarini Katakam1-36/+112
2019-03-04net: macb: Support clock management for tsu_clkHarini Katakam2-6/+27
2019-03-04net: macb: Check MDIO state before read/write and use timeoutsHarini Katakam2-6/+29
2019-03-04net: dsa: microchip: add KSZ9893 switch supportTristram Ha3-15/+235
2019-03-03net: mscc: Enable all ports in QSGMIIKavya Sree Kotagiri1-3/+11
2019-03-03Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-1/+3
2019-03-03Merge tag 'mlx5-updates-2019-03-01' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller14-109/+604
2019-03-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-60/+307
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-23/+135
2019-03-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds10-35/+70
2019-03-02Bluetooth: mediatek: add support for MediaTek MT7663U and MT7668U UART devicesSean Wang1-10/+271
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-23/+135
2019-03-02Bluetooth: hci_qca: Reduce delay after sending baudrate request for WCN3990Matthias Kaehlcke1-8/+18
2019-03-02Merge tag 'wireless-drivers-next-for-davem-2019-03-01' of git://git.kernel.or...David S. Miller102-768/+7102
2019-03-02net: dsa: mv88e6xxx: Fix statistics on mv88e6161Andrew Lunn1-1/+1
2019-03-02net: mvpp2: set the GMAC, XLG MAC, XPCS and MPCS in reset when a port is downAntoine Tenart1-0/+3
2019-03-02net: mvpp2: set the XPCS and MPCS in reset when not usedAntoine Tenart2-8/+59
2019-03-02net: mvpp2: reset the MACs when reconfiguring a portAntoine Tenart1-0/+3
2019-03-02net: mvpp2: rework the XLG MAC reset handlingAntoine Tenart1-9/+18
2019-03-02net: mvpp2: force the XLG MAC link up or down when not using in-bandAntoine Tenart2-10/+27
2019-03-02net: mvpp2: only update the XLG configuration when neededAntoine Tenart1-5/+8
2019-03-02net: mvpp2: always disable both MACs when disabling a portAntoine Tenart1-4/+4
2019-03-02net: mvpp2: some AN fields require the link to be down when updatedAntoine Tenart1-1/+11
2019-03-02net: mvpp2: fix the computation of the RXQsAntoine Tenart2-10/+17
2019-03-02net: mvpp2: fix validate for PPv2.1Antoine Tenart1-1/+1
2019-03-02net: mvpp2: reconfiguring the port interface is PPv2.2 specificAntoine Tenart1-8/+6
2019-03-02net: mvpp2: a port can be disabled even if we use the link IRQAntoine Tenart1-7/+0
2019-03-02net: mvpp2: fix alignment of MVPP2_GMAC_CONFIG_MII_SPEED definitionAntoine Tenart1-1/+1
2019-03-02net: mvpp2: update the port documentation regarding the GoPAntoine Tenart1-1/+1
2019-03-02net: mvpp2: fix a typo in the headerAntoine Tenart1-1/+1
2019-03-02cxgb4vf: Call netif_carrier_off properly in pci_probeArjun Vynipadath1-1/+1
2019-03-02cxgb4vf: Revert force link up behaviourArjun Vynipadath1-10/+3
2019-03-02cxgb4: Add VF Link state supportArjun Vynipadath3-6/+60
2019-03-02cxgb4vf: Prefix adapter flags with CXGB4VFArjun Vynipadath3-43/+47
2019-03-02drivers: net: Remove unnecessary semicolonYueHaibing5-5/+6
2019-03-02geneve: correctly handle ipv6.disable module parameterJiri Benc1-3/+8
2019-03-02mlxsw: spectrum_acl: Make mlxsw_sp_acl_tcam_vregion_rehash() return voidJiri Pirko1-8/+4
2019-03-02mlxsw: spectrum_acl: Remember where to continue rehash migrationJiri Pirko1-5/+86
2019-03-02mlxsw: spectrum_acl: Allow to interrupt/continue rehash workJiri Pirko1-20/+62