[PATCH 1/2] SolutionEngine771x: fix Ether platform data

2018-01-06 Thread Sergei Shtylyov
The 'sh_eth' driver's probe() method would fail on the SolutionEngine7710 board and crash on SolutionEngine7712 board as the platform code is hopelessly behind the driver's platform data -- it passes the PHY address instead of 'struct sh_eth_plat_data *'; pass the latter to the driver in order

Re: [PATCH 1/2] SolutionEngine771x: fix Ether platform data

2018-01-06 Thread Sergei Shtylyov
Hello! On 01/03/2018 11:08 PM, Sergei Shtylyov wrote: The 'sh_eth' driver's probe() method would fail on the SolutionEngine7710 board and crash on SolutionEngine7712 board as the platform code is hopelessly behind the driver's platform data -- it passes the PHY address instead of 'struct

[PATCH 1/2] SolutionEngine771x: fix Ether platform data

2018-01-03 Thread Sergei Shtylyov
The 'sh_eth' driver's probe() method would fail on the SolutionEngine7710 board and crash on SolutionEngine7712 board as the platform code is hopelessly behind the driver's platform data -- it passes the PHY address instead of 'struct sh_eth_plat_data *'; pass the latter to the driver in order