[PATCH 4/7] USB chipidea: introduce dual role mode pdata flags

2013-05-31 Thread Michael Grzeschik
From: Sascha Hauer Even if a chipidea core is otg capable the board may not. This allows to explicitly set the core to host/peripheral mode. Without these flags the driver falls back to the old behaviour. Signed-off-by: Sascha Hauer --- .../devicetree/bindings/usb/ci13xxx-imx.txt| 1 +

Re: [PATCH 4/7] USB chipidea: introduce dual role mode pdata flags

2013-06-03 Thread Alexander Shishkin
Michael Grzeschik writes: > From: Sascha Hauer > > Even if a chipidea core is otg capable the board may not. This allows "may not be" > to explicitly set the core to host/peripheral mode. Without these > flags the driver falls back to the old behaviour. > > Signed-off-by: Sascha Hauer > ---

Re: [PATCH 4/7] USB chipidea: introduce dual role mode pdata flags

2013-06-04 Thread Alexander Shishkin
Peter Chen writes: > On Mon, Jun 3, 2013 at 8:37 PM, Alexander Shishkin > wrote: >> Michael Grzeschik writes: >> >>> From: Sascha Hauer >>> >>> Even if a chipidea core is otg capable the board may not. This allows >> >> "may not be" >> >>> to explicitly set the core to host/peripheral mode. Wi

Re: [PATCH 4/7] USB chipidea: introduce dual role mode pdata flags

2013-06-04 Thread Alexander Shishkin
Peter Chen writes: > On Tue, Jun 4, 2013 at 5:31 PM, Alexander Shishkin > wrote: >> Peter Chen writes: >> >>> On Mon, Jun 3, 2013 at 8:37 PM, Alexander Shishkin >>> wrote: Michael Grzeschik writes: > From: Sascha Hauer > > Even if a chipidea core is otg capable the boar