Linux kernel ============ There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. The formatted documentation can also be read online at: https://www.kernel.org/doc/html/latest/ There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.
Bjorn Andersson
authored
Revert the postponement of clk_disable_unused() for clock providers that implement sync_state, and the change to drivers implementing this, until agreement on the implementation has been reached. This reverts: 29e31415 ("clk: qcom: Remove need for clk_ignore_unused on sc8280xp") 99c0f7d3 ("clk: qcom: sdm845: Use generic clk_sync_state_disable_unused callback") 26b36df7 ("clk: Add generic sync_state callback for disabling unused clocks") Requested-by:Stephen Boyd <sboyd@kernel.org> Signed-off-by:
Bjorn Andersson <andersson@kernel.org>