Re: [PATCH v5 04/16] media: sun6i-csi: Stop using the deprecated fwnode endpoint parser

2021-01-18 Thread Maxime Ripard
Hi, Thanks for working on this On Fri, Jan 15, 2021 at 09:01:29PM +0100, Paul Kocialkowski wrote: > The v4l2_async_notifier_parse_fwnode_endpoints helper is getting > deprecated in favor of explicit parsing of the endpoints. > > Implement it instead of using this deprecated function. > > Since

[PATCH v5 04/16] media: sun6i-csi: Stop using the deprecated fwnode endpoint parser

2021-01-15 Thread Paul Kocialkowski
The v4l2_async_notifier_parse_fwnode_endpoints helper is getting deprecated in favor of explicit parsing of the endpoints. Implement it instead of using this deprecated function. Since this was the last user of the helper, it should now be safe to remove. Signed-off-by: Paul Kocialkowski --- .