From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: "Geyslan G. Bem" <geyslan@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
linux-usb@vger.kernel.org, Alan Stern <stern@rowland.harvard.edu>,
Peter Senna Tschudin <peter.senna@gmail.com>
Subject: Re: [PATCH v3 00/10] usb: host: ehci-sched: cleanup
Date: Mon, 25 Jan 2016 11:56:56 -0800 [thread overview]
Message-ID: <20160125195656.GA23569@kroah.com> (raw)
In-Reply-To: <CAGG-pUStkt6Mwy+jPFjk7bBcTV_Z-2tmd0ozjER6d1brz4vnQA@mail.gmail.com>
On Mon, Jan 25, 2016 at 04:52:52PM -0300, Geyslan G. Bem wrote:
> 2016-01-25 0:30 GMT-03:00 Greg Kroah-Hartman <gregkh@linuxfoundation.org>:
> > On Thu, Dec 24, 2015 at 01:03:39PM -0300, Geyslan G. Bem wrote:
> >> 2015-12-13 13:59 GMT-03:00 Geyslan G. Bem <geyslan@gmail.com>:
> >> >
> >> > Cleanup done with the help of coccinelle, checkpatch and cppcheck tools.
> >> >
> >> > Geyslan G. Bem (10):
> >> > usb: host: ehci-sched: refactor scan_isoc function
> >> > usb: host: ehci-sched: move constants to right
> >> > usb: host: ehci-sched: remove useless initializations
> >> > usb: host: ehci-sched: add spaces around operators
> >> > usb: host: ehci-sched: remove prohibited spaces
> >> > usb: host: ehci-sched: remove useless else branch
> >> > usb: host: ehci-sched: use C89-style comments
> >> > usb: host: ehci-sched: add line after declarations
> >> > usb: host: ehci-sched: use sizeof operator with parens
> >> > usb: host: ehci-sched: remove unnecessary braces
> >> >
> >> > drivers/usb/host/ehci-sched.c | 522 +++++++++++++++++++++---------------------
> >> > 1 file changed, 261 insertions(+), 261 deletions(-)
> >> >
> >> > --
> >> > 2.6.3
> >> >
> >>
> >> Hello,
> >>
> >> Disturbing eggnogs... :-)
> >>
> >> This bunch will be applied?
> >
> > Ok, I tried to dig through all of these, but I have over 50+ emails from
> > you, and it's not quite obvious which ones should be applied, and which
> > are superseaded by a new series. So can you just send me all of your
> > outstanding patches, in one series, with all of the accumulated (if any)
> > acks you have gotten for them, so that I can queue them up? That will
> > make my life much easier.
>
> Ok Greg, there was three patchset versions for this file that would
> count over 40+ emails. This is v3. I didn't find any answer with ack
> for it.
But you had sent other series as well, please resend _everything_.
> About sending, there's no problem, I'm here trying to help :-) but in
> order to not increase the noise that I have created I would like to
> wait Alan's answer.
>
> Alan, could you please analyze this?
Don't wait for someone, you can just resend it all, that's fine.
thanks,
greg k-h
next prev parent reply other threads:[~2016-01-25 19:57 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-13 16:59 [PATCH v3 00/10] usb: host: ehci-sched: cleanup Geyslan G. Bem
2015-12-13 16:59 ` [PATCH v3 01/10] usb: host: ehci-sched: refactor scan_isoc function Geyslan G. Bem
2015-12-13 16:59 ` [PATCH v3 02/10] usb: host: ehci-sched: move constants to right Geyslan G. Bem
2015-12-13 16:59 ` [PATCH v3 03/10] usb: host: ehci-sched: remove useless initializations Geyslan G. Bem
2015-12-13 16:59 ` [PATCH v3 04/10] usb: host: ehci-sched: add spaces around operators Geyslan G. Bem
2015-12-13 16:59 ` [PATCH v3 05/10] usb: host: ehci-sched: remove prohibited spaces Geyslan G. Bem
2015-12-13 16:59 ` [PATCH v3 06/10] usb: host: ehci-sched: remove useless else branch Geyslan G. Bem
2015-12-13 16:59 ` [PATCH v3 07/10] usb: host: ehci-sched: use C89-style comments Geyslan G. Bem
2015-12-13 16:59 ` [PATCH v3 08/10] usb: host: ehci-sched: add line after declarations Geyslan G. Bem
2015-12-13 16:59 ` [PATCH v3 09/10] usb: host: ehci-sched: use sizeof operator with parens Geyslan G. Bem
2015-12-13 16:59 ` [PATCH v3 10/10] usb: host: ehci-sched: remove unnecessary braces Geyslan G. Bem
2015-12-24 16:03 ` [PATCH v3 00/10] usb: host: ehci-sched: cleanup Geyslan G. Bem
2016-01-25 3:30 ` Greg Kroah-Hartman
2016-01-25 19:52 ` Geyslan G. Bem
2016-01-25 19:56 ` Greg Kroah-Hartman [this message]
2016-01-25 20:20 ` Geyslan G. Bem
2016-01-25 20:08 ` Alan Stern
2016-01-25 20:26 ` Geyslan G. Bem
2016-01-25 20:40 ` Alan Stern
2016-01-25 22:18 ` Geyslan G. Bem
2016-01-26 1:49 ` Geyslan G. Bem
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=20160125195656.GA23569@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=geyslan@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=peter.senna@gmail.com \
--cc=stern@rowland.harvard.edu \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).