mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
Linux kernel source tree
- New vendor prefix for Dimonoff and echarge Véhicule Électrique (RVE). - New board compatible for TQ-Systems LX2160A, RVE gateway, Dimonoff gateway EVK, i.MX8M Mallow and SKOV i.MX8MP RevB board. -----BEGIN PGP SIGNATURE----- iQFIBAABCgAyFiEEFmJXigPl4LoGSz08UFdYWoewfM4FAmV9HloUHHNoYXduZ3Vv QGtlcm5lbC5vcmcACgkQUFdYWoewfM4/EggAprGDISuKxJtzzv74wMnKXoSwX+du BaciHGuQVIuH3umssrghjdKUSv7oH1lmTUkzWbHFVmAtwFfS78uGblaD5ccaV6au NXpBU2zIpT05rUufYSlAZJlbAy19NKOgsLHnSkY0h96FarO6Mj1gnSvxVX3/LERe djUgv+UJPOs/fEdEb4k9t5maG8H0oj2CLNXbBZ36LfE67+Usr2gRJxFvR/j6/6OE L7CU2J8DlFGVNOYAtNgiqhd+sp99NYeGJ7M/mccuTMYKAyud5Y8HxPUX+dCm5EAw J8KePVDSMSIRvfMWnJhbxl3XlTjrOK6aFClTn8UMPJqyvwFAKTAE36+Amw== =SQdL -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmWEaW8ACgkQYKtH/8kJ Uid/qg//UmPo0zuSdDRYCqW8FY1QZ1W2exKAXbz8vRvgA7oVStCLvcP1THcY4KU7 7RdcmUN4wg2hw0476GEcvIFE0Dv38brbHOBy64Yt3GnwAOQT+4vKxdoDtXoGMbJ2 ORVuHPs1MEDTAFlbECYnFGScnNrGslItncdJmX7vLvO8238UlFj3IJbRp6kIM9oI s1ITBLdhkCDp33Hnc35AcXFf4B1b9oVDhuXJv90Dez9bNDF/S97ni3pIcmlZCaQp 0w8T95O9wwaEYwQc5E7ywcuKGawmlHTELJCHj7d0J5bFL9FjtPryRphkLBxnwcMN ipp/BTrichMGEay6atJqDxWcusfsP1U4bNobH+vppdtcHoChOvWUT9itbSqfrvBu UgyHT3tpkDVv7cP/u3owJWh3IVYB+/tqs9g4b42vb+EEQseXCYjjc6aA+u3eJxwQ WgAgU2nZLBwazqXJJAhLYIa+PZFJ+Hl0KqtH0Pl7VBWsUqwGTX39+y9mET1Yh/XD dl+Qqd50kxpVj9SYmEv1s63CVr0DXtFuzcgXUbgxpQZpG1I/vSF5XwJo8R1y9swH o7CduE2t2wg7Mb3y7VkVYOr86ZdOecQpGTb04wgjD1TGG2z/3npMBUymOc+qvTd4 thkFEPapJXWbLHci2wfYIZPCkdrDhiRbbuQXYMcPgtTcJbW7wSU= =7lzu -----END PGP SIGNATURE----- Merge tag 'imx-bindgins-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/dt i.MX DT bindings for 6.8: - New vendor prefix for Dimonoff and echarge Véhicule Électrique (RVE). - New board compatible for TQ-Systems LX2160A, RVE gateway, Dimonoff gateway EVK, i.MX8M Mallow and SKOV i.MX8MP RevB board. * tag 'imx-bindgins-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: dt-bindings: arm: fsl: add Dimonoff gateway EVK board dt-bindings: vendor-prefixes: add dimonoff dt-bindings: arm: fsl: Add TQ-Systems LX2160A based boards dt-bindings: arm: fsl: add verdin imx8mp mallow board dt-bindings: arm: fsl: add verdin imx8mm mallow board dt-bindings: arm: Add compatible for SKOV i.MX8MP RevB board dt-bindings: arm: fsl: add RVE gateway board dt-bindings: vendor-prefixes: add rve Link: https://lore.kernel.org/r/20231216064605.876196-3-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.