All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7][resend] ASoC: add OF-graph base simple-card
@ 2017-02-13  4:19 Kuninori Morimoto
       [not found] ` <87zihq7mja.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Kuninori Morimoto @ 2017-02-13  4:19 UTC (permalink / raw)
  To: Mark Brown, Rob Herring; +Cc: Linux-ALSA, Simon, Linux-DT


Hi Mark, Rob

These are v2 of 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

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

end of thread, other threads:[~2017-02-27  3:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-13  4:19 [PATCH v2 0/7][resend] ASoC: add OF-graph base simple-card Kuninori Morimoto
     [not found] ` <87zihq7mja.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-02-13  4:20   ` [PATCH v2 1/7] of_graph: add of_graph_get_remote_endpoint() Kuninori Morimoto
2017-02-13  4:21   ` [PATCH v2 2/7] of_graph: add of_graph_get_port_parent() Kuninori Morimoto
2017-02-13  4:21   ` [PATCH v2 3/7] of_graph: add of_graph_get_endpoint_count() Kuninori Morimoto
2017-02-13  4:22   ` [PATCH v2 4/7] ASoC: add snd_soc_get_dai_id() Kuninori Morimoto
2017-02-13  4:22   ` [PATCH v2 5/7] ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai() Kuninori Morimoto
2017-02-13  4:22   ` [PATCH v2 6/7] ASoC: add simple-graph-card document Kuninori Morimoto
     [not found]     ` <87r3327mdo.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-02-22 15:07       ` Rob Herring
2017-02-27  3:05         ` Kuninori Morimoto
2017-02-13  4:23   ` [PATCH v2 7/7] ASoC: add simple-graph-card support Kuninori Morimoto
2017-02-24 14:45     ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.