[PATCH] ethernet:ti:cpsw: fix phy identification with multiple slaves on fixed-phy

2015-12-04 Thread Pascal Speck (Iktek)
When using more than one slave with ti cpsw and fixed phy the pd->phy_id will be always zero, but slave_data->phy_id must be unique. pd->phy_id means a "phy hardware id" whereas slave_data->phy_id means an "unique id", so we should use pd->addr which has the same unique meaning. Signed-off-by:

Followup: PROBLEM: TI CPSW driver hanging up when setting mac-address to early

2015-12-04 Thread Pascal Speck (Iktek)
As I didn't find the maintainer for this cpsw-driver ( cy...@ti.com mail came back ) I'll try this way. In addition I tested this issue with 4.4-rc3 again and it still seems to be there. Regards Pascal Speck Am 04.12.2015 um 09:44 schrieb i...@iktek.de: Dear Mr. Cyril, Dear Mailinglist, Sorry