[PATCH v2 resend 0/8] use for_each_endpoint_of_node()
Kuninori Morimoto
kuninori.morimoto.gx at renesas.com
Tue May 28 16:55:02 PDT 2024
Hi Rob, Helge
This is resend of v2 patch-set
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 handle these.
I will re-post this patch-set because I couldn't find these on
linus/master branch.
[o] done
[*] this patch-set
[o] tidyup of_graph_get_endpoint_count()
[o] 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()
v1 -> v2
- fixup TI patch
Link: https://lore.kernel.org/r/8734sf6mgn.wl-kuninori.morimoto.gx@renesas.com
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 | 12 +++++-------
.../media/platform/ti/davinci/vpif_capture.c | 12 ++++++------
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, 33 insertions(+), 73 deletions(-)
--
2.43.0
More information about the linux-arm-kernel
mailing list