On Thu, Aug 9, 2012 at 11:33 AM, Yu Xu [off-list ref] wrote:
Add USB 3.0 PHY support.
Signed-off-by: Yu Xu <redacted>
---
arch/arm/mach-mmp/devices.c | 227 +++++++++++++++++++++++++++++
arch/arm/mach-mmp/include/mach/regs-usb.h | 94 ++++++++++++
2 files changed, 321 insertions(+)
I hope that you can move USB PHY init into usb drivers. Since your
current implementation
would be add callback in platform data. It should be avoid since it's
a block of device tree
implementation.
Regards
Haojian