Linux kernel source tree
Go to file
Liu Shixin fa0cf3e476 drm/msm/dpu: use DEFINE_SHOW_ATTRIBUTE to simplify dpu_regset32
Use DEFINE_SHOW_ATTRIBUTE helper macro to simplify the code.
No functional change.

Signed-off-by: Liu Shixin <liushixin2@huawei.com>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/504252/
Link: https://lore.kernel.org/r/20220922142147.3246649-1-liushixin2@huawei.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2022-11-02 19:06:00 +03:00
Documentation Xilinx ZynqMP DisplayPort bridge support 2022-10-27 14:44:15 +10:00
LICENSES
arch Xilinx ZynqMP DisplayPort bridge support 2022-10-27 14:44:15 +10:00
block
certs
crypto
drivers drm/msm/dpu: use DEFINE_SHOW_ATTRIBUTE to simplify dpu_regset32 2022-11-02 19:06:00 +03:00
fs
include drm-misc-next for 6.2: 2022-10-25 11:42:18 +10:00
init
io_uring
ipc
kernel kernel/utsname_sysctl.c: Fix hostname polling 2022-10-23 12:01:01 -07:00
lib
mm
net io_uring-6.1-2022-10-22 2022-10-23 09:55:50 -07:00
rust
samples
scripts
security
sound
tools RISC-V: 2022-10-23 15:00:43 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drm-misc-next for 6.2: 2022-10-25 11:42:18 +10:00
Makefile Linux 6.1-rc2 2022-10-23 15:27:33 -07:00
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.