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.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 618A6C43463 for ; Sat, 19 Sep 2020 11:14:43 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4C1D621481 for ; Sat, 19 Sep 2020 11:14:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="gvZOP46I"; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="o2XpqPbg" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4C1D621481 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 8470E168B; Sat, 19 Sep 2020 13:13:50 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 8470E168B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1600514080; bh=3BCWu3jCK4lynjY+TDXCs5NcDU6Wo6bMjv7wDYfjaIs=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=gvZOP46Im859ZVOsAKrYMxqKY1wqOAsPLr5Jsyw62H9cLOh3bqmEFdrN8Fd6OSBmb vHW1ePWYqN7o18rJaJMxCwb14R3mq12LMGhLkSVCH6e2jhE0iG2S51xlbWwwUA+yzN jvPwMjThJtRhaz6jXA3IVh+W6oQm7Y9GV/6AsTGI= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 1BC6BF801EC; Sat, 19 Sep 2020 13:13:50 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 28B68F80212; Sat, 19 Sep 2020 13:13:48 +0200 (CEST) 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 4E7D7F800EA for ; Sat, 19 Sep 2020 13:13:41 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 4E7D7F800EA Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="o2XpqPbg" Received: from localhost (unknown [171.48.27.5]) (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 56DC721481; Sat, 19 Sep 2020 11:13:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600514019; bh=3BCWu3jCK4lynjY+TDXCs5NcDU6Wo6bMjv7wDYfjaIs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o2XpqPbgq0Ulch8zTGluM/eKpz/wDiB2pf4crdCaakFwacltFabcugPJQXb3c/NwE Zi/VlvDAehyVjytUulKuXnEvnHCmb/a7dKRk6zToNWCklN7Q7cVXIXkbR1hpb6a3lV CrCnNAjKtccgZAbaY3KCIcXc7zSjcEpBLKeMOH7o= Date: Sat, 19 Sep 2020 16:43:30 +0530 From: Vinod Koul To: Pierre-Louis Bossart Subject: Re: [PATCH v2 1/2] soundwire: bus: add enumerated Slave device to device list Message-ID: <20200919111330.GV2968@vkoul-mobl> References: <20200917160007.153106-1-pierre-louis.bossart@linux.intel.com> <20200917160007.153106-2-pierre-louis.bossart@linux.intel.com> <20200918120502.GR2968@vkoul-mobl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: alsa-devel@alsa-project.org, tiwai@suse.de, gregkh@linuxfoundation.org, broonie@kernel.org, srinivas.kandagatla@linaro.org, Bard liao , Rander Wang X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On 18-09-20, 08:54, Pierre-Louis Bossart wrote: > > > On 9/18/20 7:05 AM, Vinod Koul wrote: > > On 17-09-20, 11:00, Pierre-Louis Bossart wrote: > > > From: Srinivas Kandagatla > > > > > > Currently Slave devices are only added on startup, either from Device > > > Tree or ACPI entries. However Slave devices that are physically > > > present on the bus, but not described in platform firmware, will never > > > be added to the device list. The user/integrator can only know the > > > list of devices by looking a dynamic debug logs. > > > > > > This patch suggests adding a Slave device eveb there is no matching DT or > > > ACPI entry, so that we can see this in sysfs entry. > > > > > > Initial code from Srinivas. Comments, fixes for ACPI probe and edits > > > of commit message by Pierre. > > > > You should add yours as Co-developed. That is the standard tag for these > > things > > ok, I've never used this tag before but it seems appropriate indeed, thanks > for the suggestion. > > Should I add your Co-developed tag to the second patch as well then? Sure -- ~Vinod