From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Bostic Subject: [PATCH v3 17/18] drivers/fsi: Document FSI master sysfs files in ABI Date: Wed, 1 Feb 2017 10:53:57 -0600 Message-ID: <20170201165358.45415-18-cbostic@linux.vnet.ibm.com> References: <20170201165358.45415-1-cbostic@linux.vnet.ibm.com> Return-path: In-Reply-To: <20170201165358.45415-1-cbostic@linux.vnet.ibm.com> Sender: linux-kernel-owner@vger.kernel.org To: robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, gregkh@linuxfoundation.org, mturquette@baylibre.com, geert+renesas@glider.be, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, joel@jms.id.au, linux-kernel@vger.kernel.org, andrew@aj.id.au, alistair@popple.id.au, benh@kernel.crashing.org Cc: Chris Bostic List-Id: devicetree@vger.kernel.org From: Chris Bostic Add info for sysfs scan file in Documentaiton ABI/testing Signed-off-by: Chris Bostic --- Documentation/ABI/testing/sysfs-bus-fsi | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-bus-fsi diff --git a/Documentation/ABI/testing/sysfs-bus-fsi b/Documentation/ABI/testing/sysfs-bus-fsi new file mode 100644 index 0000000..dfcbc1b --- /dev/null +++ b/Documentation/ABI/testing/sysfs-bus-fsi @@ -0,0 +1,6 @@ +What: /sys/bus/platform/devices/fsi-master/scan +KernelVersion: 4.9 +Contact: cbostic@us.ibm.com +Description: + Initiates a FSI master scan for all connected + slave devices on its links. -- 1.8.2.2