> +static void ksz_port_cfg(struct ksz_device *dev, int port, int offset, u8 > bits, > + bool set)
Hi Tristram As you move these functions around, it would be good to change the prefix to ksz9477_ You have similar functions in the KSZ8795 driver. It is good to keep the names different. This is useful when looking at stack dumps, etc. Andrew