diff options
| -rw-r--r-- | p12.patch | 14 | ||||
| -rw-r--r-- | p13.patch | 13 | ||||
| -rw-r--r-- | p14.patch | 14 | ||||
| -rw-r--r-- | p15.patch | 13 | ||||
| -rw-r--r-- | p16.patch | 12 | ||||
| -rw-r--r-- | p17.patch | 12 | ||||
| -rw-r--r-- | p18.patch | 3 | ||||
| -rw-r--r-- | s01.patch | 13 | ||||
| -rw-r--r-- | s02.patch | 14 |
9 files changed, 108 insertions, 0 deletions
diff --git a/p12.patch b/p12.patch index 0c101b44b21180..c388af43bb36f5 100644 --- a/p12.patch +++ b/p12.patch @@ -1,3 +1,17 @@ +From foo@baz Mon Oct 7 18:09:45 PDT 2013 +Date: Mon, 07 Oct 2013 18:09:45 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: input: gameport: convert bus code to use dev_groups + +The dev_attrs field of struct bus_type is going away soon, dev_groups +should be used instead. This converts the gameport bus code to use the +correct field. + +Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> +Cc: <linux-input@vger.kernel.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> + --- drivers/input/gameport/gameport.c | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/p13.patch b/p13.patch index 50d4136058a5ba..90e12654f8604a 100644 --- a/p13.patch +++ b/p13.patch @@ -1,3 +1,16 @@ +From foo@baz Mon Oct 7 18:11:02 PDT 2013 +Date: Mon, 07 Oct 2013 18:11:02 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: spi: convert bus code to use dev_groups + +The dev_attrs field of struct bus_type is going away soon, dev_groups +should be used instead. This converts the spi bus code to use the +correct field. + +Cc: Mark Brown <broonie@kernel.org> +Cc: <linux-spi@vger.kernel.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/spi/spi.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/p14.patch b/p14.patch index 15aef414c81510..1e68f1ae1f8b97 100644 --- a/p14.patch +++ b/p14.patch @@ -1,3 +1,17 @@ +From foo@baz Mon Oct 7 18:11:58 PDT 2013 +Date: Mon, 07 Oct 2013 18:11:58 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: virtio: convert bus code to use dev_groups + +The dev_attrs field of struct bus_type is going away soon, dev_groups +should be used instead. This converts the virtio bus code to use the +correct field. + +Cc: Rusty Russell <rusty@rustcorp.com.au> +Cc: "Michael S. Tsirkin" <mst@redhat.com> +Cc: <virtualization@lists.linux-foundation.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/virtio/virtio.c | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/p15.patch b/p15.patch index 40afa69b45d3a3..b8cf0af7f089dc 100644 --- a/p15.patch +++ b/p15.patch @@ -1,3 +1,16 @@ +From foo@baz Mon Oct 7 18:13:26 PDT 2013 +Date: Mon, 07 Oct 2013 18:13:26 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: tifm: convert bus code to use dev_groups + +The dev_attrs field of struct bus_type is going away soon, dev_groups +should be used instead. This converts the tifm bus code to use the +correct field. + +Cc: Alex Dubov <oakad@yahoo.com> +Cc: Arnd Bergmann <arnd@arndb.de> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/misc/tifm_core.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/p16.patch b/p16.patch index 0787a2dcb91eba..6d5b1b0d2f3a9b 100644 --- a/p16.patch +++ b/p16.patch @@ -1,3 +1,15 @@ +From foo@baz Mon Oct 7 18:14:24 PDT 2013 +Date: Mon, 07 Oct 2013 18:14:24 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: memstick: convert bus code to use dev_groups + +The dev_attrs field of struct bus_type is going away soon, dev_groups +should be used instead. This converts the memstick bus code to use the +correct field. + +Cc: Andrew Morton <akpm@linux-foundation.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/memstick/core/memstick.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/p17.patch b/p17.patch index 579db636b78bec..097268b6aece3c 100644 --- a/p17.patch +++ b/p17.patch @@ -1,3 +1,15 @@ +From foo@baz Mon Oct 7 18:15:13 PDT 2013 +Date: Mon, 07 Oct 2013 18:15:13 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: i2o: convert bus code to use dev_groups + +The dev_attrs field of struct bus_type is going away soon, dev_groups +should be used instead. This converts the i2o bus code to use the +correct field. + +Cc: Andrew Morton <akpm@linux-foundation.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/message/i2o/core.h | 2 +- drivers/message/i2o/device.c | 32 +++++++++++++++++++++----------- diff --git a/p18.patch b/p18.patch index 3bcaa2231a6b63..131a0ad359c701 100644 --- a/p18.patch +++ b/p18.patch @@ -1,3 +1,6 @@ + + + --- arch/arm/mach-rpc/ecard.c | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/s01.patch b/s01.patch index f7359d9eacde92..9c838730d460e0 100644 --- a/s01.patch +++ b/s01.patch @@ -1,3 +1,16 @@ +From foo@baz Mon Oct 7 18:00:52 PDT 2013 +Date: Mon, 07 Oct 2013 18:00:52 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: [PATCH 01/02] input: serio: use DEVICE_ATTR_RO() + +Convert the serio sysfs fiels to use the DEVICE_ATTR_RO() macros to make +it easier to audit the correct sysfs file permission usage. + +Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> +Cc: <linux-input@vger.kernel.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> + --- drivers/input/serio/serio.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/s02.patch b/s02.patch index 039036af77b865..43ba0e10413ab2 100644 --- a/s02.patch +++ b/s02.patch @@ -1,3 +1,17 @@ +From foo@baz Mon Oct 7 18:03:09 PDT 2013 +Date: Mon, 07 Oct 2013 18:03:09 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: [PATCH 02/02] input: serio: remove bus usage of dev_attrs + +The dev_attrs field of struct bus_type is going away soon, so move the +remaining sysfs files that are being described with this field to use +dev_groups instead. + +Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> +Cc: <linux-input@vger.kernel.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> + --- drivers/input/serio/serio.c | 62 +++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 32 deletions(-) |
