Skip to content

Commit f6ca730

Browse files
i3c: Document I3C_ADDR_SLOT_EXT_STATUS_MASK
As the mask is part of the enum, document it. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Link: https://lore.kernel.org/r/20241102132841.2446176-1-alexandre.belloni@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 18599e9 commit f6ca730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/i3c/master.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ enum i3c_open_drain_speed {
298298
* @I3C_ADDR_SLOT_I2C_DEV: address is assigned to an I2C device
299299
* @I3C_ADDR_SLOT_I3C_DEV: address is assigned to an I3C device
300300
* @I3C_ADDR_SLOT_STATUS_MASK: address slot mask
301+
* @I3C_ADDR_SLOT_EXT_STATUS_MASK: address slot mask with extended information
301302
* @I3C_ADDR_SLOT_EXT_DESIRED: the bitmask represents addresses that are preferred by some devices,
302303
* such as the "assigned-address" property in a device tree source.
303304
* On an I3C bus, addresses are assigned dynamically, and we need to know which

0 commit comments

Comments
 (0)