aboutsummaryrefslogtreecommitdiffstats
path: root/pci
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-06-23 19:43:27 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-23 19:43:27 -0700
commit96239ed0320432f6a1f81eee2a30e0f3c6da1039 (patch)
tree5e5d5c0ddeffd41a4abbddc9ad5e89d4a4327e5c /pci
parent1a0efefaa1d44275fdc2ff673be5affc342cd4ca (diff)
downloadpatches-96239ed0320432f6a1f81eee2a30e0f3c6da1039.tar.gz
put andrew's signed-off-by back on the 64bit patches
Diffstat (limited to 'pci')
-rw-r--r--pci/64bit-resource-c99-changes-for-struct-resource-declarations.patch2
-rw-r--r--pci/64bit-resource-change-pci-core-and-arch-code-to-use-resource_size_t.patch2
-rw-r--r--pci/64bit-resource-change-pnp-core-to-use-resource_size_t.patch2
-rw-r--r--pci/64bit-resource-change-resource-core-to-use-resource_size_t.patch2
-rw-r--r--pci/64bit-resource-convert-a-few-remaining-drivers-to-use-resource_size_t-where-needed.patch2
-rw-r--r--pci/64bit-resource-finally-enable-64bit-resource-sizes.patch2
-rw-r--r--pci/64bit-resource-fix-up-printks-for-resources-in-ide-drivers.patch2
-rw-r--r--pci/64bit-resource-fix-up-printks-for-resources-in-misc-drivers.patch2
-rw-r--r--pci/64bit-resource-fix-up-printks-for-resources-in-mtd-drivers.patch2
-rw-r--r--pci/64bit-resource-fix-up-printks-for-resources-in-networks-drivers.patch2
-rw-r--r--pci/64bit-resource-fix-up-printks-for-resources-in-pci-core-and-hotplug-drivers.patch2
-rw-r--r--pci/64bit-resource-fix-up-printks-for-resources-in-pcmcia-drivers.patch2
-rw-r--r--pci/64bit-resource-fix-up-printks-for-resources-in-sound-drivers.patch2
-rw-r--r--pci/64bit-resource-fix-up-printks-for-resources-in-video-drivers.patch2
-rw-r--r--pci/64bit-resource-introduce-resource_size_t-for-the-start-and-end-of-struct-resource.patch2
15 files changed, 15 insertions, 15 deletions
diff --git a/pci/64bit-resource-c99-changes-for-struct-resource-declarations.patch b/pci/64bit-resource-c99-changes-for-struct-resource-declarations.patch
index 84054ee91a31b..2b85722e1913b 100644
--- a/pci/64bit-resource-c99-changes-for-struct-resource-declarations.patch
+++ b/pci/64bit-resource-c99-changes-for-struct-resource-declarations.patch
@@ -9,7 +9,7 @@ changing the size of resources.
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
-Cc: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
diff --git a/pci/64bit-resource-change-pci-core-and-arch-code-to-use-resource_size_t.patch b/pci/64bit-resource-change-pci-core-and-arch-code-to-use-resource_size_t.patch
index 1d9ee48c2076c..988c52d101a45 100644
--- a/pci/64bit-resource-change-pci-core-and-arch-code-to-use-resource_size_t.patch
+++ b/pci/64bit-resource-change-pci-core-and-arch-code-to-use-resource_size_t.patch
@@ -6,7 +6,7 @@ Subject: [PATCH 15/16] 64bit resource: change pci core and arch code to use reso
Based on a patch series originally from Vivek Goyal <vgoyal@in.ibm.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
-Cc: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
diff --git a/pci/64bit-resource-change-pnp-core-to-use-resource_size_t.patch b/pci/64bit-resource-change-pnp-core-to-use-resource_size_t.patch
index a1c8f1f06117d..530269cefd026 100644
--- a/pci/64bit-resource-change-pnp-core-to-use-resource_size_t.patch
+++ b/pci/64bit-resource-change-pnp-core-to-use-resource_size_t.patch
@@ -6,7 +6,7 @@ Subject: [PATCH 14/16] 64bit resource: change pnp core to use resource_size_t
Based on a patch series originally from Vivek Goyal <vgoyal@in.ibm.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
-Cc: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
diff --git a/pci/64bit-resource-change-resource-core-to-use-resource_size_t.patch b/pci/64bit-resource-change-resource-core-to-use-resource_size_t.patch
index d336eb8af4f04..74b383a1c831a 100644
--- a/pci/64bit-resource-change-resource-core-to-use-resource_size_t.patch
+++ b/pci/64bit-resource-change-resource-core-to-use-resource_size_t.patch
@@ -6,7 +6,7 @@ Subject: [PATCH 12/16] 64bit resource: change resource core to use resource_size
Based on a patch series originally from Vivek Goyal <vgoyal@in.ibm.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
-Cc: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
diff --git a/pci/64bit-resource-convert-a-few-remaining-drivers-to-use-resource_size_t-where-needed.patch b/pci/64bit-resource-convert-a-few-remaining-drivers-to-use-resource_size_t-where-needed.patch
index 4964f38962225..067dcd6ef27f5 100644
--- a/pci/64bit-resource-convert-a-few-remaining-drivers-to-use-resource_size_t-where-needed.patch
+++ b/pci/64bit-resource-convert-a-few-remaining-drivers-to-use-resource_size_t-where-needed.patch
@@ -6,7 +6,7 @@ Subject: [PATCH 15/16] 64bit Resource: convert a few remaining drivers to use re
Based on a patch series originally from Vivek Goyal <vgoyal@in.ibm.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
-Cc: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
diff --git a/pci/64bit-resource-finally-enable-64bit-resource-sizes.patch b/pci/64bit-resource-finally-enable-64bit-resource-sizes.patch
index 4459b568ab5eb..9676f760b4d3c 100644
--- a/pci/64bit-resource-finally-enable-64bit-resource-sizes.patch
+++ b/pci/64bit-resource-finally-enable-64bit-resource-sizes.patch
@@ -9,7 +9,7 @@ wanted, for resource_size_t.
Based on a patch series originally from Vivek Goyal <vgoyal@in.ibm.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
-Cc: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
diff --git a/pci/64bit-resource-fix-up-printks-for-resources-in-ide-drivers.patch b/pci/64bit-resource-fix-up-printks-for-resources-in-ide-drivers.patch
index f574b7bc5a425..10e9334fb2fd0 100644
--- a/pci/64bit-resource-fix-up-printks-for-resources-in-ide-drivers.patch
+++ b/pci/64bit-resource-fix-up-printks-for-resources-in-ide-drivers.patch
@@ -8,7 +8,7 @@ This is needed if we wish to change the size of the resource structures.
Based on an original patch from Vivek Goyal <vgoyal@in.ibm.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
-Cc: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
diff --git a/pci/64bit-resource-fix-up-printks-for-resources-in-misc-drivers.patch b/pci/64bit-resource-fix-up-printks-for-resources-in-misc-drivers.patch
index bcad2506fcf41..c30782147b1d2 100644
--- a/pci/64bit-resource-fix-up-printks-for-resources-in-misc-drivers.patch
+++ b/pci/64bit-resource-fix-up-printks-for-resources-in-misc-drivers.patch
@@ -8,7 +8,7 @@ This is needed if we wish to change the size of the resource structures.
Based on an original patch from Vivek Goyal <vgoyal@in.ibm.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
-Cc: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
diff --git a/pci/64bit-resource-fix-up-printks-for-resources-in-mtd-drivers.patch b/pci/64bit-resource-fix-up-printks-for-resources-in-mtd-drivers.patch
index 44a86f7f78fdc..2747e74330d64 100644
--- a/pci/64bit-resource-fix-up-printks-for-resources-in-mtd-drivers.patch
+++ b/pci/64bit-resource-fix-up-printks-for-resources-in-mtd-drivers.patch
@@ -8,7 +8,7 @@ This is needed if we wish to change the size of the resource structures.
Based on an original patch from Vivek Goyal <vgoyal@in.ibm.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
-Cc: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
diff --git a/pci/64bit-resource-fix-up-printks-for-resources-in-networks-drivers.patch b/pci/64bit-resource-fix-up-printks-for-resources-in-networks-drivers.patch
index 537bc07ad9e19..efb16c057f421 100644
--- a/pci/64bit-resource-fix-up-printks-for-resources-in-networks-drivers.patch
+++ b/pci/64bit-resource-fix-up-printks-for-resources-in-networks-drivers.patch
@@ -8,7 +8,7 @@ This is needed if we wish to change the size of the resource structures.
Based on an original patch from Vivek Goyal <vgoyal@in.ibm.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
-Cc: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
diff --git a/pci/64bit-resource-fix-up-printks-for-resources-in-pci-core-and-hotplug-drivers.patch b/pci/64bit-resource-fix-up-printks-for-resources-in-pci-core-and-hotplug-drivers.patch
index 0a8c4262a5451..79d3acc15b114 100644
--- a/pci/64bit-resource-fix-up-printks-for-resources-in-pci-core-and-hotplug-drivers.patch
+++ b/pci/64bit-resource-fix-up-printks-for-resources-in-pci-core-and-hotplug-drivers.patch
@@ -8,7 +8,7 @@ This is needed if we wish to change the size of the resource structures.
Based on an original patch from Vivek Goyal <vgoyal@in.ibm.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
-Cc: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
diff --git a/pci/64bit-resource-fix-up-printks-for-resources-in-pcmcia-drivers.patch b/pci/64bit-resource-fix-up-printks-for-resources-in-pcmcia-drivers.patch
index 9560c1eea0f39..9998c71645799 100644
--- a/pci/64bit-resource-fix-up-printks-for-resources-in-pcmcia-drivers.patch
+++ b/pci/64bit-resource-fix-up-printks-for-resources-in-pcmcia-drivers.patch
@@ -8,7 +8,7 @@ This is needed if we wish to change the size of the resource structures.
Based on an original patch from Vivek Goyal <vgoyal@in.ibm.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
-Cc: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
diff --git a/pci/64bit-resource-fix-up-printks-for-resources-in-sound-drivers.patch b/pci/64bit-resource-fix-up-printks-for-resources-in-sound-drivers.patch
index 76fda68c87cf3..2f1561de5a666 100644
--- a/pci/64bit-resource-fix-up-printks-for-resources-in-sound-drivers.patch
+++ b/pci/64bit-resource-fix-up-printks-for-resources-in-sound-drivers.patch
@@ -8,7 +8,7 @@ This is needed if we wish to change the size of the resource structures.
Based on an original patch from Vivek Goyal <vgoyal@in.ibm.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
-Cc: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
diff --git a/pci/64bit-resource-fix-up-printks-for-resources-in-video-drivers.patch b/pci/64bit-resource-fix-up-printks-for-resources-in-video-drivers.patch
index c0e802ea49a8f..4970759001fd9 100644
--- a/pci/64bit-resource-fix-up-printks-for-resources-in-video-drivers.patch
+++ b/pci/64bit-resource-fix-up-printks-for-resources-in-video-drivers.patch
@@ -8,7 +8,7 @@ This is needed if we wish to change the size of the resource structures.
Based on an original patch from Vivek Goyal <vgoyal@in.ibm.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
-Cc: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
diff --git a/pci/64bit-resource-introduce-resource_size_t-for-the-start-and-end-of-struct-resource.patch b/pci/64bit-resource-introduce-resource_size_t-for-the-start-and-end-of-struct-resource.patch
index b4889bfbbf2e6..088f1d62c92d0 100644
--- a/pci/64bit-resource-introduce-resource_size_t-for-the-start-and-end-of-struct-resource.patch
+++ b/pci/64bit-resource-introduce-resource_size_t-for-the-start-and-end-of-struct-resource.patch
@@ -8,7 +8,7 @@ But do not change it from what it currently is (unsigned long)
Based on a patch series originally from Vivek Goyal <vgoyal@in.ibm.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
-Cc: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---