Hi,
while testing suspend/resume on i.MX27, I meet a problem on resume : if
the console is on the UART the baudrate it not restored properly (I get
random bitrate between 50 to 2Mbps). Here is a patch to add pm to the
uart_ops (but the problem occurs also without this patch) :
http://lists.infradead.org/pipermail/linux-arm-kernel/2010-May/016495.html
What is strange is that giving wrong structures (platform_device instead
of device) in suspend/resume functions as in following patch "fix" the
problem :
http://lists.infradead.org/pipermail/linux-arm-kernel/2010-May/015985.html
Do you have any idea of what could be wrong there ?
Many thanks,
Eric
--
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html