This is a note to let you know that I've just added the patch titled
USB: ehci-omap: Fix autoloading of module
to the 3.4-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
usb-ehci-omap-fix-autoloading-of-module.patch
and it can be found in the queue-3.4 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 04753523266629b1cd0518091da1658755787198 Mon Sep 17 00:00:00 2001
From: Roger Quadros <[email protected]>
Date: Thu, 14 Feb 2013 17:08:09 +0200
Subject: USB: ehci-omap: Fix autoloading of module
From: Roger Quadros <[email protected]>
commit 04753523266629b1cd0518091da1658755787198 upstream.
The module alias should be "ehci-omap" and not
"omap-ehci" to match the platform device name.
The omap-ehci module should now autoload correctly.
Signed-off-by: Roger Quadros <[email protected]>
Acked-by: Alan Stern <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/usb/host/ehci-omap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/usb/host/ehci-omap.c
+++ b/drivers/usb/host/ehci-omap.c
@@ -363,7 +363,7 @@ static const struct hc_driver ehci_omap_
.clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
};
-MODULE_ALIAS("platform:omap-ehci");
+MODULE_ALIAS("platform:ehci-omap");
MODULE_AUTHOR("Texas Instruments, Inc.");
MODULE_AUTHOR("Felipe Balbi <[email protected]>");
Patches currently in stable-queue which might be from [email protected] are
queue-3.4/usb-ehci-omap-don-t-free-gpios-that-we-didn-t-request.patch
queue-3.4/usb-ehci-omap-fix-autoloading-of-module.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html