Re: [PATCH] cpm_uart: Disable CPM udbg when re-initing CPM uart, even if not the console.

2009-04-06 Thread Kumar Gala
On Apr 3, 2009, at 4:15 PM, Scott Wood wrote: Previously, if udbg was using the CPM uart, and the normal CPM uart driver was enabled, but the console was directed elsewhere, udbg would not be stopped prior to initialization. This resulted in udbg hanging forever waiting for the CPM to pro

[PATCH] cpm_uart: Disable CPM udbg when re-initing CPM uart, even if not the console.

2009-04-03 Thread Scott Wood
Previously, if udbg was using the CPM uart, and the normal CPM uart driver was enabled, but the console was directed elsewhere, udbg would not be stopped prior to initialization. This resulted in udbg hanging forever waiting for the CPM to process a descriptor. Signed-off-by: Scott Wood --- dri