From: Jie Deng <jie.deng@intel.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: linux-i2c@vger.kernel.org,
virtualization@lists.linux-foundation.org,
linux-kernel@vger.kernel.org, wsa@kernel.org,
jasowang@redhat.com, wsa+renesas@sang-engineering.com,
andriy.shevchenko@linux.intel.com, conghui.chen@intel.com,
arnd@arndb.de, kblaiech@mellanox.com,
jarkko.nikula@linux.intel.com, Sergey.Semin@baikalelectronics.ru,
rppt@kernel.org, loic.poulain@linaro.org, tali.perry1@gmail.com,
u.kleine-koenig@pengutronix.de, bjorn.andersson@linaro.org,
yu1.wang@intel.com, shuo.a.liu@intel.com,
viresh.kumar@linaro.org, stefanha@redhat.com,
pbonzini@redhat.com
Subject: Re: [PATCH v9] i2c: virtio: add a virtio i2c frontend driver
Date: Mon, 22 Mar 2021 16:28:31 +0800 [thread overview]
Message-ID: <5f4aec88-3131-ca20-e28e-383642c9a2ad@intel.com> (raw)
In-Reply-To: <20210322041857-mutt-send-email-mst@kernel.org>
On 2021/3/22 16:19, Michael S. Tsirkin wrote:
> On Mon, Mar 22, 2021 at 09:35:59PM +0800, Jie Deng wrote:
>> diff --git a/include/uapi/linux/virtio_ids.h b/include/uapi/linux/virtio_ids.h
>> index bc1c062..6ae32db 100644
>> --- a/include/uapi/linux/virtio_ids.h
>> +++ b/include/uapi/linux/virtio_ids.h
>> @@ -54,5 +54,6 @@
>> #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_ADPTER 34 /* virtio i2c adpter */
> ADPTER -> ADAPTER?
> adpter -> adapter?
Good catch. Thanks Michael.
WARNING: multiple messages have this Message-ID (diff)
From: Jie Deng <jie.deng@intel.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: viresh.kumar@linaro.org, bjorn.andersson@linaro.org,
wsa+renesas@sang-engineering.com, linux-i2c@vger.kernel.org,
wsa@kernel.org, andriy.shevchenko@linux.intel.com,
yu1.wang@intel.com, u.kleine-koenig@pengutronix.de,
kblaiech@mellanox.com, virtualization@lists.linux-foundation.org,
arnd@arndb.de, stefanha@redhat.com, tali.perry1@gmail.com,
conghui.chen@intel.com, loic.poulain@linaro.org,
linux-kernel@vger.kernel.org, Sergey.Semin@baikalelectronics.ru,
jarkko.nikula@linux.intel.com, shuo.a.liu@intel.com,
pbonzini@redhat.com, rppt@kernel.org
Subject: Re: [PATCH v9] i2c: virtio: add a virtio i2c frontend driver
Date: Mon, 22 Mar 2021 16:28:31 +0800 [thread overview]
Message-ID: <5f4aec88-3131-ca20-e28e-383642c9a2ad@intel.com> (raw)
In-Reply-To: <20210322041857-mutt-send-email-mst@kernel.org>
On 2021/3/22 16:19, Michael S. Tsirkin wrote:
> On Mon, Mar 22, 2021 at 09:35:59PM +0800, Jie Deng wrote:
>> diff --git a/include/uapi/linux/virtio_ids.h b/include/uapi/linux/virtio_ids.h
>> index bc1c062..6ae32db 100644
>> --- a/include/uapi/linux/virtio_ids.h
>> +++ b/include/uapi/linux/virtio_ids.h
>> @@ -54,5 +54,6 @@
>> #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_ADPTER 34 /* virtio i2c adpter */
> ADPTER -> ADAPTER?
> adpter -> adapter?
Good catch. Thanks Michael.
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
next prev parent reply other threads:[~2021-03-22 8:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-22 13:35 [PATCH v9] i2c: virtio: add a virtio i2c frontend driver Jie Deng
2021-03-22 13:35 ` Jie Deng
2021-03-22 6:41 ` Viresh Kumar
2021-03-22 7:53 ` Jie Deng
2021-03-22 7:53 ` Jie Deng
2021-03-22 7:57 ` Viresh Kumar
2021-03-22 7:58 ` Viresh Kumar
2021-03-22 8:19 ` Michael S. Tsirkin
2021-03-22 8:19 ` Michael S. Tsirkin
2021-03-22 8:28 ` Jie Deng [this message]
2021-03-22 8:28 ` Jie Deng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5f4aec88-3131-ca20-e28e-383642c9a2ad@intel.com \
--to=jie.deng@intel.com \
--cc=Sergey.Semin@baikalelectronics.ru \
--cc=andriy.shevchenko@linux.intel.com \
--cc=arnd@arndb.de \
--cc=bjorn.andersson@linaro.org \
--cc=conghui.chen@intel.com \
--cc=jarkko.nikula@linux.intel.com \
--cc=jasowang@redhat.com \
--cc=kblaiech@mellanox.com \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=loic.poulain@linaro.org \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=rppt@kernel.org \
--cc=shuo.a.liu@intel.com \
--cc=stefanha@redhat.com \
--cc=tali.perry1@gmail.com \
--cc=u.kleine-koenig@pengutronix.de \
--cc=viresh.kumar@linaro.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=wsa+renesas@sang-engineering.com \
--cc=wsa@kernel.org \
--cc=yu1.wang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.