media: omap3isp: Move link creation to bound callback
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 19 May 2023 11:56:33 +0000 (13:56 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 28 Jul 2023 08:35:38 +0000 (10:35 +0200)
commit026e6212ec8ba1b4b4bab68a6cce2a164ee6774a
treea52a433f3d676b5c08a6fb778d778eaf3d5f6a04
parent645858055d6a52d06ccc0efd7197a39b22c90a8f
media: omap3isp: Move link creation to bound callback

Move the creation of the links between external sub-devices and ISP
sub-devices to the bound callback. This way we can also remove the need to
access the sub-device's notifier field that will soon be removed.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Tested-by: Philipp Zabel <p.zabel@pengutronix.de> # imx6qp
Tested-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> # rcar + adv746x
Tested-by: Aishwarya Kothari <aishwarya.kothari@toradex.com> # Apalis i.MX6Q with TC358743
Tested-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> # Renesas RZ/G2L SMARC
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/ti/omap3isp/isp.c