Re: [PATCH 2/6] hw/i2c: Implement NPCM7XX SMBus Module Single Mode

2021-01-28 Thread Peter Maydell
On Tue, 26 Jan 2021 at 19:32, Hao Wu wrote: > > This commit implements the single-byte mode of the SMBus. > > Each Nuvoton SoC has 16 System Management Bus (SMBus). These buses > compliant with SMBus and I2C protocol. > > This patch implements the single-byte mode of the SMBus. In this mode, > the

Re: [PATCH 2/6] hw/i2c: Implement NPCM7XX SMBus Module Single Mode

2021-01-26 Thread Corey Minyard
On Tue, Jan 26, 2021 at 11:32:33AM -0800, wuhaotsh--- via wrote: > This commit implements the single-byte mode of the SMBus. > > Each Nuvoton SoC has 16 System Management Bus (SMBus). These buses > compliant with SMBus and I2C protocol. > > This patch implements the single-byte mode of the SMBus.

[PATCH 2/6] hw/i2c: Implement NPCM7XX SMBus Module Single Mode

2021-01-26 Thread wuhaotsh--- via
This commit implements the single-byte mode of the SMBus. Each Nuvoton SoC has 16 System Management Bus (SMBus). These buses compliant with SMBus and I2C protocol. This patch implements the single-byte mode of the SMBus. In this mode, the user sends or receives a byte each time. The SMBus device