Linux kernel source tree
Go to file
Geert Uytterhoeven 3e17dc91c8 dt-bindings: can: renesas,rcar-canfd: Document R-Car V4H support
Document support for the CAN-FD Interface on the Renesas R-Car V4H
(R8A779G0) SoC.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/all/d8158c78cc786c432df5a5e5bbad848b717aca71.1674499048.git.geert+renesas@glider.be
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2023-02-02 17:28:02 +01:00
Documentation dt-bindings: can: renesas,rcar-canfd: Document R-Car V4H support 2023-02-02 17:28:02 +01:00
LICENSES
arch
block
certs
crypto
drivers can: mcp251xfd: regmap: optimizing transfer size for CRC transfers size 1 2023-02-02 15:42:10 +01:00
fs
include netlink: provide an ability to set default extack message 2023-02-01 21:04:09 -08:00
init
io_uring
ipc
kernel
lib
mm
net can: isotp: check CAN address family in isotp_bind() 2023-02-02 15:42:10 +01:00
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

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.