Skip to content

Commit 4fa0888

Browse files
i3c: document hotjoin sysfs entry
The hotjoin syfs entry allows to enable or disable Hot-Join on the Current Controller of the I3C Bus. Link: https://lore.kernel.org/r/20240114225232.140860-1-alexandre.belloni@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 34d946b commit 4fa0888

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/ABI/testing/sysfs-bus-i3c

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,21 @@ Description:
8888
This entry describes the HDRCAP of the master controller
8989
driving the bus.
9090

91+
What: /sys/bus/i3c/devices/i3c-<bus-id>/hotjoin
92+
KernelVersion: 6.8
93+
Contact: linux-i3c@vger.kernel.org
94+
Description:
95+
I3C’s Hot-Join mechanism allows an I3C Device to inform the
96+
Active Controller that a newly-joined Target is present on the
97+
I3C Bus and is ready to receive a Dynamic Address, in order to
98+
become fully functional on the Bus. Hot-Join is used when the
99+
Target is mounted on the same I3C bus and remains depowered
100+
until needed or until the Target is physically inserted into the
101+
I3C bus
102+
103+
This entry allows to enable or disable Hot-join of the Current
104+
Controller driving the bus.
105+
91106
What: /sys/bus/i3c/devices/i3c-<bus-id>/<bus-id>-<device-pid>
92107
KernelVersion: 5.0
93108
Contact: linux-i3c@vger.kernel.org

0 commit comments

Comments
 (0)