From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov) Date: Tue, 07 May 2013 23:46:29 +0400 Subject: [PATCH v6 3/3] ARM: shmobile: BOCK-W: add USB support In-Reply-To: <201305010314.32153.sergei.shtylyov@cogentembedded.com> References: <201305010309.07744.sergei.shtylyov@cogentembedded.com> <201305010314.32153.sergei.shtylyov@cogentembedded.com> Message-ID: <51895A15.4090006@cogentembedded.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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-off-by: Sergei Shtylyov Oops, the patch misses the USB pin setup. The USB pin groups in the sh-pfc driver have also not been created. This needs to be addressed in the next iteration... WBR, Sergei