Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk fix from Stephen Boyd:
"One fix for the new T-Head TH1520 clk driver that marks a bus clk
critical so that it isn't turned off during late init which breaks
emmc-sdio"

* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
clk: thead: fix dependency on clk_ignore_unused

+1 -1
+1 -1
drivers/clk/thead/clk-th1520-ap.c
··· 738 738 .hw.init = CLK_HW_INIT_PARENTS_HW("vp-axi", 739 739 video_pll_clk_parent, 740 740 &ccu_div_ops, 741 - 0), 741 + CLK_IGNORE_UNUSED), 742 742 }, 743 743 }; 744 744