No description
Find a file
Sean Anderson f5ebedef84 powerpc: dts: t208x: Mark MAC1 and MAC2 as 10G
[ Upstream commit 36926a7d70 ]

On the T208X SoCs, MAC1 and MAC2 support XGMII. Add some new MAC dtsi
fragments, and mark the QMAN ports as 10G.

Fixes: da414bb923 ("powerpc/mpc85xx: Add FSL QorIQ DPAA FMan support to the SoC device tree(s)")
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-04-19 17:59:31 +08:00
arch powerpc: dts: t208x: Mark MAC1 and MAC2 as 10G 2023-04-19 17:59:31 +08:00
block
certs
crypto
Documentation
drivers clk: mxl: Fix a clk entry by adding relevant flags 2023-04-19 17:59:31 +08:00
fs
include
init
io_uring
ipc
kernel alarmtimer: Prevent starvation by small intervals and SIG_IGN 2023-04-19 17:59:30 +08:00
lib
LICENSES
mm
net net: sched: sch: Fix off by one in htb_activate_prios() 2023-04-19 17:59:30 +08:00
samples
scripts
security
sound ASoC: SOF: Intel: hda-dai: fix possible stream_tag leak 2023-04-19 17:59:30 +08:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.15.95 2023-04-19 17:59:30 +08:00
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.