Re: [PATCH v15] i2c: virtio: add a virtio i2c frontend driver
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-08-17 20:22:41
Also in:
lkml
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-08-17 20:22:41
Also in:
lkml
On Fri, Jul 23, 2021 at 01:44:35PM +0800, Jie Deng wrote:
Add an I2C bus driver for virtio para-virtualization. The controller can be emulated by the backend driver in any device model software by following the virtio protocol. The device specification can be found on https://lists.oasis-open.org/archives/virtio-comment/202101/msg00008.html. By following the specification, people may implement different backend drivers to emulate different controllers according to their needs. Co-developed-by: Conghui Chen <redacted> Signed-off-by: Conghui Chen <redacted> Signed-off-by: Jie Deng <redacted> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Tested-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Michael S. Tsirkin <mst@redhat.com>
Okay, with rc6 being released, I won't wait for an immutable branch anymore. I applied this now and we will see if there will be a merge conflict. If so, it will be trivial to handle, I'd think. So: Applied to for-next, thanks!