Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: f4d51dffc6c01a9e94650d95ce0104964f8ae822 authored by Linus Torvalds on 07 September 2020, 00:11:40 UTC
Linux 5.9-rc4
Tip revision: f4d51df
sysfs-bus-fsl-mc
What:		/sys/bus/fsl-mc/drivers/.../bind
Date:		December 2016
Contact:	stuart.yoder@nxp.com
Description:
		Writing a device location to this file will cause
		the driver to attempt to bind to the device found at
		this location. The format for the location is Object.Id
		and is the same as found in /sys/bus/fsl-mc/devices/.
                For example:
		# echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/bind

What:		/sys/bus/fsl-mc/drivers/.../unbind
Date:		December 2016
Contact:	stuart.yoder@nxp.com
Description:
		Writing a device location to this file will cause the
		driver to attempt to unbind from the device found at
		this location. The format for the location is Object.Id
		and is the same as found in /sys/bus/fsl-mc/devices/.
                For example:
		# echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/unbind
back to top