From: Nicolin Chen <b42378@freescale.com>
To: patches@opensource.wolfsonmicro.com, alsa-devel@alsa-project.org,
devicetree-discuss@lists.ozlabs.org
Cc: grant.likely@linaro.org, broonie@kernel.org, lgirdwood@gmail.com,
rob.herring@calxeda.com
Subject: [PATCH V2 0/2] Add device tree binding support to WM8962 codec driver
Date: Thu, 6 Jun 2013 19:38:44 +0800 [thread overview]
Message-ID: <cover.1370518627.git.b42378@freescale.com> (raw)
*** These two patch added devicetree binding support to WM8962 codec driver
*** so that it can fetch pdata not only from old platform_data but also from
*** newer dts binding.
---
ChangeLog:
v1->v2:
* PATCH 1/2:
*** Embedded a copy of struct wm8962_pdata instead of its pointer
*** Removed all 'if (pdata)' checking code as it is always valid.
* PATCH 2/2:
*** Dropped out-of-band value error msg by regarding it as default value.
Nicolin Chen (2):
ASoC: WM8962: Create default platform data structure
ASoC: WM8962: Add device tree binding
Documentation/devicetree/bindings/sound/wm8962.txt | 20 ++++
sound/soc/codecs/wm8962.c | 99 +++++++++++++------
2 files changed, 88 insertions(+), 31 deletions(-)
next reply other threads:[~2013-06-06 11:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-06 11:38 Nicolin Chen [this message]
2013-06-06 11:38 ` [PATCH V2 1/2] ASoC: WM8962: Create default platform data structure Nicolin Chen
[not found] ` <7e99c1946386e241854a3d7659a7a6d4201a5b34.1370518627.git.b42378-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2013-06-06 13:26 ` Mark Brown
2013-06-06 11:38 ` [PATCH V2 2/2] ASoC: WM8962: Add device tree binding Nicolin Chen
[not found] ` <a7acc6e603272a9d48324712f54da9bb1fa46889.1370518627.git.b42378-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2013-06-06 13:28 ` 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=cover.1370518627.git.b42378@freescale.com \
--to=b42378@freescale.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=grant.likely@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=patches@opensource.wolfsonmicro.com \
--cc=rob.herring@calxeda.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 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).