No description
Find a file
Minghao Chi c721905c54
ASoC: fsl: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Using pm_runtime_resume_and_get is more appropriate
for simplifing code

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Minghao Chi <chi.minghao@zte.com.cn>
Acked-by: Shengjiu Wang <shengjiu.wang@gmail.com>
Link: https://lore.kernel.org/r/20220412083000.2532711-1-chi.minghao@zte.com.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
2022-04-12 17:17:18 +01:00
arch ARM: configs: Update multi_v5_defconfig for WM8731 bus refactoring 2022-04-04 08:39:35 +01:00
block for-5.18/block-2022-04-01 2022-04-01 16:20:00 -07:00
certs
crypto
Documentation ASoC: fix invalid yaml 2022-04-12 17:17:16 +01:00
drivers A single revert to fix a boot regression seen when clk_put() started 2022-04-03 12:21:14 -07:00
fs Updates to Tracing: 2022-04-03 12:26:01 -07:00
include ASoC: Merge fixes 2022-04-08 12:22:10 +01:00
init
ipc
kernel Updates to Tracing: 2022-04-03 12:26:01 -07:00
lib for-5.18/block-2022-04-01 2022-04-01 16:20:00 -07:00
LICENSES
mm Filesystem/VFS changes for 5.18, part two 2022-04-01 13:50:50 -07:00
net
samples
scripts modpost: restore the warning message for missing symbol versions 2022-04-03 03:11:51 +09:00
security
sound ASoC: fsl: using pm_runtime_resume_and_get instead of pm_runtime_get_sync 2022-04-12 17:17:18 +01:00
tools A set of x86 fixes and updates: 2022-04-03 12:15:47 -07:00
usr
virt KVM: Remove dirty handling from gfn_to_pfn_cache completely 2022-04-02 05:34:41 -04:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: update Kirill's email 2022-04-01 11:46:09 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ASoC: dt-bindings: cs35l45: Cirrus Logic CS35L45 Smart Amp 2022-04-05 18:27:58 +01:00
Makefile Linux 5.18-rc1 2022-04-03 14:08:21 -07:00
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.