Hi Mark, Rob
These are resend of OF-graph base simple-card patch-set.
I added 3 OF-graph helper functions for it.
1) - 3) : new OF-graph helper functions 4) - 7) : OF-graph base simple-card
Kuninori Morimoto (7): 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_endpoint_count() 4) ASoC: add snd_soc_get_dai_id() 5) ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai() 6) ASoC: add simple-graph-card document 7) ASoC: add simple-graph-card support
.../bindings/sound/simple-graph-card.txt | 137 ++++++++++ drivers/of/base.c | 60 +++- include/linux/of_graph.h | 22 ++ include/sound/simple_card_utils.h | 10 + include/sound/soc.h | 1 + sound/soc/generic/Kconfig | 7 + sound/soc/generic/Makefile | 2 + sound/soc/generic/simple-card-utils.c | 36 +++ sound/soc/generic/simple-graph-card.c | 303 +++++++++++++++++++++ sound/soc/soc-core.c | 23 ++ 10 files changed, 591 insertions(+), 10 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/simple-graph-card.txt create mode 100644 sound/soc/generic/simple-graph-card.c