No description
Find a file
Srinivas Kandagatla 3e29fb7479
ASoC: codecs: wsa883x: add clock stop support
WSA883x does support clock stop, so remove code that reset
the Codec during runtime pm suspend and add flag to mark
clock stop support.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20220906170112.1984-7-srinivas.kandagatla@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
2022-09-23 14:25:03 +01:00
arch ASoC: Drop mistakenly applied DTS patch 2022-09-13 17:10:58 +01:00
block block-6.0-2022-09-09 2022-09-09 15:03:08 -04:00
certs
crypto
Documentation ASoC: ti,ts3a227e: add control of debounce 2022-09-21 10:28:18 +01:00
drivers ASoC/qcom/arm64: Qualcomm ADSP DTS and binding fixes 2022-09-15 10:29:01 +01:00
fs Driver core fixes for 6.0-rc5 2022-09-09 15:08:40 -04:00
include ADD SOF support for rembrandt platform 2022-09-21 10:19:01 +01:00
init arm64 fixes for -rc3 2022-08-26 11:32:53 -07:00
io_uring io_uring-6.0-2022-09-09 2022-09-09 14:57:18 -04:00
ipc
kernel dma-mapping fixes for Linux 6.0 2022-09-10 12:18:19 -04:00
lib Linux 6.0-rc4 2022-09-13 15:05:38 +01:00
LICENSES
mm mm: pagewalk: Fix race between unmap and page walker 2022-09-03 10:13:13 -07:00
net sch_sfb: Also store skb len before calling child enqueue 2022-09-08 11:12:58 +02:00
samples
scripts Kbuild fixes for v6.0 (2nd) 2022-09-11 15:16:47 -04:00
security Landlock fix for v6.0-rc4 2022-09-02 15:24:08 -07:00
sound ASoC: codecs: wsa883x: add clock stop support 2022-09-23 14:25:03 +01:00
tools linux-kselftest-kunit-fixes-6.0-rc5 2022-09-09 14:13:36 -04:00
usr
virt KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() 2022-08-19 04:05:43 -04:00
.clang-format
.cocciconfig
.get_maintainer.ignore get_maintainer: add Alan to .get_maintainer.ignore 2022-08-20 15:17:44 -07:00
.gitattributes
.gitignore
.mailmap .mailmap: update Luca Ceresoli's e-mail address 2022-08-28 14:02:46 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Support for CS42L83 on Apple machines 2022-09-20 12:26:03 +01:00
Makefile Linux 6.0-rc5 2022-09-11 16:22:01 -04: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.