No description
Find a file
Dylan Van Assche 74588aada5 arm64: dts: qcom: sdm845: add SLPI remoteproc
Add the SLPI remoteproc to the SDM845 Qualcomm SoC which is responsible
for exposing the sensors connected to the SoC. The SLPI communicates
over GLink edge 'dsps' and is similar to other DSPs e.g. ADSP or CDSP.
This patch allows the SLPI to boot and expose itself over QRTR as
service 400.

Signed-off-by: Dylan Van Assche <me@dylanvanassche.be>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230406173148.28309-2-me@dylanvanassche.be
2023-04-07 11:25:31 -07:00
arch arm64: dts: qcom: sdm845: add SLPI remoteproc 2023-04-07 11:25:31 -07:00
block
certs
crypto
Documentation Merge branch 'ib-qcom-quad-spi' of https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into arm64-for-6.4 2023-04-07 10:53:45 -07:00
drivers pinctrl: qcom: Support OUTPUT_ENABLE; deprecate INPUT_ENABLE 2023-03-29 10:46:59 +02:00
fs 17 hotfixes. Eight are for MM and seven are for other parts of the 2023-03-04 13:32:50 -08:00
include Merge branch '20230316072940.29137-2-quic_devipriy@quicinc.com' into HEAD 2023-04-07 10:35:12 -07:00
init
io_uring
ipc
kernel A set of updates for the interrupt susbsystem: 2023-03-05 11:19:16 -08:00
lib cpumask: re-introduce constant-sized cpumask optimizations 2023-03-05 14:30:34 -08:00
LICENSES
mm mm: avoid gcc complaint about pointer casting 2023-03-04 14:03:27 -08:00
net
rust Rust fixes for 6.3-rc1 2023-03-03 14:51:15 -08:00
samples
scripts Remove Intel compiler support 2023-03-05 10:49:37 -08:00
security
sound sound fixes for 6.3-rc1 2023-03-04 10:53:59 -08:00
tools
usr
virt
.clang-format cpumask: re-introduce constant-sized cpumask optimizations 2023-03-05 14:30:34 -08:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: qcom: Add reviewer for Qualcomm Chromebooks 2023-04-07 09:42:23 -07:00
Makefile Linux 6.3-rc1 2023-03-05 14:52:03 -08: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.