From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from am1outboundpool.messaging.microsoft.com (am1ehsobe003.messaging.microsoft.com [213.199.154.206]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id C9FE61400C6 for ; Fri, 4 Apr 2014 21:06:53 +1100 (EST) From: Nicolin Chen To: , Subject: [PATCH v3 0/2] ASoC: fsl_sai: Add bus clock and mclks with clock controls Date: Fri, 4 Apr 2014 18:08:11 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, alsa-devel@alsa-project.org, pawel.moll@arm.com, linux-doc@vger.kernel.org, ijc+devicetree@hellion.org.uk, linux-kernel@vger.kernel.org, robh+dt@kernel.org, timur@tabi.org, Li.Xiubo@freescale.com, rob@landley.net, galak@codeaurora.org, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This series of patches add clock controls to fsl_sai driver and updates the vf610.dtsi accordingly. Changelog v3: * Use int type for ret instead of u32. * Added Acked-by and Tested-by from Xiubo Li. v2: * Appended two extra mclks to the driver since SAI actually has three. * Renamed clock name to 'bus' and 'mclk' according to the reference manual. Nicolin Chen (2): ASoC: fsl_sai: Add clock controls for SAI ARM: dts: Append clock bindings for sai2 on VF610 platform .../devicetree/bindings/sound/fsl-sai.txt | 8 ++-- arch/arm/boot/dts/vf610.dtsi | 6 ++- sound/soc/fsl/fsl_sai.c | 51 ++++++++++++++++++++-- sound/soc/fsl/fsl_sai.h | 4 ++ 4 files changed, 60 insertions(+), 9 deletions(-) -- 1.8.4