commit | 020d394ce0e0ccc7b0db128acc61b912e363d06b | [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 | 7ba5262c4c24558e744da9cffed872ded9bdc119 [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>