[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#719680: Driver mv643xx_eth_port requests probe deferral



On Sun, 2013-09-01 at 15:53 +0100, Ben Hutchings wrote:
> On Sun, 2013-09-01 at 15:19 +0100, Ian Campbell wrote:
> > On Sat, 2013-08-31 at 19:52 +0100, Ian Campbell wrote:
> > > On Sat, 2013-08-31 at 18:59 +0100, Ian Campbell wrote:
> > > > On Sat, 2013-08-31 at 11:29 +0100, Ian Campbell wrote:
> > > > > Could this be due to lack of CONFIG_MVMDIO on armel? I'm going to try
> > > > > that.
> > > > 
> > > > It appears to have done the trick on trunk (3.11-rc5).
> > > > 
> > > > The kernel doesn't find my disks though :-(
> > > 
> > > More than likely the lack of CONFIG_USB_EHCI_HCD_ORION I should think.
> > 
> > That does the trick but mkinitramfs also needs to be taught about the
> > new ehci-orion module which this produces.
> 
> Maybe it should be including drivers/usb/host/* (although that currently
> includes some really obscure drivers we probably shouldn't build at
> all).

That's an option I suppose, but it's a pretty long list, of which the
majority are, I expect, useless on any given platform I think. An
example of grep HCD on the kirkwood config is below (it won't even
include things whose dependencies aren't met as disabled).

CONFIG_SCSI_UFSHCD=m
CONFIG_SCSI_UFSHCD_PCI=m
# CONFIG_SCSI_UFSHCD_PLATFORM is not set
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_C67X00_HCD=m
CONFIG_USB_XHCI_HCD=m
# CONFIG_USB_XHCI_HCD_DEBUGGING is not set
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_HCD_ORION=m
# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
CONFIG_USB_OHCI_HCD=m
# CONFIG_USB_OHCI_HCD_SSB is not set
# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_UHCI_HCD=m
CONFIG_USB_U132_HCD=m
CONFIG_USB_SL811_HCD=m
# CONFIG_USB_SL811_HCD_ISO is not set
CONFIG_USB_R8A66597_HCD=m
CONFIG_USB_WHCI_HCD=m
CONFIG_USB_HWA_HCD=m
# CONFIG_USB_HCD_BCMA is not set
# CONFIG_USB_HCD_SSB is not set
# CONFIG_USB_WPAN_HCD is not set


Reply to: