dsa: lan9303: Port 0 is xMII port
Jerry Ray authored

In preparing to move the adjust_link logic into the phylink_mac_link_up
api, change the macro used to check for the cpu port. In
phylink_mac_link_up, the phydev pointer passed in for the CPU port is
NULL, so we can't keep using phy_is_pseudo_fixed_link(phydev).
Signed-off-by: default avatarJerry Ray <jerry.ray@microchip.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
56e23d91
Name Last commit Last update
Documentation dt-binding: net: ti: am65x-cpts: add 'ti,pps' property
LICENSES LICENSES: Add the copyleft-next-0.3.1 license
arch arm64: dts: imx93-11x11-evk: enable fec function
block Merge tag 'block-2023-01-06' of git://git.kernel.dk/linux
certs certs: make system keyring depend on built-in x509 parser
crypto Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers dsa: lan9303: Port 0 is xMII port
fs Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
include Merge tag 'mlx5-updates-2023-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
init gcc: disable -Warray-bounds for gcc-11 too
io_uring io_uring: fix CQ waiting timeout handling
ipc Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
lib Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
mm memblock: Fix doc for memblock_phys_free
net devlink: add instance lock assertion in devl_is_registered()
rust rust: types: add `Opaque` type
samples Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
scripts kbuild: readd -w option when vmlinux.o or Module.symver is missing
security Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
sound Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
tools selftests/net: mv bpf/nat6to4.c to net folder
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file
virt Merge branch 'kvm-late-6.1-fixes' into HEAD
.clang-format Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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.