Re: [RFC,PATCH 1/2] Add a common struct clk
From: Jeremy Kerr
Date: Fri Jun 11 2010 - 06:51:04 EST
Hi Lothar,
> You may want to disable a clock in the IRQ handler. The VPU driver in
> the Freescale BSP for i.MX51 does exactly this.
Is this something we can defer to a sleepable context?
> Anyway I don't see any reason for using a mutex here instead of
> spin_lock_irq_save() as all other implementations do.
Just that enable/disable may take an arbitrarily long time to complete. Sounds
like that hasn't been a problem in the past though.
Cheers,
Jeremy
--
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/