commit | 5905147016adc14a666cf6288177916d34d5d724 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sun Mar 15 15:36:09 2020 +0100 |
committer | marex <marex@desktop.lan> | Fri May 01 12:35:21 2020 +0200 |
tree | 9aae4aeaa6bbc2b235f1e9f6798e9e398ef6f620 | |
parent | fa8efac64682b71410b40f27b171d552fca82128 [diff] |
net: smc911x: Pass around driver private data Introduce a private data structure for this driver with embedded struct eth_device and pass it around. This prepares the driver to work with both DM and non-DM systems. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Joe Hershberger <joe.hershberger@ni.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>