devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 00/12] ASoC: add OF graph base simple-card
@ 2016-11-16  2:16 Kuninori Morimoto
  2016-11-16  2:18 ` [PATCH v4 02/12] of_graph: add of_graph_get_port_parent() Kuninori Morimoto
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Kuninori Morimoto @ 2016-11-16  2:16 UTC (permalink / raw)
  To: Rob Herring, Mark Brown
  Cc: Linux-ALSA, Liam Girdwood, Simon, Laurent, Guennadi, Grant Likely,
	Frank Rowand, Linux-DT, Linux-Kernel


Hi Rob, Mark

These are v4 of OF graph base simple-card patch-set.
v3 patch had ALSA SoC side prepare patches as [1/xx] - [5/xx],
but these are already accepted by Mark, thus, this v4 doesn't
include these.
Mainly, v4 solved non-OF case compile error which was reported
by kbuild.

 1) -  5) : OF graph new feature
 6) - 12) : OF graph base simple-card (depends on above 2 patch-set)

Kuninori Morimoto (12):
   1) of_graph: add of_graph_get_remote_endpoint()
   2) of_graph: add of_graph_get_port_parent()
   3) of_graph: add of_graph_get_top_port()
   4) of_graph: add for_each_of_port() / for_each_of_endpoint_in_port()
   5) of_graph: add of_graph_get_port/endpoint_count()
   6) ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai()
   7) ASoC: simple-card-utils: add asoc_simple_card_try_to_probe_graph_card()
   8) ASoC: simple-card-utils: adjust for graph on asoc_simple_card_parse_card_name
   9) ASoC: add simple-graph-card document
  10) ASoC: add simple-graph-card support
  11) ASoC: add simple-graph-scu-card document
  12) ASoC: add simple-graph-scu-card support

 .../bindings/sound/simple-graph-card.txt           |  65 +++
 .../bindings/sound/simple-graph-scu-card.txt       |  65 +++
 drivers/of/base.c                                  | 160 ++++++-
 include/linux/of_graph.h                           |  59 +++
 include/sound/simple_card_utils.h                  |  19 +
 sound/soc/generic/Kconfig                          |  15 +
 sound/soc/generic/Makefile                         |   4 +
 sound/soc/generic/simple-card-utils.c              |  98 ++++-
 sound/soc/generic/simple-card.c                    |   2 +-
 sound/soc/generic/simple-graph-card.c              | 462 +++++++++++++++++++++
 sound/soc/generic/simple-graph-scu-card.c          | 417 +++++++++++++++++++
 sound/soc/generic/simple-scu-card.c                |   2 +-
 12 files changed, 1355 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/simple-graph-card.txt
 create mode 100644 Documentation/devicetree/bindings/sound/simple-graph-scu-card.txt
 create mode 100644 sound/soc/generic/simple-graph-card.c
 create mode 100644 sound/soc/generic/simple-graph-scu-card.c

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-11-22  1:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-16  2:16 [PATCH v4 00/12] ASoC: add OF graph base simple-card Kuninori Morimoto
2016-11-16  2:18 ` [PATCH v4 02/12] of_graph: add of_graph_get_port_parent() Kuninori Morimoto
2016-11-16  2:22 ` [PATCH v4 10/12] ASoC: add simple-graph-card support Kuninori Morimoto
     [not found] ` <87polww4o2.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2016-11-16  2:18   ` [PATCH v4 01/12] of_graph: add of_graph_get_remote_endpoint() Kuninori Morimoto
2016-11-16  2:19   ` [PATCH v4 03/12] of_graph: add of_graph_get_top_port() Kuninori Morimoto
2016-11-16  2:19   ` [PATCH v4 04/12] of_graph: add for_each_of_port() / for_each_of_endpoint_in_port() Kuninori Morimoto
2016-11-16  2:19   ` [PATCH v4 05/12] of_graph: add of_graph_get_port/endpoint_count() Kuninori Morimoto
2016-11-16  2:20   ` [PATCH v4 06/12] ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai() Kuninori Morimoto
2016-11-16  2:20   ` [PATCH v4 07/12] ASoC: simple-card-utils: add asoc_simple_card_try_to_probe_graph_card() Kuninori Morimoto
2016-11-16  2:21   ` [PATCH v4 08/12] ASoC: simple-card-utils: adjust for graph on asoc_simple_card_parse_card_name Kuninori Morimoto
2016-11-16  2:21   ` [PATCH v4 09/12] ASoC: add simple-graph-card document Kuninori Morimoto
2016-11-16  2:22   ` [PATCH v4 11/12] ASoC: add simple-graph-scu-card document Kuninori Morimoto
2016-11-22  1:15   ` [PATCH v4 00/12] ASoC: add OF graph base simple-card Kuninori Morimoto
2016-11-16  2:22 ` [PATCH v4 12/12] ASoC: add simple-graph-scu-card support Kuninori Morimoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).