mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
Linux kernel source tree
- A change from Rob Herring to drop unused includes from i.MX platform code. -----BEGIN PGP SIGNATURE----- iQFIBAABCgAyFiEEFmJXigPl4LoGSz08UFdYWoewfM4FAmTYNPcUHHNoYXduZ3Vv QGtlcm5lbC5vcmcACgkQUFdYWoewfM4zRgf/eziTRkeRHBICxz31RK1n3WXasdHc tyGCdkcMwtBKrhBqxOPVFuo73tTBg0Rra5eEBx4s67xI8wMYDe/SerNCHWus6kGt LqhnuStwD7FhK7OVRPOX4eixWpZTrrTKRcslU5daE7FaRKZ8KA2sNr0GvUMNZgGi hVbSQNuxvTqyrW21HbKVN5UsKR8utA8l6HBCYNmKX2NoktsjFL4KH9L7HI20NI/1 13icDnJIwVudrM3+PnEWspBe65LtK5AztCPjmVUtXQq8AcKGpfJ/k2E5hTrPChGI ATSDFV5zNF5PRtqZgeYqFGUK3+WEiLhB0F9U1L1OtUC7hy6kCu3OdZ+4ZQ== =nLh3 -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmTaR4EACgkQYKtH/8kJ UifvHRAAhx1azg+WTSdEe69X4Z+hLKwkNtu3O37ftZJOXoUDz2fBByRVe4B/oG+n m4QcHWfKRIcQ3ABE0NVNR7NQLMmzZB54mePVJtpeumqeGAe9hZbaBWk6FkWXDsa4 l1zT1aNyYnpWjXIxcVrU1KKyvZkfigOOYhxrEhHe1qVb6X26aNN6J7jpAXo0QIvH 2yRCGMQKcRWir6qkE3x8K9vGsRXaCbHHBAPVORHlwvkankgZEZmsbgcfo5yvVWLd cgSATCp+zrr4QOTQBlXo6b7flpg4xLpso1gKYz+fFyI2ppa0DdA6iKelqzWAfGG2 SR++XTTAHXyHBDm8OZMvSO/oePtWK+NCd/7IStGjdEyZG/jt7UOIQm4uarOC2rBa f6wqpR2LfB6DMTzvGnzV6KCwwwfQiABlqx8mSRg8R9IZi5o6eIn2Dm8XwgXYgG20 witjw8zYiypq4TOzXSqYWG0/i0oZmmQOf/ALjGz9ymnuAqw4XyQkFjUckarbD+Sg cLbJsno9igGCxAOHW8KIJW48w+BMXRyaFrXBS1+uWwez92MjAoNcwlAqb867mvaX fM9tSWHYGh9IL3QsL/f6cZxtHHIgwPWNX2BxgF2QEgMybN2kRS5xqdIm3Kn2kQtL y0EmYvTt6NHvRu0Cqqwp9DXOQox8cHoniF6LFfoKhM1yc6+un6c= =Euth -----END PGP SIGNATURE----- Merge tag 'imx-soc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/arm i.MX SoC change for 6.6: - A change from Rob Herring to drop unused includes from i.MX platform code. * tag 'imx-soc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: imx: Drop unused includes Link: https://lore.kernel.org/r/20230813133354.847010-2-shawnguo@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| 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 | ||
| .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 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.