Go to file
Luo Jie 723970affd net: phy: at803x: add qca8081 fifo reset on the link changed
The qca8081 sgmii fifo needs to be reset on link down and
released on the link up in case of any abnormal issue
such as the packet blocked on the PHY.

Signed-off-by: Luo Jie <quic_luoj@quicinc.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-07-17 10:15:14 +01:00
Documentation dt-bindings: net: Brcm ASP 2.0 Ethernet controller 2023-07-17 07:39:04 +01:00
LICENSES
arch
block
certs
crypto
drivers net: phy: at803x: add qca8081 fifo reset on the link changed 2023-07-17 10:15:14 +01:00
fs
include net: phy: bcm7xxx: Add EPHY entry for 74165 2023-07-17 07:39:04 +01:00
init
io_uring
ipc
kernel
lib
mm
net net: qrtr: Handle IPCR control port format of older targets 2023-07-17 09:02:30 +01:00
rust
samples
scripts
security security: Constify sk in the sk_getsecid hook. 2023-07-14 08:27:33 +01:00
sound
tools selftests: router_bridge_pvid_vlan_upper: Add a new selftest 2023-07-14 10:20:15 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: ASP 2.0 Ethernet driver maintainers 2023-07-17 07:39:04 +01: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.