* [GIT PULL] USB fixes for v3.18-rc5
@ 2014-11-10 20:52 Felipe Balbi
2014-11-13 18:05 ` Felipe Balbi
2014-11-13 19:14 ` Greg KH
0 siblings, 2 replies; 7+ messages in thread
From: Felipe Balbi @ 2014-11-10 20:52 UTC (permalink / raw)
To: Greg KH; +Cc: Linux Kernel Mailing List, Linux USB Mailing List, Felipe Balbi
Hi Greg,
Here's another minor for v3.18-rc5. Please consider
merging to your usb-linus branch.
Tested with AM437x SK and testusb.
cheers
The following changes since commit 206c5f60a3d902bc4b56dab2de3e88de5eb06108:
Linux 3.18-rc4 (2014-11-09 14:55:29 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.18-rc5
for you to fetch changes up to 520fe7633692181bb6d1560d655fbdfbb7c05aaa:
usb: dwc3: ep0: fix for dead code (2014-11-10 14:39:44 -0600)
----------------------------------------------------------------
usb: fixes for v3.18-rc5
Just one fix here on dwc3 which fixes a minor
bug caused by a fix that went in this v3.18-rc
cycle.
The corner case is minimal as it can only be
reproduced with back-to-back Setup transfers
(without starting data or status phase) by
means of a LeCroy USB Trainer, where we can
generate USB packets any way we like.
Signed-off-by: Felipe Balbi <balbi@ti.com>
----------------------------------------------------------------
Felipe Balbi (1):
usb: dwc3: ep0: fix for dead code
drivers/usb/dwc3/ep0.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] USB fixes for v3.18-rc5
2014-11-10 20:52 [GIT PULL] USB fixes for v3.18-rc5 Felipe Balbi
@ 2014-11-13 18:05 ` Felipe Balbi
2014-11-13 19:11 ` Greg KH
2014-11-13 19:14 ` Greg KH
1 sibling, 1 reply; 7+ messages in thread
From: Felipe Balbi @ 2014-11-13 18:05 UTC (permalink / raw)
To: Felipe Balbi; +Cc: Greg KH, Linux Kernel Mailing List, Linux USB Mailing List
[-- Attachment #1: Type: text/plain, Size: 1456 bytes --]
Hi,
On Mon, Nov 10, 2014 at 02:52:59PM -0600, Felipe Balbi wrote:
> Hi Greg,
>
> Here's another minor for v3.18-rc5. Please consider
> merging to your usb-linus branch.
>
> Tested with AM437x SK and testusb.
>
> cheers
>
> The following changes since commit 206c5f60a3d902bc4b56dab2de3e88de5eb06108:
>
> Linux 3.18-rc4 (2014-11-09 14:55:29 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.18-rc5
>
> for you to fetch changes up to 520fe7633692181bb6d1560d655fbdfbb7c05aaa:
>
> usb: dwc3: ep0: fix for dead code (2014-11-10 14:39:44 -0600)
>
> ----------------------------------------------------------------
> usb: fixes for v3.18-rc5
>
> Just one fix here on dwc3 which fixes a minor
> bug caused by a fix that went in this v3.18-rc
> cycle.
>
> The corner case is minimal as it can only be
> reproduced with back-to-back Setup transfers
> (without starting data or status phase) by
> means of a LeCroy USB Trainer, where we can
> generate USB packets any way we like.
>
> Signed-off-by: Felipe Balbi <balbi@ti.com>
>
> ----------------------------------------------------------------
> Felipe Balbi (1):
> usb: dwc3: ep0: fix for dead code
>
> drivers/usb/dwc3/ep0.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Gentle reminder on this pull request.
cheers
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] USB fixes for v3.18-rc5
2014-11-13 18:05 ` Felipe Balbi
@ 2014-11-13 19:11 ` Greg KH
2014-11-13 19:13 ` Felipe Balbi
0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2014-11-13 19:11 UTC (permalink / raw)
To: Felipe Balbi; +Cc: Linux Kernel Mailing List, Linux USB Mailing List
On Thu, Nov 13, 2014 at 12:05:17PM -0600, Felipe Balbi wrote:
> Hi,
>
> On Mon, Nov 10, 2014 at 02:52:59PM -0600, Felipe Balbi wrote:
> > Hi Greg,
> >
> > Here's another minor for v3.18-rc5. Please consider
> > merging to your usb-linus branch.
> >
> > Tested with AM437x SK and testusb.
> >
> > cheers
> >
> > The following changes since commit 206c5f60a3d902bc4b56dab2de3e88de5eb06108:
> >
> > Linux 3.18-rc4 (2014-11-09 14:55:29 -0800)
> >
> > are available in the git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.18-rc5
> >
> > for you to fetch changes up to 520fe7633692181bb6d1560d655fbdfbb7c05aaa:
> >
> > usb: dwc3: ep0: fix for dead code (2014-11-10 14:39:44 -0600)
> >
> > ----------------------------------------------------------------
> > usb: fixes for v3.18-rc5
> >
> > Just one fix here on dwc3 which fixes a minor
> > bug caused by a fix that went in this v3.18-rc
> > cycle.
> >
> > The corner case is minimal as it can only be
> > reproduced with back-to-back Setup transfers
> > (without starting data or status phase) by
> > means of a LeCroy USB Trainer, where we can
> > generate USB packets any way we like.
> >
> > Signed-off-by: Felipe Balbi <balbi@ti.com>
> >
> > ----------------------------------------------------------------
> > Felipe Balbi (1):
> > usb: dwc3: ep0: fix for dead code
> >
> > drivers/usb/dwc3/ep0.c | 8 ++++----
> > 1 file changed, 4 insertions(+), 4 deletions(-)
>
> Gentle reminder on this pull request.
I just got back from Korea, sorry for the delay, will get to this
today...
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] USB fixes for v3.18-rc5
2014-11-13 19:11 ` Greg KH
@ 2014-11-13 19:13 ` Felipe Balbi
2014-11-13 19:18 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Felipe Balbi @ 2014-11-13 19:13 UTC (permalink / raw)
To: Greg KH; +Cc: Felipe Balbi, Linux Kernel Mailing List, Linux USB Mailing List
[-- Attachment #1: Type: text/plain, Size: 1905 bytes --]
On Thu, Nov 13, 2014 at 11:11:59AM -0800, Greg KH wrote:
> On Thu, Nov 13, 2014 at 12:05:17PM -0600, Felipe Balbi wrote:
> > Hi,
> >
> > On Mon, Nov 10, 2014 at 02:52:59PM -0600, Felipe Balbi wrote:
> > > Hi Greg,
> > >
> > > Here's another minor for v3.18-rc5. Please consider
> > > merging to your usb-linus branch.
> > >
> > > Tested with AM437x SK and testusb.
> > >
> > > cheers
> > >
> > > The following changes since commit 206c5f60a3d902bc4b56dab2de3e88de5eb06108:
> > >
> > > Linux 3.18-rc4 (2014-11-09 14:55:29 -0800)
> > >
> > > are available in the git repository at:
> > >
> > > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.18-rc5
> > >
> > > for you to fetch changes up to 520fe7633692181bb6d1560d655fbdfbb7c05aaa:
> > >
> > > usb: dwc3: ep0: fix for dead code (2014-11-10 14:39:44 -0600)
> > >
> > > ----------------------------------------------------------------
> > > usb: fixes for v3.18-rc5
> > >
> > > Just one fix here on dwc3 which fixes a minor
> > > bug caused by a fix that went in this v3.18-rc
> > > cycle.
> > >
> > > The corner case is minimal as it can only be
> > > reproduced with back-to-back Setup transfers
> > > (without starting data or status phase) by
> > > means of a LeCroy USB Trainer, where we can
> > > generate USB packets any way we like.
> > >
> > > Signed-off-by: Felipe Balbi <balbi@ti.com>
> > >
> > > ----------------------------------------------------------------
> > > Felipe Balbi (1):
> > > usb: dwc3: ep0: fix for dead code
> > >
> > > drivers/usb/dwc3/ep0.c | 8 ++++----
> > > 1 file changed, 4 insertions(+), 4 deletions(-)
> >
> > Gentle reminder on this pull request.
>
> I just got back from Korea, sorry for the delay, will get to this
> today...
no problem, let me add your G+ to my 'following' circle :-p
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] USB fixes for v3.18-rc5
2014-11-10 20:52 [GIT PULL] USB fixes for v3.18-rc5 Felipe Balbi
2014-11-13 18:05 ` Felipe Balbi
@ 2014-11-13 19:14 ` Greg KH
1 sibling, 0 replies; 7+ messages in thread
From: Greg KH @ 2014-11-13 19:14 UTC (permalink / raw)
To: Felipe Balbi; +Cc: Linux Kernel Mailing List, Linux USB Mailing List
On Mon, Nov 10, 2014 at 02:52:59PM -0600, Felipe Balbi wrote:
> Hi Greg,
>
> Here's another minor for v3.18-rc5. Please consider
> merging to your usb-linus branch.
>
> Tested with AM437x SK and testusb.
>
> cheers
>
> The following changes since commit 206c5f60a3d902bc4b56dab2de3e88de5eb06108:
>
> Linux 3.18-rc4 (2014-11-09 14:55:29 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.18-rc5
Pulled and pushed out.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] USB fixes for v3.18-rc5
2014-11-13 19:13 ` Felipe Balbi
@ 2014-11-13 19:18 ` Greg KH
2014-11-13 20:05 ` Felipe Balbi
0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2014-11-13 19:18 UTC (permalink / raw)
To: Felipe Balbi; +Cc: Linux Kernel Mailing List, Linux USB Mailing List
On Thu, Nov 13, 2014 at 01:13:44PM -0600, Felipe Balbi wrote:
> > I just got back from Korea, sorry for the delay, will get to this
> > today...
>
> no problem, let me add your G+ to my 'following' circle :-p
I was only there for 48 hours, not even long enough to post anything
there...
greg "I fly too much" k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] USB fixes for v3.18-rc5
2014-11-13 19:18 ` Greg KH
@ 2014-11-13 20:05 ` Felipe Balbi
0 siblings, 0 replies; 7+ messages in thread
From: Felipe Balbi @ 2014-11-13 20:05 UTC (permalink / raw)
To: Greg KH; +Cc: Felipe Balbi, Linux Kernel Mailing List, Linux USB Mailing List
[-- Attachment #1: Type: text/plain, Size: 410 bytes --]
Hi,
On Thu, Nov 13, 2014 at 11:18:39AM -0800, Greg KH wrote:
> On Thu, Nov 13, 2014 at 01:13:44PM -0600, Felipe Balbi wrote:
> > > I just got back from Korea, sorry for the delay, will get to this
> > > today...
> >
> > no problem, let me add your G+ to my 'following' circle :-p
>
> I was only there for 48 hours, not even long enough to post anything
> there...
oh alright :-)
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-11-13 20:04 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 20:52 [GIT PULL] USB fixes for v3.18-rc5 Felipe Balbi
2014-11-13 18:05 ` Felipe Balbi
2014-11-13 19:11 ` Greg KH
2014-11-13 19:13 ` Felipe Balbi
2014-11-13 19:18 ` Greg KH
2014-11-13 20:05 ` Felipe Balbi
2014-11-13 19:14 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox