[PATCH 6/9] USB chipidea: introduce dual role mode pdata flags

2013-02-27 Thread Marc Kleine-Budde
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 Signed-off-by: Marc Kleine-Budde --- drivers/usb/chipidea/co

Re: [PATCH 6/9] USB chipidea: introduce dual role mode pdata flags

2013-02-27 Thread Marc Kleine-Budde
On 02/22/2013 03:09 AM, Peter Chen wrote: > On Mon, Feb 04, 2013 at 02:24:32PM +0100, Sascha Hauer wrote: >> 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

Re: [PATCH 6/9] USB chipidea: introduce dual role mode pdata flags

2013-02-21 Thread Peter Chen
On Mon, Feb 04, 2013 at 02:24:32PM +0100, Sascha Hauer wrote: > 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 > --- > dr

[PATCH 6/9] USB chipidea: introduce dual role mode pdata flags

2013-02-04 Thread 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 --- drivers/usb/chipidea/core.c | 21 +++-- include/linux/usb/c