[PATCH v3 00/17] ASoC: add OF graph base simple-card

From: Kuninori Morimoto
Date: Thu Nov 10 2016 - 20:16:20 EST



Hi Rob, Mark

These are v3 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)

>> Mark

I could success to apply 1) - 5) on your topic/core and topic/simple, both.
Please let me know if you can't do it.

*** BLURB HERE ***

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

.../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 | 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, 1401 insertions(+), 35 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