No description
Find a file
Keith Zhao 9d2b3f0773 display : hdmi: fix hibernation
When echo disk > /sys/power/state , do reset
the hdmi will fail to show the console log.
it is caused by a reset used share way to get
and it will fail to set the reset hardware

fix this by use reset_control_get_exclusive

Signed-off-by: Keith Zhao <keith.zhao@starfivetech.com>
2023-09-05 01:24:01 +08:00
arch riscv: configs: disable CONFIG_DEBUG_ATOMIC_SLEEP in starfive_jh7110_defconfig 2023-09-05 01:24:01 +08:00
block
certs
crypto
Documentation
drivers display : hdmi: fix hibernation 2023-09-05 01:24:01 +08:00
fs
include sound:simple card: fix cannot register pwmdac and hdmi snd card 2023-09-05 01:24:01 +08:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound sound:simple card: fix cannot register pwmdac and hdmi snd card 2023-09-05 01:24:01 +08:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
stfsync.txt

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.