[PATCH v6 3/3] ARM: shmobile: BOCK-W: add USB support

2013-04-30 Thread Sergei Shtylyov
Register the USB PHY device from bockw_init(), passing the platform data to it. Set machine's init_late() method to r8a7778_init_late() in order for [EO]HCI to get registered too... The patch has been tested on the BOCK-W board. Signed-off-by: Sergei Shtylyov --- Changes since version 4: - ann

Re: [PATCH v6 3/3] ARM: shmobile: BOCK-W: add USB support

2013-05-07 Thread Sergei Shtylyov
Hello. On 05/01/2013 03:14 AM, Sergei Shtylyov wrote: Register the USB PHY device from bockw_init(), passing the platform data to it. Set machine's init_late() method to r8a7778_init_late() in order for [EO]HCI to get registered too... The patch has been tested on the BOCK-W board. Signed-of