All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
To: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Linux-ALSA <alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org>,
	Simon <horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>,
	Linux-DT <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [resend][PATCH v5 00/10] ASoC: add OF-graph base simple-card
Date: Thu, 6 Apr 2017 06:56:10 +0000	[thread overview]
Message-ID: <87zifu3u5c.wl%kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <87vaqlnceg.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>

Hi Rob

I believe [PATCH 01/10] - [PATCH 04/10] on this patch-set are your territory,
is this correct ?

> 2 weeks passed. I will re-post these patches.
> I added already posted "base: export symbol of_phandle_iterator_init/next"
> as [01/10] patch which is needed on this series.
> 
> Kuninori Morimoto (10):
>   of_graph: export symbol of_phandle_iterator_init/next
>   of_graph: add of_graph_get_remote_endpoint()
>   of_graph: add of_graph_get_port_parent()
>   of_graph: add of_graph_get_endpoint_count()
>   ASoC: simple-card-utils: enable "label" on asoc_simple_card_parse_card_name
>   ASoC: soc-core: enable "dai-name" on snd_soc_of_parse_daifmt()
>   ASoC: add snd_soc_get_dai_id()
>   ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai()
>   ASoC: add audio-graph-card document
>   ASoC: add audio-graph-card support
> 
>  .../devicetree/bindings/sound/audio-graph-card.txt | 124 +++++++++
>  drivers/of/base.c                                  |  60 +++-
>  include/linux/of_graph.h                           |  21 ++
>  include/sound/simple_card_utils.h                  |  10 +
>  include/sound/soc.h                                |   1 +
>  sound/soc/generic/Kconfig                          |   8 +
>  sound/soc/generic/Makefile                         |   2 +
>  sound/soc/generic/audio-graph-card.c               | 308 +++++++++++++++++++++
>  sound/soc/generic/simple-card-utils.c              |  54 +++-
>  sound/soc/soc-core.c                               |  32 ++-
>  10 files changed, 604 insertions(+), 16 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/sound/audio-graph-card.txt
>  create mode 100644 sound/soc/generic/audio-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

  parent reply	other threads:[~2017-04-06  6:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-03  8:10 [resend][PATCH v5 00/10] ASoC: add OF-graph base simple-card Kuninori Morimoto
2017-04-03  8:11 ` [resend][PATCH v5 01/10] of_graph: export symbol of_phandle_iterator_init/next Kuninori Morimoto
2017-04-03  8:12 ` [resend][PATCH v5 04/10] of_graph: add of_graph_get_endpoint_count() Kuninori Morimoto
     [not found] ` <87vaqlnceg.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-04-03  8:11   ` [resend][PATCH v5 02/10] of_graph: add of_graph_get_remote_endpoint() Kuninori Morimoto
2017-04-03  8:12   ` [resend][PATCH v5 03/10] of_graph: add of_graph_get_port_parent() Kuninori Morimoto
2017-04-03  8:13   ` [resend][PATCH v5 05/10] ASoC: simple-card-utils: enable "label" on asoc_simple_card_parse_card_name Kuninori Morimoto
2017-04-03  8:13   ` [resend][PATCH v5 06/10] ASoC: soc-core: enable "dai-name" on snd_soc_of_parse_daifmt() Kuninori Morimoto
2017-04-03  8:14   ` [resend][PATCH v5 07/10] ASoC: add snd_soc_get_dai_id() Kuninori Morimoto
2017-04-03  8:14   ` [resend][PATCH v5 08/10] ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai() Kuninori Morimoto
2017-04-03  8:15   ` [resend][PATCH v5 09/10] ASoC: add audio-graph-card document Kuninori Morimoto
2017-04-03  8:15   ` [resend][PATCH v5 10/10] ASoC: add audio-graph-card support Kuninori Morimoto
2017-04-06  6:56   ` Kuninori Morimoto [this message]
2017-04-17  0:20 [resend][PATCH v5 00/10] ASoC: add OF-graph base simple-card Kuninori Morimoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zifu3u5c.wl%kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx-zm6kxycvzfbbdgjk7y7tuq@public.gmane.org \
    --cc=alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org \
    --cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.