public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Leon Romanovsky <leonro@nvidia•com>
To: Greg KH <gregkh@linuxfoundation•org>
Cc: "Ertman, David M" <david.m.ertman@intel•com>,
	"alsa-devel@alsa-project•org" <alsa-devel@alsa-project•org>,
	"tiwai@suse•de" <tiwai@suse•de>,
	"broonie@kernel•org" <broonie@kernel•org>,
	"linux-rdma@vger•kernel.org" <linux-rdma@vger•kernel.org>,
	"jgg@nvidia•com" <jgg@nvidia•com>,
	"dledford@redhat•com" <dledford@redhat•com>,
	"netdev@vger•kernel.org" <netdev@vger•kernel.org>,
	"davem@davemloft•net" <davem@davemloft•net>,
	"kuba@kernel•org" <kuba@kernel•org>,
	"ranjani.sridharan@linux•intel.com" 
	<ranjani.sridharan@linux•intel.com>,
	"pierre-louis.bossart@linux•intel.com" 
	<pierre-louis.bossart@linux•intel.com>,
	"fred.oh@linux•intel.com" <fred.oh@linux•intel.com>,
	"parav@mellanox•com" <parav@mellanox•com>,
	"Saleem, Shiraz" <shiraz.saleem@intel•com>,
	"Williams, Dan J" <dan.j.williams@intel•com>,
	"Patil, Kiran" <kiran.patil@intel•com>,
	"linux-kernel@vger•kernel.org" <linux-kernel@vger•kernel.org>
Subject: Re: [PATCH v3 01/10] Add auxiliary bus support
Date: Sun, 15 Nov 2020 08:48:02 +0200	[thread overview]
Message-ID: <20201115064802.GB5552@unreal> (raw)
In-Reply-To: <X68VA6uw5nz51dll@kroah.com>

On Sat, Nov 14, 2020 at 12:21:39AM +0100, Greg KH wrote:
> On Fri, Nov 13, 2020 at 04:07:57PM +0000, Ertman, David M wrote:
> > > -----Original Message-----
> > > From: Greg KH <gregkh@linuxfoundation•org>
> > > Sent: Friday, November 13, 2020 7:50 AM
> > > To: Ertman, David M <david.m.ertman@intel•com>
> > > Cc: alsa-devel@alsa-project•org; tiwai@suse•de; broonie@kernel•org; linux-
> > > rdma@vger•kernel.org; jgg@nvidia•com; dledford@redhat•com;
> > > netdev@vger•kernel.org; davem@davemloft•net; kuba@kernel•org;
> > > ranjani.sridharan@linux•intel.com; pierre-louis.bossart@linux•intel.com;
> > > fred.oh@linux•intel.com; parav@mellanox•com; Saleem, Shiraz
> > > <shiraz.saleem@intel•com>; Williams, Dan J <dan.j.williams@intel•com>;
> > > Patil, Kiran <kiran.patil@intel•com>; linux-kernel@vger•kernel.org;
> > > leonro@nvidia•com
> > > Subject: Re: [PATCH v3 01/10] Add auxiliary bus support
> > >
> > > On Thu, Oct 22, 2020 at 05:33:29PM -0700, Dave Ertman wrote:
> > > > Add support for the Auxiliary Bus, auxiliary_device and auxiliary_driver.
> > > > It enables drivers to create an auxiliary_device and bind an
> > > > auxiliary_driver to it.
> > > >
> > > > The bus supports probe/remove shutdown and suspend/resume callbacks.
> > > > Each auxiliary_device has a unique string based id; driver binds to
> > > > an auxiliary_device based on this id through the bus.
> > > >
> > > > Co-developed-by: Kiran Patil <kiran.patil@intel•com>
> > > > Signed-off-by: Kiran Patil <kiran.patil@intel•com>
> > > > Co-developed-by: Ranjani Sridharan <ranjani.sridharan@linux•intel.com>
> > > > Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux•intel.com>
> > > > Co-developed-by: Fred Oh <fred.oh@linux•intel.com>
> > > > Signed-off-by: Fred Oh <fred.oh@linux•intel.com>
> > > > Co-developed-by: Leon Romanovsky <leonro@nvidia•com>
> > > > Signed-off-by: Leon Romanovsky <leonro@nvidia•com>
> > > > Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux•intel.com>
> > > > Reviewed-by: Shiraz Saleem <shiraz.saleem@intel•com>
> > > > Reviewed-by: Parav Pandit <parav@mellanox•com>
> > > > Reviewed-by: Dan Williams <dan.j.williams@intel•com>
> > > > Signed-off-by: Dave Ertman <david.m.ertman@intel•com>
> > > > ---
> > >
> > > Is this really the "latest" version of this patch submission?
> > >
> > > I see a number of comments on it already, have you sent out a newer one,
> > > or is this the same one that the mlx5 driver conversion was done on top
> > > of?
> > >
> > > thanks,
> > >
> > > greg k-h
> >
> > V3 is the latest sent so far.  There was a suggestion that v3 might be merged and
> > the documentation changes could be in a follow up patch.  I have those changes done
> > and ready though, so no reason not to merge them in and do a resend.
> >
> > Please expect v4 in just a little while.
>
> Thank you, follow-up patches aren't usually a good idea :)

The changes were in documentation area that will be changed
anyway after dust will settle and we all see real users and
more or less stable in-kernel API.

Thanks

  reply	other threads:[~2020-11-15  6:48 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-23  0:33 [PATCH v3 00/10] Auxiliary bus implementation and SOF multi-client support Dave Ertman
2020-10-23  0:33 ` [PATCH v3 01/10] Add auxiliary bus support Dave Ertman
2020-11-05  9:19   ` Dan Williams
2020-11-05  9:47     ` Leon Romanovsky
2020-11-05 17:12       ` Dan Williams
2020-11-05 19:30         ` Leon Romanovsky
2020-11-05 20:27           ` Dan Williams
2020-11-05 20:22         ` Greg KH
2020-11-05 20:24           ` Dan Williams
2020-11-05 19:27     ` Ertman, David M
2020-11-05 19:32       ` Pierre-Louis Bossart
2020-11-05 19:37         ` Leon Romanovsky
2020-11-05 19:35       ` Leon Romanovsky
2020-11-05 20:52         ` Ertman, David M
2020-11-05 19:40       ` Parav Pandit
2020-11-05 20:26         ` Dan Williams
2020-11-05 20:37           ` Parav Pandit
2020-11-06 19:35             ` Mark Brown
2020-11-10  7:23               ` Oded Gabbay
2020-11-05 22:00       ` Dan Williams
2020-11-05 23:48         ` Ertman, David M
2020-11-13 15:50   ` Greg KH
2020-11-13 16:07     ` Ertman, David M
2020-11-13 23:21       ` Greg KH
2020-11-15  6:48         ` Leon Romanovsky [this message]
2020-10-23  0:33 ` [PATCH v3 02/10] ASoC: SOF: Introduce descriptors for SOF client Dave Ertman
2020-10-23  0:33 ` [PATCH v3 03/10] ASoC: SOF: Create client driver for IPC test Dave Ertman
2020-10-23  0:33 ` [PATCH v3 04/10] ASoC: SOF: ops: Add ops for client registration Dave Ertman
2020-10-23  0:33 ` [PATCH v3 05/10] ASoC: SOF: Intel: Define " Dave Ertman
2020-10-23  0:33 ` [PATCH v3 06/10] ASoC: SOF: Intel: Remove IPC flood test support in SOF core Dave Ertman
2020-10-23  0:33 ` [PATCH v3 07/10] ASoC: SOF: sof-client: Add client APIs to access probes ops Dave Ertman
2020-10-23  0:33 ` [PATCH v3 08/10] ASoC: SOF: compress: move and export sof_probe_compr_ops Dave Ertman
2020-10-23  0:33 ` [PATCH v3 09/10] ASoC: SOF: Add new client driver for probes support Dave Ertman
2020-10-23  0:33 ` [PATCH v3 10/10] ASoC: SOF: Intel: CNL: register probes client Dave Ertman
2020-10-23  6:49 ` [PATCH v3 00/10] Auxiliary bus implementation and SOF multi-client support Leon Romanovsky
2020-10-23  6:56   ` Greg KH
2020-10-23 15:48     ` Leon Romanovsky

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=20201115064802.GB5552@unreal \
    --to=leonro@nvidia$(echo .)com \
    --cc=alsa-devel@alsa-project$(echo .)org \
    --cc=broonie@kernel$(echo .)org \
    --cc=dan.j.williams@intel$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=david.m.ertman@intel$(echo .)com \
    --cc=dledford@redhat$(echo .)com \
    --cc=fred.oh@linux$(echo .)intel.com \
    --cc=gregkh@linuxfoundation$(echo .)org \
    --cc=jgg@nvidia$(echo .)com \
    --cc=kiran.patil@intel$(echo .)com \
    --cc=kuba@kernel$(echo .)org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-rdma@vger$(echo .)kernel.org \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=parav@mellanox$(echo .)com \
    --cc=pierre-louis.bossart@linux$(echo .)intel.com \
    --cc=ranjani.sridharan@linux$(echo .)intel.com \
    --cc=shiraz.saleem@intel$(echo .)com \
    --cc=tiwai@suse$(echo .)de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox