All of lore.kernel.org
 help / color / mirror / Atom feed
* pending patch
@ 2008-04-25  7:52 Felipe Balbi
  2008-04-25  9:35 ` David Brownell
  0 siblings, 1 reply; 10+ messages in thread
From: Felipe Balbi @ 2008-04-25  7:52 UTC (permalink / raw)
  To: tony, linux-omap; +Cc: david-b

Hi Tony and Dave,

there's this one pending patch [1]. Do you guys have any comments on that
one?

Author: Felipe Balbi <felipe.balbi@nokia.com>
Date:   Thu Apr 17 17:34:20 2008 +0300

    USB: MUSB: Don't ignore disconnect on suspend
    
    As soon as a usb device is disconnect we should
    fall into a_wait_bcon state, ignoring disconnect
    irq will prevent this behaviour.
    
    Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>

diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
index c5816a2..019898a 100644
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -659,7 +659,7 @@ static irqreturn_t musb_stage0_irq(struct musb *musb, u8 int_usb,
                        switch (musb->xceiv.state) {
 #ifdef CONFIG_USB_OTG
                        case OTG_STATE_A_SUSPEND:
-                               musb->ignore_disconnect = 1;
+                               musb->ignore_disconnect = 0;
                                musb_g_reset(musb);
                                /* FALLTHROUGH */
                        case OTG_STATE_A_WAIT_BCON:     /* OPT TD.4.7-900ms */

[1] http://marc.info/?l=linux-omap&m=120844324526642&w=2
-- 
	- Balbi

^ permalink raw reply related	[flat|nested] 10+ messages in thread
* Pending patch
@ 2009-01-20 17:43 Alan Stern
  0 siblings, 0 replies; 10+ messages in thread
From: Alan Stern @ 2009-01-20 17:43 UTC (permalink / raw)
  To: James Bottomley; +Cc: SCSI development list

James:

This patch:

	http://marc.info/?l=linux-scsi&m=122935526508941&w=2

(submitted over a month ago) is quite innocuous and should be very easy
to review.  I'd like it to be merged soon because there's other work
depending on it, work that ought to get into 2.6.30.

Thanks,

Alan Stern


^ permalink raw reply	[flat|nested] 10+ messages in thread
* Pending patch
@ 2010-11-19 15:59 Alan Stern
  2010-11-19 17:31 ` Greg KH
  0 siblings, 1 reply; 10+ messages in thread
From: Alan Stern @ 2010-11-19 15:59 UTC (permalink / raw)
  To: Greg KH; +Cc: Kernel development list

Greg:

Is this patch (sysfs: remove useless test from sysfs_merge_group) still
in your queue?

	http://marc.info/?l=linux-kernel&m=128985454820660&w=2

I ask because you have already merged other patches that were sent out 
later but not this one.

Alan Stern


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-11-19 17:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-25  7:52 pending patch Felipe Balbi
2008-04-25  9:35 ` David Brownell
2008-04-25 10:18   ` Felipe Balbi
2008-04-25 16:36     ` Tony Lindgren
2008-04-25 18:45       ` Felipe Balbi
2008-05-09  9:19         ` Felipe Balbi
2008-05-09 21:55           ` Tony Lindgren
  -- strict thread matches above, loose matches on Subject: below --
2009-01-20 17:43 Pending patch Alan Stern
2010-11-19 15:59 Alan Stern
2010-11-19 17:31 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.