MIPS: lantiq: Remove separate GPHY Firmware loader
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 22 Feb 2019 20:13:47 +0000 (21:13 +0100)
committerPaul Burton <paul.burton@mips.com>
Mon, 25 Feb 2019 22:17:10 +0000 (14:17 -0800)
commitaeb669d41ffabb91b1542f1f802cb12a989fced0
treea8f094c453a062001d75564a20d27bef297c5cfa
parent15205fc05482ba3d9574ded5bd4508f240f6ff52
MIPS: lantiq: Remove separate GPHY Firmware loader

The separate GPHY Firmware loader driver is not used any more, the GPHY
firmware is now loaded by the GSWIP switch driver which also makes use
of the GPHY.
Remove the old unused GPHY firmware loader driver.

The GPHY firmware is useless without an Ethernet and switch driver, it
should not harm if loading this does not work for system using an old
device tree.
I am not aware of any vendor separating the device tree from the kernel
binary, it should be ok to remove this.

The code and the functionality form this separate GPHY firmware loader
was added to the gswip driver in commit 14fceff4771e ("net: dsa: Add
Lantiq / Intel DSA driver for vrx200")

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: john@phrozen.org
Cc: netdev@vger.kernel.org
Documentation/devicetree/bindings/mips/lantiq/rcu-gphy.txt [deleted file]
Documentation/devicetree/bindings/mips/lantiq/rcu.txt
arch/mips/configs/xway_defconfig
arch/mips/lantiq/Kconfig
drivers/soc/lantiq/Makefile
drivers/soc/lantiq/gphy.c [deleted file]