Received: by 10.223.176.46 with SMTP id f43csp2199464wra; Thu, 25 Jan 2018 06:27:53 -0800 (PST) X-Google-Smtp-Source: AH8x2275gpbSR3H4Ca3ILN061Z1uHyqiSLrp1CW91cKYai1BldKs7rqxBPP9XvxYjgKcGESBh0I8 X-Received: by 10.99.115.4 with SMTP id o4mr13121101pgc.206.1516890473665; Thu, 25 Jan 2018 06:27:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516890473; cv=none; d=google.com; s=arc-20160816; b=bd5ZeaXYYOJ0/ujbhERH0qLwkb4SSorVPRQktXlQFxypvueyJnobL78p4WbtmKLadq gq1CNqb1IpkpNESQgLYVy7hcBNcwjwwrOiF31uEGrPD3HhDDy8d5JSH3X5u2Bwv95o/f lFNnL3XI+2kS1KmwHlDGDplp+wnUI0Vw0oxgiZHvSH5ztkkdo+JH1w0eyuJ166moxnH8 fKBRumCPr/6jQQoSgijg89OWnRZmubQy9suCx6NcEk1dgVlPzHRZqc9Yk1Dvk5wrGsAO t33xaEK50XmwscVDoYCS/Rmm8cr58spPMFZ+yyD0VKaqEGnhynEPI0cSCm7Uyw73Y0/u +VVA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=ibDkFuKYwAChGSV8H5NJVmLW6fUtv79LUGjIUazPQLI=; b=blJ3Q0eHR+YOLuT3aAjIjuYuQD1/DnLBxk86qmtc9Myvbn9LAh5X69jnx5MK6RgXOH bfLJ4exZhKO9gdblUEKEGqbXoxlvU3HhHiOIdKrPYVjQBkLDMeMOj1CzdD1YDFLLP887 qzfz8AXVBT5KC//FF92oqki0izqK0RvGzrvYUJ47g3CeZyx4t2anFQrPmfrh/iINvcjE SEZpDhbsjEvxi3a+e1J1Ddalk0VccOIKSVqTgzdLzmRE5nGElybtCgO2uc7dg871sgbB AX2A+RC+csA6GKL0A8GYkPtT6YxOP4g6RZl/I2fl86P9ZwPzvww4ML/ihDbyIe0ioaja jKag== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n24si4689024pfa.269.2018.01.25.06.27.39; Thu, 25 Jan 2018 06:27:53 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752023AbeAYNRu (ORCPT + 99 others); Thu, 25 Jan 2018 08:17:50 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:43520 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751391AbeAYNRt (ORCPT ); Thu, 25 Jan 2018 08:17:49 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 0E6FCDAF; Thu, 25 Jan 2018 13:17:48 +0000 (UTC) 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) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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