[PATCH 0/8] use for_each_endpoint_of_node()
Kuninori Morimoto
kuninori.morimoto.gx at renesas.com
Mon Mar 25 03:04:40 UTC 2024
Hi Rob, Helge
We already have for_each_endpoint_of_node(), but some drivers are
not using it. This patch-set replace it.
This patch-set is related to "OF" (= Rob), but many driveres are for
"MultiMedia" (= Helge). I'm not sure who can handle it.
[o] done
[x] under reviewing
[*] this patch-set
[o] tidyup of_graph_get_endpoint_count()
[x] replace endpoint func - use endpoint_by_regs()
[*] replace endpoint func - use for_each()
[ ] rename endpoint func to device_endpoint
[ ] add new port function
[ ] add new endpont function
[ ] remove of_graph_get_next_device_endpoint()
Kuninori Morimoto (8):
gpu: drm: use for_each_endpoint_of_node()
hwtracing: use for_each_endpoint_of_node()
media: platform: microchip: use for_each_endpoint_of_node()
media: platform: ti: use for_each_endpoint_of_node()
media: platform: xilinx: use for_each_endpoint_of_node()
staging: media: atmel: use for_each_endpoint_of_node()
video: fbdev: use for_each_endpoint_of_node()
fbdev: omapfb: use of_graph_get_remote_port()
drivers/gpu/drm/omapdrm/dss/base.c | 3 +--
.../hwtracing/coresight/coresight-platform.c | 4 ++--
.../microchip/microchip-sama5d2-isc.c | 19 +++++++------------
.../microchip/microchip-sama7g5-isc.c | 19 +++++++------------
.../media/platform/ti/am437x/am437x-vpfe.c | 8 +++-----
.../media/platform/ti/davinci/vpif_capture.c | 11 +++++------
drivers/media/platform/xilinx/xilinx-vipp.c | 7 +------
.../deprecated/atmel/atmel-sama5d2-isc.c | 6 +-----
.../deprecated/atmel/atmel-sama7g5-isc.c | 6 +-----
drivers/video/fbdev/omap2/omapfb/dss/dss-of.c | 15 +--------------
.../omap2/omapfb/dss/omapdss-boot-init.c | 3 +--
11 files changed, 30 insertions(+), 71 deletions(-)
--
2.25.1
More information about the dri-devel
mailing list