RE: [patch 2.6.12-rc3] modified firmware_class.c to support no hotplug

2005-07-29 Thread Abhay_Salunke
> -Original Message- > From: Andrew Morton [mailto:[EMAIL PROTECTED] > Sent: Monday, July 25, 2005 11:47 PM > To: Salunke, Abhay > Cc: Greg KH > Subject: Re: [patch 2.6.12-rc3] modified firmware_class.c to support no > hotplug > > Abhay Salunke <[EMAIL PRO

[patch 2.6.12-rc3] modified firmware_class.c to support no hotplug

2005-07-20 Thread Abhay Salunke
Reseending the patch for firmware_class.c submitted earlier ,the patch upgrades the request_firmware_nowait function to not start the hotplug action on a firmware update. This patch is tested along with dell_rbu driver on i386 and x86-64 systems. Andrew, could you please add this patch to the -

[patch 2.6.12-rc3] modified firmware_class.c to support no hotplug

2005-07-13 Thread Abhay Salunke
Resending the patch again. Greg, please let me know if you have any comments. Thanks Abhay On Fri, Jul 08, 2005 at 03:24:38PM -0700, Greg KH wrote: > On Fri, Jul 08, 2005 at 02:54:07PM -0500, [EMAIL PROTECTED] wrote: > > > Also, why not just add the hotplug flag to the firmware structure? > > That

[patch 2.6.12-rc3] modified firmware_class.c to support no hotplug

2005-07-12 Thread Abhay Salunke
On Fri, Jul 08, 2005 at 03:24:38PM -0700, Greg KH wrote: > On Fri, Jul 08, 2005 at 02:54:07PM -0500, [EMAIL PROTECTED] wrote: > > > Also, why not just add the hotplug flag to the firmware structure? > > That > > request_firmware kmalloc's the firmware structure and frees it when > > returned. The o