1. 21 Aug, 2013 1 commit
    • Sergei Shtylyov's avatar
      SH7619: fix Ether support · 06a64f91
      Sergei Shtylyov authored
      The 'sh_eth' driver's probe will crash as the platform code is hopelessly behind
      the platform data -- it passes PHY ID instead of 'struct sh_eth_plat_data *'.
      Strangely, both commit d88a3ea6 (SH7619 add ethernet controler support) that
      added the platform code and commit 71557a37 ([netdrvr] sh_eth: Add  SH7619
      support)  were done  in about  the same time, yet the latter one added 'struct
      sh_eth_plat_data' and the platform code didn't ever get updated...
      
      Add the proper platform data and fix off-by-one memory resource end error, while
      at it...
      Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      06a64f91
  2. 20 Aug, 2013 39 commits