diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2020-03-10 14:02:41 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-03-24 13:42:44 +0100 |
commit | 24eb831a0ea56bf858c20935d5f057200a240af1 (patch) | |
tree | 657e05bb3f924fc16727036ac856141c91881f01 /drivers/staging | |
parent | b276527539188f1f61c082ebef27803db93e536d (diff) | |
download | linux-next-24eb831a0ea56bf858c20935d5f057200a240af1.tar.gz |
staging: most: Documentation: update ABI description
This patch updates the ABI description files to be in sync
with current implementation.
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Link: https://lore.kernel.org/r/1583845362-26707-3-git-send-email-christian.gromm@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/most/Documentation/ABI/configfs-most.txt | 8 | ||||
-rw-r--r-- | drivers/staging/most/Documentation/ABI/sysfs-bus-most.txt | 24 |
2 files changed, 3 insertions, 29 deletions
diff --git a/drivers/staging/most/Documentation/ABI/configfs-most.txt b/drivers/staging/most/Documentation/ABI/configfs-most.txt index 2bf811449b0b..ed67a4d9f6d6 100644 --- a/drivers/staging/most/Documentation/ABI/configfs-most.txt +++ b/drivers/staging/most/Documentation/ABI/configfs-most.txt @@ -194,11 +194,3 @@ Description: destroy_link write '1' to this attribute to destroy an active link - -What: /sys/kernel/config/rdma_cm/<hca>/ports/<port-num>/default_roce_tos -Date: March 8, 2019 -KernelVersion: 5.2 -Description: RDMA-CM QPs from HCA <hca> at port <port-num> - will be created with this TOS as default. - This can be overridden by using the rdma_set_option API. - The possible RoCE TOS values are 0-255. diff --git a/drivers/staging/most/Documentation/ABI/sysfs-bus-most.txt b/drivers/staging/most/Documentation/ABI/sysfs-bus-most.txt index d8fa841e3742..6b1d06e3285e 100644 --- a/drivers/staging/most/Documentation/ABI/sysfs-bus-most.txt +++ b/drivers/staging/most/Documentation/ABI/sysfs-bus-most.txt @@ -5,7 +5,7 @@ Contact: Christian Gromm <christian.gromm@microchip.com> Description: Provides information about the interface type and the physical location of the device. Hardware attached via USB, for instance, - might return <usb_device 1-1.1:1.0> + might return <1-1.1:1.0> Users: What: /sys/bus/most/devices/.../interface @@ -278,25 +278,7 @@ Description: Indicates whether current channel ran out of buffers. Users: -What: /sys/bus/most/drivers/mostcore/add_link -Date: March 2017 -KernelVersion: 4.15 -Contact: Christian Gromm <christian.gromm@microchip.com> -Description: - This is used to link a channel to a component of the - mostcore. A link created by writing to this file is - referred to as pipe. -Users: - -What: /sys/bus/most/drivers/mostcore/remove_link -Date: March 2017 -KernelVersion: 4.15 -Contact: Christian Gromm <christian.gromm@microchip.com> -Description: - This is used to unlink a channel from a component. -Users: - -What: /sys/bus/most/drivers/mostcore/components +What: /sys/bus/most/drivers/most_core/components Date: March 2017 KernelVersion: 4.15 Contact: Christian Gromm <christian.gromm@microchip.com> @@ -304,7 +286,7 @@ Description: This is used to retrieve a list of registered components. Users: -What: /sys/bus/most/drivers/mostcore/links +What: /sys/bus/most/drivers/most_core/links Date: March 2017 KernelVersion: 4.15 Contact: Christian Gromm <christian.gromm@microchip.com> |