Go to file
Biju Das 3ef2736bfa drm: Place Renesas drivers in a separate dir
Create vendor specific renesas directory and move renesas drivers
to that directory.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Acked-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
2023-07-18 13:23:50 +08:00
Documentation drm: Add fdinfo memory stats 2023-07-18 13:23:48 +08:00
LICENSES
arch fbdev: Rename fb_mem*() helpers 2023-07-18 13:23:47 +08:00
block
certs
crypto
drivers drm: Place Renesas drivers in a separate dir 2023-07-18 13:23:50 +08:00
fs
include drm: bridge: samsung-dsim: Fix PMS Calculator on imx8m[mnp] 2023-07-18 13:23:49 +08:00
init
io_uring
ipc
kernel
lib
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 drm: Place Renesas drivers in a separate dir 2023-07-18 13:23:50 +08:00
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.