xref: /linux/Documentation/ABI/testing/sysfs-bus-fsl-mc (revision fb8c5327b3c6c78b74a27a3c42e4f32b2cc30a04)
1What:		/sys/bus/fsl-mc/drivers/.../bind
2Date:		December 2016
3Contact:	stuart.yoder@nxp.com
4Description:
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
12What:		/sys/bus/fsl-mc/drivers/.../unbind
13Date:		December 2016
14Contact:	stuart.yoder@nxp.com
15Description:
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
22