commit | 389da9743c269a0c8536f4700c11c333a0309958 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat May 23 17:10:03 2020 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Jun 18 19:34:40 2020 +0200 |
tree | 36685707a4540193abf77341b109e841ac321862 | |
parent | bd159c6185676c87e4a1cdbb33a869d4c1e05f9e [diff] |
net: eepro100: Pass device private data around This patch replaces the various uses of struct eth_device for accessing device private data with struct eepro100_priv, which is compatible both with DM and non-DM operation. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>