From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: AH8x227SQ82kYmsMSdPfHf3Vq5bUotiQGFvOM3YiguDkdb7RwEf9j/eckyjGN7hTteQu9eQ35qeV ARC-Seal: i=1; a=rsa-sha256; t=1517043727; cv=none; d=google.com; s=arc-20160816; b=IVSpdiiZ19W1AFz98MFbfZxGMMsgV125dHGR6M19y2Cyz5qGlm4KGbMm4TEUs9aLUJ v4jz9E3kh+0zBjo9VagYk4iWaBNPGI3aq8q6nRTQZS1FOBzSnDAbrz45CGAaKk0FHGTX 88s5hR5g2+9tQ63P6BxJZH8B556q0RzTmZdlp11w3KtJgy26TD32UXwOvD0HwZtA+8+y Q+jpp3dzcdPSIUiBht/0AdZibAjyoVC4HWIhQ8Eg1qHXMGBULc6nfXJkZdsuUsFWOcMi wSdxFz9qUyxewD+1gyESdz+EBDYecuSgYfBGPdLcoaJsue6hm/7ENDk3JQfNyZU82ftx YHbQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=DDN6dRm3UhhxX+/soxtg7SFmM8oBP3e9Bh+xq8Lch1k=; b=Y58V7vrzIkv1w9HoQzU0lWJEZ6Pmhh7PrI5IOdkbza1hwBQJ8s5oqg00n+j+kUnuOq bebgPUko/73QoGQZqAfQ6yc8tzQKeWVXB9fEQVoH9k6E4xJefIG+b8BYCpV45GZR2dhM Ky9GsMmSrqComd3H0a4gXn4ldbl7YDGkd6ugA/GYAa4QItQoIweQfey4ij8f0IHj3obg xWf8FG3YMtdehrr9LWF55W50S5Futdw5rYWIwUcc3UJ9Y1gdX9MMzm/dirvt7oLYOXaq vRv45MbGkuSfDzLKJ+dOVLVkAtipJGCu5qv3YVY0zEjg+pd/e7ZI4tfO8+/H15Zdrp/v adlQ== ARC-Authentication-Results: i=1; mx.google.com; spf=neutral (google.com: 2401:3900:2:1::2 is neither permitted nor denied by best guess record for domain of mpe@ellerman.id.au) smtp.mailfrom=mpe@ellerman.id.au Authentication-Results: mx.google.com; spf=neutral (google.com: 2401:3900:2:1::2 is neither permitted nor denied by best guess record for domain of mpe@ellerman.id.au) smtp.mailfrom=mpe@ellerman.id.au From: Michael Ellerman To: Frederic Barrat , Greg KH Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, arnd@arndb.de, andrew.donnellan@au1.ibm.com, alastair@au1.ibm.com Subject: Re: [PATCH v2 12/13] ocxl: Documentation In-Reply-To: References: <20180123113148.6024-1-fbarrat@linux.vnet.ibm.com> <20180123113148.6024-13-fbarrat@linux.vnet.ibm.com> <20180125131748.GB8576@kroah.com> Date: Sat, 27 Jan 2018 20:02:04 +1100 Message-ID: <87mv0z3cab.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: =?utf-8?q?1590382698519147689?= X-GMAIL-MSGID: =?utf-8?q?1590735643284828931?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: Frederic Barrat writes: > Le 25/01/2018 =C3=A0 14:17, Greg KH a =C3=A9crit=C2=A0: >> 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 >>=20 >> Odd mix of tabs and spaces in this file, please just use tabs. > > Oops! Will fix. I've already applied it to my test tree, I'll fix it up. cheers