26 lines · plain
1What: /sys/bus/fsl-mc/drivers/.../bind2Date: December 20163Contact: stuart.yoder@nxp.com4Description:5 Writing a device location to this file will cause6 the driver to attempt to bind to the device found at7 this location. The format for the location is Object.Id8 and is the same as found in /sys/bus/fsl-mc/devices/.9 10 For example::11 12 # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/bind13 14What: /sys/bus/fsl-mc/drivers/.../unbind15Date: December 201616Contact: stuart.yoder@nxp.com17Description:18 Writing a device location to this file will cause the19 driver to attempt to unbind from the device found at20 this location. The format for the location is Object.Id21 and is the same as found in /sys/bus/fsl-mc/devices/.22 23 For example::24 25 # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/unbind26