devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Add device tree binding support to WM8962 codec driver
@ 2013-06-06 11:38 Nicolin Chen
  2013-06-06 11:38 ` [PATCH V2 1/2] ASoC: WM8962: Create default platform data structure Nicolin Chen
  2013-06-06 11:38 ` [PATCH V2 2/2] ASoC: WM8962: Add device tree binding Nicolin Chen
  0 siblings, 2 replies; 5+ messages in thread
From: Nicolin Chen @ 2013-06-06 11:38 UTC (permalink / raw)
  To: patches, alsa-devel, devicetree-discuss
  Cc: grant.likely, broonie, lgirdwood, rob.herring

*** 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(-)

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

end of thread, other threads:[~2013-06-06 13:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-06 11:38 [PATCH V2 0/2] Add device tree binding support to WM8962 codec driver Nicolin Chen
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

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