commit | 3d5149ccf28fa64a081e8a5c999719f035b47b45 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sun Mar 02 02:24:42 2025 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Mar 11 23:05:57 2025 +0100 |
tree | 799f879b5bd48687923b9087cedcca76a132feb9 | |
parent | 0f2d4e17c25c6d7135c2b2ab83626dccd6afe90c [diff] |
net: miiphybb: Split off struct bb_miiphy_bus_ops Move miiphybb operations into separate struct bb_miiphy_bus_ops structure, add pointer to struct bb_miiphy_bus_ops into the base struct bb_miiphy_bus and access the ops through this pointer in miiphybb generic code. The variable reshuffling in miiphybb.c cannot be easily avoided. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>