> > > - MV64XXX_I2C_STATE_WAITING_FOR_SLAVE_ACK, > > > - MV64XXX_I2C_STATE_WAITING_FOR_SLAVE_DATA, > > > + MV64XXX_I2C_STATE_WAITING_FOR_TARGET_ACK, > > > + MV64XXX_I2C_STATE_WAITING_FOR_TARGET_DATA, > > > > I searched online for the datasheet but couldn't find it. It > > would be helpful to know if the SLAVE naming comes from the > > datasheet or if it is arbitrary. > > I was considering datasheet names, but obviously I concluded that these > are custom names. Yes, I understand, but sometimes even the action names are defined in the datasheet, e.g. as a state machine. That's why I wanted an ack from someone who has the datasheet. Or, if it's publicly available, I can check it myself, but I couldn't find it. Thanks, Andi