modified-firmware_classc-to-support-no-hotplug.patch

2005-08-30 Thread Abhay_Salunke
Andrew, Please push modified-firmware_classc-to-support-no-hotplug.patch patch to Linus tree so that it can make it to next 2.6.14 kernel release. This patch is required by dell_rbu-new-dell-bios-update-driver.patch Thanks Abhay Salunke Software Engineer Dell Inc. - To unsubscribe from this list:

modified-firmware_classc-to-support-no-hotplug.patch

2005-08-30 Thread Abhay_Salunke
Andrew, Please push modified-firmware_classc-to-support-no-hotplug.patch patch to Linus tree so that it can make it to next 2.6.14 kernel release. This patch is required by dell_rbu-new-dell-bios-update-driver.patch Thanks Abhay Salunke Software Engineer Dell Inc. - To unsubscribe from this list:

push dell_rbu patch to linus tree.

2005-08-29 Thread Abhay_Salunke
Andrew, Please push dell_rbu driver to Linus tree so that it can make it to next 2.6.14 kernel release. Thanks Abhay Salunke Software Engineer Dell Inc. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

push dell_rbu patch to linus tree.

2005-08-29 Thread Abhay_Salunke
Andrew, Please push dell_rbu driver to Linus tree so that it can make it to next 2.6.14 kernel release. Thanks Abhay Salunke Software Engineer Dell Inc. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

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 PROTECTED]> wrote: > > > > Andrew,

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 PROTECTED] wrote: Andrew, could you please

RE: [patch 2.6.12-rc3] modified firmware_class.c to add a new function request_firmware_nowait_nohotplug

2005-07-08 Thread Abhay_Salunke
> -Original Message- > From: randy_dunlap [mailto:[EMAIL PROTECTED] > Sent: Friday, July 08, 2005 4:12 PM > To: Salunke, Abhay > Cc: linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; Salunke, Abhay; > [EMAIL PROTECTED] > Subject: Re: [patch 2.6.12-rc3] modified firmware_class.c to add a

FW: [patch 2.6.12-rc3]dell_rbu: Resubmitting patch for new Dell BIOS update driver

2005-07-08 Thread Abhay_Salunke
Resending, not sure why it didn't make it to the list earlier... -Original Message- From: Salunke, Abhay Sent: Friday, July 08, 2005 8:07 PM To: linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; Salunke, Abhay Cc: [EMAIL PROTECTED] Subject: [patch 2.6.12-rc3]dell_rbu: Resubmitting patch

RE: [patch 2.6.12-rc3] modified firmware_class.c to add a new function request_firmware_nowait_nohotplug

2005-07-08 Thread Abhay_Salunke
> 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 only way to indicate request_firmware to skip hotplug was by passing a hotplug flag on the stack. > way you don't have to add another

RE: [patch 2.6.12-rc3] modified firmware_class.c to add a new function request_firmware_nowait_nohotplug

2005-07-08 Thread Abhay_Salunke
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 only way to indicate request_firmware to skip hotplug was by passing a hotplug flag on the stack. way you don't have to add another function

FW: [patch 2.6.12-rc3]dell_rbu: Resubmitting patch for new Dell BIOS update driver

2005-07-08 Thread Abhay_Salunke
Resending, not sure why it didn't make it to the list earlier... -Original Message- From: Salunke, Abhay Sent: Friday, July 08, 2005 8:07 PM To: linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; Salunke, Abhay Cc: [EMAIL PROTECTED] Subject: [patch 2.6.12-rc3]dell_rbu: Resubmitting patch

RE: [patch 2.6.12-rc3] modified firmware_class.c to add a new function request_firmware_nowait_nohotplug

2005-07-08 Thread Abhay_Salunke
-Original Message- From: randy_dunlap [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005 4:12 PM To: Salunke, Abhay Cc: linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; Salunke, Abhay; [EMAIL PROTECTED] Subject: Re: [patch 2.6.12-rc3] modified firmware_class.c to add a new