From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolin Chen Subject: [PATCH 0/2] Add device tree binding support to WM8962 codec driver Date: Wed, 5 Jun 2013 20:12:54 +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. 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 | 56 ++++++++++++++++++-- 2 files changed, 72 insertions(+), 4 deletions(-)