On Sat, Mar 19, 2016 at 8:03 AM, <notifications(a)fedoraproject.org> wrote:
> From bf70cee80d99f5d7adb0e346fba06b006e080062 Mon Sep 17 00:00:00 2001
> From: Peter Robinson <pbrobinson(a)gmail.com>
> Date: Sat, 19 Mar 2016 12:01:49 +0000
> Subject: Upstream fix for stmmac driver regressions (AllWinner Gb NICs) until
> it lands upstream
>
> ---
> kernel.spec | 7 +-
> ...t-stmmac-Fix-eth0-No-PHY-found-regression.patch | 87 ++++++++
> stmmac-fix-MDIO-settings.patch | 235 +++++++++++++++++++++
> 3 files changed, 328 insertions(+), 1 deletion(-)
> create mode 100644 revert-stmmac-Fix-eth0-No-PHY-found-regression.patch
> create mode 100644 stmmac-fix-MDIO-settings.patch
These break the build on rc0.git13.1, which is the networking tree
merge. I've commented them out in the kernel spec so they don't get
applied but I have not removed them from git. The build error is
below:
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c: In function
'stmmac_init_phy':
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:869:16: error:
'struct plat_stmmacenet_data' has no member named 'phy_bus_name'; did
you mean 'phy_node'?
if (priv->plat->phy_bus_name)
^~
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:870:25: error:
'struct plat_stmmacenet_data' has no member named 'phy_bus_name'; did
you mean 'phy_node'?
if (!strcmp(priv->plat->phy_bus_name, "fixed"))
^~
scripts/Makefile.build:258: recipe for target
'drivers/net/ethernet/stmicro/stmmac/stmmac_main.o' failed
make[5]: *** [drivers/net/ethernet/stmicro/stmmac/stmmac_main.o] Error 1
josh