Re: [PATCH RFC 10/12] mmc: mmci: Add clock support for Qualcomm.

From: Srinivas Kandagatla
Date: Tue Apr 22 2014 - 06:03:49 EST


Thankyou Stephen,

On 21/04/14 23:20, Stephen Boyd wrote:
Please turn on lockdep (PROVE_LOCKING) and sleeping while atomic checks
(DEBUG_ATOMIC_SLEEP). You cannot call clk_set_rate() in atomic context.
You are correct, there is a spinlock taken just before entering this code. I will fix this in next version by moving clk_set_rate out of this lock.

Thanks,
srini
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/