mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
A mirror of the official Linux kernel repository just in case
bb138ad9f6
Module 3, its I/O board and enables the Ethernet LEDs for the RPi 3B+. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJblQEbAAoJEFXEMs9xUwyNXhAP/jH/HHA8byQqicUv/3ePMpjr 1CQJu4Fd/iceWiskVo1BejkFr9mLORdEGkZl2H9/dTFRu6PNa4enpm5W5d5rDuFW jjdG7HpW6tTNFow8XerFa7k0HJlz05A6OTsnXAdjZjTFHZbKmji5InCkc4qx2xZ0 0IYSGbu076LbDWd+Rysju8neLjniaMnNjAiS+7uOnLGBzb3O3NsZrdX5KnuaV2aY Ybm7Uu0hK1qH45VUM6C5pk1IeicwbJV7Y8a7o79VtcByvCC/O450Hzj8Pd0295ie UeTfaD9rdcC8RrxdIclgomOvaZVnwVEkQ10xJ7Wf5Eyn0FGdaf49G7skq/0iGfm/ a6jYQY9OPPLtYnXwrz3PaZmeOQG8xWunULabxl8vLAxCuBEyvUMDedHoDFwqpRE6 aCYG7DTrcUKU0vT2SFG8Lh6UJIT6DHiwB5vzLeEGTG2YZ8hk2vSYXWxb43djxbG7 yxfte0f3BglIazRfo2wIfB5rmPHbQ7ckQOGZJpjY048K0RpIc/lvFPIvdhD6Y+5V Xz+fD06t6N0PhCp7hTxa9QzpIJgyL5QtUK2DCMrlImGvxDBPY4lZOSwnoiobbJmy gGVDjmSrpa/ZdaayKPnGH2/b+66Rd/qkz+NpSRdhjnNHDPUp7bWrxypXnnUBU3GF llPKDYMUyTqRaX29+WJP =tpOv -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEm+Rq3+YGJdiR9yuFh9CWnEQHBwQFAluaqNgACgkQh9CWnEQH BwRn8Q/+NpvcS6ca4T1JoYl2yv1zVjYS+pGT/3fjWWr2c7ZWZSifvTJQXvbnHbsV 9sOSj5TdT/AIWcwEgNLGhtft1UGarsemZk1EzUA0fXHxVkzr+Lvi/MRqmTYt2N6E n9MAdhjq80JYdYN8xSO6BPFarXYauQ+URQyqVVAo9bCO7KI2hCQqWQf5pN9zZG28 1FbzPapcwJo/emhSUHJeNpAO0iBq6N62XYbodjB8dQ4J+3HY9beDBYgH/qBiPBWS J4CdUzPVFnTycZL3eL9Du3aSm5x9R0xT47n0kM7pcCmgxa3Mv4f1SsxM7xgcM16A QXV+LVPAGPx6eM+9IpWK7fWLwNOQuOI89yDhNdICOrBxb5VwrIsEQORf1PiAU5ZP fS17ympv1joK+UDHSKXNacUzCZzY9sByGcuDV+XT/bT70qJnV01sztie4zWc85rJ uQrdFY9pt62lVRnC/JMgFXAyktIoiybWerr40QzsORLnSynmQW90h9asqtpSrIGy 7u+wmLD5Q8pEFVPSfwqnYY9CfBGJ/sYmmdFalx/bfOop8755Y2NgF69t3752/b2z 4pCoTAJrdqDdo/Y71/HSOPI+gYugvXrRAS24luk6Ti356HFarf4m0qKuBikdNLGf PoKPJ+4aQc2bOCKqnapo1+EckPYXhq7HhiQ04c2gh8D9jRFRxeo= =PgtT -----END PGP SIGNATURE----- Merge tag 'tags/bcm2835-dt-next-2018-09-09' into devicetree/next This pull request brings in a board DT for the Raspberry Pi Compute Module 3, its I/O board and enables the Ethernet LEDs for the RPi 3B+. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
firmware | ||
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. See Documentation/00-INDEX for a list of what is contained in each file. 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.