Go to file
Rajendra Nayak 1335fc5b24 soc: qcom: icc-bwmon: add support for sc7280 LLCC BWMON
Add support for sc7280 BWMON instance measuring traffic between LLCC and
memory with the v5 register layout.

Signed-off-by: Rajendra Nayak <quic_rjendra@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220902043511.17130-3-quic_rjendra@quicinc.com
2022-09-05 21:51:08 -05:00
Documentation dt-bindings: interconnect: qcom,msm8998-bwmon: Add support for sc7280 BWMONs 2022-09-05 21:51:08 -05:00
LICENSES
arch
block
certs
crypto
drivers soc: qcom: icc-bwmon: add support for sc7280 LLCC BWMON 2022-09-05 21:51:08 -05:00
fs
include v6.0-rc1 + 2022-08-29 21:22:56 -05:00
init
io_uring
ipc
kernel
lib
mm
net
samples soc: qcom: qmi: use const for struct qmi_elem_info 2022-08-29 17:33:01 -05:00
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.0-rc1 2022-08-14 15:50:18 -07:00
README

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.