Message ID | 1459676572-29921-3-git-send-email-tomas.winkler@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sun 2016-04-03 12:42:46, Tomas Winkler wrote: > Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> > --- > Documentation/ABI/testing/sysfs-class-rpmb | 15 +++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 16 insertions(+) > create mode 100644 Documentation/ABI/testing/sysfs-class-rpmb > > diff --git a/Documentation/ABI/testing/sysfs-class-rpmb b/Documentation/ABI/testing/sysfs-class-rpmb > new file mode 100644 > index 000000000000..62d1959bf19e > --- /dev/null > +++ b/Documentation/ABI/testing/sysfs-class-rpmb > @@ -0,0 +1,15 @@ > +What: /sys/class/rpmb/ > +Date: Mar 2016 > +KernelVersion: TBD > +Contact: Tomas Winkler <tomas.winkler@intel.com> > +Description: > + The rpmb/ class sub-directory belongs to RPMB device class > + > + > +What: /sys/class/rpmb/rpmbN/ > +Date: Mar 2016 > +KernelVersion: TBD > +Contact: Tomas Winkler <tomas.winkler@intel.com> > +Description: > + The /sys/class/rpmb/rpmbN directory is created for > + each RPMB registered device Umm. Can we get some better documentation? This is useless. Interested reader would also like to know what "RPMB" is, and why he should be interested... Pavel
> > On Sun 2016-04-03 12:42:46, Tomas Winkler wrote: > > Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> > > --- > > Documentation/ABI/testing/sysfs-class-rpmb | 15 +++++++++++++++ > > MAINTAINERS | 1 + > > 2 files changed, 16 insertions(+) > > create mode 100644 Documentation/ABI/testing/sysfs-class-rpmb > > > > diff --git a/Documentation/ABI/testing/sysfs-class-rpmb > > b/Documentation/ABI/testing/sysfs-class-rpmb > > new file mode 100644 > > index 000000000000..62d1959bf19e > > --- /dev/null > > +++ b/Documentation/ABI/testing/sysfs-class-rpmb > > @@ -0,0 +1,15 @@ > > +What: /sys/class/rpmb/ > > +Date: Mar 2016 > > +KernelVersion: TBD > > +Contact: Tomas Winkler <tomas.winkler@intel.com> > > +Description: > > + The rpmb/ class sub-directory belongs to RPMB device class > > + > > + > > +What: /sys/class/rpmb/rpmbN/ > > +Date: Mar 2016 > > +KernelVersion: TBD > > +Contact: Tomas Winkler <tomas.winkler@intel.com> > > +Description: > > + The /sys/class/rpmb/rpmbN directory is created for > > + each RPMB registered device > > > Umm. Can we get some better documentation? > > This is useless. > > Interested reader would also like to know what "RPMB" is, and why he > should be interested... No, problem I'll paste here some information from the intro mail. Thanks Tomas -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/ABI/testing/sysfs-class-rpmb b/Documentation/ABI/testing/sysfs-class-rpmb new file mode 100644 index 000000000000..62d1959bf19e --- /dev/null +++ b/Documentation/ABI/testing/sysfs-class-rpmb @@ -0,0 +1,15 @@ +What: /sys/class/rpmb/ +Date: Mar 2016 +KernelVersion: TBD +Contact: Tomas Winkler <tomas.winkler@intel.com> +Description: + The rpmb/ class sub-directory belongs to RPMB device class + + +What: /sys/class/rpmb/rpmbN/ +Date: Mar 2016 +KernelVersion: TBD +Contact: Tomas Winkler <tomas.winkler@intel.com> +Description: + The /sys/class/rpmb/rpmbN directory is created for + each RPMB registered device diff --git a/MAINTAINERS b/MAINTAINERS index d1d7b7ffedab..08316d8284ed 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9430,6 +9430,7 @@ L: linux-kernel@vger.kernel.org S: Supported F: drivers/char/rpmb/* F: include/linux/rpmb.h +F: Documentation/ABI/testing/sysfs-class-rpmb RTL2830 MEDIA DRIVER M: Antti Palosaari <crope@iki.fi>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> --- Documentation/ABI/testing/sysfs-class-rpmb | 15 +++++++++++++++ MAINTAINERS | 1 + 2 files changed, 16 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-class-rpmb