]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitac2d24ffd025d3f5109e486c1997357e39a29e3f
treec8fc09bbffa2e78c884b2b7503eb45cba1308db0
parentcbcc9f50276feacff1f806ff0062383d0860be73
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]