No description
Find a file
David S. Miller ec403d880b Merge branch 'add-TJA1102-support'
Oleksij Rempel says:

====================
add TJA1102 support

changes v5:
- rename __of_mdiobus_register_phy() to of_mdiobus_phy_device_register()

changes v4:
- remove unused phy_id variable

changes v3:
- export part of of_mdiobus_register_phy() and reuse it in tja11xx
  driver
- coding style fixes

changes v2:
- use .match_phy_device
- add irq support
- add add delayed registration for PHY1
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2020-04-22 19:41:26 -07:00
arch
block
certs
crypto
Documentation dt-bindings: net: phy: Add support for NXP TJA11xx 2020-04-22 19:41:26 -07:00
drivers net: phy: tja11xx: add delayed registration of TJA1102 PHY1 2020-04-22 19:41:26 -07:00
fs
include net: mdio: of: export part of of_mdiobus_register_phy() 2020-04-22 19:41:26 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net: caif: use true,false for bool variables 2020-04-22 19:37:48 -07:00
samples
scripts
security
sound
tools selftests: Add tests for vrf and xfrms 2020-04-22 19:31:40 -07:00
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.