All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Jie Deng <jie.deng@intel.com>,
	wsa@kernel.org, linux-i2c@vger.kernel.org,
	virtualization@lists.linux-foundation.org,
	linux-kernel@vger.kernel.org, wsa+renesas@sang-engineering.com,
	mst@redhat.com, arnd@arndb.de, jasowang@redhat.com,
	andriy.shevchenko@linux.intel.com, yu1.wang@intel.com,
	shuo.a.liu@intel.com, conghui.chen@intel.com,
	stefanha@redhat.com
Subject: Re: [PATCH v14] i2c: virtio: add a virtio i2c frontend driver
Date: Thu, 22 Jul 2021 08:06:37 +0200	[thread overview]
Message-ID: <YPkK7RlufYj1b+2f@kroah.com> (raw)
In-Reply-To: <20210722051433.3f2ix75wbi5pphp2@vireshk-i7>

On Thu, Jul 22, 2021 at 10:44:33AM +0530, Viresh Kumar wrote:
> On 09-07-21, 10:25, 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 <conghui.chen@intel.com>
> > Signed-off-by: Conghui Chen <conghui.chen@intel.com>
> > Signed-off-by: Jie Deng <jie.deng@intel.com>
> > ---
> > Changes v13 -> v14
> > 	- Put the headers in virtio_i2c.h in alphabetical order.
> > 	- Dropped I2C_FUNC_SMBUS_QUICK support.
> > 	- Dropped few unnecessary variables and checks.
> > 	- Use "num" everywhere instead of num or nr, to be consistent.
> > 	- Added few comments which make the design more clear. 
> 
> Wolfram,
> 
> Is it still possible to queue this for 5.14 ?

No new features are allowed for 5.14, you know this.  It's but fixes
only now.

thanks,

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@linuxfoundation.org>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: arnd@arndb.de, mst@redhat.com, linux-kernel@vger.kernel.org,
	virtualization@lists.linux-foundation.org, wsa@kernel.org,
	wsa+renesas@sang-engineering.com, linux-i2c@vger.kernel.org,
	stefanha@redhat.com, shuo.a.liu@intel.com,
	andriy.shevchenko@linux.intel.com, conghui.chen@intel.com,
	yu1.wang@intel.com
Subject: Re: [PATCH v14] i2c: virtio: add a virtio i2c frontend driver
Date: Thu, 22 Jul 2021 08:06:37 +0200	[thread overview]
Message-ID: <YPkK7RlufYj1b+2f@kroah.com> (raw)
In-Reply-To: <20210722051433.3f2ix75wbi5pphp2@vireshk-i7>

On Thu, Jul 22, 2021 at 10:44:33AM +0530, Viresh Kumar wrote:
> On 09-07-21, 10:25, 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 <conghui.chen@intel.com>
> > Signed-off-by: Conghui Chen <conghui.chen@intel.com>
> > Signed-off-by: Jie Deng <jie.deng@intel.com>
> > ---
> > Changes v13 -> v14
> > 	- Put the headers in virtio_i2c.h in alphabetical order.
> > 	- Dropped I2C_FUNC_SMBUS_QUICK support.
> > 	- Dropped few unnecessary variables and checks.
> > 	- Use "num" everywhere instead of num or nr, to be consistent.
> > 	- Added few comments which make the design more clear. 
> 
> Wolfram,
> 
> Is it still possible to queue this for 5.14 ?

No new features are allowed for 5.14, you know this.  It's but fixes
only now.

thanks,

greg k-h
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

  reply	other threads:[~2021-07-22  6:06 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-09  2:25 [PATCH v14] i2c: virtio: add a virtio i2c frontend driver Jie Deng
2021-07-09  2:25 ` Jie Deng
2021-07-09  3:44 ` Viresh Kumar
2021-07-09  3:44   ` Viresh Kumar
2021-07-13 15:34   ` Michael S. Tsirkin
2021-07-13 15:34     ` Michael S. Tsirkin
2021-07-13 15:38 ` Michael S. Tsirkin
2021-07-13 15:38   ` Michael S. Tsirkin
2021-07-14  2:10   ` Viresh Kumar
2021-07-14  2:10     ` Viresh Kumar
2021-07-14  8:33   ` Jie Deng
2021-07-14  8:33     ` Jie Deng
2021-07-22  5:14 ` Viresh Kumar
2021-07-22  5:14   ` Viresh Kumar
2021-07-22  6:06   ` Greg KH [this message]
2021-07-22  6:06     ` Greg KH
2021-07-22  6:11     ` Viresh Kumar
2021-07-22  6:11       ` Viresh Kumar
2021-07-22 15:35 ` Wolfram Sang
2021-07-23  2:21   ` Jie Deng
2021-07-23  2:21     ` Jie Deng
2021-07-23  2:25     ` Viresh Kumar
2021-07-23  2:25       ` Viresh Kumar
2021-09-04 20:01 ` Michael S. Tsirkin
2021-09-04 20:01   ` Michael S. Tsirkin
2021-09-06  4:43   ` Viresh Kumar
2021-09-06  4:43     ` Viresh Kumar
2021-09-06  6:40     ` Wolfram Sang
2021-09-08  2:07     ` Jie Deng
2021-09-08  2:07       ` 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=YPkK7RlufYj1b+2f@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=arnd@arndb.de \
    --cc=conghui.chen@intel.com \
    --cc=jasowang@redhat.com \
    --cc=jie.deng@intel.com \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=shuo.a.liu@intel.com \
    --cc=stefanha@redhat.com \
    --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.