]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
i3c: Add more parameters for controllers to the header
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 24 Jul 2025 09:41:41 +0000 (11:41 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 30 Jul 2025 23:33:20 +0000 (01:33 +0200)
Add standard timing value definition from specification.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Tested-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20250724094146.6443-3-wsa+renesas@sang-engineering.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
include/linux/i3c/master.h

index 7dfcbe530515516e018df6a63ba78808116b4fb9..043f5c7ff398ff631f1eea6acfc54a2e871016d8 100644 (file)
@@ -254,6 +254,10 @@ struct i3c_device {
 #define I3C_BUS_I2C_FM_SCL_MAX_RATE            400000
 #define I3C_BUS_I3C_SCL_MAX_RATE       12900000
 #define I3C_BUS_I3C_SCL_TYP_RATE       12500000
+#define I3C_BUS_TAVAL_MIN_NS           1000
+#define I3C_BUS_TBUF_MIXED_FM_MIN_NS   1300
+#define I3C_BUS_THIGH_MIXED_MAX_NS     41
+#define I3C_BUS_TIDLE_MIN_NS           200000
 #define I3C_BUS_TLOW_OD_MIN_NS         200
 
 /**