From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Dimitrov Date: Mon, 07 Apr 2014 18:57:48 +0300 Subject: [U-Boot] FEC_MXC leftovers In-Reply-To: References: Message-ID: <5342CAFC.1080804@mail.bg> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Gents, In "drivers/net/fec_mxc.c" there are 2 functions: int fec_phy_read(struct mii_dev *bus, int phyAddr, int dev_addr, int regAddr); int fec_phy_write(struct mii_dev *bus, int phyAddr, int dev_addr, int regAddr, u16 data); Looks like parameter "dev_addr" is not used. Does anyone remember what was the purpose of this parameter? It looks like this interface is replicated all over the mdio- and mii- functions. Kind regards, Nikolay