Message ID | 20210524202953.70379-1-george.mccollister@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 8c42a49738f16af0061f9ae5c2f5a955f268d9e3 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] net: dsa: microchip: enable phy errata workaround on 9567 | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Link |
netdev/fixes_present | fail | Series targets non-next tree, but doesn't contain any Fixes tags |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Clearly marked for net |
netdev/subject_prefix | success | Link |
netdev/cc_maintainers | success | CCed 9 of 9 maintainers |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 7 lines checked |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/header_inline | success | Link |
On 5/24/21 1:29 PM, George McCollister wrote: > Also enable phy errata workaround on 9567 since has the same errata as > the 9477 according to the manufacture's documentation. > > Signed-off-by: George McCollister <george.mccollister@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 24 May 2021 15:29:53 -0500 you wrote: > Also enable phy errata workaround on 9567 since has the same errata as > the 9477 according to the manufacture's documentation. > > Signed-off-by: George McCollister <george.mccollister@gmail.com> > --- > drivers/net/dsa/microchip/ksz9477.c | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - [net] net: dsa: microchip: enable phy errata workaround on 9567 https://git.kernel.org/netdev/net/c/8c42a49738f1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/drivers/net/dsa/microchip/ksz9477.c b/drivers/net/dsa/microchip/ksz9477.c index b99e453b0a56..4dae07da1b53 100644 --- a/drivers/net/dsa/microchip/ksz9477.c +++ b/drivers/net/dsa/microchip/ksz9477.c @@ -1639,6 +1639,7 @@ static const struct ksz_chip_data ksz9477_switch_chips[] = { .num_statics = 16, .cpu_ports = 0x7F, /* can be configured as cpu port */ .port_cnt = 7, /* total physical port count */ + .phy_errata_9477 = true, }, };
Also enable phy errata workaround on 9567 since has the same errata as the 9477 according to the manufacture's documentation. Signed-off-by: George McCollister <george.mccollister@gmail.com> --- drivers/net/dsa/microchip/ksz9477.c | 1 + 1 file changed, 1 insertion(+)