Detailed description for this pull request: 1. Reorder fieldls in 'struct devfreq_dev_status' in order to shrinks the size of 'struct devfreqw_dev_status' without any behavior changes. 2. Add exynos-ppmu.c driver as a soft module dependency in order to prevent the freeze issue between exynos-bus.c devfreq driver and exynos-ppmu.c devfreq event driver. 3. Fix variable deferencing before NULL check on mtk-cci-devfreq.c -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEsSpuqBtbWtRe4rLGnM3fLN7rz1MFAmSQWaYACgkQnM3fLN7r z1PFRhAAgtoZl4vn+PWJv5Zjsh0xOu73VANGQgOLFlheVJ8ggnuRjHKB76aqBe/O mmfsGoVaL+6nu+eleF2sgCiiQtAKKyRPKZhpTE5ywDHTDd+azZ2zsRf6oTwyXnkS zfhfEyPw/wIgCSyPk9keL61OFKIfEMNCWH0yZPFJCYi1F/1K8jGMo+SHVnmXl2+P rWQUoXAvdYgI0yAQpPj3zrWIyzVTwuFaDr2ueCnjgCh0DWI8LCyb/mpfQ9sr2Dzr QTrsRv3mJBk5BjMbzxrci8eLembe+fkfBBMk+pVNyEokVQ62cIydBBaqLmL8pfAK 6S3d1ThgxC0KfpvYfaEsd/8N0fwWbeGDZjcSha9Sv77+h+bSAQbvKKSPL61/2CjK roI8zmXl2UB/paJUwWLKZ7nVMOkLfL/hJRArWHo3B5mgevHRQ/1jJzoYOj4WaULk pTrOszretEzBAbi9q5naXFau8EV+CMFajcewlpOCMSjBm8u/wYsqQ8TcazyFckuk OYFxI/4+9DFIlc0JlK03wIkLpS71/gZUEQNYyFotbhAt73J/8aMsrse35XCgOFmT FMBBuT5IL3WllpF+z7+76ZzvX4ppGGlQBcfXMMr6xRu56UTJal0un1dvunSxbeXI 79Uc9Y48ruO5LKBq7H3LCSq/5DgDdtLnSUtigEGSwhHxXnOKPNs= =m2qJ -----END PGP SIGNATURE----- Merge tag 'devfreq-next-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux Merge devfreq updates for v6.5 from Chanwoo Choi: "1. Reorder fieldls in 'struct devfreq_dev_status' in order to shrink the size of 'struct devfreqw_dev_status' without any behavior changes. 2. Add exynos-ppmu.c driver as a soft module dependency in order to prevent the freeze issue between exynos-bus.c devfreq driver and exynos-ppmu.c devfreq event driver. 3. Fix variable deferencing before NULL check on mtk-cci-devfreq.c" * tag 'devfreq-next-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux: PM / devfreq: mtk-cci: Fix variable deferencing before NULL check PM / devfreq: exynos: add Exynos PPMU as a soft module dependency PM / devfreq: Reorder fields in 'struct devfreq_dev_status'
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%