aboutsummaryrefslogtreecommitdiffstats
diff options
-rw-r--r--series14
-rw-r--r--staging-rtl8812ae-add-realtek-8821-pci-wifi-driver.patch1
-rw-r--r--staging-rtl8821ae-add-todo-file.patch1
-rw-r--r--staging-rtl8821ae-rc.c-fix-up-function-prototypes.patch1
-rw-r--r--staging-rtl8821ae-removed-unused-functions-and-variables.patch1
5 files changed, 4 insertions, 14 deletions
diff --git a/series b/series
index bf7a2c07db01db..bea1cf1cdc0822 100644
--- a/series
+++ b/series
@@ -3,7 +3,6 @@ staging-rtl8821ae-rc.c-fix-up-function-prototypes.patch
staging-rtl8821ae-removed-unused-functions-and-variables.patch
staging-rtl8821ae-add-todo-file.patch
-
staging-exfat-add-filesystem-to-drivers-staging-exfat.patch
staging-exfat-add-filesystem-to-the-build.patch
staging-exfat-include-aio.h.patch
@@ -12,7 +11,6 @@ staging-exfat-truncage_pagecache-api-change.patch
staging-exfat-readdir-to-iterate-change.patch
-
xen-disable-clock-timer-when-shutting-down.patch
# patches already in my git trees, but still here so I don't loose them.
@@ -20,8 +18,6 @@ xen-disable-clock-timer-when-shutting-down.patch
# usb DEBUG cleanups
-
-
# My specific stuff, at the top to make it easier to work stuff below.
# driver core attribute cleanup work
@@ -33,18 +29,8 @@ simulate-fake-fn-key-on-ps-2-keyboards-w-o-one-eg.-chromebook-pixel.patch
#gregkh/gkh-version.patch
-
-
-
-
-
-
driver-core-remove-struct-bus_type.dev_attrs.patch
-
-
-
-
p18.patch
p19.patch
p20.patch
diff --git a/staging-rtl8812ae-add-realtek-8821-pci-wifi-driver.patch b/staging-rtl8812ae-add-realtek-8821-pci-wifi-driver.patch
index 72e693bafad749..d2ba73ba18548e 100644
--- a/staging-rtl8812ae-add-realtek-8821-pci-wifi-driver.patch
+++ b/staging-rtl8812ae-add-realtek-8821-pci-wifi-driver.patch
@@ -12,6 +12,7 @@ After the btcoexist driver gets merged upstream, I'll pull it out of
here, and will continue to work on removing this version of rtlwifi in
order to use the in-kernel one.
+Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/staging/Kconfig | 2
diff --git a/staging-rtl8821ae-add-todo-file.patch b/staging-rtl8821ae-add-todo-file.patch
index 3128737db561f6..e14caa08baa701 100644
--- a/staging-rtl8821ae-add-todo-file.patch
+++ b/staging-rtl8821ae-add-todo-file.patch
@@ -7,6 +7,7 @@ Subject: Staging: rtl8821ae: add TODO file
List what needs to be done to this driver to get it merged to the
"proper" part of the kernel tree.
+Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/staging/rtl8821ae/TODO | 10 ++++++++++
diff --git a/staging-rtl8821ae-rc.c-fix-up-function-prototypes.patch b/staging-rtl8821ae-rc.c-fix-up-function-prototypes.patch
index 4934c03d611360..ac2ee6e894ae10 100644
--- a/staging-rtl8821ae-rc.c-fix-up-function-prototypes.patch
+++ b/staging-rtl8821ae-rc.c-fix-up-function-prototypes.patch
@@ -8,6 +8,7 @@ These function parameters are incorrect for the callbacks. Luckily the
functions don't actually do anything, so the code still "works" just
fine...
+Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/staging/rtl8821ae/rc.c | 2 ++
diff --git a/staging-rtl8821ae-removed-unused-functions-and-variables.patch b/staging-rtl8821ae-removed-unused-functions-and-variables.patch
index 6cdef8f293d5c4..e8284abfff5b64 100644
--- a/staging-rtl8821ae-removed-unused-functions-and-variables.patch
+++ b/staging-rtl8821ae-removed-unused-functions-and-variables.patch
@@ -8,6 +8,7 @@ Clean up a bunch of build warnings by removing functions and variables that
aren't being used.
+Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---