Re: [PATCH v8 07/13] usb: chipidea: fix phy handling

2014-11-17 Thread Peter Chen
On Mon, Nov 17, 2014 at 02:35:41PM +0100, Antoine Tenart wrote: > The generic plaftorm device for ChipIdea drivers is probed by calling > ci_hdrc_probe. The device structure used is not the one of the specific > ChipIdea driver but the one of the generic ChipIdea platform device. > > This results

[PATCH v8 07/13] usb: chipidea: fix phy handling

2014-11-17 Thread Antoine Tenart
The generic plaftorm device for ChipIdea drivers is probed by calling ci_hdrc_probe. The device structure used is not the one of the specific ChipIdea driver but the one of the generic ChipIdea platform device. This results in not being able to probe the PHYs as we're not using the right device st