From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 25 Jan 2018 14:17:48 +0100 From: Greg KH To: Frederic Barrat Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, arnd@arndb.de, mpe@ellerman.id.au, andrew.donnellan@au1.ibm.com, alastair@au1.ibm.com Subject: Re: [PATCH v2 12/13] ocxl: Documentation Message-ID: <20180125131748.GB8576@kroah.com> References: <20180123113148.6024-1-fbarrat@linux.vnet.ibm.com> <20180123113148.6024-13-fbarrat@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180123113148.6024-13-fbarrat@linux.vnet.ibm.com> User-Agent: Mutt/1.9.2 (2017-12-15) X-Mailing-List: linux-kernel@vger.kernel.org List-ID: On Tue, Jan 23, 2018 at 12:31:47PM +0100, Frederic Barrat wrote: > ocxl.rst gives a quick, high-level view of opencapi. > > Update ioctl-number.txt to reflect ioctl numbers being used by the > ocxl driver > > Signed-off-by: Frederic Barrat > --- > Documentation/ABI/testing/sysfs-class-ocxl | 35 +++++++ > Documentation/accelerators/ocxl.rst | 160 +++++++++++++++++++++++++++++ > Documentation/ioctl/ioctl-number.txt | 1 + > 3 files changed, 196 insertions(+) > create mode 100644 Documentation/ABI/testing/sysfs-class-ocxl > create mode 100644 Documentation/accelerators/ocxl.rst > > diff --git a/Documentation/ABI/testing/sysfs-class-ocxl b/Documentation/ABI/testing/sysfs-class-ocxl > new file mode 100644 > index 000000000000..ac11deb71235 > --- /dev/null > +++ b/Documentation/ABI/testing/sysfs-class-ocxl > @@ -0,0 +1,35 @@ > +What: /sys/class/ocxl//afu_version > +Date: January 2018 > +Contact: linuxppc-dev@lists.ozlabs.org > +Description: read only > + Version of the AFU, in the format : > + Reflects what is read in the configuration space of the AFU Odd mix of tabs and spaces in this file, please just use tabs. thanks, greg k-h