]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: smc911x: Add DM support
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 15 Mar 2020 16:39:01 +0000 (17:39 +0100)
committermarex <marex@desktop.lan>
Fri, 1 May 2020 13:37:48 +0000 (15:37 +0200)
commit8148693b988fb36463dbc12cef4b7947acae9846
tree2d61ef846de8f8f3b6bb4600c562c9644e93557e
parent8eb4fef11b5420020518486ef0305aada0a02467
net: smc911x: Add DM support

Add support for U-Boot DM and DT probing. Furthermore, build the
SMC911x standalone EEPROM example only for the non-DM case, as it
is not converted yet.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/net/Kconfig
drivers/net/smc911x.c
examples/standalone/Makefile