On Mon, Aug 18, 2014 at 11:10 PM, Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> wrote: > Hi, > > (2014/08/19 1:12), Andrew Bresticker wrote: >> Since the struct hc_driver is mostly the same across the xhci-pci, >> xhci-plat, and the upcoming xhci-tegra driver, introduce the function >> xhci_init_driver() which will populate the hc_driver with the default >> xHCI operations. The caller must supply a setup function which will >> be used as the hc_driver's reset callback. >> >> Note that xhci-plat also overrides the default ->start() callback so >> that it can do rcar-specific initialization. >> >> Signed-off-by: Andrew Bresticker <abrestic@xxxxxxxxxxxx> >> --- >> Changes from v1: >> - rebased on changes introduced by xhci-rcar driver > < snip > >> @@ -300,6 +249,8 @@ MODULE_ALIAS("platform:xhci-hcd"); >> >> int xhci_register_plat(void) >> { >> + xhci_init_driver(&xhci_plat_hc_driver, xhci_plat_setup); >> + xhci_plat_hc_drver.start = xhci_plat_start; > > Thank you for the care of xhci-rcar driver. > However, this "xhci_plat_hc_drver" should be "xhci_plat_hc_driver". D'oh! Thanks for catching this... had it fixed in my tree but forgot to update the patches. v3 incoming. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html