Re: [PATCH v2 09/11] usb: musb: re-introduce musb->port_mode

2013-04-10 Thread Peter Korsgaard
> "Daniel" == Daniel Mack writes: Daniel> Define MUSB_PORT_MODE_{HOST,GADGET,DUAL_ROLE} and store the Daniel> platform-specified value in struct musb. Daniel> Note that MUSB_PORT_MODE_HOST has to be set to 1 in order to Daniel> match existing device tree bindings which are already Danie

Re: [PATCH v2 09/11] usb: musb: re-introduce musb->port_mode

2013-04-08 Thread Daniel Mack
On 08.04.2013 14:55, B, Ravi wrote: > Daniel >> On 08.04.2013 12:39, B, Ravi wrote: >>>> Subject: [PATCH v2 09/11] usb: musb: re-introduce musb->port_mode >>>> >>>> Define MUSB_PORT_MODE_{HOST,GADGET,DUAL_ROLE} and store the >>>>

RE: [PATCH v2 09/11] usb: musb: re-introduce musb->port_mode

2013-04-08 Thread B, Ravi
Daniel > On 08.04.2013 12:39, B, Ravi wrote: > >> Subject: [PATCH v2 09/11] usb: musb: re-introduce musb->port_mode > >> > >> Define MUSB_PORT_MODE_{HOST,GADGET,DUAL_ROLE} and store the > >> platform-specified value in struct musb. > >> >

Re: [PATCH v2 09/11] usb: musb: re-introduce musb->port_mode

2013-04-08 Thread Daniel Mack
On 08.04.2013 12:39, B, Ravi wrote: >> Subject: [PATCH v2 09/11] usb: musb: re-introduce musb->port_mode >> >> Define MUSB_PORT_MODE_{HOST,GADGET,DUAL_ROLE} and store the >> platform-specified value in struct musb. >> >> Note that MUSB_PORT_MODE_HO

RE: [PATCH v2 09/11] usb: musb: re-introduce musb->port_mode

2013-04-08 Thread B, Ravi
Daniel > Subject: [PATCH v2 09/11] usb: musb: re-introduce musb->port_mode > > Define MUSB_PORT_MODE_{HOST,GADGET,DUAL_ROLE} and store the > platform-specified value in struct musb. > > Note that MUSB_PORT_MODE_HOST has to be set to 1 in order to match > existing device

[PATCH v2 09/11] usb: musb: re-introduce musb->port_mode

2013-04-05 Thread Daniel Mack
Define MUSB_PORT_MODE_{HOST,GADGET,DUAL_ROLE} and store the platform-specified value in struct musb. Note that MUSB_PORT_MODE_HOST has to be set to 1 in order to match existing device tree bindings which are already documented but in fact unusued. Signed-off-by: Daniel Mack --- drivers/usb/musb