mirror of https://gitee.com/openkylin/linux.git
83d52cd0dc
* Document bindings for: - RZ/G2E (r8a774c0), RZ/G2M (r8a774a1) and RZ/A2 (r7s9210) SoCs - R-Car M3-N (r8a77965) SoC based ULCB board -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE4nzZofWswv9L/nKF189kaWo3T74FAlut/ZQACgkQ189kaWo3 T74TLQ/6A4qZth4AK5+C425vIj3mdypRbiNMif0tt2SAEUXG/pKTHiGHFJOHwTqg l1rHKYkWXF6FZmAvLLkI3VqRcMTa6jACXsUeODMHXuCC53vnOY4BgLT+pieZjTyg JqTIFisoczaQsVGvA8C2YnsYtbAvYlP1MUr6NxbWCEdXfGT5pD8eUldER8T1T56j C+p3IDvWQCTZpj0ZefyGo0Blt9XdZ+SdwyeC0m+h+aH84odXS3JAhLo7BoD725WM k4Sni886rxloplXSHKizU+wBeebBhfwmiClFUqELLc/nXxklGzia4OK/Cs17LHMG sMEUdnV7JM8oq+1MkjOPuyJnwoXzMk+X5kTqWGhT2NHHWZCVHX+CajPQMxFmjIRl tRe2kREooYdbU49YorOx6hMnolqO9D/52759yfAbkSL+gDBnIcdxEVQgpwiYtivy WGH6CvM1yhtlYON8GbbC+V9RqffGfLrzeMzAka9MyKQ2NnQrySmbw+DtJ4BtKOqP iGyR3P+ulQhQPGFO1xbP7fh4Zpx/NtVRyrD/G7p95vUoc5vj0s+hdkk3QZ4Cy9ve yjhD7t36QSk/J8/EoO50HMkR245U9BVFFyRJJXanwB02+Rmy+H+aAkLB9LH0VQ4r 01YweUYFnDw8mneZ7k4Trp8ZRfrCZI9Hnvlc+RgAjDT0WRHtWx4= =vffX -----END PGP SIGNATURE----- Merge tag 'renesas-dt-bindings-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt Renesas ARM Based SoC DT Bindings Updates for v4.20 * Document bindings for: - RZ/G2E (r8a774c0), RZ/G2M (r8a774a1) and RZ/A2 (r7s9210) SoCs - R-Car M3-N (r8a77965) SoC based ULCB board * tag 'renesas-dt-bindings-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: dt-bindings: arm: Document RZ/G2E SoC DT bindings dt-bindings: arm: Document Renesas R-Car M3-N-based ULCB board dt-bindings: arm: Document RZ/A2 SoC DT bindings dt-bindings: arm: Document RZ/G2M SoC DT bindings Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
---|---|---|
Documentation | ||
LICENSES | ||
arch | ||
block | ||
certs | ||
crypto | ||
drivers | ||
firmware | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
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 |
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.