Activity log for bug #1417339

Date Who What changed Old value New value Message
2015-02-03 01:37:06 Ming Lei bug added bug
2015-02-03 01:37:56 Ming Lei description On Samsung exynos5440 sleds board, ethernet phy is attached as the fixed phy mode, which can be seen from the following part in arch/arm/boot/dts/exynos5440-sd5v1.dts of linux kernel: gmac: ethernet@00230000 { fixed-link { speed = <1000>; full-duplex; }; }; Unfortunately the above dts definition doesn't use the standard fixed link dts binding, also the ethernet driver of stmmac doesn't parse fixed link binding, so cause ethernet not workable at all on utopic. The two patches in below tree can add the fixed link support in stmmac and changes the fixed link description into current standard binding: git://kernel.ubuntu.com/ming/ubuntu-utopic.git exynos5440-net-fix 72bf502 UBUNTU: SAUCE: (no-up) net: stmmac: add fixed_phy support via fixed-link DT binding 65a6d09 UBUNTU: SAUCE: (no-up) ARM: exynos5440-sd5v1: switch to fixed-link DT binding Thanks, On Samsung exynos5440 sleds board, ethernet phy is attached as the fixed phy mode, which can be seen from the following part in arch/arm/boot/dts/exynos5440-sd5v1.dts of linux kernel:     gmac: ethernet@00230000 {         fixed-link {             speed = <1000>;             full-duplex;         };     }; Unfortunately the above dts definition doesn't use the standard fixed link dts binding, also the ethernet driver of stmmac doesn't parse fixed link binding, so cause ethernet not workable at all on utopic. The two patches in below tree can add the fixed link support in stmmac and changes the fixed link description into current standard binding: git://kernel.ubuntu.com/ming/ubuntu-utopic.git exynos5440-net-fix 72bf502 UBUNTU: SAUCE: (no-up) net: stmmac: add fixed_phy support via fixed-link DT binding 65a6d09 UBUNTU: SAUCE: (no-up) ARM: exynos5440-sd5v1: switch to fixed-link DT binding Thanks,
2015-02-03 02:00:09 Brad Figg linux (Ubuntu): status New Incomplete
2015-02-03 02:00:12 Brad Figg tags utopic
2015-02-03 23:05:30 Brad Figg linux (Ubuntu): status Incomplete Fix Committed
2015-02-04 18:24:46 Joseph Salisbury linux (Ubuntu): importance Undecided Medium
2015-02-09 20:06:12 Seth Forshee nominated for series Ubuntu Utopic
2015-02-09 22:42:13 Kamal Mostafa bug task added linux (Ubuntu Utopic)
2015-02-10 10:05:30 Andy Whitcroft linux (Ubuntu Utopic): status New Fix Committed
2015-02-13 17:20:07 Brad Figg tags utopic utopic verification-needed-utopic
2015-02-17 15:13:49 Ming Lei tags utopic verification-needed-utopic utopic verification-done-utopic
2015-02-24 20:02:10 Launchpad Janitor linux (Ubuntu Utopic): status Fix Committed Fix Released
2015-02-24 20:02:10 Launchpad Janitor cve linked 2015-0239
2015-05-03 03:15:17 Mathew Hodson linux (Ubuntu): status Fix Committed Invalid