Linux kernel source tree
Find a file
Oleksij Rempel a04dd88f77 net: phy: genphy_c45_pma_baset1_setup_master_slave: do no set unknown configuration
Do not change default master/slave forced configuration if no changes was
requested.

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>
2022-05-09 12:09:29 +01:00
arch um: vector: switch to netif_napi_add_weight() 2022-05-08 11:33:56 +01:00
block
certs
crypto
Documentation net: wwan: t7xx: Add maintainers and documentation 2022-05-09 10:51:59 +01:00
drivers net: phy: genphy_c45_pma_baset1_setup_master_slave: do no set unknown configuration 2022-05-09 12:09:29 +01:00
fs
include net: phy: introduce genphy_c45_pma_baset1_setup_master_slave() 2022-05-09 12:09:29 +01:00
init
ipc
kernel
lib
LICENSES
mm
net rtnetlink: add extack support in fdb del handlers 2022-05-09 11:58:20 +01:00
samples
scripts
security
sound
tools selftests: forwarding: Add a tunnel-based test for L3 HW stats 2022-05-08 11:46:21 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: wwan: t7xx: Add maintainers and documentation 2022-05-09 10:51:59 +01: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.