aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy/mv88e61xx.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-09net: phy: mv88e61xx: register phy_driver struct for 88E6071Anatolij Gustschin1-0/+12
2019-12-09net: phy: mv88E61xx: fix ENERGY_DET init for mv88E6071Anatolij Gustschin1-6/+16
2019-12-09net: phy: mv88e61xx: add CPU port parameter init for 88E6071Anatolij Gustschin1-14/+28
2019-12-09net: phy: mv88e61xx: rework to enable detection of 88E6071 devicesAnatolij Gustschin1-25/+125
2019-02-15net: mv88e61xx: fix autonegotiation on portsTim Harvey1-4/+4
2018-06-13net: phy: mv88e61xx: Force CPU port link upChris Packham1-21/+30
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-05-12net: phy: mv88e61xx: Fix uninitialized variable warningTom Rini1-1/+3
2016-10-13net: mv88e61xx: Add support for fixed linksChris Packham1-0/+43
2016-10-13net: Add support for mv88e609x switchesChris Packham1-2/+16
2016-05-24net: phy: Add PHY driver for mv88e61xx switchesKevin Smith1-0/+1017
2016-05-24net: Remove unused mv88e61xx switch driverKevin Smith1-537/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-01-09mv88e61xx: refactor PHY and SWITCH level-codeAlbert ARIBAUD1-180/+315
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-1/+1
2009-10-04net: phy: mv88e61xx.c : fixed build warningPrafulla Wadaskar1-2/+2
2009-08-10net: phy: bugfixes: mv88E61xx compiler warnings fixedPrafulla Wadaskar1-9/+14
2009-07-22net: phy: bugfixes: mv88E61xx multichip addressing supportPrafulla Wadaskar1-9/+9
2009-06-15Marvell MV88E61XX Switch Driver supportPrafulla Wadaskar1-0/+413