1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 01:09:38 -05:00
No description
Find a file
Lorenzo Bianconi 082ff36bd5 arm64: dts: mediatek: mt7986: introduce ethernet nodes
Introduce ethernet nodes in mt7986 bindings in order to
enable mt7986a/mt7986b ethernet support.

Co-developed-by: Sam Shih <sam.shih@mediatek.com>
Signed-off-by: Sam Shih <sam.shih@mediatek.com>
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-05-22 22:24:32 +01:00
arch arm64: dts: mediatek: mt7986: introduce ethernet nodes 2022-05-22 22:24:32 +01:00
block
certs
crypto
Documentation
drivers eth: tg3: silence the GCC 12 array-bounds warning 2022-05-22 22:21:11 +01:00
fs afs: Adjust ACK interpretation to try and cope with NAT 2022-05-22 21:03:02 +01:00
include net: wrap the wireless pointers in struct net_device in an ifdef 2022-05-22 21:51:54 +01:00
init
ipc
kernel
lib
LICENSES
mm
net net: wrap the wireless pointers in struct net_device in an ifdef 2022-05-22 21:51:54 +01:00
samples
scripts
security
sound
tools selftests: ocelot: tc_flower_chains: reorder interfaces 2022-05-22 22:14:13 +01: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.