Add a new I3C section to the MAINTAINERS file. List Joe Komlodi and Jamin Lin as maintainers, and Nabih Estefan as the reviewer, covering the I3C core and related files under hw/i3c/ and include/hw/i3c/.
Signed-off-by: Jamin Lin <[email protected]> --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 233d2a5e71..7bf78e0691 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3933,6 +3933,18 @@ F: include/hw/i2c/smbus_master.h F: include/hw/i2c/smbus_slave.h F: include/hw/i2c/smbus_eeprom.h +I3C +M: Joe Komlodi <[email protected]> +M: Jamin Lin <[email protected]> +R: Nabih Estefan <[email protected]> +S: Maintained +F: hw/i3c/*.c +F: hw/i3c/.h +F: hw/i3c/Kconfig +F: hw/i3c/meson.build +F: hw/i3c/trace-events +F: include/hw/i3c/*.h + PMBus M: Titus Rwantare <[email protected]> S: Maintained -- 2.43.0
