lkml.org 
[lkml]   [2023]   [Mar]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH 0/1] net: dsa: b53: mmap: add dsa switch ops
From
On 3/23/23 10:02, Álvaro Fernández Rojas wrote:
> B53 MMAP switches have a MDIO Mux bus controller which should be used instead
> of the default phy_read/phy_write ops used in the rest of the B53 controllers.
> Therefore, in order to use the proper MDIO Mux bus controller we need to
> replicate the default B53 DSA switch ops removing the phy_read/phy_write
> entries.

Did you try to implement b53_mmap_ops::phy_read16/phy_write16 and have
them return -EIO such that you do not fallback to the else path:

ret = b53_read16(priv, B53_PORT_MII_PAGE(addr),
reg * 2, &value);

The reason for the hang I believe is because the B53_PORT_MII_PAGE is
simply not mapped into the switch register space, and there is no logic
within the switch block to return an error when you read at that invalid
location.

Re-implementing dsa_switch_ops is usually done when you have a very
different switch integration logic, ala bcm_sf2, here it seems a bit of
a tall order for simply not using the phy_read16/phy_write16 functions.
--
Florian

\
 
 \ /
  Last update: 2023-03-27 01:15    [W:0.067 / U:0.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site