Hello.
Greg KH wrote:
On Mon, Feb 22, 2010 at 10:07:52PM +0300, Sergei Shtylyov wrote:
CONFIG_ARCH_DAVINCI now embraces both the "real" DaVinci and DA8xx/OMAP-L1x --
on which the DaVinci glue layer won't work. Change the Makefile dependency to
CONFIG_ARCH_DAVINCI_DMx which corresponds to "real" DaVinci.
Signed-off-by: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx>
---
Greg, it would be nice if this patch got into 2.6.33...
Why? What suddenly caused this to be urgent?
It's not sudden, I just kept forgetting about this issue. The MUSB
platfrom device is now registered for DA8xx as well, but the DaVinci
glue layer won't work with it.
drivers/usb/musb/Kconfig | 2 +-
drivers/usb/musb/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: linux-2.6/drivers/usb/musb/Kconfig
===================================================================
--- linux-2.6.orig/drivers/usb/musb/Kconfig
+++ linux-2.6/drivers/usb/musb/Kconfig
@@ -42,7 +42,7 @@ config USB_MUSB_SOC
default y if (BF52x && !BF522 && !BF523)
comment "DaVinci 35x and 644x USB support"
- depends on USB_MUSB_HDRC && ARCH_DAVINCI
+ depends on USB_MUSB_HDRC && ARCH_DAVINCI_DMx
Since when do we have config options in lowercase?
That's not a question for me... :-)
thanks,
greg k-h
WBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html