commit | 73d7aec0b1fdbd0681008b226e861127cd8e9ae6 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Sun Mar 15 00:18:57 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 12 13:17:23 2020 -0400 |
tree | be4b8766109bc62099a01aaa873d61d0ce84483d | |
parent | 808f13d8fc38959dc90de7243029141e758a5c0a [diff] |
net: smc911x: Drop the standalone EEPROM example Drop the example, for two reasons. First, it is tapping directly into the IO accessors of the SMC911x, while it should instead go through the net device API. Second, this makes conversion of the SMC911x driver to DM real hard. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Joe Hershberger <joe.hershberger@ni.com> Cc: Tom Rini <trini@konsulko.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>