Kernel code for umber Fi-Wi concentrator
Go to file
Kory Maincent dad51ea090 net: pse-pd: tps23881: Clarify setup_pi_matrix callback documentation
Improve the setup_pi_matrix callback documentation to clarify its purpose
and usage. The enhanced description explains that PSE PI devicetree nodes
are pre-parsed before this callback is invoked, and drivers should utilize
pcdev->pi[x]->pairset[y].np to map PSE controller hardware ports to their
corresponding Power Interfaces.

This clarification helps driver implementers understand the callback's
role in establishing the hardware-to-PI relationship mapping.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Link: https://patch.msgid.link/20250620-poe_doc_improve-v1-2-96357bb95d52@bootlin.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2025-06-24 10:57:43 +02:00
Documentation dt-bindings: pse: tps23881: Clarify channels property description 2025-06-24 10:57:43 +02:00
LICENSES
arch
block
certs
crypto
drivers fbnic: Add support for setting/getting pause configuration 2025-06-24 09:31:46 +02:00
fs net: make sk->sk_rcvtimeo lockless 2025-06-23 17:05:12 -07:00
include net: pse-pd: tps23881: Clarify setup_pi_matrix callback documentation 2025-06-24 10:57:43 +02:00
init
io_uring
ipc
kernel
lib lib: test_objagg: split test_hints_case() into two functions 2025-06-23 16:57:43 -07:00
mm
net net: make sk->sk_rcvtimeo lockless 2025-06-23 17:05:12 -07:00
rust
samples
scripts
security
sound
tools page_pool: import Jesper's page_pool benchmark 2025-06-23 18:15:00 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Including fixes from wireless. The ath12k fix to avoid FW crashes 2025-06-19 10:21:32 -07:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dt-bindings: net: convert qca,qca7000.txt yaml format 2025-06-23 16:28:28 -07:00
Makefile
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 reStructuredText 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.