From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E5CBAC64E7A for ; Tue, 1 Dec 2020 04:12:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 753BD2073C for ; Tue, 1 Dec 2020 04:12:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="PYrfTCVG" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728147AbgLAEMY (ORCPT ); Mon, 30 Nov 2020 23:12:24 -0500 Received: from mail.kernel.org ([198.145.29.99]:60066 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726614AbgLAEMY (ORCPT ); Mon, 30 Nov 2020 23:12:24 -0500 Received: from localhost (unknown [122.171.214.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6549020725; Tue, 1 Dec 2020 04:11:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606795903; bh=SdakvgRnTxtSgskiL5/rtYasL84SX/GuXdSsUwb3fts=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PYrfTCVG9xvWAzt4axPZRVoD3DNqJR5CMtcAwK5NKhEXpI+oXdghm4i6wwZMDRd1J qa/QWysryw5R3A3xw17Z/ToI4wXNLzSZokwwo6V6I0DXbKFEu/HyKiNGC8tqgW5B2Q 7EVn+ccvaBshnaOysYw5kLX4KVvchTnDxk261SAE= Date: Tue, 1 Dec 2020 09:41:38 +0530 From: Vinod Koul To: "Liao, Bard" Cc: Bard Liao , "alsa-devel@alsa-project.org" , "linux-kernel@vger.kernel.org" , "tiwai@suse.de" , "broonie@kernel.org" , "gregkh@linuxfoundation.org" , "jank@cadence.com" , "srinivas.kandagatla@linaro.org" , "rander.wang@linux.intel.com" , "ranjani.sridharan@linux.intel.com" , "hui.wang@canonical.com" , "pierre-louis.bossart@linux.intel.com" , "Kale, Sanyog R" Subject: Re: [PATCH v2 0/5] regmap/SoundWire/ASoC: Add SoundWire SDCA support Message-ID: <20201201041138.GY8403@vkoul-mobl> References: <20201130144020.19757-1-yung-chuan.liao@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01-12-20, 02:42, Liao, Bard wrote: > Hi Vinod/Mark, > > Could we take this series into Vinod's tree with Mark's Acked-by? > It failed to build on Mark's tree. I see Mark has already applied 1-3 .. Thanks -- ~Vinod