From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH 1/3] ASoC: SOF: Add OF DSP device support Date: Mon, 19 Aug 2019 15:46:17 +0200 Message-ID: <20190819134616.GR5999@X250> References: <20190815154500.29090-1-pierre-louis.bossart@linux.intel.com> <20190815154500.29090-2-pierre-louis.bossart@linux.intel.com> <20190815164942.GB4841@sirena.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 3BE2DF802BE for ; Mon, 19 Aug 2019 15:46:32 +0200 (CEST) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" To: Daniel Baluta Cc: Takashi Iwai , Linux-ALSA , Mark Brown , Daniel Baluta , Pierre-Louis Bossart List-Id: alsa-devel@alsa-project.org On Fri, Aug 16, 2019 at 11:43:13AM +0300, Daniel Baluta wrote: > Hi Mark, > > On Thu, Aug 15, 2019 at 7:50 PM Mark Brown wrote: > > > > On Thu, Aug 15, 2019 at 10:44:58AM -0500, Pierre-Louis Bossart wrote: > > > From: Daniel Baluta > > > > > > Add support for device tree based SOF DSP devices. > > > > I'm not seeing any binding documentation here. Binding documentation is > > required for any new device tree bindings supported in code. > > Binding documentation together with the actual dts nodes were sent > to Shawn. > > https://lkml.org/lkml/2019/8/7/682 > > Shawn, > > Can you pick 4/5 and 5/5 patches from series above? 1-3 are sent to > Mark to go through to alsa tree. I just picked up DTS patch (4/5), but DT bindings should generally go through driver/subsystem tree as preference. Shawn