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:
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
-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
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
-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 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
-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
-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
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
>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
10 matches
Mail list logo