On Fri, Nov 13, 2020 at 04:07:57PM +0000, Ertman, David M wrote: > > -----Original Message----- > > From: Greg KH <[email protected]> > > Sent: Friday, November 13, 2020 7:50 AM > > To: Ertman, David M <[email protected]> > > Cc: [email protected]; [email protected]; [email protected]; linux- > > [email protected]; [email protected]; [email protected]; > > [email protected]; [email protected]; [email protected]; > > [email protected]; [email protected]; > > [email protected]; [email protected]; Saleem, Shiraz > > <[email protected]>; Williams, Dan J <[email protected]>; > > Patil, Kiran <[email protected]>; [email protected]; > > [email protected] > > 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 <[email protected]> > > > Signed-off-by: Kiran Patil <[email protected]> > > > Co-developed-by: Ranjani Sridharan <[email protected]> > > > Signed-off-by: Ranjani Sridharan <[email protected]> > > > Co-developed-by: Fred Oh <[email protected]> > > > Signed-off-by: Fred Oh <[email protected]> > > > Co-developed-by: Leon Romanovsky <[email protected]> > > > Signed-off-by: Leon Romanovsky <[email protected]> > > > Reviewed-by: Pierre-Louis Bossart <[email protected]> > > > Reviewed-by: Shiraz Saleem <[email protected]> > > > Reviewed-by: Parav Pandit <[email protected]> > > > Reviewed-by: Dan Williams <[email protected]> > > > Signed-off-by: Dave Ertman <[email protected]> > > > --- > > > > 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 :)

