No description
Find a file
Lorenzo Bianconi f78cd9c783 net: ethernet: mtk_wed: update mtk_wed_stop
Update mtk_wed_stop routine and rename old mtk_wed_stop() to
mtk_wed_deinit(). This is a preliminary patch to add Wireless Ethernet
Dispatcher reset support.

Co-developed-by: Sujuan Chen <sujuan.chen@mediatek.com>
Signed-off-by: Sujuan Chen <sujuan.chen@mediatek.com>
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2022-11-29 11:40:24 +01:00
arch
block
certs
crypto
Documentation dt-bindings: net: marvell,prestera: Describe PCI devices of the prestera family 2022-11-29 10:45:53 +01:00
drivers net: ethernet: mtk_wed: update mtk_wed_stop 2022-11-29 11:40:24 +01:00
fs
include net: ethernet: mtk_wed: update mtk_wed_stop 2022-11-29 11:40:24 +01:00
init
io_uring
ipc
kernel bpf-next-for-netdev 2022-11-28 19:42:17 -08:00
lib
LICENSES
mm
net of: net: export of_get_mac_address_nvmem() 2022-11-29 10:45:53 +01:00
rust
samples bpf-next-for-netdev 2022-11-28 19:42:17 -08:00
scripts
security
sound
tools bpf-next-for-netdev 2022-11-28 19:42:17 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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.