From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: AH8x226SsB3fCuvnS16atI+KM4M4bt1S8jTvK5E1kUzPxLZXRPHYQeRLoEGoBh/BmzQBSgK/yy1C ARC-Seal: i=1; a=rsa-sha256; t=1516979448; cv=none; d=google.com; s=arc-20160816; b=TbPcUsYnhKikHeGrfVcKJ37e/pNQO7nhwgId3B88YczDjgiZmQ1HxswI1iqPMGdB2l 0VoouD8kqxhWsW4oiKmVtt6gddkaOdAc+AB+JM28LyA0ZlRXLQiwNe4cZd7QW8oqIOJW IbfPTDZfdh527+vuRGkCkbzFYchPMCFIsEBowMCNLRKTya+2ia3g/T4gkvD9lOKtSQ5J Ue9Io9ewsCNEF9epW+3JjHMEVc0XhWT/eyE9Gtt1f6Q/NtKg+EWky2vpSyw4wpA0Naby 4/j56PZFa3Kvz8meJxLtDFhYYRIa1gRJtALjMOE51UiTeTX8yeYOBnR5BJ5RNXYbp9OL VKlA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:content-transfer-encoding:content-language:in-reply-to :mime-version:user-agent:date:from:references:cc:to:subject :arc-authentication-results; bh=mK2vWHC7vWNdAXVvDjoUZMp0EHOXnlMrpEroyv3Ac10=; b=DvoYyPO4ckKqp7B6wG8NSqOaOmHuD6Hkx05vELUt984TUmTykNHOjnd4QBKPjdvz1R H9eWiCJ2xc7hfHFvVsCnwKIexRrNofYaOIdekF15mv+M27Mh5Rq2QFcqQN6o5h3tkM6J Q+sAi7gktLUeH3SYyNHRlIpO4PNPCkuZZqGrLS85YDEmzU+kaikLoOL4iZv3qRWqs98e tAImmbv1K4XUqKN4czgBatMH6R2tyc4+N5vrli7unjaIZNOrqi8y0El1CF75Pxdly7Ax XR2YAEbsYLyWYFNsQaPoQ4+5On+5bqc56JUYZZtwBpOR+lXpqATBMvTOpuvMMSFXydbD 44oQ== ARC-Authentication-Results: i=1; mx.google.com; spf=neutral (google.com: 148.163.158.5 is neither permitted nor denied by best guess record for domain of fbarrat@linux.vnet.ibm.com) smtp.mailfrom=fbarrat@linux.vnet.ibm.com; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=ibm.com Authentication-Results: mx.google.com; spf=neutral (google.com: 148.163.158.5 is neither permitted nor denied by best guess record for domain of fbarrat@linux.vnet.ibm.com) smtp.mailfrom=fbarrat@linux.vnet.ibm.com; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=ibm.com Subject: Re: [PATCH v2 12/13] ocxl: Documentation To: Greg KH 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 References: <20180123113148.6024-1-fbarrat@linux.vnet.ibm.com> <20180123113148.6024-13-fbarrat@linux.vnet.ibm.com> <20180125131748.GB8576@kroah.com> From: Frederic Barrat Date: Fri, 26 Jan 2018 16:10:08 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20180125131748.GB8576@kroah.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: fr Content-Transfer-Encoding: 8bit X-TM-AS-GCONF: 00 x-cbid: 18012615-0016-0000-0000-0000051C2472 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18012615-0017-0000-0000-00002858B765 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-01-26_08:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1801260199 X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: =?utf-8?q?1590382698519147689?= X-GMAIL-MSGID: =?utf-8?q?1590668242280935600?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: Le 25/01/2018 à 14:17, Greg KH a écrit : > 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. Oops! Will fix. Fred > thanks, > > greg k-h >