From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752602AbdGXTuW (ORCPT ); Mon, 24 Jul 2017 15:50:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:33148 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751579AbdGXTtW (ORCPT ); Mon, 24 Jul 2017 15:49:22 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BE38622B4B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=atull@kernel.org From: Alan Tull To: Moritz Fischer Cc: Alan Tull , linux-kernel@vger.kernel.org, linux-fpga@vger.kernel.org Subject: [RFC 2/5] doc: fpga: add sysfs document for fpga region Date: Mon, 24 Jul 2017 14:49:12 -0500 Message-Id: <1500925755-5727-3-git-send-email-atull@kernel.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1500925755-5727-1-git-send-email-atull@kernel.org> References: <1500925755-5727-1-git-send-email-atull@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document the firmware_name attribute added for each region. Signed-off-by: Alan Tull --- Documentation/ABI/testing/sysfs-class-fpga-region | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-class-fpga-region diff --git a/Documentation/ABI/testing/sysfs-class-fpga-region b/Documentation/ABI/testing/sysfs-class-fpga-region new file mode 100644 index 0000000..de47645 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-class-fpga-region @@ -0,0 +1,7 @@ +What: /sys/class/fpga_region//firmware_name +Date: July 2017 +KernelVersion: 4.15 +Contact: Alan Tull +Description: Write the name of FPGA image file on the firmware path to + program the FPGA region. Write nothing to free up the + FPGA region for reprogramming. -- 2.7.4