linux/drivers/media/platform/samsung
Kuninori Morimoto 5848915b91 media: platform: replace of_graph_get_next_endpoint()
From DT point of view, in general, drivers should be asking for a
specific port number because their function is fixed in the binding.

of_graph_get_next_endpoint() doesn't match to this concept.

Simply replace

	- of_graph_get_next_endpoint(xxx, NULL);
	+ of_graph_get_endpoint_by_regs(xxx, 0, -1);

Link: https://lore.kernel.org/r/20240202174941.GA310089-robh@kernel.org
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2024-02-23 14:33:32 +01:00
..
exynos4-is media: platform: replace of_graph_get_next_endpoint() 2024-02-23 14:33:32 +01:00
exynos-gsc media: exynos-gsc: remove unused improper CONFIG definition 2023-12-07 08:31:14 +01:00
s3c-camif media: v4l: subdev: Switch to stream-aware state functions 2023-11-23 18:57:47 +01:00
s5p-g2d media: g2d: Convert to platform remove callback returning void 2023-04-11 16:59:18 +02:00
s5p-jpeg media: jpeg-core: Remove redundant dev_err() 2023-08-10 07:58:36 +02:00
s5p-mfc media: samsung: s5p-mfc: Fix kerneldoc 2024-02-05 12:57:45 +01:00
Kconfig media: platform/*/Kconfig: make manufacturer menus more uniform 2022-03-18 05:58:35 +01:00
Makefile media: platform: Create vendor/{Makefile,Kconfig} files 2022-03-18 05:58:35 +01:00