[v2,0/3] Improve remote-endpoint parsing

Message ID 20240207011803.2637531-1-saravanak@google.com
Headers
Series Improve remote-endpoint parsing |

Message

Saravana Kannan Feb. 7, 2024, 1:17 a.m. UTC
  Some changes to do a more accurate parsing of remote-endpoints. Making
fw_devlink a tiny bit more efficient and the debug logs a bit cleaner when
trying to debug fw_devlink.

Rob,

Can we get this into 6.8-rcX please?

Thanks,
Saravana

v1->v2:
- Switched from fwnode_graph_get_port_parent() to of_graph_get_port_parent()
- Added Patch 3

Saravana Kannan (3):
  of: property: Improve finding the consumer of a remote-endpoint
    property
  of: property: Improve finding the supplier of a remote-endpoint
    property
  of: property: Add in-ports/out-ports support to
    of_graph_get_port_parent()

 drivers/of/property.c | 63 +++++++++++++++++--------------------------
 1 file changed, 24 insertions(+), 39 deletions(-)
  

Comments

Rob Herring Feb. 7, 2024, 8:10 a.m. UTC | #1
On Wed, Feb 7, 2024 at 1:18 AM Saravana Kannan <saravanak@google.com> wrote:
>
> Some changes to do a more accurate parsing of remote-endpoints. Making
> fw_devlink a tiny bit more efficient and the debug logs a bit cleaner when
> trying to debug fw_devlink.
>
> Rob,
>
> Can we get this into 6.8-rcX please?

I'm failing to see how this is 6.8 material?

Rob
  
Saravana Kannan Feb. 7, 2024, 9:07 p.m. UTC | #2
On Wed, Feb 7, 2024 at 12:11 AM Rob Herring <robh+dt@kernel.org> wrote:
>
> On Wed, Feb 7, 2024 at 1:18 AM Saravana Kannan <saravanak@google.com> wrote:
> >
> > Some changes to do a more accurate parsing of remote-endpoints. Making
> > fw_devlink a tiny bit more efficient and the debug logs a bit cleaner when
> > trying to debug fw_devlink.
> >
> > Rob,
> >
> > Can we get this into 6.8-rcX please?
>
> I'm failing to see how this is 6.8 material?

It's a bug fix that's making the remote-endpoint tracking more
accurate. I thought stuff like this would be okay for rcX. But if you
want to hold it for later, that's ok too.

-Saravana
  
Rob Herring Feb. 9, 2024, 10:31 a.m. UTC | #3
On Tue, 06 Feb 2024 17:17:59 -0800, Saravana Kannan wrote:
> Some changes to do a more accurate parsing of remote-endpoints. Making
> fw_devlink a tiny bit more efficient and the debug logs a bit cleaner when
> trying to debug fw_devlink.
> 
> Rob,
> 
> Can we get this into 6.8-rcX please?
> 
> Thanks,
> Saravana
> 
> v1->v2:
> - Switched from fwnode_graph_get_port_parent() to of_graph_get_port_parent()
> - Added Patch 3
> 
> Saravana Kannan (3):
>   of: property: Improve finding the consumer of a remote-endpoint
>     property
>   of: property: Improve finding the supplier of a remote-endpoint
>     property
>   of: property: Add in-ports/out-ports support to
>     of_graph_get_port_parent()
> 
>  drivers/of/property.c | 63 +++++++++++++++++--------------------------
>  1 file changed, 24 insertions(+), 39 deletions(-)
> 
> --
> 2.43.0.594.gd9cf4e227d-goog
> 
> 
> 

Applied, thanks!