]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0bedbb1f091b405837daf5c46e225042e145a9e1
treea8f094c453a062001d75564a20d27bef297c5cfa
parent8003d5b5f03627892743764c77e26697193198c2
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 82a04c5f5814 ("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]