net: dsa: mv88x6xxx: mv88e6390 errata
Andrew Lunn authored

The 6390 copper ports have an errata which require poking magic values
into undocumented magic registers and then performing a software
reset.
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
ea89098e
Name Last commit Last update
Documentation bpf, doc: update design qa to reflect kern_version requirement
LICENSES Merge tag 'docs-4.20' of git://git.lwn.net/linux
arch Remove 'type' argument from access_ok() function
block Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-block
certs export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()
crypto Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
drivers net: dsa: mv88x6xxx: mv88e6390 errata
firmware firmware: refactor firmware/Makefile
fs Remove 'type' argument from access_ok() function
include ptp: uapi: change _IOW to IOWR in PTP_SYS_OFFSET_EXTENDED definition
init Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
ipc ipc: IPCMNI limit check for semmni
kernel bpf: fix sanitation of alu op with pointer / scalar type from different paths
lib Remove 'type' argument from access_ok() function
mm Remove 'type' argument from access_ok() function
net ipv6: fix kernel-infoleak in ipv6_local_error()
samples selftests/bpf: fix incorrect users of create_and_get_cgroup
scripts Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
security Remove 'type' argument from access_ok() function
sound Remove 'type' argument from access_ok() function
tools selftests: forwarding: Add a test for VLAN deletion
usr user/Makefile: Fix typo and capitalization in comment section
virt Remove 'type' argument from access_ok() function
.clang-format page cache: Convert find_get_pages_contig to XArray
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore
.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.