]> www.infradead.org Git - nvme.git/commit
net: pcs: xpcs: Add fwnode-based descriptor creation method
authorSerge Semin <fancer.lancer@gmail.com>
Mon, 1 Jul 2024 18:28:39 +0000 (21:28 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 Jul 2024 08:35:51 +0000 (09:35 +0100)
commit9cad7275463ab9e52aeae8d2ecb169afee6876f3
treeb63233e4343f3a62b8acddf06d850567205cba5c
parentf6bb3e9d98c2e8d70587d5ddaf9426ef30d7865c
net: pcs: xpcs: Add fwnode-based descriptor creation method

It's now possible to have the DW XPCS device defined as a standard
platform device for instance in the platform DT-file. Although that
functionality is useless unless there is a way to have the device found by
the client drivers (STMMAC/DW *MAC, NXP SJA1105 Eth Switch, etc). Provide
such ability by means of the xpcs_create_fwnode() method. It needs to be
called with the device DW XPCS fwnode instance passed. That node will be
then used to find the MDIO-device instance in order to create the DW XPCS
descriptor.

Note the method semantics and name is similar to what has been recently
introduced in the Lynx PCS driver.

Signed-off-by: Serge Semin <fancer.lancer@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/pcs/pcs-xpcs.c
include/linux/pcs/pcs-xpcs.h