]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: sh_eth: Add DM and DT support
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Fri, 19 Jan 2018 17:57:17 +0000 (18:57 +0100)
committerMarek Vasut <marex@denx.de>
Sat, 27 Jan 2018 19:38:53 +0000 (20:38 +0100)
commit319202640a6dfe97c05d3b80dac3f029c405a33e
treed286324b13bf1cea63d785ddabd0f235f2c9efe8
parenta220784b1421546da3c80db71b8f808471c86e02
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>
drivers/net/sh_eth.c