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 41FF2C433F5 for ; Tue, 21 Dec 2021 09:20:57 +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:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+crvN8c9MpqTWnpwRB/Fe6mikAK+ANEXmxJut4n+8cI=; b=hQzE/DSLHHZy16 bOZMPV8G1FO3PojfDfbTvLWyQqnVoEy/JzfWxMONzPqMeDttGdcULQLYadWl+ZQEGF+dWcLsu0dg1 nhK+MIt++0bZEyJWphzX2v+4TOoj9Ddh0NHvE0/e0pbhBmG0wXpigrjy4DZPstzagqJDe63d4OGor hku4pVkkUwD21mMhpaVZ+yFwigx0s3C8qYawOmJRbckZULPIwX7ygLTXQBcsB9LznU1ORiZZtjTke gK1ZdsHLvksuWrvMnl6PhDUq6RZ2CQsciwSuLcz/ZWA6ZdIDekb6DzLbFpfI2oXGL/n6RbE+h1cTo sW0mFa9TwaOBA8da8XiQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mzbJ6-0065gE-KW; Tue, 21 Dec 2021 09:19:42 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mzbHn-00658L-2J for linux-arm-kernel@lists.infradead.org; Tue, 21 Dec 2021 09:18:20 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 784A9B8122F; Tue, 21 Dec 2021 09:18:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A39A7C36AE2; Tue, 21 Dec 2021 09:18:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1640078294; bh=bTcHJfEyJ/T+V8bKHWOU6ML05FDG7R4DgMbt1M2kysg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OsMMTmTDhA4MhPisMFjK46m3c3aPTVznKFtlKhmhs8P8+Fd8VWmPy6mU2Ir5x6QAs /rOwXMuu1Cy1Rvav6QQvNMpx8RS50an1F05ROWsbjB7jouz4DaSvvMyuriyLsrHhmK 20/EgUtcT09nV6rTWz9DpZK98iw9tvBZykNDAmAU= Date: Tue, 21 Dec 2021 10:18:11 +0100 From: Greg KH To: Ronak Jain Cc: michal.simek@xilinx.com, linux-kernel@vger.kernel.org, rajan.vaja@xilinx.com, corbet@lwn.net, linux-arm-kernel@lists.infradead.org, arnd@arndb.de, lakshmi.sai.krishna.potthuri@xilinx.com Subject: Re: [PATCH v4 2/3] firmware: zynqmp: Add documentation for runtime feature config Message-ID: References: <20211206112101.24955-1-ronak.jain@xilinx.com> <20211206112101.24955-3-ronak.jain@xilinx.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211206112101.24955-3-ronak.jain@xilinx.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211221_011819_325206_4F15671D X-CRM114-Status: GOOD ( 15.20 ) 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 On Mon, Dec 06, 2021 at 03:21:00AM -0800, Ronak Jain wrote: > Add documentation for sysfs entries like feature_config_id and > feature_config_value for runtime feature configuration. The support is > added for an over temperature and external watchdog features. > > Signed-off-by: Ronak Jain > --- > Changes in v4: > - Add separate sysfs entries for runtime feature config > - Update commit message > > Changes in v3: > - None > > Changes in v2: > - Update commit message > --- > .../ABI/stable/sysfs-driver-firmware-zynqmp | 141 ++++++++++++++++++ > 1 file changed, 141 insertions(+) > > diff --git a/Documentation/ABI/stable/sysfs-driver-firmware-zynqmp b/Documentation/ABI/stable/sysfs-driver-firmware-zynqmp > index f5724bb5b462..0978a766bd65 100644 > --- a/Documentation/ABI/stable/sysfs-driver-firmware-zynqmp > +++ b/Documentation/ABI/stable/sysfs-driver-firmware-zynqmp > @@ -113,3 +113,144 @@ Description: > # echo 0 > /sys/devices/platform/firmware\:zynqmp-firmware/health_status > > Users: Xilinx > + > +What: /sys/devices/platform/firmware\:zynqmp-firmware/feature_config_id > +Date: Dec 2021 > +KernelVersion: 5.16 no, 5.16 will not have these files, sorry. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel