From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: Re: [alsa-devel] [PATCH 0/23] ASoC: add OF graph base simple-card Date: Tue, 18 Oct 2016 08:44:36 +0000 Message-ID: <87insqjbr9.wl%kuninori.morimoto.gx@renesas.com> References: <87shrv4c8x.wl%kuninori.morimoto.gx@renesas.com> <20161018091030.ed9eea657480f6a20bcfea81@free.fr> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset="US-ASCII" Return-path: In-Reply-To: <20161018091030.ed9eea657480f6a20bcfea81@free.fr> Sender: linux-kernel-owner@vger.kernel.org To: Jean-Francois Moine Cc: Rob Herring , Mark Brown , Linux-DT , Linux-ALSA , Liam Girdwood , Linux-Kernel , Simon , Laurent , Grant Likely , Frank Rowand , Guennadi List-Id: devicetree@vger.kernel.org Hi Jean-Francois > > These are OF graph base simple-card patch-set. > > 1) - 3) : simple-scu-card cleanup > > 4) - 10) : soc-core prepare for OF graph card > > 11) - 17) : OF graph new feature > > 18) - 23) : OF graph base simple-card (snip) > > 11) Documentation: of: add type property > > 12) of_graph: add of_graph_get_remote_endpoint() > > 13) of_graph: add of_graph_port_type_is() > > 14) of_graph: add of_graph_get_port_parent() > > 15) of_graph: add of_graph_get_top_port() > > 16) of_graph: add for_each_of_port() / for_each_of_endpoint_in_port() > > 17) of_graph: add of_graph_get_endpoint_count() (snip) > The patches 11..17 put trivial functions in the OF core. As they are > used by only a few systems, it would be better to define them as > macros, or in a module or in the simple-card-utils. We can replace few drivers to use it. I will post it if these were accepted. And let's follow Rob's opinion. Actually, these patches had posted few month ago, and these already got OK from him. Best regards --- Kuninori Morimoto