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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C47BC433F5 for ; Fri, 25 Feb 2022 11:13:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239982AbiBYLNz (ORCPT ); Fri, 25 Feb 2022 06:13:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239977AbiBYLNx (ORCPT ); Fri, 25 Feb 2022 06:13:53 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A06F921D0B9 for ; Fri, 25 Feb 2022 03:13:19 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 3C31A6182F for ; Fri, 25 Feb 2022 11:13:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 47434C340E7; Fri, 25 Feb 2022 11:13:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1645787598; bh=rzGPkT4JIzlzbexRP8aEU5rh0rRoABm8ajxfnujtt8k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rBCZrZPRd3Nj8TnqRWa5yoB/zM4CQ6JODJ3uHI69k0isWipkWGOcfiMDQ9twmQERE Pc7xB1QQQAu9hwGSD7VsyiUouZVSkxHIsGjfOqOSjVCyKKwK2xJmYweyW5yF0n2uCA iSXdYE7dubgxHJfVEVWzQetquJ8G4XzPcFlA/nP8= Date: Fri, 25 Feb 2022 12:13:16 +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 v5 2/3] firmware: zynqmp: Add documentation for runtime feature config Message-ID: References: <20220209082709.32378-1-ronak.jain@xilinx.com> <20220209082709.32378-3-ronak.jain@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220209082709.32378-3-ronak.jain@xilinx.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 09, 2022 at 12:27:08AM -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 v5: > - Update kernel version for sysfs documentation > Ah, here's the documentation, sorry about that...