aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-23 12:08:46 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-23 12:08:46 +0100
commit2a5877c705df10f16b3f43dd303c4db43e361fb0 (patch)
treeb86fe8502b0ee15ea2a43793b467fd8c693edf3f
parent8fb5fa5c9e538e3a5a08a1479c7c59d0e5d63d7a (diff)
downloadpatches-2a5877c705df10f16b3f43dd303c4db43e361fb0.tar.gz
rename some patches
-rw-r--r--driver-core-add-class_attr_wo.patch (renamed from class_wo.patch)0
-rw-r--r--driver-core-class-add-class_groups-support.patch (renamed from c00.patch)15
-rw-r--r--driver-core-devcoredump-convert-to-use-class_groups.patch (renamed from c01.patch)11
-rw-r--r--driver-core-firmware_class-convert-to-use-class_groups.patch (renamed from c02.patch)10
-rw-r--r--series9
5 files changed, 41 insertions, 4 deletions
diff --git a/class_wo.patch b/driver-core-add-class_attr_wo.patch
index 5bf798fd3cf73c..5bf798fd3cf73c 100644
--- a/class_wo.patch
+++ b/driver-core-add-class_attr_wo.patch
diff --git a/c00.patch b/driver-core-class-add-class_groups-support.patch
index 116d73d3265cf1..bc31f3f6af655b 100644
--- a/c00.patch
+++ b/driver-core-class-add-class_groups-support.patch
@@ -1,3 +1,18 @@
+From foo@baz Wed Nov 23 12:03:37 CET 2016
+Date: Wed, 23 Nov 2016 12:03:37 +0100
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: [PATCH] driver core: class: add class_groups support
+
+struct class needs to have a set of default groups that are added, as
+adding individual attributes does not work well in the long run. So add
+support for that.
+
+Future patches will convert the existing usages of class_attrs to use
+class_groups and then class_attrs will go away.
+
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
---
drivers/base/class.c | 15 +++++++++++++++
include/linux/device.h | 2 ++
diff --git a/c01.patch b/driver-core-devcoredump-convert-to-use-class_groups.patch
index c1f9119d7218ed..b6e1575f92bc39 100644
--- a/c01.patch
+++ b/driver-core-devcoredump-convert-to-use-class_groups.patch
@@ -1,3 +1,14 @@
+From foo@baz Wed Nov 23 12:05:55 CET 2016
+Date: Wed, 23 Nov 2016 12:05:55 +0100
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: [PATCH] driver core: devcoredump: convert to use class_groups
+
+Convert devcoredump to use class_groups instead of class_attrs as that's
+the correct way to handle lists of class attribute files.
+
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
---
drivers/base/devcoredump.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/c02.patch b/driver-core-firmware_class-convert-to-use-class_groups.patch
index fc5644f8435828..ce2c8db777c41d 100644
--- a/c02.patch
+++ b/driver-core-firmware_class-convert-to-use-class_groups.patch
@@ -1,3 +1,13 @@
+From foo@baz Wed Nov 23 12:06:51 CET 2016
+Date: Wed, 23 Nov 2016 12:06:51 +0100
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: [PATCH] driver core: firmware_class: convert to use class_groups
+
+Convert the firmware core to use class_groups instead of class_attrs as
+that's the correct way to handle lists of class attribute files.
+
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/base/firmware_class.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/series b/series
index 4d07c24103f496..a171f9a6e1212b 100644
--- a/series
+++ b/series
@@ -53,14 +53,15 @@ p28.patch
p29.patch
p30.patch
p31.patch
-c00.patch
-c01.patch
-c02.patch
+
+driver-core-add-class_attr_wo.patch
+driver-core-class-add-class_groups-support.patch
+driver-core-devcoredump-convert-to-use-class_groups.patch
+driver-core-firmware_class-convert-to-use-class_groups.patch
c03.patch
c04.patch
c05.patch
c06.patch
-class_wo.patch
c07.patch
c08.patch
c09.patch