Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-10 Thread Alan Stern
On Tue, 10 Jul 2012, Christian Lamparter wrote: > > > So, my question now: Would you accept the pcmcia patch if I add the > > > "USB: Don't rebind..." as a reference to why the re-add needs to be > > > done in complete? Or do you think that I should bug the pm people > > > (and Alan - since he

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-10 Thread Alan Stern
On Tue, 10 Jul 2012, Christian Lamparter wrote: So, my question now: Would you accept the pcmcia patch if I add the USB: Don't rebind... as a reference to why the re-add needs to be done in complete? Or do you think that I should bug the pm people (and Alan - since he wrote that it is

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-09 Thread Christian Lamparter
(sorry, keyboard splat) On Tuesday, July 10, 2012 01:01:31 AM Andrew Morton wrote: > On Tue, 10 Jul 2012 00:54:54 +0200 > Christian Lamparter wrote: > > On Monday, July 09, 2012 11:59:39 PM Andrew Morton wrote: > > > On Fri, 6 Jul 2012 14:30:16 -0700 > > > Greg KH wrote: > > > > > > > On Fri,

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-09 Thread Christian Lamparter
On Tuesday, July 10, 2012 01:01:31 AM Andrew Morton wrote: > On Tue, 10 Jul 2012 00:54:54 +0200 > Christian Lamparter wrote: > > > On Monday, July 09, 2012 11:59:39 PM Andrew Morton wrote: > > > On Fri, 6 Jul 2012 14:30:16 -0700 > > > Greg KH wrote: > > > > > > > On Fri, Jul 06, 2012 at

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-09 Thread Andrew Morton
On Tue, 10 Jul 2012 00:54:54 +0200 Christian Lamparter wrote: > On Monday, July 09, 2012 11:59:39 PM Andrew Morton wrote: > > On Fri, 6 Jul 2012 14:30:16 -0700 > > Greg KH wrote: > > > > > On Fri, Jul 06, 2012 at 11:23:52PM +0200, Christian Lamparter wrote: > > > > The idea of moving rebind

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-09 Thread Christian Lamparter
On Monday, July 09, 2012 11:59:39 PM Andrew Morton wrote: > On Fri, 6 Jul 2012 14:30:16 -0700 > Greg KH wrote: > > > On Fri, Jul 06, 2012 at 11:23:52PM +0200, Christian Lamparter wrote: > > > The idea of moving rebind procedure into pm.complete > > > was taken from the usb-subsystem, which has

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-09 Thread Andrew Morton
On Fri, 6 Jul 2012 14:30:16 -0700 Greg KH wrote: > On Fri, Jul 06, 2012 at 11:23:52PM +0200, Christian Lamparter wrote: > > The idea of moving rebind procedure into pm.complete > > was taken from the usb-subsystem, which has similar > > problems with reattaching devices during/after > > resume.

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-09 Thread Andrew Morton
On Fri, 6 Jul 2012 14:30:16 -0700 Greg KH gre...@linuxfoundation.org wrote: On Fri, Jul 06, 2012 at 11:23:52PM +0200, Christian Lamparter wrote: The idea of moving rebind procedure into pm.complete was taken from the usb-subsystem, which has similar problems with reattaching devices

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-09 Thread Christian Lamparter
On Monday, July 09, 2012 11:59:39 PM Andrew Morton wrote: On Fri, 6 Jul 2012 14:30:16 -0700 Greg KH gre...@linuxfoundation.org wrote: On Fri, Jul 06, 2012 at 11:23:52PM +0200, Christian Lamparter wrote: The idea of moving rebind procedure into pm.complete was taken from the

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-09 Thread Andrew Morton
On Tue, 10 Jul 2012 00:54:54 +0200 Christian Lamparter chunk...@googlemail.com wrote: On Monday, July 09, 2012 11:59:39 PM Andrew Morton wrote: On Fri, 6 Jul 2012 14:30:16 -0700 Greg KH gre...@linuxfoundation.org wrote: On Fri, Jul 06, 2012 at 11:23:52PM +0200, Christian Lamparter

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-09 Thread Christian Lamparter
On Tuesday, July 10, 2012 01:01:31 AM Andrew Morton wrote: On Tue, 10 Jul 2012 00:54:54 +0200 Christian Lamparter chunk...@googlemail.com wrote: On Monday, July 09, 2012 11:59:39 PM Andrew Morton wrote: On Fri, 6 Jul 2012 14:30:16 -0700 Greg KH gre...@linuxfoundation.org wrote:

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-09 Thread Christian Lamparter
(sorry, keyboard splat) On Tuesday, July 10, 2012 01:01:31 AM Andrew Morton wrote: On Tue, 10 Jul 2012 00:54:54 +0200 Christian Lamparter chunk...@googlemail.com wrote: On Monday, July 09, 2012 11:59:39 PM Andrew Morton wrote: On Fri, 6 Jul 2012 14:30:16 -0700 Greg KH

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-06 Thread Greg KH
On Fri, Jul 06, 2012 at 11:23:52PM +0200, Christian Lamparter wrote: > The idea of moving rebind procedure into pm.complete > was taken from the usb-subsystem, which has similar > problems with reattaching devices during/after > resume. > > Signed-off-by: Christian Lamparter > --- > To Greg: >

[RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-06 Thread Christian Lamparter
The idea of moving rebind procedure into pm.complete was taken from the usb-subsystem, which has similar problems with reattaching devices during/after resume. Signed-off-by: Christian Lamparter --- To Greg: I have submitted this patch back in March and again in May. As far as I can tell it was

[RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-06 Thread Christian Lamparter
The idea of moving rebind procedure into pm.complete was taken from the usb-subsystem, which has similar problems with reattaching devices during/after resume. Signed-off-by: Christian Lamparter chunk...@googlemail.com --- To Greg: I have submitted this patch back in March and again in May. As

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-06 Thread Greg KH
On Fri, Jul 06, 2012 at 11:23:52PM +0200, Christian Lamparter wrote: The idea of moving rebind procedure into pm.complete was taken from the usb-subsystem, which has similar problems with reattaching devices during/after resume. Signed-off-by: Christian Lamparter chunk...@googlemail.com