OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [PATCH v5] virtio-i2c: add the device specification



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 ïexibly 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 <jie.deng@intel.com>
...

+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.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]