Commit c642bbbc authored by Corentin Labbe's avatar Corentin Labbe Committed by David S. Miller

net: mdio-mux-mmioreg: Can handle 8/16/32 bits registers

This patch fix an old information that mdio-mux-mmioreg can only handle
8bit registers.
This is not true anymore.
Signed-off-by: default avatarCorentin Labbe <clabbe.montjoie@gmail.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1e4ccf36
...@@ -85,7 +85,7 @@ config MDIO_BUS_MUX_MMIOREG ...@@ -85,7 +85,7 @@ config MDIO_BUS_MUX_MMIOREG
parent bus. Child bus selection is under the control of one of parent bus. Child bus selection is under the control of one of
the FPGA's registers. the FPGA's registers.
Currently, only 8-bit registers are supported. Currently, only 8/16/32 bits registers are supported.
config MDIO_CAVIUM config MDIO_CAVIUM
tristate tristate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment