The FUSE driver has been updated to take manual control of the FUSE clock over suspend/resume cycles, so the CLK_IS_CRITICAL flag can now be dropped. -----BEGIN PGP SIGNATURE----- iQJHBAABCAAxFiEEiOrDCAFJzPfAjcif3SOs138+s6EFAmEWmCITHHRyZWRpbmdA bnZpZGlhLmNvbQAKCRDdI6zXfz6zoWXND/sGuDRb2F9pen6qGp4X+9mzZN0V+NbY eMeBQv7KXfHQRUUwIs46hTSokckHhGo8zTfuGdvwi9yK3R2D85vz8Sp7ZCU/oyCm Yb88HOqZ7fSoTTBUr/bIuqa/e4mxlt9ASLHUyzqGa1BL5vBMI8x5VM+ttS3nQ8tK BfL/wifmVSDYf8lF0gtzj58yO2mPM/terNoLKb0B5T2kpGpEGbKhhnhjB67oLCcE gMDAXrtczfkSLWkxdB4IV4/VEoDXpT443BwxTYu7FffG2KFEQVvNraArNDtryVPr JlYZAYEvcjA0KFl9mnFKoy7M1OQn6nITFRZ1zyhGYFAVGAnjoyIxtQ6/OKMCcKqT CleOpUl81/FKoy9aM2iZLzpLalrzSG/Fz8E7hSRmWS5fxMIII1RlkvkxhuRsWjvb mfO5Jma7qNj18Bp1A/ti7QpP5YZBttfT/0v6QaWg9Xaa477d+Ff0M9nNlupWDyWS t9u/TESoye5q5C0xWqvysCo/sR6wfuKRRxkgTwk0pHsWFYrqjvRHATo9vfP116HZ TvNTimHq0NYITWE/eZWOXqyfFebyF7cgUg1gWPyeWDTEjqf5I+ANc+9THlpdFpx5 u/rExkete9ZDGH3QqgZe7PKhRsCWE34yohDtJUJBha+ucPJ2PYF6tkLwCqRpFCg3 AV06YscpdEl0Dg== =jexO -----END PGP SIGNATURE----- Merge tag 'for-5.15-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into clk-nvidia Pull a Tegra clk driver cleanup from Thierry Reding: The FUSE driver has been updated to take manual control of the FUSE clock over suspend/resume cycles, so the CLK_IS_CRITICAL flag can now be dropped. * tag 'for-5.15-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: clk: tegra: Remove CLK_IS_CRITICAL flag from fuse clock soc/tegra: fuse: Enable fuse clock on suspend for Tegra124 soc/tegra: fuse: Add runtime PM support soc/tegra: fuse: Clear fuse->clk on driver probe failure soc/tegra: pmc: Prevent racing with cpuilde driver soc/tegra: bpmp: Remove unused including <linux/version.h>
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.
Description
Languages
C
97.6%
Assembly
1%
Shell
0.5%
Python
0.3%
Makefile
0.3%