Hi Lothar, > Using a mutex in clk_enable()/clk_disable() is a bad idea, since that > makes it impossible to call those functions in interrupt context. Do we do this at the moment? I know at least one implementation of clk_enable uses a mutex for locking. Cheers, Jeremy