Linux kernel source tree
Go to file
Lorenzo Bianconi b3ef7bdec6 net: airoha: Add airoha_offload.h header
Move NPU definitions to airoha_offload.h in include/linux/soc/airoha/ in
order to allow the MT76 driver to access the callback definitions.

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://patch.msgid.link/20250811-airoha-en7581-wlan-offlaod-v7-7-58823603bb4e@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-08-12 18:58:32 -07:00
Documentation dt-bindings: net: airoha: npu: Add memory regions used for wlan offload 2025-08-12 18:58:31 -07:00
LICENSES
arch
block
certs
crypto
drivers net: airoha: Add airoha_offload.h header 2025-08-12 18:58:32 -07:00
fs
include net: airoha: Add airoha_offload.h header 2025-08-12 18:58:32 -07:00
init
io_uring
ipc
kernel
lib
mm
net net/sched: Remove redundant memset(0) call in reset_policy() 2025-08-12 17:13:29 -07:00
rust
samples
scripts
security
sound
tools selftests: drv-net: devmem: flip the direction of Tx tests 2025-08-12 18:27:43 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.