Re: [PATCH v6] Enable USB peripheral mode on dm365 EVM

2012-10-25 Thread Felipe Balbi
Hi, On Wed, Oct 10, 2012 at 02:33:32PM +0200, Constantine Shulyupin wrote: > From: Constantine Shulyupin > > Sets USB PHY clock source to 24 MHz clock and call USB configuration from > board initialization. > > Tested with OTG configuration, usb gadget g_zero on DM365 EVM connected to PC. >

Re: [PATCH v6] Enable USB peripheral mode on dm365 EVM

2012-10-25 Thread Felipe Balbi
Hi, On Wed, Oct 10, 2012 at 02:33:32PM +0200, Constantine Shulyupin wrote: From: Constantine Shulyupin co...@makelinux.com Sets USB PHY clock source to 24 MHz clock and call USB configuration from board initialization. Tested with OTG configuration, usb gadget g_zero on DM365 EVM

Re: [PATCH v6] Enable USB peripheral mode on dm365 EVM

2012-10-24 Thread Greg KH
On Wed, Oct 10, 2012 at 02:33:32PM +0200, Constantine Shulyupin wrote: > From: Constantine Shulyupin > > Sets USB PHY clock source to 24 MHz clock and call USB configuration from > board initialization. > > Tested with OTG configuration, usb gadget g_zero on DM365 EVM connected to PC. > >

Re: [PATCH v6] Enable USB peripheral mode on dm365 EVM

2012-10-24 Thread Greg KH
On Wed, Oct 10, 2012 at 02:33:32PM +0200, Constantine Shulyupin wrote: From: Constantine Shulyupin co...@makelinux.com Sets USB PHY clock source to 24 MHz clock and call USB configuration from board initialization. Tested with OTG configuration, usb gadget g_zero on DM365 EVM connected to

Re: [PATCH v6] Enable USB peripheral mode on dm365 EVM

2012-10-10 Thread Constantine Shulyupin
Sekhar Nori: Looks like all PHY related configuration is currently happening in drivers/usb/musb/davinci.c and the same register is also being written to for other platforms. Can you move the code you have included in board file to the driver? As we move towards DT, we need to avoid register

Re: [PATCH v6] Enable USB peripheral mode on dm365 EVM

2012-10-10 Thread Sergei Shtylyov
Hello. On 10-10-2012 14:33, Constantine Shulyupin wrote: From: Constantine Shulyupin Sets USB PHY clock source to 24 MHz clock and call USB configuration from board initialization. Tested with OTG configuration, usb gadget g_zero on DM365 EVM connected to PC. References: Definition of

[PATCH v6] Enable USB peripheral mode on dm365 EVM

2012-10-10 Thread Constantine Shulyupin
From: Constantine Shulyupin Sets USB PHY clock source to 24 MHz clock and call USB configuration from board initialization. Tested with OTG configuration, usb gadget g_zero on DM365 EVM connected to PC. References: Definition of USB_PHY_CTRL and PHYCLKFREQ: -

[PATCH v6] Enable USB peripheral mode on dm365 EVM

2012-10-10 Thread Constantine Shulyupin
From: Constantine Shulyupin co...@makelinux.com Sets USB PHY clock source to 24 MHz clock and call USB configuration from board initialization. Tested with OTG configuration, usb gadget g_zero on DM365 EVM connected to PC. References: Definition of USB_PHY_CTRL and PHYCLKFREQ: -

Re: [PATCH v6] Enable USB peripheral mode on dm365 EVM

2012-10-10 Thread Sergei Shtylyov
Hello. On 10-10-2012 14:33, Constantine Shulyupin wrote: From: Constantine Shulyupin co...@makelinux.com Sets USB PHY clock source to 24 MHz clock and call USB configuration from board initialization. Tested with OTG configuration, usb gadget g_zero on DM365 EVM connected to PC.

Re: [PATCH v6] Enable USB peripheral mode on dm365 EVM

2012-10-10 Thread Constantine Shulyupin
Sekhar Nori: Looks like all PHY related configuration is currently happening in drivers/usb/musb/davinci.c and the same register is also being written to for other platforms. Can you move the code you have included in board file to the driver? As we move towards DT, we need to avoid register