^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) What: /sys/bus/fsl-mc/drivers/.../bind
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) Date: December 2016
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) Contact: stuart.yoder@nxp.com
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) Writing a device location to this file will cause
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) the driver to attempt to bind to the device found at
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) this location. The format for the location is Object.Id
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) and is the same as found in /sys/bus/fsl-mc/devices/.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) For example::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/bind
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) What: /sys/bus/fsl-mc/drivers/.../unbind
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) Date: December 2016
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) Contact: stuart.yoder@nxp.com
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) Writing a device location to this file will cause the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) driver to attempt to unbind from the device found at
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) this location. The format for the location is Object.Id
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) and is the same as found in /sys/bus/fsl-mc/devices/.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) For example::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/unbind