From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolin Chen Subject: Re: [PATCH V4 0/3] add spba clock for fsl audio IP Date: Tue, 24 Nov 2015 01:31:48 -0800 Message-ID: <20151124093147.GA50978@Asurada-CZ80> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Shengjiu Wang Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, timur@tabi.org, Xiubo.Lee@gmail.com, lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz, tiwai@suse.com, shawnguo@kernel.org, alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Tue, Nov 24, 2015 at 05:19:31PM +0800, Shengjiu Wang wrote: > add spba clock for fsl audio IP > > Changes in V3 > - add error check for spba clock > > Shengjiu Wang (3): > ASoC: fsl_esai: spba clock is needed by esai device > ASoC: fsl_spdif: spba clk is needed by spdif device > ASoC: fsl_asrc: spba clock is needed by asrc device For all three, Acked-by: Nicolin Chen > > Documentation/devicetree/bindings/sound/fsl,asrc.txt | 5 +++++ > Documentation/devicetree/bindings/sound/fsl,esai.txt | 5 +++++ > Documentation/devicetree/bindings/sound/fsl,spdif.txt | 5 +++++ > sound/soc/fsl/fsl_asrc.c | 14 ++++++++++++++ > sound/soc/fsl/fsl_asrc.h | 2 ++ > sound/soc/fsl/fsl_esai.c | 17 +++++++++++++++++ > sound/soc/fsl/fsl_spdif.c | 19 +++++++++++++++++++ > 7 files changed, 67 insertions(+) > > -- > 1.9.1 >