[PATCH] OMAP: config : disable the usb host configuration in omap2plus_defconfig

2012-07-06 Thread Keshava Munegowda
The usb host is disabled in the omap2 build; This is because usb host is causing the retention to break in cpu idle. Signed-off-by: Keshava Munegowda keshava_mgo...@ti.com --- arch/arm/configs/omap2plus_defconfig | 11 --- 1 file changed, 11 deletions(-) diff --git

Re: [PATCH] OMAP: config : disable the usb host configuration in omap2plus_defconfig

2012-07-06 Thread Munegowda, Keshava
On Fri, Jul 6, 2012 at 5:19 PM, Keshava Munegowda keshava_mgo...@ti.com wrote: The usb host is disabled in the omap2 build; This is because usb host is causing the retention to break in cpu idle. Signed-off-by: Keshava Munegowda keshava_mgo...@ti.com --- arch/arm/configs/omap2plus_defconfig

Re: [PATCH] OMAP: config : disable the usb host configuration in omap2plus_defconfig

2012-07-06 Thread Shilimkar, Santosh
On Fri, Jul 6, 2012 at 5:25 PM, Munegowda, Keshava keshava_mgo...@ti.com wrote: On Fri, Jul 6, 2012 at 5:19 PM, Keshava Munegowda keshava_mgo...@ti.com wrote: The usb host is disabled in the omap2 build; This is because usb host is causing the retention to break in cpu idle. Signed-off-by:

Re: [PATCH] OMAP: config : disable the usb host configuration in omap2plus_defconfig

2012-07-06 Thread Munegowda, Keshava
On Fri, Jul 6, 2012 at 5:29 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Fri, Jul 6, 2012 at 5:25 PM, Munegowda, Keshava keshava_mgo...@ti.com wrote: On Fri, Jul 6, 2012 at 5:19 PM, Keshava Munegowda keshava_mgo...@ti.com wrote: The usb host is disabled in the omap2 build; This

Re: [PATCH] OMAP: config : disable the usb host configuration in omap2plus_defconfig

2012-07-06 Thread Tony Lindgren
* Munegowda, Keshava keshava_mgo...@ti.com [120706 05:06]: On Fri, Jul 6, 2012 at 5:29 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Fri, Jul 6, 2012 at 5:25 PM, Munegowda, Keshava keshava_mgo...@ti.com wrote: On Fri, Jul 6, 2012 at 5:19 PM, Keshava Munegowda

Re: [PATCH] OMAP: config : disable the usb host configuration in omap2plus_defconfig

2012-07-06 Thread Munegowda, Keshava
On Fri, Jul 6, 2012 at 5:37 PM, Tony Lindgren t...@atomide.com wrote: * Munegowda, Keshava keshava_mgo...@ti.com [120706 05:06]: On Fri, Jul 6, 2012 at 5:29 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Fri, Jul 6, 2012 at 5:25 PM, Munegowda, Keshava keshava_mgo...@ti.com wrote:

Re: [PATCH] OMAP: config : disable the usb host configuration in omap2plus_defconfig

2012-07-06 Thread Tony Lindgren
* Munegowda, Keshava keshava_mgo...@ti.com [120706 05:30]: On Fri, Jul 6, 2012 at 5:37 PM, Tony Lindgren t...@atomide.com wrote: I think it's best to fix things properly, even if it means that it will take longer and go into next kernel version. This requires ehci remote wakeup

Re: [PATCH] OMAP: config : disable the usb host configuration in omap2plus_defconfig

2012-07-06 Thread Munegowda, Keshava
On Fri, Jul 6, 2012 at 6:09 PM, Tony Lindgren t...@atomide.com wrote: * Munegowda, Keshava keshava_mgo...@ti.com [120706 05:30]: On Fri, Jul 6, 2012 at 5:37 PM, Tony Lindgren t...@atomide.com wrote: I think it's best to fix things properly, even if it means that it will take longer and go

Re: [PATCH] OMAP: config : disable the usb host configuration in omap2plus_defconfig

2012-07-06 Thread Kevin Hilman
Keshava Munegowda keshava_mgo...@ti.com writes: The usb host is disabled in the omap2 build; This is because usb host is causing the retention to break in cpu idle. ... and causes warnings during boot, and hangs in suspend, can't suspend using NFSroot, etc. etc. Thank you for disabling this