On Mon, Jun 14, 2021 at 01:30:36AM +0200, Alexander Sverdlin wrote: > Use clk_prepare_enable()/clk_disable_unprepare() in preparation for switch > to Common Clock Framework, otherwise the following is visible: > > WARNING: CPU: 0 PID: 1 at drivers/clk/clk.c:1011 clk_core_enable+0x9c/0xbc > Enabling unprepared ep93xx-spi.0 > CPU: 0 PID: 1 Comm: swapper Tainted: G W 5.13.0-rc5-... #1 > Hardware name: Cirrus Logic EDB9302 Evaluation Board > [] (unwind_backtrace) from [] (show_stack+0x10/0x18) > [] (show_stack) from [] (dump_stack+0x20/0x2c) > [] (dump_stack) from [] (__warn+0x98/0xc0) > [] (__warn) from [] (warn_slowpath_fmt+0x90/0xc0) > [] (warn_slowpath_fmt) from [] (clk_core_enable+0x9c/0xbc) > [] (clk_core_enable) from [] (clk_core_enable_lock+0x18/0x30) > [] (clk_core_enable_lock) from [] (ep93xx_spi_prepare_hardware+0x10/0x30) Please think hard before including complete backtraces in upstream reports, they are very large and contain almost no useful information relative to their size so often obscure the relevant content in your message. If part of the backtrace is usefully illustrative (it often is for search engines if nothing else) then it's usually better to pull out the relevant sections.