Re: [PATCH v3 2/9] ehci-platform: add pre_setup() method to platform data

2013-04-10 Thread Alan Stern
On Wed, 10 Apr 2013, Sergei Shtylyov wrote: > Sometimes there is a need to initialize some non-standard registers mapped to > the EHCI region before accessing the standard EHCI registers. Add pre_setup() > method with 'struct usb_hcd *' parameter to be called just before ehci_setup() > to the 'e

[PATCH v3 2/9] ehci-platform: add pre_setup() method to platform data

2013-04-09 Thread Sergei Shtylyov
Sometimes there is a need to initialize some non-standard registers mapped to the EHCI region before accessing the standard EHCI registers. Add pre_setup() method with 'struct usb_hcd *' parameter to be called just before ehci_setup() to the 'ehci-platform' driver's platform data for this purpos