mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
Linux kernel source tree
1. Code clean-up - Correct the spelling of comment in devfreq core - Replace devfreq->dev.parent with dev in devfreq core - Remove unneeded simicolon in rk3399_dmc.c Replace devfreq->dev.parent as dev in devfreq_add_device -----BEGIN PGP SIGNATURE----- iQJKBAABCgA0FiEEsSpuqBtbWtRe4rLGnM3fLN7rz1MFAmAiX0UWHGN3MDAuY2hv aUBzYW1zdW5nLmNvbQAKCRCczd8s3uvPU91kEADQJ7gW54uabEMTVssmu8fEtLCk UV3OExm76WgsViJEEesZDjqD6LYXyeGYU7xrj3TrOysmoF72JzYhXRa/j3cdCsb0 hZ4xLyH/qEjHwybjgNssG2IAo7wFNbbo/mEPDMyoUu+bCWg7PaItDKT7PFXWyT2x e58NMefpb+tJTr7MzLk1KpdOGemQwY25ZU53QipXr7f7cilKIDNrDlmCFG+EK6ap vPFK6quaTTon/8m97aCtTZDhrUERhvjVbRBn/dIZhRhPSM454vzQYIO7kzNy/kd1 5FGVg+zxmtm3GpSSBubandeMO+OfwqkQtYXWWG5f53BBpDxpUjXKEmVfW+O15KE4 hKM8ZNbkTGV4fG25ZFDWWRHx7s8SS8fo6/5vWjQYZ09OT/v2fP1TrBDkXoOaTwW+ k7s9aypZr76mMv+qdoaLH/RdpmZ3dB3EZtFixFoBADYaBlktcmZbgJLdqdnXQ1IH /mvEapBZpKKZPcV0F1iU4KPdnaajm3sdg/kNEkzJcIOfrhp9PorxuW+SQ2yVNF8l EMcBConffUao9flkmhvEr5EfPd57UpLeKpg0GIAdVec56oR4euJUAlsGb4k9/vHk clQ2n6vYrkvlOQPjhiE1Zc9I8X/HbfNWbXvlgSfWBVW3JxlDXpCASw2Ms/9LS917 NUua2U1stnF0Ghux6A== =gSeQ -----END PGP SIGNATURE----- Merge tag 'devfreq-next-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux Pull devfreq changes for v5.12 from Chanwoo Choi: "- Correct the spelling of comment in devfreq core - Replace devfreq->dev.parent with dev in devfreq core - Remove unneeded simicolon in rk3399_dmc.c" * tag 'devfreq-next-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux: PM / devfreq: rk3399_dmc: Remove unneeded semicolon PM / devfreq: Replace devfreq->dev.parent as dev in devfreq_add_device PM / devfreq: Correct spelling in a comment |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| README | ||
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.