[PATCH 05/44] coresight: Fix remote endpoint parsing

2018-09-20 Thread Mathieu Poirier
From: Suzuki K Poulose When parsing the remote endpoint of an output port, we do : rport = of_graph_get_remote_port(ep); rparent = of_graph_get_remote_port_parent(ep); and then parse the "remote_port" as if it was the remote endpoint, which is wrong. The code worked fine because we

[PATCH 05/44] coresight: Fix remote endpoint parsing

2018-09-20 Thread Mathieu Poirier
From: Suzuki K Poulose When parsing the remote endpoint of an output port, we do : rport = of_graph_get_remote_port(ep); rparent = of_graph_get_remote_port_parent(ep); and then parse the "remote_port" as if it was the remote endpoint, which is wrong. The code worked fine because we