Re: [PATCH 0/7] usb: musb: add support for host support back

2013-04-05 Thread Felipe Balbi
Hi, On Thu, Apr 04, 2013 at 09:50:06PM +0200, 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

Re: [PATCH 0/7] usb: musb: add support for host support back

2013-04-05 Thread Daniel Mack
Hi, On 05.04.2013 11:58, Felipe Balbi wrote: On Thu, Apr 04, 2013 at 09:50:06PM +0200, 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

Re: [PATCH 0/7] usb: musb: add support for host support back

2013-04-05 Thread Daniel Mack
Hi, On 05.04.2013 11:58, Felipe Balbi wrote: On Thu, Apr 04, 2013 at 09:50:06PM +0200, 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

[PATCH 0/7] usb: musb: add support for host support back

2013-04-04 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