commit | 8880edba06d5deb52ebca7c3eb1bbdcdcc8ec2b6 | [log] [tgz] |
---|---|---|
author | Alex Marginean <alexandru.marginean@nxp.com> | Fri Jul 12 10:13:50 2019 +0300 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Thu Jul 18 16:37:13 2019 -0500 |
tree | 2a43309592555ec6fe3b5b3a3a0ed3237dd00e95 | |
parent | c38ac2893cc8f56365ab1084b2c5b06fc31dd697 [diff] |
net: add MDIO_MUX DM class Adds a class for MDIO MUXes, which control access to a series of downstream child MDIOs. MDIO MUX drivers are required to implement a select function used to switch between child buses. MUX children are registered as MDIO buses and they can be used just like regular MDIOs. Signed-off-by: Alex Marginean <alexm.osslist@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>