indeed.Maybe we can just drop the comment? The value we write is prettyout_8(&cpm->i2c_reg->i2mod, 0x00);I2COM_MASTER might be coming from the datasheet.
- out_8(&cpm->i2c_reg->i2com, I2COM_MASTER); /* Master mode */
+ out_8(&cpm->i2c_reg->i2com, I2COM_MASTER); /* Host mode */
self-explaining.
Andi