aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/virtio_ids.h
diff options
context:
space:
mode:
authorJie Deng <jie.deng@intel.com>2021-07-23 13:44:35 +0800
committerWolfram Sang <wsa@kernel.org>2021-08-19 21:21:19 +0200
commit3cfc88380413d20f777dc6648a38f683962e52bf (patch)
tree20e9c63d3c65ab88f0b2b77329f9914013395115 /include/uapi/linux/virtio_ids.h
parenti2c: hix5hd2: fix IRQ check (diff)
downloadlinux-dev-3cfc88380413d20f777dc6648a38f683962e52bf.tar.xz
linux-dev-3cfc88380413d20f777dc6648a38f683962e52bf.zip
i2c: virtio: add a virtio i2c frontend driver
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 <conghui.chen@intel.com> Signed-off-by: Conghui Chen <conghui.chen@intel.com> Signed-off-by: Jie Deng <jie.deng@intel.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Tested-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'include/uapi/linux/virtio_ids.h')
-rw-r--r--include/uapi/linux/virtio_ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/virtio_ids.h b/include/uapi/linux/virtio_ids.h
index 70a8057ad4bb..99aa27b100bc 100644
--- a/include/uapi/linux/virtio_ids.h
+++ b/include/uapi/linux/virtio_ids.h
@@ -55,6 +55,7 @@
#define VIRTIO_ID_FS 26 /* virtio filesystem */
#define VIRTIO_ID_PMEM 27 /* virtio pmem */
#define VIRTIO_ID_MAC80211_HWSIM 29 /* virtio mac80211-hwsim */
+#define VIRTIO_ID_I2C_ADAPTER 34 /* virtio i2c adapter */
#define VIRTIO_ID_BT 40 /* virtio bluetooth */
/*