commit | 25ada1f6b76f50efd2eb200dc76edb52fec54adb | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Wed Jul 08 06:46:09 2020 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Jul 25 11:24:02 2020 +0200 |
tree | 2de662ae51fa2819fdba8caf97b8c9348b93cd46 | |
parent | a3f8908d8904d80b380a1184dc3b51e2517e3959 [diff] |
net: dc2114x: Pass private data around This patch replaces the various uses of struct eth_device for accessing device private data with struct dc2114x_priv, which is compatible both with DM and non-DM operation. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Joe Hershberger <joe.hershberger@ni.com> Cc: Ramon Fried <rfried.dev@gmail.com>