Re: [PATCH V3 02/14] coresight: Do not scan for graph if none is present

2021-02-02 Thread Suzuki K Poulose
Hi Mike On 2/2/21 11:10 AM, Mike Leach wrote: Hi Ansuman, On Wed, 27 Jan 2021 at 08:55, Anshuman Khandual wrote: From: Suzuki K Poulose If a graph node is not found for a given node, of_get_next_endpoint() will emit the following error message : OF: graph: no port node found in / If

Re: [PATCH V3 02/14] coresight: Do not scan for graph if none is present

2021-02-02 Thread Mike Leach
Hi Ansuman, On Wed, 27 Jan 2021 at 08:55, Anshuman Khandual wrote: > > From: Suzuki K Poulose > > If a graph node is not found for a given node, of_get_next_endpoint() > will emit the following error message : > > OF: graph: no port node found in / > > If the given component doesn't have any

Re: [PATCH V3 02/14] coresight: Do not scan for graph if none is present

2021-02-01 Thread Mathieu Poirier
On Wed, Jan 27, 2021 at 02:25:26PM +0530, Anshuman Khandual wrote: > From: Suzuki K Poulose > > If a graph node is not found for a given node, of_get_next_endpoint() > will emit the following error message : > > OF: graph: no port node found in / > > If the given component doesn't have any

[PATCH V3 02/14] coresight: Do not scan for graph if none is present

2021-01-27 Thread Anshuman Khandual
From: Suzuki K Poulose If a graph node is not found for a given node, of_get_next_endpoint() will emit the following error message : OF: graph: no port node found in / If the given component doesn't have any explicit connections (e.g, ETE) we could simply ignore the graph parsing. Cc: