Re: [PATCH v5 3/3] firmware: xilinx: Add sysfs support for feature config
From: Greg KH
Date: Fri Feb 25 2022 - 06:12:49 EST
On Wed, Feb 09, 2022 at 12:27:09AM -0800, Ronak Jain wrote:
> Add support for sysfs interface for runtime features configuration.
> The user can configure the features at runtime. First, the user need
> to select the config id of the supported features and then the user
> can configure the parameters of the feature based on the config id.
>
> Signed-off-by: Ronak Jain <ronak.jain@xxxxxxxxxx>
You are adding new sysfs files, without any Documentation/ABI/ entries.
That will cause errors when you run the scripts/get_abi.pl tool, right?
Please fix.
thanks,
greg k-h