Linux mainline fork with MSM8998 patches | https://mainline.space | Currently supported devices:
OnePlus 5/5T, Xiaomi Mi 6, F(x)tec Pro¹ (2019 QX1000 model) & Sony Xperia XZ Premium (UNTESTED!)
Addition of clocks required for new Exynos5422 Dynamic Memory Controller driver, clock definition for Exynos4412 Mali, minor clean up of clk-exynos5433.c. -----BEGIN PGP SIGNATURE----- iQJLBAABCAA1FiEEujTcHEnaPOkZ6f78TVsgp4CceosFAl0M24cXHHMubmF3cm9j a2lAc2Ftc3VuZy5jb20ACgkQTVsgp4CceovwDg/+Pv305uyfup55DLBxzX3JZlFy Cj1ycysPwYpestIMQlByPXss19aqYhexHmw1Zhr7KD0IYUqDxKOALe96b+jiBVZX OirWihCbCOdAPMPoZbhqmOuB4i5Ku2E+SDMcdkpmuryYHOik8/r+V/s0wUrkd2N5 1vKox/myAziYMozV9rB+r6eiHcOECBi4zpsNINNUwCYs+OFzjwr7Y9yPHa8TMBRQ 15sT8v3UelC0+ZkAHRGo8AyuvRAblkZtkPrXH0iCaUY9vmq8bf3AUWYXYwKzuVE0 opsJgR0An7JUOPSQmGWUUIjp5ghYAumMJ9Qf2v5fArc44sPipTyn4faxWDbJRGLz Hx+mr4oPhIV1YVCz4JDlsRNJXjkLsoApEB9Ms9Lbrj8XFN9xtjpx33qXsZKjg8KI Z3TpQORebOob8b6ieEuQQmimkIi4M7cDRDOmWCvRkU6NIXsC04TCPfKUuTggqbXc cEuK7WMDK6LAtl2kCWKKIX6FMJ5y2mUAJn2J7PAtlSsSyAiE7XEusbB+7kF9JrNd CxxxvQC3u3RcR3t7nsBW9YpZMPL04CvtGusD+HkkTvmZwabSwG+11FF/mCztEoev 23w2dGckaWhoNYSQdyMlVC3pcfMfPA4vEUrtT5v75WOYd8hRngUsOkEzj2WWnlR2 lm5f5Xfvrn+egTNQwIM= =Sxru -----END PGP SIGNATURE----- Merge tag 'clk-v5.3-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk into clk-samsung Pull Samsung clk driver updates from Sylwester Nawrocki: - Addition of clocks required for new Exynos5422 Dynamic Memory Controller driver - clock definition for Exynos4412 Mali - minor clean up of clk-exynos5433.c * tag 'clk-v5.3-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk: clk: samsung: Add bus clock for GPU/G3D on Exynos4412 clk: samsung: add new clocks for DMC for Exynos5422 SoC clk: samsung: add BPLL rate table for Exynos 5422 SoC clk: samsung: add needed IDs for DMC clocks in Exynos5420 clk: samsung: exynos5433: Use of_clk_get_parent_count() |
||
|---|---|---|
| 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.