sysfs-bus-fsl-mc 849 B

12345678910111213141516171819202122232425
  1. What: /sys/bus/fsl-mc/drivers/.../bind
  2. Date: December 2016
  3. Contact: [email protected]
  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. What: /sys/bus/fsl-mc/drivers/.../unbind
  12. Date: December 2016
  13. Contact: [email protected]
  14. Description:
  15. Writing a device location to this file will cause the
  16. driver to attempt to unbind from the device found at
  17. this location. The format for the location is Object.Id
  18. and is the same as found in /sys/bus/fsl-mc/devices/.
  19. For example::
  20. # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/unbind