diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2024-11-02 16:28:41 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2024-11-02 16:30:39 +0300 |
commit | f6ca73063754950bf3fbad753e3a9557e3aa85e3 (patch) | |
tree | 5897143b8e2834b2db22e2adb1cd971345168e88 | |
parent | 18599e93e4e814ce146186026c6abf83c14d5798 (diff) | |
download | linux-f6ca73063754950bf3fbad753e3a9557e3aa85e3.tar.xz |
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>
-rw-r--r-- | include/linux/i3c/master.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i3c/master.h b/include/linux/i3c/master.h index 6e5328c6c6af..12d532b012c5 100644 --- a/include/linux/i3c/master.h +++ b/include/linux/i3c/master.h @@ -298,6 +298,7 @@ enum i3c_open_drain_speed { * @I3C_ADDR_SLOT_I2C_DEV: address is assigned to an I2C device * @I3C_ADDR_SLOT_I3C_DEV: address is assigned to an I3C device * @I3C_ADDR_SLOT_STATUS_MASK: address slot mask + * @I3C_ADDR_SLOT_EXT_STATUS_MASK: address slot mask with extended information * @I3C_ADDR_SLOT_EXT_DESIRED: the bitmask represents addresses that are preferred by some devices, * such as the "assigned-address" property in a device tree source. * On an I3C bus, addresses are assigned dynamically, and we need to know which |