All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] MSM/QCOM: Fix few race conditions when DEBUG_LL is enabled
@ 2014-06-10 14:31 Srinivas Kandagatla
  2014-06-10 14:31 ` [RFC PATCH 1/2] soc: qcom: do not disable the iface clock in probe Srinivas Kandagatla
  2014-06-10 14:32 ` [RFC PATCH 2/2] tty:msm_serial: Do not reset IP if we use bootconsole Srinivas Kandagatla
  0 siblings, 2 replies; 14+ messages in thread
From: Srinivas Kandagatla @ 2014-06-10 14:31 UTC (permalink / raw)
  To: linux-arm-msm; +Cc: agross, Srinivas Kandagatla

When I started using earlyprintk on IFC6410 I noticed console lockups.

These two patches fix the issues in gsbi and serial driver.
One of the patch is to do with disabling clk while bootconsole is using it and
other is reseting IP while bootconsole is still throwing up characters.

I marked them as RFC for more comments and wanted to know if there are any
other better ways to fix this issue.


--srini

Srinivas Kandagatla (2):
  soc: qcom: do not disable the iface clock in probe
  tty:msm_serial: Do not reset IP if we use bootconsole

 drivers/soc/qcom/qcom_gsbi.c    | 46 +++++++++++++++++++++++++++++------------
 drivers/tty/serial/msm_serial.c | 18 +++++++++++++++-
 2 files changed, 50 insertions(+), 14 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-08-12  4:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-10 14:31 [RFC PATCH 0/2] MSM/QCOM: Fix few race conditions when DEBUG_LL is enabled Srinivas Kandagatla
2014-06-10 14:31 ` [RFC PATCH 1/2] soc: qcom: do not disable the iface clock in probe Srinivas Kandagatla
2014-06-10 15:20   ` Kumar Gala
2014-06-10 17:39     ` Stephen Boyd
2014-06-10 17:46       ` Andy Gross
2014-06-10 17:47       ` Srinivas Kandagatla
2014-06-10 17:57         ` Andy Gross
2014-07-17 20:18   ` Srinivas Kandagatla
2014-08-12  4:25   ` Srinivas Kandagatla
2014-06-10 14:32 ` [RFC PATCH 2/2] tty:msm_serial: Do not reset IP if we use bootconsole Srinivas Kandagatla
2014-06-10 14:37   ` Srinivas Kandagatla
2014-06-17 21:09   ` Stephen Boyd
2014-06-17 22:04     ` Srinivas Kandagatla
2014-07-10 13:38     ` Srinivas Kandagatla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.