No description
Find a file
Yonglong Liu 1bef61fc7e net: hns3: add phy_attached_info() to the hns3 driver
This patch adds the call to phy_attached_info() to the hns3 driver
to identify which exact PHY drivers and models is in use.

Signed-off-by: Yonglong Liu <liuyonglong@huawei.com>
Reviewed-by: Yunsheng Lin <linyunsheng@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-08-18 12:59:13 -07:00
arch
block
certs
crypto
Documentation Documentation: Add a section for devlink-trap testing 2019-08-17 12:40:09 -07:00
drivers net: hns3: add phy_attached_info() to the hns3 driver 2019-08-18 12:59:13 -07:00
fs
include Documentation: Add devlink-trap documentation 2019-08-17 12:40:08 -07:00
init
ipc
kernel
lib
LICENSES
mm
net devlink: Add generic packet traps and groups 2019-08-17 12:40:08 -07:00
samples
scripts
security
sound
tools selftests: devlink_trap: Add test cases for devlink-trap 2019-08-17 12:40:09 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drop_monitor: Add basic infrastructure for hardware drops 2019-08-17 12:40:08 -07:00
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.