On 2020/11/25 20:52, Andy Shevchenko wrote:
On Wed, Nov 25, 2020 at 01:55:18PM +0800, Jie Deng wrote:
virtio-i2c is a virtual I2C adapter device. It provides a way
to flexibly communicate with the host I2C slave devices from
the guest.
This patch adds the specification for this device.
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/88
Hmm... Is it used like this here, in this tree?
I would rather expect BugLink:.
This is the rule of virtio-spec. It uses github issue to track the
development.
Signed-off-by: Jie Deng <[email protected]>
...
+virtio-i2c is a virtual I2C adapter device. It provides a way to flexibly
+organize and use the host I2C slave devices from the guest. By attaching
+the host ACPI I2C slave nodes to the virtual I2C adapter device, the guest can
+communicate with them without changing or adding extra drivers for these
+slave I2C devices.
Trailing white space.
Good catch. Thank you.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]