]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/net/dsa/mv88e6xxx/phy.c
net: dsa: mv88e6xxx: Move phy functions into phy.[ch]
authorAndrew Lunn <andrew@lunn.ch>
Thu, 25 May 2017 23:03:20 +0000 (01:03 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 May 2017 19:00:44 +0000 (15:00 -0400)
commit10fa5bfcd69730765b496c7d91c5df0da7019489
treec8fc09bbffa2e78c884b2b7503eb45cba1308db0
parent03d1da3c050b9d0f9536ccd0965af91ab8e1df63
net: dsa: mv88e6xxx: Move phy functions into phy.[ch]

The upcoming SERDES support will need to make use of PHY functions. Move
them out into a file of there own. No code changes.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx/Makefile
drivers/net/dsa/mv88e6xxx/chip.c
drivers/net/dsa/mv88e6xxx/mv88e6xxx.h
drivers/net/dsa/mv88e6xxx/phy.c [new file with mode: 0644]
drivers/net/dsa/mv88e6xxx/phy.h [new file with mode: 0644]