Re: [PATCH v4 00/11] usb: musb: add back support for host mode

2013-04-26 Thread Daniel Mack
On 26.04.2013 11:33, Felipe Balbi wrote: > Hi, > > On Fri, Apr 26, 2013 at 11:26:49AM +0200, Daniel Mack wrote: >> On 10.04.2013 21:55, Daniel Mack wrote: >>> Hi all, >>> >>> here are some patches to separate the HCD and gadget part of the musb >>> driver so they can be deselected in Kconfig. They

Re: [PATCH v4 00/11] usb: musb: add back support for host mode

2013-04-26 Thread Felipe Balbi
Hi, On Fri, Apr 26, 2013 at 11:26:49AM +0200, Daniel Mack wrote: > On 10.04.2013 21:55, Daniel Mack wrote: > > Hi all, > > > > here are some patches to separate the HCD and gadget part of the musb > > driver so they can be deselected in Kconfig. They also make the driver > > keep track of the con

Re: [PATCH v4 00/11] usb: musb: add back support for host mode

2013-04-26 Thread Daniel Mack
On 10.04.2013 21:55, Daniel Mack wrote: > Hi all, > > here are some patches to separate the HCD and gadget part of the musb > driver so they can be deselected in Kconfig. They also make the driver > keep track of the configured port mode that is set from DT, so the > actual runtime configuration c

Re: [PATCH v4 00/11] usb: musb: add back support for host mode

2013-04-16 Thread Daniel Mack
On 10.04.2013 21:55, Daniel Mack wrote: > Hi all, > > here are some patches to separate the HCD and gadget part of the musb > driver so they can be deselected in Kconfig. They also make the driver > keep track of the configured port mode that is set from DT, so the > actual runtime configuration c

[PATCH v4 00/11] usb: musb: add back support for host mode

2013-04-10 Thread Daniel Mack
Hi all, here are some patches to separate the HCD and gadget part of the musb driver so they can be deselected in Kconfig. They also make the driver keep track of the configured port mode that is set from DT, so the actual runtime configuration can be selected dynamically. One thing that is still