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

Saravana Kannan posted 3 patches 2 years ago
drivers/of/property.c | 63 +++++++++++++++++--------------------------
1 file changed, 24 insertions(+), 39 deletions(-)
[PATCH v2 0/3] Improve remote-endpoint parsing
Posted by Saravana Kannan 2 years ago
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
Re: [PATCH v2 0/3] Improve remote-endpoint parsing
Posted by Rob Herring 1 year, 12 months ago
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!
Re: [PATCH v2 0/3] Improve remote-endpoint parsing
Posted by Rob Herring 2 years ago
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
Re: [PATCH v2 0/3] Improve remote-endpoint parsing
Posted by Saravana Kannan 2 years ago
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