From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolin Chen Subject: [PATCH V2 0/2] Add device tree binding support to WM8962 codec driver Date: Thu, 6 Jun 2013 19:38:44 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org 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 List-Id: devicetree@vger.kernel.org *** 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(-)