Re: [PATCH v4 11/18] device property: Add remote endpoint to devcon matcher

2024-09-03 Thread Stephen Boyd
Quoting Andy Shevchenko (2024-09-02 04:12:49) > On Sat, Aug 31, 2024 at 09:06:49PM -0700, Stephen Boyd wrote: > > Is it possible to move these Cc:s after --- line below? Ok. > > > /** > > * devcon_match_fn_t - device connection match function > > * @fwnode: Remote connection's device node >

Re: [PATCH v4 11/18] device property: Add remote endpoint to devcon matcher

2024-09-02 Thread Andy Shevchenko
On Sat, Aug 31, 2024 at 09:06:49PM -0700, Stephen Boyd wrote: > When a single DT node has a graph connected to more than one > usb-c-connector node we can't differentiate which typec switch > registered for the device is associated with the USB connector because > the devcon matcher code assumes a

[PATCH v4 11/18] device property: Add remote endpoint to devcon matcher

2024-08-31 Thread Stephen Boyd
When a single DT node has a graph connected to more than one usb-c-connector node we can't differentiate which typec switch registered for the device is associated with the USB connector because the devcon matcher code assumes a 1:1 relationship between remote node and typec switch. Furthermore, we