commit | 319202640a6dfe97c05d3b80dac3f029c405a33e | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Fri Jan 19 18:57:17 2018 +0100 |
committer | Marek Vasut <marex@denx.de> | Sat Jan 27 20:38:53 2018 +0100 |
tree | d286324b13bf1cea63d785ddabd0f235f2c9efe8 | |
parent | a220784b1421546da3c80db71b8f808471c86e02 [diff] |
net: sh_eth: Add DM and DT support Add DM capable code into the SH ethernet driver and support probing both from DT and pdata. The legacy non-DM, non-DT support is retained as there are still systems in the tree which are not DM or DT capable. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Cc: Joe Hershberger <joe.hershberger@ni.com>