Linux kernel source tree
Go to file
Lorenzo Bianconi 77ba349101 mt76: mt7921: introduce mt7921_wpdma_reinit_cond utility routine
Add mt7921_wpdma_reinit_cond to check dummy reg if driver needs to
reinitialized WPDMA after driver_own operation

Co-developed-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Co-developed-by: Leon Yen <leon.yen@mediatek.com>
Signed-off-by: Leon Yen <leon.yen@mediatek.com>
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2021-04-21 20:55:54 +02:00
Documentation dt-bindings:net:wireless:mediatek,mt76: introduce power-limits node 2021-04-21 11:42:21 +02:00
LICENSES
arch net: korina: Add support for device tree 2021-04-19 15:58:14 -07:00
block
certs
crypto
drivers mt76: mt7921: introduce mt7921_wpdma_reinit_cond utility routine 2021-04-21 20:55:54 +02:00
fs
include net: dsa: Allow default tag protocol to be overridden from DT 2021-04-20 16:51:20 -07:00
init
ipc
kernel
lib
mm
net net: dsa: Allow default tag protocol to be overridden from DT 2021-04-20 16:51:20 -07:00
samples
scripts
security
sound
tools selftests: mlxsw: sch_red_ets: Test proper counter cleaning in ETS 2021-04-20 16:43:13 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS phy: nxp-c45: add driver for tja1103 2021-04-19 16:19:44 -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 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.