Re: [PATCH 1/1] usb: chipidea: ehci_init_driver is intended to call one time

2015-07-21 Thread Alan Stern
On Tue, 21 Jul 2015, Peter Chen wrote: > The ehci_init_driver is used to initialize hcd APIs for each > ehci controller driver, it is designed to be called only one time > and before driver register is called. The current design will > cause ehci_init_driver is called multiple times at probe proce

[PATCH 1/1] usb: chipidea: ehci_init_driver is intended to call one time

2015-07-20 Thread Peter Chen
The ehci_init_driver is used to initialize hcd APIs for each ehci controller driver, it is designed to be called only one time and before driver register is called. The current design will cause ehci_init_driver is called multiple times at probe process, it will cause hc_driver's initialization aff