On Mon, 26 Aug 2019 20:03:15 +0200, Marek Behun <marek.be...@nic.cz> wrote: > What about this? > > It adds a new chip operation (I know Vivien said not to, but I was > doing it already) port_setup_extra, and implements it for Topaz.
So what feedback do you expect exactly? That is *exactly* what I told you I did not want. What's gonna be added in those "port_setup_extra" implementations next? And from where should they be called exactly? Ask yourself what is the single task achieved by this function, and name this operation accordingly. It seems to change the CMODE to be writable, only supported by certain switch models right? So in addition to port_get_cmode and port_set_cmode, you can add port_set_cmode_writable, and call it right before or after port_set_cmode in mv88e6xxx_port_setup_mac. Also please address the last comment I made in v3 in the new series. Thanks, Vivien