Re: [PATCH v3] net: fsl: Fix busy flag polling register

2022-01-15 Thread Ramon Fried
il.com > > Cc: Madalin Bucur (OSS) ; Ioana Ciornei > > ; u-boot@lists.denx.de; Markus Koch > > > > Subject: [PATCH v3] net: fsl: Fix busy flag polling register > > > > NXP's mEMAC reference manual, Chapter 6.5.5 "MDIO Ethernet > > Management >

RE: [PATCH v3] net: fsl: Fix busy flag polling register

2022-01-12 Thread Camelia Alexandra Groza (OSS)
gt; Subject: [PATCH v3] net: fsl: Fix busy flag polling register > > NXP's mEMAC reference manual, Chapter 6.5.5 "MDIO Ethernet > Management > Interface usage", specifies to poll the BSY (0) bit in the CFG/STAT > register to wait until a transaction has finished, not bit

[PATCH v3] net: fsl: Fix busy flag polling register

2022-01-11 Thread Markus Koch
NXP's mEMAC reference manual, Chapter 6.5.5 "MDIO Ethernet Management Interface usage", specifies to poll the BSY (0) bit in the CFG/STAT register to wait until a transaction has finished, not bit 31 in the data register. In the Linux kernel, this has already been fixed in commit 26eee0210ad7