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

2013-04-10 Thread Daniel Mack
On 10.04.2013 10:09, Felipe Balbi wrote: > On Wed, Apr 10, 2013 at 09:10:19AM +0200, Daniel Mack wrote: >> On 08.04.2013 12:38, B, Ravi wrote: >>> Felipe >>> Hi, On Mon, Apr 08, 2013 at 12:25:38PM +0200, B, Ravi wrote: > Daniel > >> On 08.04.2013 09:57, B, Ravi wrote: >>>

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

2013-04-10 Thread Felipe Balbi
On Wed, Apr 10, 2013 at 09:10:19AM +0200, Daniel Mack wrote: > On 08.04.2013 12:38, B, Ravi wrote: > > Felipe > > > >> Hi, > >> > >> On Mon, Apr 08, 2013 at 12:25:38PM +0200, B, Ravi wrote: > >>> Daniel > >>> > On 08.04.2013 09:57, B, Ravi wrote: > >> Hi all, > >> > >> here are

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

2013-04-10 Thread Daniel Mack
On 08.04.2013 12:38, B, Ravi wrote: > Felipe > >> Hi, >> >> On Mon, Apr 08, 2013 at 12:25:38PM +0200, B, Ravi wrote: >>> Daniel >>> On 08.04.2013 09:57, B, Ravi wrote: >> Hi all, >> >> here are some patches to separate the HCD and gadget part >> of the >> musb >> driver

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

2013-04-08 Thread B, Ravi
Felipe > Hi, > > On Mon, Apr 08, 2013 at 12:25:38PM +0200, B, Ravi wrote: > > Daniel > > > > > On 08.04.2013 09:57, B, Ravi 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 v2 00/11] usb: musb: add back support for host mode

2013-04-08 Thread Felipe Balbi
Hi, On Mon, Apr 08, 2013 at 12:25:38PM +0200, B, Ravi wrote: > Daniel > > > On 08.04.2013 09:57, B, Ravi 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 > > >> k

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

2013-04-08 Thread B, Ravi
Daniel > On 08.04.2013 09:57, B, Ravi 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 v2 00/11] usb: musb: add back support for host mode

2013-04-08 Thread Daniel Mack
Hi Ravi, On 08.04.2013 09:57, B, Ravi 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 conf

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

2013-04-08 Thread B, Ravi
Daniel > 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. > >

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

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