Re: [PATCH v3 10/17] device property: Add remote endpoint to devcon matcher

2024-08-20 Thread Stephen Boyd
Quoting Andy Shevchenko (2024-08-20 03:20:44) > On Mon, Aug 19, 2024 at 03:38:24PM -0700, Stephen Boyd wrote: > > include/linux/property.h| 5 +++-- > > > -typedef void *(*devcon_match_fn_t)(const struct fwnode_handle *fwnode, > > const char *id, > > -void *data

Re: [PATCH v3 10/17] device property: Add remote endpoint to devcon matcher

2024-08-20 Thread Andy Shevchenko
On Mon, Aug 19, 2024 at 03:38:24PM -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 v3 10/17] device property: Add remote endpoint to devcon matcher

2024-08-19 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