Hello, This small series takes one more step towards dropping the deprecated graph walk API but moving one of its last two users (in drivers) to the new pipeline iterators. Patches 1/4 to 3/4 do the bulk of the work by switching the vsp1 driver to the new API. Patch 4/4 then replaces documentation of the deprecated API with documentation of the iterators. The series has been tested with the VSP and DU test suites, and introduces no regression. Laurent Pinchart (4): media: vsp1: Build the pipeline after starting it media: vsp1: Sort entities in the pipeline media: vsp1: Switch to the new pipeline iterators media: Documentation: mc: Replace deprecated graph walk API Documentation/driver-api/media/mc-core.rst | 67 +++++---- .../media/platform/renesas/vsp1/vsp1_entity.c | 1 - .../media/platform/renesas/vsp1/vsp1_video.c | 130 +++++++++++++----- 3 files changed, 136 insertions(+), 62 deletions(-) base-commit: a043ea54bbb975ca9239c69fd17f430488d33522 -- Regards, Laurent Pinchart