No description
Find a file
Michael Grzeschik c2ac4d2ac5 net: dsa: microchip: ksz8795: move cpu_select_interface to extra function
This patch moves the cpu interface selection code to a individual
function specific for ksz8795. It will make it simpler to customize the
code path for different switches supported by this driver.

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-04-27 14:13:23 -07:00
arch arm64: dts: rockchip: Remove unnecessary reset in rk3328.dtsi 2021-04-26 12:59:37 -07:00
block
certs
crypto
Documentation docs: networking: timestamping: update for DSA switches 2021-04-27 14:10:15 -07:00
drivers net: dsa: microchip: ksz8795: move cpu_select_interface to extra function 2021-04-27 14:13:23 -07:00
fs
include net: mscc: ocelot: support PTP Sync one-step timestamping 2021-04-27 14:10:15 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net: mscc: ocelot: support PTP Sync one-step timestamping 2021-04-27 14:10:15 -07:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.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.