Re: 3.11-rc7 ohci-pci.c:309: error: 'ohci_suspend' undeclared

2013-08-30 Thread George Spelvin
Thank you for the fix, and my apologies for the redundant report! -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

3.11-rc7 ohci-pci.c:309: error: 'ohci_suspend' undeclared

2013-08-30 Thread George Spelvin
I was just compiling -rc7, and hit a bit of a roadblock in drivers/usb. CC drivers/usb/host/ohci-pci.o drivers/usb/host/ohci-pci.c: In function 'ohci_pci_init': drivers/usb/host/ohci-pci.c:309:35: error: 'ohci_suspend' undeclared (first use in this function) ohci_pci_hc_driver.pci_suspen

[PATCH v2] usb: phy: Improve Kconfig help for CONFIG_USB_PHY

2013-06-16 Thread George Spelvin
The previous text confused users by not describing the very common (e.g. x86 PC) sitations where no PHY driver is necessary. Signed-off-by: George Spelvin --- Just for example, here's some alternate, stronger wording. I don't know if this is true, either. Use whichever you prefer.

[PATCH] usb: phy: Improve Kconfig help for CONFIG_USB_PHY

2013-06-16 Thread George Spelvin
The previous text confused users by not describing the very common (e.g. x86 PC) sitations where no PHY driver is necessary. Signed-off-by: George Spelvin --- I still can't vouch for *correctness* of this text; I'm relying on other people in the S-o-b chain to do that. drivers/usb/p

Please improve the Kconfig help for USB_PHY

2013-06-16 Thread George Spelvin
So I'm compiling 3.10-rc, and I am presented with a new config option: menuconfig USB_PHY tristate "USB Physical Layer drivers" select USB_OTG_UTILS help USB controllers (those which are host, device or DRD) need a device to handle the physical layer sig