From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolin Chen Subject: Re: [PATCH] ASoC: cs42888: Add codec driver support Date: Tue, 25 Feb 2014 11:54:48 +0800 Message-ID: <20140225035447.GC7343@MrMyself> References: <20140224113011.GE25940@sirena.org.uk> <20140224160648.GC6132@MrMyself> <20140225000027.GI25940@sirena.org.uk> <20140225023840.GB7229@MrMyself> <20140225030947.GO25940@sirena.org.uk> <20140225031313.GA7343@MrMyself> <20140225033929.GP25940@sirena.org.uk> <20140225034635.GB7343@MrMyself> <20140225035232.GQ25940@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <20140225035232.GQ25940@sirena.org.uk> Sender: linux-doc-owner@vger.kernel.org To: Mark Brown Cc: "Austin, Brian" , "Handrigan, Paul" , "robh+dt@kernel.org" , "pawel.moll@arm.com" , "mark.rutland@arm.com" , "ijc+devicetree@hellion.org.uk" , "galak@codeaurora.org" , "rob@landley.net" , Liam Girdwood , "grant.likely@linaro.org" , "devicetree@vger.kernel.org" , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "alsa-devel@alsa-project.org" List-Id: devicetree@vger.kernel.org On Tue, Feb 25, 2014 at 12:52:32PM +0900, Mark Brown wrote: > On Tue, Feb 25, 2014 at 11:46:36AM +0800, Nicolin Chen wrote: > > On Tue, Feb 25, 2014 at 12:39:29PM +0900, Mark Brown wrote: > > > > So register it from the ESAI driver then. > > > Then I think I need to find a way to pass the clock to CODEC driver... > > Won't the normal DT mechanisms work here? I'd expect them to, you can > already have multiple clock providers in a system. My knowledge should be out of date here. It's nicer to do it in that way. Thank you.