devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 00/17] ASoC: add OF graph base simple-card
@ 2016-11-11  1:16 Kuninori Morimoto
  2016-11-11  1:17 ` [PATCH v3 01/17] ASoC: soc-core: adjust for graph on snd_soc_of_parse_card_name Kuninori Morimoto
                   ` (12 more replies)
  0 siblings, 13 replies; 20+ messages in thread
From: Kuninori Morimoto @ 2016-11-11  1: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 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

--
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] 20+ messages in thread

end of thread, other threads:[~2016-11-16  2:07 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-11  1:16 [PATCH v3 00/17] ASoC: add OF graph base simple-card Kuninori Morimoto
2016-11-11  1:17 ` [PATCH v3 01/17] ASoC: soc-core: adjust for graph on snd_soc_of_parse_card_name Kuninori Morimoto
2016-11-11  1:18 ` [PATCH v3 02/17] ASoC: soc-core: adjust for graph on snd_soc_of_parse_audio_simple_widgets Kuninori Morimoto
2016-11-11  1:19 ` [PATCH v3 04/17] ASoC: soc-core: adjust for graph on snd_soc_of_parse_audio_prefix Kuninori Morimoto
     [not found] ` <87vavurf4y.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2016-11-11  1:18   ` [PATCH v3 03/17] ASoC: soc-core: adjust for graph on snd_soc_of_parse_audio_routing Kuninori Morimoto
2016-11-11  1:19   ` [PATCH v3 05/17] ASoC: soc-core: snd_soc_get_dai_name() become non static Kuninori Morimoto
2016-11-11  1:19   ` [PATCH v3 06/17] of_graph: add of_graph_get_remote_endpoint() Kuninori Morimoto
2016-11-11  1:21   ` [PATCH v3 11/17] ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai() Kuninori Morimoto
2016-11-11  1:22   ` [PATCH v3 12/17] ASoC: simple-card-utils: add asoc_simple_card_try_to_probe_graph_card() Kuninori Morimoto
2016-11-11  2:07     ` kbuild test robot
     [not found]       ` <201611111036.Ye7DcBzl%fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-11-16  2:07         ` Kuninori Morimoto
2016-11-11  1:20 ` [PATCH v3 07/17] of_graph: add of_graph_get_port_parent() Kuninori Morimoto
2016-11-11  1:20 ` [PATCH v3 08/17] of_graph: add of_graph_get_top_port() Kuninori Morimoto
2016-11-11  1:21 ` [PATCH v3 09/17] of_graph: add for_each_of_port() / for_each_of_endpoint_in_port() Kuninori Morimoto
2016-11-11  1:21 ` [PATCH v3 10/17] of_graph: add of_graph_get_port/endpoint_count() Kuninori Morimoto
2016-11-11  1:22 ` [PATCH v3 13/17] ASoC: simple-card-utils: adjust for graph on asoc_simple_card_parse_card_name Kuninori Morimoto
2016-11-11  1:23 ` [PATCH v3 14/17] ASoC: add simple-graph-card document Kuninori Morimoto
2016-11-11  1:24 ` [PATCH v3 15/17] ASoC: add simple-graph-card support Kuninori Morimoto
2016-11-11  1:24 ` [PATCH v3 16/17] ASoC: add simple-graph-scu-card document Kuninori Morimoto
2016-11-11  1:25 ` [PATCH v3 17/17] 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).