diff options
| -rw-r--r-- | Documentation/ABI/testing/sysfs-bus-fsl-mc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-fsl-mc b/Documentation/ABI/testing/sysfs-bus-fsl-mc new file mode 100644 index 000000000000..80256b8b4f26 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-bus-fsl-mc | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | What: /sys/bus/fsl-mc/drivers/.../bind | ||
| 2 | Date: December 2016 | ||
| 3 | Contact: stuart.yoder@nxp.com | ||
| 4 | Description: | ||
| 5 | Writing a device location to this file will cause | ||
| 6 | the driver to attempt to bind to the device found at | ||
| 7 | this location. The format for the location is Object.Id | ||
| 8 | and is the same as found in /sys/bus/fsl-mc/devices/. | ||
| 9 | For example: | ||
| 10 | # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/bind | ||
| 11 | |||
| 12 | What: /sys/bus/fsl-mc/drivers/.../unbind | ||
| 13 | Date: December 2016 | ||
| 14 | Contact: stuart.yoder@nxp.com | ||
| 15 | Description: | ||
| 16 | Writing a device location to this file will cause the | ||
| 17 | driver to attempt to unbind from the device found at | ||
| 18 | this location. The format for the location is Object.Id | ||
| 19 | and is the same as found in /sys/bus/fsl-mc/devices/. | ||
| 20 | For example: | ||
| 21 | # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/unbind | ||
