No description
Find a file
Florian Fainelli d38b4afd51 net: phy: phylink: Remove error message
Some subsystems like DSA may be trying to connect to a PHY through OF first,
and then attempt a connect using a local MDIO bus, remove the error message:
"unable to find PHY node" so we can let MAC drivers whether to print it or not.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-12-13 15:55:01 -05:00
arch
block
certs
crypto
Documentation tcp: pause Fast Open globally after third consecutive timeout 2017-12-13 15:51:12 -05:00
drivers net: phy: phylink: Remove error message 2017-12-13 15:55:01 -05:00
firmware
fs rhashtable: Change rhashtable_walk_start to return void 2017-12-11 09:58:38 -05:00
include net: phy: phylink: Allow specifying PHY device flags 2017-12-13 15:55:00 -05:00
init
ipc
kernel
lib rhashtable: Call library function alloc_bucket_locks 2017-12-11 09:58:39 -05:00
mm
net tcp: pause Fast Open globally after third consecutive timeout 2017-12-13 15:51:12 -05:00
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.