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
Yinjun Zhang b1e4f11e42 nfp: refine the ABI of getting sp_indiff info
Considering that whether application firmware is indifferent to
port speed is a firmware property instead of port property, now use
a new rtsym to get the property instead of parsing per-port tlv caps.
With this change, relevant code is moved to `nfp_main` layer.

Signed-off-by: Yinjun Zhang <yinjun.zhang@corigine.com>
Signed-off-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-09-30 18:47:52 -07:00
arch wireless-next patches for v6.1 2022-09-30 10:07:31 -07:00
block
certs
crypto
Documentation dt-bindings: nfc: marvell,nci: fix reset line polarity in examples 2022-09-30 18:17:37 -07:00
drivers nfp: refine the ABI of getting sp_indiff info 2022-09-30 18:47:52 -07:00
fs
include net: dsa: remove bool devlink_port_setup 2022-09-30 18:17:17 -07:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net net: dsa: remove bool devlink_port_setup 2022-09-30 18:17:17 -07:00
samples
scripts
security
sound
tools selftests/tc-testing: update qdisc/cls/action features in config 2022-09-30 18:41:35 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.