Hello, this series adds support for parallel video input to the Gen3 version of rcar-vin driver. Since last version one patch has been added (as anticipated by email) to clean up the memory reserved for notifier's async subdevices if the notifier registration fails ([4/10]), and two comments from Niklas has been addressed in [6/10], where the group notifier is now cleaned up in the error path if it's necessary to do that. Patches 4,5 and 6 have not yet been Acked-by/Reviewed-by, all the other ones have at least one tag, so things looks quite good. Additional changelogs in single patches. Thanks j Jacopo Mondi (10): media: rcar-vin: Rename 'digital' to 'parallel' media: rcar-vin: Remove two empty lines media: rcar-vin: Create a group notifier media: rcar-vin: Cleanup notifier in error path media: rcar-vin: Cache the mbus configuration flags media: rcar-vin: Parse parallel input on Gen3 media: rcar-vin: Link parallel input media entities media: rcar-vin: Handle parallel subdev in link_notify media: rcar-vin: Rename _rcar_info to rcar_info media: rcar-vin: Add support for R-Car R8A77995 SoC drivers/media/platform/rcar-vin/rcar-core.c | 269 +++++++++++++++++++--------- drivers/media/platform/rcar-vin/rcar-dma.c | 36 ++-- drivers/media/platform/rcar-vin/rcar-v4l2.c | 12 +- drivers/media/platform/rcar-vin/rcar-vin.h | 29 +-- 4 files changed, 230 insertions(+), 116 deletions(-) -- 2.7.4