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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 72E17C52D11 for ; Thu, 26 Jan 2023 17:01:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=VOm7eVP2RqdQ1UpcsZ2iJ7v7iNXIxqNdgA7LMMnCNoY=; b=syNoeoNJQfCEnH Jd4XHHvGSTEhPryUMT7pqYrNrYxMX6qh+iM/aDRngC26RsAE6x5LtWKL6rYK/Lx7b0nL33woZF1oM MXhPF5V2ABbTDpRY01t4tdempF7MIqyv4zxgTNCH8CXn50dsefUly7e2L5jJ1zLjlqvS/naaFxcS2 6Bv58l0FwkVfH7ftodQ8ogrrz/sXcSYIwI46HC0WaRN4H+iESexMszihPOW7uTnVdBJujPC52bzE7 lILCU9S2vlgRJx/eeHi65YriDiVSEHis++YcPB5SfLVD1j8OusvEBZjjVPhrye/rUOvMrFqFqTTdJ BTW2l8gktankemZ+aBQQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pL5bW-00BvdA-3K; Thu, 26 Jan 2023 17:00:02 +0000 Received: from [2601:1c2:d80:3110::9307] by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pL5Zc-00ButD-9n; Thu, 26 Jan 2023 16:58:04 +0000 Message-ID: Date: Thu, 26 Jan 2023 08:58:02 -0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [PATCH v6 1/7] cdx: add the cdx bus driver Content-Language: en-US To: Nipun Gupta , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, gregkh@linuxfoundation.org, rafael@kernel.org, eric.auger@redhat.com, alex.williamson@redhat.com, cohuck@redhat.com, song.bao.hua@hisilicon.com, mchehab+huawei@kernel.org, maz@kernel.org, f.fainelli@gmail.com, jeffrey.l.hugo@gmail.com, saravanak@google.com, Michael.Srba@seznam.cz, mani@kernel.org, yishaih@nvidia.com, jgg@ziepe.ca, jgg@nvidia.com, robin.murphy@arm.com, will@kernel.org, joro@8bytes.org, masahiroy@kernel.org, ndesaulniers@google.com, linux-arm-kernel@lists.infradead.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: okaya@kernel.org, harpreet.anand@amd.com, nikhil.agarwal@amd.com, michal.simek@amd.com, git@amd.com References: <20230126104630.15493-1-nipun.gupta@amd.com> <20230126104630.15493-2-nipun.gupta@amd.com> From: Randy Dunlap In-Reply-To: <20230126104630.15493-2-nipun.gupta@amd.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Better as: On 1/26/23 02:46, Nipun Gupta wrote: > diff --git a/Documentation/ABI/testing/sysfs-bus-cdx b/Documentation/ABI/testing/sysfs-bus-cdx > new file mode 100644 > index 000000000000..8c2425fdb6d9 > --- /dev/null > +++ b/Documentation/ABI/testing/sysfs-bus-cdx > @@ -0,0 +1,12 @@ > +What: /sys/bus/cdx/rescan > +Date: January 2023 > +Contact: nipun.gupta@amd.com > +Description: (also capitalize Linux) Writing a non-zero value to this file causes rescan of the bus and devices on the CDX bus. Any new devices are scanned and added to the list of Linux devices and any devices removed are also deleted from Linux. > + > + For example:: > + > + # echo 1 > /sys/bus/cdx/rescan -- ~Randy _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel