Linux mainline fork with MSM8998 patches | https://mainline.space | Currently supported devices: OnePlus 5/5T, Xiaomi Mi 6, F(x)tec Pro¹ (2019 QX1000 model) & Sony Xperia XZ Premium (UNTESTED!)
Find a file
Jami Kettunen 891b2ae7c2 ASoC: qcom: lpass-msm8998: Add platform driver for lpass audio
Add platform driver for configuring msm8998 lpass core I2S and
DMA configuration to support playback & capture to external codecs
connected over primary & secondary MI2S interfaces.

(driver originally split from 4d7e1ead3b ("fastmatrix yaml fix"))
2022-06-05 20:06:40 +03:00
arch arm64: dts: qcom: msm8998-xperia: Enable lpass smmu 2022-06-05 20:06:40 +03:00
block block/mq-deadline: Set the fifo_time member also if inserting at head 2022-05-13 17:02:46 -06:00
certs
crypto
Documentation dt-bindings: input: Add binding for gpio-fastmatrix-keyboard 2022-06-05 20:06:39 +03:00
drivers clk: qcom: gcc-msm8998: Add LPASS adsp and core GDSCs 2022-06-05 20:06:40 +03:00
fs afs: Fix afs_getattr() to refetch file status if callback break occurred 2022-05-22 09:25:47 -10:00
include ASoC: qcom: lpass-msm8998: Add platform driver for lpass audio 2022-06-05 20:06:40 +03:00
init random: handle latent entropy and command line from random_init() 2022-05-30 09:24:07 +02:00
ipc
kernel timekeeping: Add raw clock fallback for random_get_entropy() 2022-05-30 09:24:04 +02:00
lib random: remove ratelimiting for in-kernel unseeded randomness 2022-05-30 09:24:07 +02:00
LICENSES
mm random: move randomize_page() into mm where it belongs 2022-05-30 09:24:08 +02:00
net A fix for a nasty use-after-free, marked for stable. 2022-05-20 08:15:40 -10:00
samples
scripts
security lockdown: also lock down previous kgdb use 2022-05-30 09:24:03 +02:00
sound ASoC: qcom: lpass-msm8998: Add platform driver for lpass audio 2022-06-05 20:06:40 +03:00
tools perf tools fixes for v5.18: 6th batch 2022-05-21 14:14:02 -10:00
usr
virt KVM: Free new dirty bitmap if creating a new memslot fails 2022-05-20 13:02:05 -04:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add entry for Qualcomm CPRv3/v4/Hardened driver 2022-06-05 20:06:38 +03:00
Makefile Linux 5.18.1 2022-05-30 09:24:09 +02: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.