Re: [PATCH 09/12] misc: flexcard: add device attributes

From: Greg Kroah-Hartman
Date: Tue Jan 10 2017 - 11:59:17 EST


On Wed, Dec 14, 2016 at 01:11:50AM +0100, Holger Dengler wrote:
> Add device attributes for common flexcard information access. The
> attribiutes are read-only execpt "uid" (user ID register).
> The "uid" attribute can also be used to change the user-defined ID of a
> Flexcard.
>
> Signed-off-by: Benedikt Spranger <b.spranger@xxxxxxxxxxxxx>
> Signed-off-by: Holger Dengler <dengler@xxxxxxxxxxxxx>
> cc: Arnd Bergmann <arnd@xxxxxxxx>
> cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> ---
> drivers/misc/flexcard_misc.c | 196 +++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 196 insertions(+)

You didn't document your new sysfs files in Documentation/ABI/ ?