Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] ASoC: simple-card: add parse_clk / parse_dai
@ 2016-07-19  2:51 Kuninori Morimoto
  2016-07-19  2:52 ` [PATCH 1/7] ASoC: simple-card-utils: add asoc_simple_card_parse_clk() Kuninori Morimoto
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Kuninori Morimoto @ 2016-07-19  2:51 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Liam Girdwood, Simon, linux-renesas-soc


Hi Mark

These add parse_clk / parse_dai to simple utiles.
I know that we want to use "devm_" version of of_clk_get(),
and now I'm posting its patch to kernel ML, but it still under
discussion. Thus, this patch is using current style (with small fixup).
I will replace it to devm version if it was accepted.

Kuninori Morimoto (7):
  ASoC: simple-card-utils: add asoc_simple_card_parse_clk()
  ASoC: simple-card: use asoc_simple_card_parse_clk()
  ASoC: rsrc-card: use asoc_simple_card_parse_clk()
  ASoC: simple-card-utils: add asoc_simple_card_parse_dai()
  ASoC: simple-card: use asoc_simple_card_parse_dai()
  ASoC: rsrc-card: use asoc_simple_card_parse_dai()
  ASoC: simple-card: remove asoc_simple_card_sub_parse_of()

 include/sound/simple_card_utils.h     |  25 ++++++++
 sound/soc/generic/simple-card-utils.c |  69 ++++++++++++++++++++
 sound/soc/generic/simple-card.c       | 116 ++++++++++------------------------
 sound/soc/sh/rcar/rsrc-card.c         |  93 ++++++---------------------
 4 files changed, 146 insertions(+), 157 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-08-08 10:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-19  2:51 [PATCH 0/7] ASoC: simple-card: add parse_clk / parse_dai Kuninori Morimoto
2016-07-19  2:52 ` [PATCH 1/7] ASoC: simple-card-utils: add asoc_simple_card_parse_clk() Kuninori Morimoto
2016-07-19  2:53 ` [PATCH 2/7] ASoC: simple-card: use asoc_simple_card_parse_clk() Kuninori Morimoto
2016-07-19  2:53 ` [PATCH 3/7] ASoC: rsrc-card: " Kuninori Morimoto
2016-08-05 12:08   ` Applied "ASoC: rsrc-card: use asoc_simple_card_parse_clk()" to the asoc tree Mark Brown
2016-07-19  2:53 ` [PATCH 3/7] ASoC: rsrc-card: use asoc_simple_card_parse_clk() Kuninori Morimoto
2016-07-19  2:54 ` [PATCH 4/7] ASoC: simple-card-utils: add asoc_simple_card_parse_dai() Kuninori Morimoto
2016-08-05 12:27   ` Mark Brown
2016-08-08  0:14     ` Kuninori Morimoto
2016-08-08  5:39       ` Kuninori Morimoto
2016-07-19  2:54 ` [PATCH 5/7] ASoC: simple-card: use asoc_simple_card_parse_dai() Kuninori Morimoto
2016-08-08 10:46   ` Applied "ASoC: simple-card: use asoc_simple_card_parse_dai()" to the asoc tree Mark Brown
2016-07-19  2:55 ` [PATCH 6/7] ASoC: rsrc-card: use asoc_simple_card_parse_dai() Kuninori Morimoto
2016-07-19  2:55 ` [PATCH 7/7] ASoC: simple-card: remove asoc_simple_card_sub_parse_of() Kuninori Morimoto
2016-08-08 10:46   ` Applied "ASoC: simple-card: remove asoc_simple_card_sub_parse_of()" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox