Re: [PATCH v9 1/9] device property: Add remote endpoint to devcon matcher

2023-01-09 Thread Chen-Yu Tsai
On Mon, Jan 9, 2023 at 4:41 PM Pin-yen Lin wrote: > > From: Prashant Malani > > When searching the device graph for device matches, check the > remote-endpoint itself for a match. > > Some drivers register devices for individual endpoints. This allows > the matcher code to evaluate those for a ma

[PATCH v9 1/9] device property: Add remote endpoint to devcon matcher

2023-01-09 Thread Pin-yen Lin
From: Prashant Malani When searching the device graph for device matches, check the remote-endpoint itself for a match. Some drivers register devices for individual endpoints. This allows the matcher code to evaluate those for a match too, instead of only looking at the remote parent devices. Th