From: David S. Miller Date: Sun, 1 Jan 2023 09:27:12 +0000 (+0000) Subject: Merge branch 'dsa-qca8k-fixes' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d02b8256183f3e6ebde5f685effabfbcd1d33cf6;p=linux.git Merge branch 'dsa-qca8k-fixes' Christian Marangi says: ==================== net: dsa: qca8k: multiple fix on mdio read/write Due to some problems in reading the Documentation and elaborating it some wrong assumption were done. The error was reported and notice only now due to how things are setup in the code flow. First 2 patch fix mgmt eth where the lenght calculation is very confusing and in step of word size. (the related commit description have an extensive description about how this mess works) Last 3 patch revert the broken mdio cache and apply a correct version that should still save some extra mdio in phy poll secnario. These 5 patch fix each related problem and apply what the Documentation actually say. Changes v2: - Add cover letter - Fix typo in revert patch ==================== Signed-off-by: David S. Miller --- d02b8256183f3e6ebde5f685effabfbcd1d33cf6