[PATCH 0/17 v2] ASoC: add OF graph base simple-card

From: Kuninori Morimoto
Date: Sun Oct 30 2016 - 21:16:05 EST



Hi Rob, Mark

These are v2 of OF graph base simple-card patch-set.
1) - 5) : soc-core prepare for OF graph base simple-card
6) - 10) : OF graph new feature
11) - 17) : OF graph base simple-card (depends on above 2 patch-set)

This series removed "type = xxx" property from v1 patch series.
but, still have property on port/endpoint

Kuninori Morimoto (17):
1) ASoC: soc-core: adjust for graph on snd_soc_of_parse_card_name
2) ASoC: soc-core: adjust for graph on snd_soc_of_parse_audio_simple_widgets
3) ASoC: soc-core: adjust for graph on snd_soc_of_parse_audio_routing
4) ASoC: soc-core: adjust for graph on snd_soc_of_parse_audio_prefix
5) ASoC: soc-core: snd_soc_get_dai_name() become non static
6) of_graph: add of_graph_get_remote_endpoint()
7) of_graph: add of_graph_get_port_parent()
8) of_graph: add of_graph_get_top_port()
9) of_graph: add for_each_of_port() / for_each_of_endpoint_in_port()
10) of_graph: add of_graph_get_port/endpoint_count()
11) ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai()
12) ASoC: simple-card-utils: add asoc_simple_card_try_to_probe_graph_card()
13) ASoC: simple-card-utils: adjust for graph on asoc_simple_card_parse_card_name
14) ASoC: add simple-graph-card document
15) ASoC: add simple-graph-card support
16) ASoC: add simple-graph-scu-card document
17) ASoC: add simple-graph-scu-card support

Documentation/devicetree/bindings/sound/simple-graph-card.txt | 62 +++++++++++++
Documentation/devicetree/bindings/sound/simple-graph-scu-card.txt | 63 +++++++++++++
drivers/of/base.c | 160 ++++++++++++++++++++++++++++++---
include/linux/of_graph.h | 54 +++++++++++
include/sound/simple_card_utils.h | 19 ++++
include/sound/soc.h | 32 +++++--
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 +-
sound/soc/soc-core.c | 41 +++++----
14 files changed, 1396 insertions(+), 35 deletions(-)