Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-18 | common: Drop log.h from common header | Simon Glass | |
Move this header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2019-07-18 | net: add MDIO_MUX DM class | Alex Marginean | |
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> |