This is a note to let you know that I've just added the patch titled usb: musb: add omap-control dependency to the 3.19-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-musb-add-omap-control-dependency.patch and it can be found in the queue-3.19 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From fbba7db3990cb707ff91cd6507d53a0a730afe97 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann <arnd@xxxxxxxx> Date: Wed, 28 Jan 2015 22:51:04 +0100 Subject: usb: musb: add omap-control dependency From: Arnd Bergmann <arnd@xxxxxxxx> commit fbba7db3990cb707ff91cd6507d53a0a730afe97 upstream. The omap musb front-end calls into the phy driver directly instead of using a generic phy interface, which causes a link error when the specific driver is not built-in: drivers/built-in.o: In function `omap2430_musb_disable': usb/musb/omap2430.c:480: undefined reference to `omap_control_usb_set_mode' drivers/built-in.o: In function `omap2430_musb_enable': usb/musb/omap2430.c:466: undefined reference to `omap_control_usb_set_mode' usb/musb/omap2430.c:447: undefined reference to `omap_control_usb_set_mode' drivers/built-in.o: In function `omap_musb_set_mailbox': usb/musb/omap2430.c:273: undefined reference to `omap_control_usb_set_mode' usb/musb/omap2430.c:304: undefined reference to `omap_control_usb_set_mode' drivers/built-in.o:(.debug_addr+0xbd9e0): more undefined references to `omap_control_usb_set_mode' follow This adds an explicit dependency. Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Fixes: ca784be36cc725 ("usb: start using the control module driver") Signed-off-by: Felipe Balbi <balbi@xxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/usb/musb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/usb/musb/Kconfig +++ b/drivers/usb/musb/Kconfig @@ -77,7 +77,7 @@ config USB_MUSB_TUSB6010 config USB_MUSB_OMAP2PLUS tristate "OMAP2430 and onwards" - depends on ARCH_OMAP2PLUS && USB + depends on ARCH_OMAP2PLUS && USB && OMAP_CONTROL_PHY select GENERIC_PHY config USB_MUSB_AM35X Patches currently in stable-queue which might be from arnd@xxxxxxxx are queue-3.19/cpufreq-s3c-remove-last-use-of-resume_clocks-callback.patch queue-3.19/arm-vexpress-use-arm_cpu_suspend-if-needed.patch queue-3.19/timberdale-do-not-select-timb_dma.patch queue-3.19/asoc-rt5677-fix-spi-dependency.patch queue-3.19/cpufreq-s3c-remove-incorrect-__init-annotations.patch queue-3.19/arm-mvebu-build-armada375-smp-code-conditionally.patch queue-3.19/arm-bcm-put-back-arch_multi_v7-dependency-for-mobile.patch queue-3.19/usb-musb-add-omap-control-dependency.patch queue-3.19/asoc-davinci-fix-dm365_evm-codec-selection.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html