All of lore.kernel.org
 help / color / mirror / Atom feed
From: RongJun Ying <rjying@gmail.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	rjying@gmail.com
Cc: Takashi Iwai <tiwai@suse.de>, Rongjun Ying <rongjun.ying@csr.com>,
	alsa-devel@alsa-project.org, workgroup.linux@csr.com
Subject: [PATCH v6 0/2] ASoC: Add SiRF I2S controller and hdmi card drivers
Date: Thu, 27 Mar 2014 13:27:03 +0800	[thread overview]
Message-ID: <1395898025-5437-1-git-send-email-rongjun.ying@csr.com> (raw)

From: Rongjun Ying <rongjun.ying@csr.com>

This patchset adds CSR SiRFSoC sound drivers including:
4. The SiRF I2S controller driver
5. The SiRF hdmi card driver

Rongjun Ying (2):
  ASoC: sirf: Add SiRF I2S driver
  ASoC: sirf: Add hdmi support

 .../devicetree/bindings/sound/sirf-i2s.txt         |   27 ++
 sound/soc/sirf/Kconfig                             |   11 +
 sound/soc/sirf/Makefile                            |    2 +
 sound/soc/sirf/sirf-i2s.c                          |  445 ++++++++++++++++++++
 sound/soc/sirf/sirf-i2s.h                          |   93 ++++
 5 files changed, 578 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/sirf-i2s.txt
 create mode 100644 sound/soc/sirf/sirf-i2s.c
 create mode 100644 sound/soc/sirf/sirf-i2s.h

-- 
1.7.5.4

             reply	other threads:[~2014-03-27  5:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-27  5:27 RongJun Ying [this message]
2014-03-27  5:27 ` [PATCH v6 1/2] ASoC: sirf: Add SiRF I2S driver RongJun Ying
2014-03-28 12:39   ` Mark Brown
2014-03-27  5:27 ` [PATCH v6 2/2] ASoC: sirf: Add hdmi support RongJun Ying
2014-03-28 12:38   ` Mark Brown

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=1395898025-5437-1-git-send-email-rongjun.ying@csr.com \
    --to=rjying@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=rongjun.ying@csr.com \
    --cc=tiwai@suse.de \
    --cc=workgroup.linux@csr.com \
    /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.