The patch titled usb: enable hcd support on SH unconditionally. has been added to the -mm tree. Its filename is usb-enable-hcd-support-on-sh-unconditionally.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: usb: enable hcd support on SH unconditionally. From: Paul Mundt <lethal@xxxxxxxxxxxx> Previous boards were likely seeing USB_ARCH_HAS_HCD selected by way of PCMCIA or PCI, though none of those are required for hcd support on SH. Enable support unconditionally. Signed-off-by: Paul Mundt <lethal@xxxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Cc: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/usb/Kconfig | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/usb/Kconfig~usb-enable-hcd-support-on-sh-unconditionally drivers/usb/Kconfig --- a/drivers/usb/Kconfig~usb-enable-hcd-support-on-sh-unconditionally +++ a/drivers/usb/Kconfig @@ -18,6 +18,7 @@ config USB_ARCH_HAS_HCD default y if USB_ARCH_HAS_EHCI default y if PCMCIA && !M32R # sl811_cs default y if ARM # SL-811 + default y if SUPERH # r8a66597-hcd default PCI # many non-PCI SOC chips embed OHCI _ Patches currently in -mm which might be from lethal@xxxxxxxxxxxx are pvr2fb-consolidated-cleanup-of-pvr2fbc.patch apply-memory-policies-to-top-two-highest-zones-when-highest-zone-is-zone_movable.patch cpufreq-move-policys-governor-initialisation-out-of-low-level-drivers-into-cpufreq-core.patch cpufreq-allow-ondemand-and-conservative-cpufreq-governors-to-be-used-as-default.patch net-smc91x-build-fixes-for-general-sh-boards.patch git-sh.patch sh64-arch-sh64-kernel-signalh-duplicate-include-removal.patch usb-enable-hcd-support-on-sh-unconditionally.patch nohz-fix-nohz-x86-dyntick-idle-handling.patch during-vm-oom-condition-kill-all-threads-in-process-group.patch clean-up-duplicate-includes-in-mm.patch printk-add-interfaces-for-external-access-to-the-log-buffer.patch printk-add-interfaces-for-external-access-to-the-log-buffer-fix.patch printk-add-interfaces-for-external-access-to-the-log-buffer-fix-2.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html