mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 18:51:21 +02:00
Linux kernel source tree
- Add a compatible string, "samsung,exynos7870-decon", for supporting Exynos7870 SoC Decon device -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEENRKOoF7NhdPGpscnVzg0iQxDErgFAmcqvgYACgkQVzg0iQxD ErgQfQ//fygnTsYZ2nLCeFp7d4qDPfqwMDYEUrFQ6l+3fDrn+TciwMTCS7YmzeWK 3nX0WFDaiZ4ZMSPWWBSLIE29qwdxupmBhyiwwTz0VPxkIXVTp/5HIutTmJUvurIr mi77R+Ji4BHb/6qzIv8ADP2jhTrd1LsKGiNnQmSC0J3KjN0O0kWebp7rnEpRSsp5 Ow99RUyCQVDBOChfZzvx2+yaFRDfpZcQr2sr2YaPTy7eKl6Atnk1nzG1zyThQsZ4 vdNHmyecDfRsHdI9yEiyeUxdNZLWuqx+Kp/x5rU7ssI8qcATIjM+IL1rTrviR547 arZbxnsSxvhB0KIz+Nm1VtotUO/Y7wxeRKFq+MMLMDyTQPR6btW24e/3FSaDDixt B/Lnr3/SqwG75xomBedSNLRDEw1SjXX53NU3zHRHWe/v8EPwajmqlxDZ9v9pLxZk s4c6Z3Da6iHTLEqGkyImf6xGbHwogzw9miGUA6VnxS8G5jHCVGQjGDXFQh65sH2t qtcGvF+RAVUwH9wyAI9y80RaG+si99NjLx83B6V3FbvCqVTQwTEPelyPORzGjMOq N1pHt9G+QEYsPSGdC9CpGe7hY8s12NnBi9RSTmQlaH+mUXwWpM5NDT5HcK+ReNiU faNen4JMrJH/uWN8m68zmPYHqJIm+Lzqpz2Fer0y9jSvxS0wVRo= =bdq/ -----END PGP SIGNATURE----- Merge tag 'exynos-drm-next-for-v6.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next New feature - Add a compatible string, "samsung,exynos7870-decon", for supporting Exynos7870 SoC Decon device Signed-off-by: Dave Airlie <airlied@redhat.com> From: Inki Dae <inki.dae@samsung.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241106010943.796273-1-inki.dae@samsung.com |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| rust | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .editorconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .rustfmt.toml | ||
| 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 reStructuredText 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.