mips: mscc: Add generic PHY MIIM utility functions
authorLars Povlsen <lars.povlsen@microchip.com>
Thu, 20 Dec 2018 08:56:02 +0000 (09:56 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 16 Jan 2019 12:56:43 +0000 (13:56 +0100)
commit3098ade229af721c8b64b423e2e11f5896b45710
tree7ff9ff7eadbb2e19aee733b4c8fe74e7f4256034
parentd3689267f92c5956e09cc7d1baa4700141662bff
mips: mscc: Add generic PHY MIIM utility functions

The PHY MIIM utility functions can/will be used for board detection
purposes.

Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com>
arch/mips/mach-mscc/Makefile
arch/mips/mach-mscc/include/mach/common.h
arch/mips/mach-mscc/include/mach/luton/luton_devcpu_gcb_miim_regs.h [new file with mode: 0644]
arch/mips/mach-mscc/include/mach/ocelot/ocelot_devcpu_gcb_miim_regs.h [new file with mode: 0644]
arch/mips/mach-mscc/phy.c [new file with mode: 0644]