[PATCH v3 10/17] device property: Add remote endpoint to devcon matcher
Stephen Boyd
swboyd at chromium.org
Tue Aug 20 17:34:13 UTC 2024
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);
> > +typedef void *(*devcon_match_fn_t)(const struct fwnode_handle *fwnode,
> > + const struct fwnode_handle *endpoint,
> > + const char *id, void *data);
>
> Seems there is no explanation of the parameters here, can we add a kernel-doc
> to this typedef (may be a separate patch)?
Sure. I'll throw in another patch.
More information about the dri-devel
mailing list