net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbE
Aleksander Jan Bajkowski authored
Exclude RMII from modes that report 1 GbE support. Reduced MII supports
up to 100 MbE.

Fixes: 14fceff4

 ("net: dsa: Add Lantiq / Intel DSA driver for vrx200")
Signed-off-by: default avatarAleksander Jan Bajkowski <olek2@wp.pl>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20210107195818.3878-1-olek2@wp.pl

Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
3545454c
Name Last commit Last update
Documentation docs: octeontx2: tune rst markup
LICENSES LICENSES: Add the CC-BY-4.0 license
arch Merge tag 'arc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
block Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
certs .gitignore: add SPDX License Identifier
crypto crypto: aegis128 - avoid spurious references crypto_aegis128_update_simd
drivers net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbE
fs Merge tag 'afs-fixes-04012021' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
include net: suggest L2 discards be counted towards rx_dropped
init Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
ipc Merge branch 'akpm' (patches from Andrew)
kernel Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
lib Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linux
mm mm: make wait_on_page_writeback() wait for multiple pending writebacks
net nexthop: Bounce NHA_GATEWAY in FDB nexthop groups
samples Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
scripts depmod: handle the case of /sbin/depmod without /sbin in PATH
security Merge tag 'Smack-for-5.11-io_uring-fix' of git://github.com/cschaufler/smack-next
sound Merge tag 'sound-fix-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools selftests: fib_nexthops: Fix wrong mausezahn invocation
usr Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
virt Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
.clang-format Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.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.