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

2005-07-12 Thread Abhay Salunke
gt; Yes, this patch uses only request_firmware_nowait and a hotplug flag is passed along to indicate a hotplug action. I would prefer to leave request_firmware and request_firmware_nowait seperate (not have a wait/nowait flag) as combining them will result in a few unused parameters. Signed-off-by:

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

2005-07-13 Thread Abhay Salunke
wait/nowait flag) as combining them will result in a few unused parameters. Signed-off-by: Abhay Salunke <[EMAIL PROTECTED]> Thanks Abhay diff -uprN linux-2.6.11.11.orig/drivers/base/firmware_class.c linux-2.6.11.11.new/drivers/base/firmware_class.c --- linux-2.6.11.11.orig/drivers/base/firmw

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

2005-07-20 Thread Abhay Salunke
-mm tree. Signed-off-by: Abhay Salunke <[EMAIL PROTECTED]> Thanks Abhay diff -uprN linux-2.6.11.11.orig/drivers/base/firmware_class.c linux-2.6.11.11.new/drivers/base/firmware_class.c --- linux-2.6.11.11.orig/drivers/base/firmware_class.c 2005-06-17 22:02:47.0 -0500 +++ linux-2.6

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

2005-07-20 Thread Abhay Salunke
1969-12-31 18:00:00.0 -0600 +++ linux-2.6.11.11.new/drivers/firmware/dell_rbu.c 2005-07-20 18:30:51.0 -0500 @@ -0,0 +1,656 @@ +/* + * dell_rbu.c + * Bios Update driver for Dell systems + * Author: Dell Inc + * Abhay Salunke <[EMAIL PROTECTED]> + * + * Copyright

[patch 2.6.13-rc5]dell_rbu: Resubmitting patch for new Dell BIOS update driver

2005-08-05 Thread Abhay Salunke
-31 18:00:00.0 -0600 +++ linux-2.6.13-rc5.new/drivers/firmware/dell_rbu.c2005-08-04 18:02:55.0 -0500 @@ -0,0 +1,634 @@ +/* + * dell_rbu.c + * Bios Update driver for Dell systems + * Author: Dell Inc + * Abhay Salunke <[EMAIL PROTECTED]> + * + * Copyright (C) 2005

[patch 2.6.13-rc5] modified firmware_class.c to support no hotplug

2005-08-05 Thread Abhay Salunke
patch is tested along with dell_rbu driver on i386 and x86-64 systems. Andrew, could you please add this patch to the -mm tree. Signed-off-by: Abhay Salunke <[EMAIL PROTECTED]> Thanks Abhay diff -uprN linux-2.6.13-rc5.orig/drivers/base/firmware_class.c linux-2.6.13-rc5.new/driver

[patch 2.6.13-rc5] modified firmware_class.c to support no hotplug

2005-08-05 Thread Abhay Salunke
-mm tree. Signed-off-by: Abhay Salunke <[EMAIL PROTECTED]> Thanks Abhay diff -uprN linux-2.6.11.11.orig/drivers/base/firmware_class.c linux-2.6.11.11.new/drivers/base/firmware_class.c --- linux-2.6.11.11.orig/drivers/base/firmware_class.c 2005-06-17 22:02:47.0 -0500 +++ linux-2.6

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

2005-07-08 Thread Abhay Salunke
-mm tree. This patch was submitted about a week ago for review. Signed-off-by: Abhay Salunke <[EMAIL PROTECTED]> Thanks Abhay diff -uprN linux-2.6.11.11.orig/drivers/base/firmware_class.c linux-2.6.11.11.new/drivers/base/firmware_class.c --- linux-2.6.11.11.orig/drivers/base/firmware_c

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

2005-07-08 Thread Abhay Salunke
This is the patch to add dell_rbu driver. This patch requires the firmware_class.c patch sent earlier which adds request_firmware_nowait_nohotplug function. Andrew , Could you add this patch to the -mm tree. This patch was submitted about a week ago for review. Signed-off-by: Abhay Salunke

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

2005-07-08 Thread Abhay Salunke
>Wrong Subject: :( Oops sorry subject line corrected. >> +struct platform_device *rbu_device; >> +int context; >These should not be global variables. made them static >You also have some functions that are global, please fix them. fixed Signed-off-by: Abhay Salunke <[E