devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/4]  simple-card: simplify the code.
@ 2014-09-02  9:26 Xiubo Li
       [not found] ` <1409649969-15759-1-git-send-email-Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
                   ` (3 more replies)
  0 siblings, 4 replies; 29+ messages in thread
From: Xiubo Li @ 2014-09-02  9:26 UTC (permalink / raw)
  To: broonie-DgEjT+Ai2ygdnm+yROfE0A, perex-/Fr2/VpizcU,
	lgirdwood-Re5JQEeQqe8AvxtiuMwx3w, tiwai-l3A5Bk7waGM,
	moinejf-GANU6spQydw, andrew-g2DYL2Zd6BY,
	kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ, jsarha-l0cyMroinI0,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8,
	ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
	galak-sgV2jX0FEOL9JmXXK+q4OQ
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, Xiubo Li


And comment and advice are welcome.


Change in v2:
- Maintian compatibility with the old DTs.

Change in v1:
- Add simple-card dts node patches.
- Fix format parsing bug from Jean-Francois's comment.
- Rebase to Kuninori-san's newest changes in next branch.

Xiubo Li (4):
  ASoC: simple-card: add asoc_simple_card_fmt_master() to simplify the
    code.
  ASoC: simple-card: Merge single and muti DAI link(s) code.
  ASoC: simple-card: Adjust the comments of simple card.
  ASoC: simple-card: binding: update binding to support the new style.

 .../devicetree/bindings/sound/simple-card.txt      | 184 ++++++++++++++-------
 sound/soc/generic/simple-card.c                    | 131 ++++++++-------
 2 files changed, 191 insertions(+), 124 deletions(-)

-- 
1.8.4

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

end of thread, other threads:[~2014-09-03  8:39 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-02  9:26 [PATCHv2 0/4] simple-card: simplify the code Xiubo Li
     [not found] ` <1409649969-15759-1-git-send-email-Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-09-02  9:26   ` [PATCHv2 1/4] ASoC: simple-card: add asoc_simple_card_fmt_master() to " Xiubo Li
2014-09-02 10:21     ` Varka Bhadram
2014-09-02 10:38       ` Jean-Francois Moine
2014-09-02 10:42         ` Varka Bhadram
2014-09-02 11:04           ` Takashi Iwai
     [not found]           ` <54059F20.4080509-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-09-02 11:09             ` Jean-Francois Moine
2014-09-02 11:32               ` Jyri Sarha
2014-09-02 11:10     ` Jyri Sarha
2014-09-03  2:37       ` Li.Xiubo
2014-09-03  8:36         ` Jyri Sarha
     [not found]           ` <5406D317.5000403-l0cyMroinI0@public.gmane.org>
2014-09-03  8:39             ` Li.Xiubo-KZfg59tc24xl57MIdRCFDg
     [not found]     ` <1409649969-15759-2-git-send-email-Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-09-03  0:26       ` [alsa-devel] " Kuninori Morimoto
2014-09-03  2:21         ` Li.Xiubo
     [not found]           ` <b0ce0040e47a4ea8ab00ae7e113ecb41-swgC6WJTr6EbUgZD/0KOGpwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-09-03  3:36             ` Kuninori Morimoto
     [not found]               ` <87y4u15qa2.wl%kuninori.morimoto.gx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-09-03  3:41                 ` Li.Xiubo-KZfg59tc24xl57MIdRCFDg
2014-09-03  3:37         ` Li.Xiubo-KZfg59tc24xl57MIdRCFDg
     [not found]           ` <df7936d5863948b0a0a33aa8283d6a67-swgC6WJTr6EbUgZD/0KOGpwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-09-03  4:13             ` Kuninori Morimoto
     [not found]               ` <87wq9l5ojn.wl%kuninori.morimoto.gx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-09-03  5:33                 ` Li.Xiubo-KZfg59tc24xl57MIdRCFDg
2014-09-03  6:48               ` Jean-Francois Moine
2014-09-02  9:26 ` [PATCHv2 2/4] ASoC: simple-card: Merge single and muti DAI link(s) code Xiubo Li
2014-09-02  9:26 ` [PATCHv2 3/4] ASoC: simple-card: Adjust the comments of simple card Xiubo Li
     [not found]   ` <1409649969-15759-4-git-send-email-Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-09-02 10:44     ` Jean-Francois Moine
2014-09-03  1:55       ` Li.Xiubo-KZfg59tc24xl57MIdRCFDg
     [not found]         ` <37e5ba204cb340bc9fe01b7473721a9d-swgC6WJTr6EbUgZD/0KOGpwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-09-03  2:14           ` [alsa-devel] " Kuninori Morimoto
     [not found]             ` <87zjeh5u2o.wl%kuninori.morimoto.gx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-09-03  2:24               ` Li.Xiubo-KZfg59tc24xl57MIdRCFDg
2014-09-02  9:26 ` [PATCHv2 4/4] ASoC: simple-card: binding: update binding to support the new style Xiubo Li
2014-09-02 10:41   ` Jean-Francois Moine
2014-09-03  1:54     ` Li.Xiubo-KZfg59tc24xl57MIdRCFDg

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).