On 10/06/14 15:32, Srinivas Kandagatla wrote:
+ * do not reset if we are the boot console + * can result in a lockup from bootconsole + */ + if (have_boot_console()) + msm_reset(port);
Oops.. I think I sent a wrong changeset I this patch... this should be. if (!have_boot_console()) msm_reset(port); Will fix it in next version.. -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html