On Fri, Dec 8, 2023 at 8:36 PM Vladimir Oltean [off-list ref] wrote:
We were documenting a bunch of stuff which was removed in commit
93e86b3bc842 ("net: dsa: Remove legacy probing support"). There's some
further cleanup to do in struct dsa_chip_data, so rather than describing
every possible field (when maybe we should be switching to kerneldoc
format), just say what's important about it.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
(...)
+ ``ds->dev->platform_data`` pointer at ``dsa_register_switch()`` time. It is
+ populated by board-specific code. The hardware switch driver may also have
I tend to avoid talking about "board-specific" since that has an embedded
tone to it, and rather say "system-specific". But DSA switches are certainly
in 99% of the cases embedded so it's definitely no big deal.
Reviewed-by: Linus Walleij <redacted>
Yours,
Linus Walleij