[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <87k2h8g7rr.wl%kuninori.morimoto.gx@renesas.com>
Date: Wed, 29 Jun 2016 00:33:15 +0000
From: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
To: Rob Herring <robh+dt@...nel.org>, Mark Brown <broonie@...aro.org>,
Mark Brown <broonie@...nel.org>,
Laurent <laurent.pinchart@...asonboard.com>,
Guennadi <g.liakhovetski@....de>,
Grant Likely <grant.likely@...aro.org>,
Frank Rowand <frowand.list@...il.com>
CC: Linux-Kernel <linux-kernel@...r.kernel.org>,
Linux-DT <devicetree@...r.kernel.org>,
Linux-ALSA <alsa-devel@...a-project.org>
Subject: [PATCH v2 0/7] of_graph: prepare for ALSA graph support
Hi Rob
These are v2 of of_graph patch-set
Now OF graph is mainly used by V4L2 SoC, and ALSA SoC is using
different style for SoC <-> Codec binding.
But, for example, HDMI case, V4L2 <-> ALSA need to collaborate,
and then ALSA SoC needs to adjust to OF graph.
OTOH, V4L2's "OF graph" position is same as ALSA SoC "sound card" position.
And ALSA SoC side want to keep existing supported feature on new
OF graph style. I'm posting this on ALSA SoC ML now.
Now, current of_graph is indicating port/endpoint,
but there is no way to understand that it is for video port ? or sound port ?
or other device port ?
For example, HDMI has video port, and sound port.
Because of this reason, ALSA SoC side can't handle OF graph correctly.
Thus, this patch-set tries to add new "type" on OF graph.
And this patch-set includes small feature which are useful for ALSA SoC
side OF graph support.
Kuninori Morimoto (7):
Documentation: of: add type property
of_graph: add of_graph_get_remote_endpoint()
of_graph: add of_graph_port_type_is()
of_graph: add of_graph_get_port_parent()
of_graph: add of_graph_get_top_port()
of_graph: add for_each_of_port() / for_each_of_endpoint_in_port()
of_graph: add of_graph_get_endpoint_count()
Documentation/devicetree/bindings/graph.txt | 21 ++++
drivers/of/base.c | 164 ++++++++++++++++++++++++++--
include/linux/of_graph.h | 61 +++++++++++
3 files changed, 236 insertions(+), 10 deletions(-)
--
1.9.1
Powered by blists - more mailing lists