lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 3 Mar 2011 10:46:52 +0530
From:	Pratyush Anand <pratyush.anand@...com>
To:	<akpm@...ux-foundation.org>
Cc:	<rdunlap@...otime.net>, <linux-kernel@...r.kernel.org>,
	<linux-pci@...r.kernel.org>,
	<linux-arm-kernel@...ts.infradead.org>, <gregkh@...e.de>,
	<jbarnes@...tuousgeek.org>, <viresh.kumar@...com>,
	<shiraz.hashim@...com>, Pratyush Anand <pratyush.anand@...com>
Subject: [PATCH] ST SPEAr: PCIe Gadget: Documentation for support of multiple device

Directory naming scheme for multiple PCIe device has been mentioned.

Signed-off-by: Pratyush Anand <pratyush.anand@...com>
---
 .../ABI/testing/configfs-spear-pcie-gadget         |    5 +++--
 Documentation/misc-devices/spear-pcie-gadget.txt   |    3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Documentation/ABI/testing/configfs-spear-pcie-gadget b/Documentation/ABI/testing/configfs-spear-pcie-gadget
index 29593d0..7c02b32 100644
--- a/Documentation/ABI/testing/configfs-spear-pcie-gadget
+++ b/Documentation/ABI/testing/configfs-spear-pcie-gadget
@@ -12,8 +12,9 @@ Description:
 	Nodes are only visible when configfs is mounted. To mount configfs
 	in /config directory use:
 	# mount -t configfs none /config/
-
-	/config/pcie-gadget/
+	
+	For nth PCIe Device Controller
+	/config/pcie-gadget.n/
 		link ... used to enable ltssm and read its status.
 		int_type ...used to configure and read type of supported
 			interrupt
diff --git a/Documentation/misc-devices/spear-pcie-gadget.txt b/Documentation/misc-devices/spear-pcie-gadget.txt
index 7b86b80..02c13ef 100644
--- a/Documentation/misc-devices/spear-pcie-gadget.txt
+++ b/Documentation/misc-devices/spear-pcie-gadget.txt
@@ -66,7 +66,8 @@ Node programming example
 Program all PCIe registers in such a way that when this device is connected
 to the PCIe host, then host sees this device as 1MB RAM.
 #mount -t configfs none /Config
-# cd /config/pcie_gadget/
+For nth PCIe Device Controller
+# cd /config/pcie_gadget.n/
 Now you have all the nodes in this directory.
 program vendor id as 0x104a
 # echo 104A >> vendor_id
-- 
1.6.0.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ