* [GIT PATCH] USB fixes for 2.6.28-git
@ 2008-11-20 5:50 Greg KH
2008-11-20 21:23 ` Linus Torvalds
0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2008-11-20 5:50 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb
Here are a few USB fixes against your current git tree.
These patches are:
- fix for broken AMD USB controllers
- musb bugfix
- rndis bugfix to keep Windows from blue-screening
- new device ids
- usb-storage quirks
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
All of these patches have been in the -next and -mm tree for a few
releases.
The full patches will be sent to the linux-usb mailing list, if anyone
wants to see them.
thanks,
greg k-h
------------------
drivers/usb/gadget/f_rndis.c | 3 +--
drivers/usb/host/ehci-pci.c | 21 +++++++++++++++++++++
drivers/usb/mon/mon_bin.c | 5 ++++-
drivers/usb/musb/musb_host.c | 2 +-
drivers/usb/serial/cp2101.c | 1 +
drivers/usb/storage/unusual_devs.h | 11 +++++++++--
6 files changed, 37 insertions(+), 6 deletions(-)
---------------
Alan Stern (2):
USB: storage: updates unusual_devs entry for the Nokia 6300
USB: storage: update unusual_devs entries for Nokia 5300 and 5310
Andiry Xu (1):
USB: fix SB700 usb subsystem hang bug
David Brownell (1):
USB: gadget rndis: stop windows self-immolation
Felipe Balbi (1):
usb: musb: fix bug in musb_schedule
M Kondrin (1):
USB: ACE1001 patch for cp2101.c
Pete Zaitcev (1):
USB: usbmon: fix read(2)
Richard Röjfors (1):
USB: gadget rndis: send notifications
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PATCH] USB fixes for 2.6.28-git
2008-11-20 5:50 [GIT PATCH] USB fixes for 2.6.28-git Greg KH
@ 2008-11-20 21:23 ` Linus Torvalds
2008-11-20 21:48 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Linus Torvalds @ 2008-11-20 21:23 UTC (permalink / raw)
To: Greg KH; +Cc: Andrew Morton, Linux Kernel Mailing List, linux-usb
On Wed, 19 Nov 2008, Greg KH wrote:
>
> Please pull from:
> master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
"Already up-to-date".
I think you forgot to actually push them out.
Linus
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PATCH] USB fixes for 2.6.28-git
2008-11-20 21:23 ` Linus Torvalds
@ 2008-11-20 21:48 ` Greg KH
2008-11-25 3:57 ` Junio C Hamano
0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2008-11-20 21:48 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, Linux Kernel Mailing List, linux-usb
On Thu, Nov 20, 2008 at 01:23:51PM -0800, Linus Torvalds wrote:
>
>
> On Wed, 19 Nov 2008, Greg KH wrote:
> >
> > Please pull from:
> > master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
>
> "Already up-to-date".
>
> I think you forgot to actually push them out.
Crap, you're right, they are now there, sorry about that.
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PATCH] USB fixes for 2.6.28-git
2008-11-20 21:48 ` Greg KH
@ 2008-11-25 3:57 ` Junio C Hamano
2008-11-25 4:20 ` Greg KH
[not found] ` <20081125042051.GA17345__32159.7253824168$1227588787$gmane$org@suse.de>
0 siblings, 2 replies; 7+ messages in thread
From: Junio C Hamano @ 2008-11-25 3:57 UTC (permalink / raw)
To: Greg KH
Cc: Linus Torvalds, Andrew Morton, Linux Kernel Mailing List,
public-linux-usb-u79uwXL29TY76Z2rM5mHXA
Greg KH <gregkh-l3A5Bk7waGM@public.gmane.org> writes:
> On Thu, Nov 20, 2008 at 01:23:51PM -0800, Linus Torvalds wrote:
>>
>>
>> On Wed, 19 Nov 2008, Greg KH wrote:
>> >
>> > Please pull from:
>> > master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
>>
>> "Already up-to-date".
>>
>> I think you forgot to actually push them out.
>
> Crap, you're right, they are now there, sorry about that.
I've been wondering if git can do something to avoid things like this.
For example, if you push into a particular branch of a particular
repository _only_ to ask Linus to pull and for no other purpose, one
possible solution may be to trigger a hook on the receiving end of your
push (i.e. the public repository Linus is asked to pull from) to send out
the "Please pull from" message (I presume this would be a no-go as there
is not much room for you to customize the message).
Alternatively, we may want to give an option to git-request-pull to
actually run "git push" to the destination.
Thoughts? Is it "none of Git's business"?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PATCH] USB fixes for 2.6.28-git
2008-11-25 3:57 ` Junio C Hamano
@ 2008-11-25 4:20 ` Greg KH
[not found] ` <20081125042051.GA17345__32159.7253824168$1227588787$gmane$org@suse.de>
1 sibling, 0 replies; 7+ messages in thread
From: Greg KH @ 2008-11-25 4:20 UTC (permalink / raw)
To: Junio C Hamano
Cc: Linus Torvalds, Andrew Morton, Linux Kernel Mailing List,
public-linux-usb-u79uwXL29TY76Z2rM5mHXA
On Mon, Nov 24, 2008 at 07:57:40PM -0800, Junio C Hamano wrote:
>
>
> Greg KH <gregkh-l3A5Bk7waGM@public.gmane.org> writes:
>
> > On Thu, Nov 20, 2008 at 01:23:51PM -0800, Linus Torvalds wrote:
> >>
> >>
> >> On Wed, 19 Nov 2008, Greg KH wrote:
> >> >
> >> > Please pull from:
> >> > master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
> >>
> >> "Already up-to-date".
> >>
> >> I think you forgot to actually push them out.
> >
> > Crap, you're right, they are now there, sorry about that.
>
> I've been wondering if git can do something to avoid things like this.
>
> For example, if you push into a particular branch of a particular
> repository _only_ to ask Linus to pull and for no other purpose, one
> possible solution may be to trigger a hook on the receiving end of your
> push (i.e. the public repository Linus is asked to pull from) to send out
> the "Please pull from" message (I presume this would be a no-go as there
> is not much room for you to customize the message).
>
> Alternatively, we may want to give an option to git-request-pull to
> actually run "git push" to the destination.
>
> Thoughts? Is it "none of Git's business"?
In this case, it was just my fault. I just forgot to push the tree. I
have my own scripts that I use to create my "please pull" message, that
don't really tie into git's infrastructure and I don't know if I would
want them to either.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PATCH] USB fixes for 2.6.28-git
[not found] ` <20081125042051.GA17345__32159.7253824168$1227588787$gmane$org@suse.de>
@ 2008-11-25 7:18 ` Junio C Hamano
0 siblings, 0 replies; 7+ messages in thread
From: Junio C Hamano @ 2008-11-25 7:18 UTC (permalink / raw)
To: Greg KH
Cc: Linus Torvalds, Andrew Morton, Linux Kernel Mailing List,
public-linux-usb-u79uwXL29TY76Z2rM5mHXA
Greg KH <gregkh@suse.de> writes:
> On Mon, Nov 24, 2008 at 07:57:40PM -0800, Junio C Hamano wrote:
>>
>> Greg KH <gregkh-l3A5Bk7waGM@public.gmane.org> writes:
>>
>> > On Thu, Nov 20, 2008 at 01:23:51PM -0800, Linus Torvalds wrote:
>> >> ...
>> >> "Already up-to-date".
>> >>
>> >> I think you forgot to actually push them out.
>> >
>> > Crap, you're right, they are now there, sorry about that.
>>
>> I've been wondering if git can do something to avoid things like this.
>> ...
> In this case, it was just my fault. I just forgot to push the tree. I
> have my own scripts that I use to create my "please pull" message, that
> don't really tie into git's infrastructure and I don't know if I would
> want them to either.
Oh, I wouldn't question that it was ultimately _your_ fault, but:
(1) I see Linus mention "did you forget to push" every once in a while
on this list (e.g. http://tinyurl.com/forgot-to-push); and
(2) You are not the only person who sends "please pull" request and
pushes out what needs to be pulled, and forgets to push. Everybody
who asks Linus to pull either needs to roll his own scripts. This is
wasteful, but this is partly git's fault, and something we could
improve, because I do not think there is no usable canned tools that
come with git that allows you to prepare a custom "please pull"
message and helps you not to forget pushing out; and
(3) As an early adopter who has his own wrappers around git that are
tailored to match his own needs in this part of the workflow, you'd
be an ideal source of requirements _if_ we would want to provide a
usable canned tool for doing this.
Hence my comments.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PATCH] USB fixes for 2.6.28-git
@ 2008-12-01 6:16 Greg KH
0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2008-12-01 6:16 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb
Here are a few USB fixes against your current git tree.
These patches are:
- revert ehci patch that was incorrect
- fix for a different broken AMD USB controller
- 2 gadget bugfixes
- usb storage quirks
- new device ids
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
All of these patches have been in the -next and -mm tree for a few
releases.
The full patches will be sent to the linux-usb mailing list, if anyone
wants to see them.
thanks,
greg k-h
------------------
drivers/usb/gadget/fsl_qe_udc.c | 3 +++
drivers/usb/gadget/fsl_usb2_udc.c | 3 +++
drivers/usb/host/ehci-pci.c | 9 ++++++---
drivers/usb/host/ehci.h | 12 +++++-------
drivers/usb/serial/option.c | 35 +++++++++++++++++++++++++++++++++++
drivers/usb/storage/unusual_devs.h | 19 +++++++++++++++++++
6 files changed, 71 insertions(+), 10 deletions(-)
---------------
Alan Stern (1):
USB: storage: unusual_devs entry for Mio C520-GPS
Anton Vorontsov (2):
USB: fsl_qe_udc: Report disconnect before unbinding
USB: fsl_usb2_udc: Report disconnect before unbinding
Greg Kroah-Hartman (2):
Revert "USB: improve ehci_watchdog's side effect in CPU power management"
USB: serial: add more Onda device ids to option driver
Shane Huang (1):
USB: fix SB600 USB subsystem hang bug
Tobias Kunze Briseño (1):
USB: usb-storage: unusual_devs entry for Nikon D2H
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-12-01 6:21 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-20 5:50 [GIT PATCH] USB fixes for 2.6.28-git Greg KH
2008-11-20 21:23 ` Linus Torvalds
2008-11-20 21:48 ` Greg KH
2008-11-25 3:57 ` Junio C Hamano
2008-11-25 4:20 ` Greg KH
[not found] ` <20081125042051.GA17345__32159.7253824168$1227588787$gmane$org@suse.de>
2008-11-25 7:18 ` Junio C Hamano
-- strict thread matches above, loose matches on Subject: below --
2008-12-01 6:16 Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox