Re: [PATCH v2 1/4] xhci: Introduce xhci_init_driver()

2014-08-19 Thread Andrew Bresticker
On Mon, Aug 18, 2014 at 11:10 PM, Yoshihiro Shimoda 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

Re: [PATCH v2 1/4] xhci: Introduce xhci_init_driver()

2014-08-19 Thread Yoshihiro Shimoda
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

Re: [PATCH v2 1/4] xhci: Introduce xhci_init_driver()

2014-08-19 Thread Yoshihiro Shimoda
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

Re: [PATCH v2 1/4] xhci: Introduce xhci_init_driver()

2014-08-19 Thread Andrew Bresticker
On Mon, Aug 18, 2014 at 11:10 PM, Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com 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

[PATCH v2 1/4] xhci: Introduce xhci_init_driver()

2014-08-18 Thread Andrew Bresticker
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

[PATCH v2 1/4] xhci: Introduce xhci_init_driver()

2014-08-18 Thread Andrew Bresticker
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