commit | 110218dae2bbaee2b1b95566efdc9a2fe4d6f009 | [log] [tgz] |
---|---|---|
author | Paul Barker <paul.barker.ct@bp.renesas.com> | Wed Mar 19 12:03:57 2025 +0000 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sun May 04 20:25:03 2025 +0200 |
tree | d93192dd0c28c50eebe5d101274589b88600ce2d | |
parent | 45550c8df9dbc4e1675f72898a269e57cdf891e5 [diff] |
net: ravb: Refactor out R-Car specific code In order to add support for the Renesas RZ/G2L Ethernet IP in a subsequent patch, we move all R-Car specific code into new functions and introduce a device_ops function pointer table. Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>