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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 B79A0C64E7B for ; Tue, 1 Dec 2020 14:37:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 51B1C20758 for ; Tue, 1 Dec 2020 14:37:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389175AbgLAOh3 (ORCPT ); Tue, 1 Dec 2020 09:37:29 -0500 Received: from mga06.intel.com ([134.134.136.31]:21747 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388620AbgLAOh3 (ORCPT ); Tue, 1 Dec 2020 09:37:29 -0500 IronPort-SDR: 16zeXfjaTNi6TEs5Lo0/uJuSt0Ga41zo2NIcwxxtAIpgQwEq4crjRgnwR6DYemPlQMlA++Jhod VEsR1VEoiIlg== X-IronPort-AV: E=McAfee;i="6000,8403,9821"; a="234438754" X-IronPort-AV: E=Sophos;i="5.78,384,1599548400"; d="scan'208";a="234438754" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2020 06:35:46 -0800 IronPort-SDR: temaf+ahoFTQk7464VYz82vE8GVBgjV5ccgi9dSbQLc1h7rh1xDUBG0uhQf8X/7p2X4lElG6cW PdR5CiHYfF3w== X-IronPort-AV: E=Sophos;i="5.78,384,1599548400"; d="scan'208";a="364762445" Received: from griver2-mobl.amr.corp.intel.com (HELO [10.213.191.92]) ([10.213.191.92]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2020 06:35:44 -0800 Subject: Re: [PATCH v2 0/5] regmap/SoundWire/ASoC: Add SoundWire SDCA support To: Vinod Koul , "Liao, Bard" Cc: "alsa-devel@alsa-project.org" , "tiwai@suse.de" , "gregkh@linuxfoundation.org" , "linux-kernel@vger.kernel.org" , "ranjani.sridharan@linux.intel.com" , "hui.wang@canonical.com" , "broonie@kernel.org" , "srinivas.kandagatla@linaro.org" , "jank@cadence.com" , "Kale, Sanyog R" , Bard Liao , "rander.wang@linux.intel.com" References: <20201130144020.19757-1-yung-chuan.liao@linux.intel.com> <20201201041138.GY8403@vkoul-mobl> From: Pierre-Louis Bossart Message-ID: Date: Tue, 1 Dec 2020 08:35:42 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201201041138.GY8403@vkoul-mobl> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/30/20 10:11 PM, Vinod Koul wrote: > 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 .. Sorry, I thought Mark had reversed the entire series. Vinod, would you mind providing a tag for Mark then? The following commit is needed to compile: b7cab9be7c161 ('soundwire: SDCA: detect sdca_cascade interrupt') Thank you Sir!