hw/i2c: Implement NPCM7XX SMBus Module FIFO Mode
This patch implements the FIFO mode of the SMBus module. In FIFO, the user transmits or receives at most 16 bytes at a time. The FIFO mode allows the module to transmit large amount of data faster than single byte mode. Since we only added the device in a patch that is only a few commits away in the same patch set. We do not increase the VMstate version number in this special case. Reviewed-by:Doug <Evans<dje@google.com> Reviewed-by:
Tyrong <Ting<kfting@nuvoton.com> Signed-off-by:
Hao Wu <wuhaotsh@google.com> Reviewed-by:
Corey Minyard <cminyard@mvista.com> Message-id: 20210210220426.3577804-6-wuhaotsh@google.com Acked-by:
Corey Minyard <cminyard@mvista.com> Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Showing
- hw/i2c/npcm7xx_smbus.c 329 additions, 13 deletionshw/i2c/npcm7xx_smbus.c
- hw/i2c/trace-events 1 addition, 0 deletionshw/i2c/trace-events
- include/hw/i2c/npcm7xx_smbus.h 25 additions, 0 deletionsinclude/hw/i2c/npcm7xx_smbus.h
- tests/qtest/npcm7xx_smbus-test.c 146 additions, 3 deletionstests/qtest/npcm7xx_smbus-test.c
Please register or sign in to comment