aboutsummaryrefslogtreecommitdiffstats
path: root/series
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-06 05:54:31 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-06 05:54:31 +0800
commitbff1dff74d7d6d1bbe6aacc9b74d3c64d3443edd (patch)
tree3a37fed17bfca852475d416d709c0808e6d202f4 /series
parent348b7247cdbca9abadd5cb0bdddba7e2129235d9 (diff)
parent6866d52ad99a8c2c5301c7371fce365d25b2d0be (diff)
downloadpatches-bff1dff74d7d6d1bbe6aacc9b74d3c64d3443edd.tar.gz
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/gregkh/patches
Diffstat (limited to 'series')
-rw-r--r--series69
1 files changed, 37 insertions, 32 deletions
diff --git a/series b/series
index 04d7fc8073d2d6..6e1375317943ff 100644
--- a/series
+++ b/series
@@ -1,9 +1,44 @@
+# patches already in my git trees, but still here so I don't loose them.
+applied/misc-c2port-use-dev_bin_attrs-instead-of-hand-coding-it.patch
+
+# usb DEBUG cleanups
+applied/usb-ldusb-remove-custom-dbg_info-macro.patch
+applied/usb-legotower-remove-unneeded-tracing-macros.patch
+applied/usb-legousbtower-remove-custom-debug-macro.patch
+applied/usb-legotower-remove-custom-debug-macro-and-module-parameter.patch
+applied/usb-legotower-remove-direct-calls-to-printk.patch
+applied/usb-adutux-remove-unneeded-tracing-macros.patch
+applied/usb-adutux-remove-custom-debug-macro.patch
+applied/usb-adutux-remove-custom-debug-macro-and-module-parameter.patch
+applied/usb-adutux-remove-direct-calls-to-printk.patch
+applied/usb-misc-remove-config_usb_debug-from-makefile.patch
+
+applied/usb-usbatm-remove-unused-udsl_assert-macro.patch
+applied/usb-usbatm-remove-unneeded-trace-printk-calls.patch
+applied/usb-usbatm-don-t-rely-on-config_usb_debug.patch
+applied/usb-usbatm-move-the-atm_dbg-call-to-use-dynamic-debug.patch
+applied/usb-usbatm-remove-config_usb_debug-dependancy.patch
+
+applied/usb-phy-remove-custom-dbg-macro.patch
+applied/usb-phy-remove-config_usb_debug-usage.patch
+applied/usb-gadget-fix-up-comment.patch
+applied/usb-isp1362-remove-unused-_bug_on-calls.patch
+applied/usb-isp1362-remove-unused-_warn_on-calls.patch
+applied/usb-isp1362-remove-_dbg-usage.patch
+applied/usb-isp1362-remove-config_usb_debug-dependency.patch
+applied/usb-isp116x-remove-dependency-on-config_usb_debug.patch
+applied/usb-sl811-remove-config_usb_debug-dependency.patch
+
+applied/usb-remove-unneeded-idr.h-include.patch
+applied/usb-sl811-move-debug-files-from-proc-to-debugfs.patch
+applied/usb-isp1362-move-debug-files-from-proc-to-debugfs.patch
+
# My specific stuff, at the top to make it easier to work stuff below.
# driver core attribute cleanup work
# dev_groups to struct class work
-misc-c2port-use-dev_bin_attrs-instead-of-hand-coding-it.patch
+
mips-convert-vpe_class-to-use-dev_groups.patch
bsr-convert-bsr_class-to-use-dev_groups.patch
tile-srom-convert-srom_class-to-use-dev_groups.patch
@@ -36,43 +71,13 @@ net-core-convert-class-code-to-use-dev_groups.patch
net-ieee802154-convert-class-code-to-use-dev_groups.patch
net-wireless-convert-class-code-to-use-dev_groups.patch
net-rfkill-convert-class-code-to-use-dev_groups.patch
-
c2port-convert-class-code-to-use-bin_attrs-in-groups.patch
hid-roccat-convert-class-code-to-use-bin_attrs-in-groups.patch
+pwm-convert-class-code-to-use-dev_groups.patch
driver-core-remove-dev_attrs-from-struct-class.patch
driver-core-remove-dev_bin_attrs-from-struct-class.patch
-# usb DEBUG cleanups
-usb-ldusb-remove-custom-dbg_info-macro.patch
-usb-legotower-remove-unneeded-tracing-macros.patch
-usb-legousbtower-remove-custom-debug-macro.patch
-usb-legotower-remove-custom-debug-macro-and-module-parameter.patch
-usb-legotower-remove-direct-calls-to-printk.patch
-usb-adutux-remove-unneeded-tracing-macros.patch
-usb-adutux-remove-custom-debug-macro.patch
-usb-adutux-remove-custom-debug-macro-and-module-parameter.patch
-usb-adutux-remove-direct-calls-to-printk.patch
-usb-misc-remove-config_usb_debug-from-makefile.patch
-
-usb-usbatm-remove-unused-udsl_assert-macro.patch
-usb-usbatm-remove-unneeded-trace-printk-calls.patch
-usb-usbatm-don-t-rely-on-config_usb_debug.patch
-usb-usbatm-move-the-atm_dbg-call-to-use-dynamic-debug.patch
-usb-usbatm-remove-config_usb_debug-dependancy.patch
-usb-phy-remove-custom-dbg-macro.patch
-usb-phy-remove-config_usb_debug-usage.patch
-usb-gadget-fix-up-comment.patch
-usb-isp1362-remove-unused-_bug_on-calls.patch
-usb-isp1362-remove-unused-_warn_on-calls.patch
-usb-isp1362-remove-_dbg-usage.patch
-usb-isp1362-remove-config_usb_debug-dependency.patch
-usb-isp116x-remove-dependency-on-config_usb_debug.patch
-usb-sl811-remove-config_usb_debug-dependency.patch
-
-usb-remove-unneeded-idr.h-include.patch
-usb-sl811-move-debug-files-from-proc-to-debugfs.patch
-usb-isp1362-move-debug-files-from-proc-to-debugfs.patch
0001-Simulate-fake-Fn-key-on-PS-2-keyboards-w-o-one-eg.-C.patch