Find a file
Russell King (Oracle) 11053047a4 net: ag71xx: remove unnecessary legacy methods
ag71xx may have a PCS, but it does not appear to support configuration
of the PCS in the current code. The functions to get its state merely
report that the link is down, and the AN restart function is empty.

Since neither of these functions will be called unless phylink's legacy
flag is set, we can safely remove these functions and indicate this is
a modern driver.

Should PCS support be added later, it will need to be modelled using
the phylink_pcs support rather than operating as a legacy driver.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-12-09 11:21:04 -08:00
arch ARM: dts: sun8i: r40: add node for CAN controller 2021-12-08 10:12:59 +01:00
block
certs
crypto
Documentation dt-bindings: net: can: add support for Allwinner R40 CAN controller 2021-12-08 10:12:58 +01:00
drivers net: ag71xx: remove unnecessary legacy methods 2021-12-09 11:21:04 -08:00
fs
include net: phylink: use legacy_pre_march2020 2021-12-09 11:21:03 -08:00
init
ipc
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2021-12-02 11:44:56 -08:00
lib net: add net device refcount tracker infrastructure 2021-12-06 16:05:07 -08:00
LICENSES
mm
net net: dsa: mark DSA phylink as legacy_pre_march2020 2021-12-09 11:21:03 -08:00
samples
scripts
security
sound sound fixes for 5.16-rc4 2021-12-01 10:07:39 -08:00
tools selftests: mptcp: check IP_TOS in/out are the same 2021-12-07 11:36:30 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2021-12-02 11:44:56 -08:00
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.