Re: [RFC] AM35xx glue code for M-USB driver

2015-10-09 Thread Felipe Balbi
Hi, Rolf Peukert writes: > Hi Felipe, > > On 07.10.2015 18:22, Felipe Balbi wrote: > [...] > b) The M-USB port on our board is wired as host only. If a device is > unplugged, the driver normally goes into some idle state and waits for > an ID signal change. But

Re: [RFC] AM35xx glue code for M-USB driver

2015-10-09 Thread Rolf Peukert
Hi Felipe, On 07.10.2015 18:22, Felipe Balbi wrote: [...] b) The M-USB port on our board is wired as host only. If a device is unplugged, the driver normally goes into some idle state and waits for an ID signal change. But on our board that never happens. >>> >>> did you route ID

[RFC] AM35xx glue code for M-USB driver

2015-10-07 Thread Rolf Peukert
Hi, we're running a 4.x kernel on a board with an AM3505 CPU and would like to use device trees. The AM35xx glue code for the M-USB controller didn't support configuration from a DT yet. I now got it working somehow, but I'm not sure if I'm doing it the correct way. So this post is not meant as a

Re: [RFC] AM35xx glue code for M-USB driver

2015-10-07 Thread Felipe Balbi
Hi, (please sure you also Cc linux-...@vger.kernel.org for MUSB patches) Rolf Peukert writes: > Hi, > > we're running a 4.x kernel on a board with an AM3505 CPU and would like > to use device trees. The AM35xx glue code for the M-USB controller > didn't support

Re: [RFC] AM35xx glue code for M-USB driver

2015-10-07 Thread kbuild test robot
Hi Rolf, [auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore] config: arm-omap2plus_defconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x

Re: [RFC] AM35xx glue code for M-USB driver

2015-10-07 Thread Rolf Peukert
Hi Felipe, thank you for your reply. On 07.10.2015 15:59, Felipe Balbi wrote: > > Hi, > > (please sure you also Cc linux-...@vger.kernel.org for MUSB patches) > > Rolf Peukert writes: [...] >> b) The M-USB port on our board is wired as host only. If a device is >>

Re: [RFC] AM35xx glue code for M-USB driver

2015-10-07 Thread Rolf Peukert
On 07.10.2015 14:15, kbuild test robot wrote: > Hi Rolf, > > [auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please > ignore] > > config: arm-omap2plus_defconfig (attached as .config) > reproduce: > wget >