No description
Find a file
Cristian Ciocaltea fd42327f31 dt-bindings: net: Add Actions Semi Owl Ethernet MAC binding
Add devicetree binding for the Ethernet MAC present on the Actions
Semi Owl family of SoCs.

For the moment advertise only the support for the Actions Semi S500 SoC
variant.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-03-22 12:56:21 -07:00
arch
block
certs
crypto
Documentation dt-bindings: net: Add Actions Semi Owl Ethernet MAC binding 2021-03-22 12:56:21 -07:00
drivers dsa: simplify Kconfig symbols and dependencies 2021-03-22 12:15:37 -07:00
fs
include netdev: add netdev_queue_set_dql_min_limit() 2021-03-22 12:40:19 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGS 2021-03-22 12:48:20 -07:00
samples
scripts
security
sound
tools selftests: net: forwarding: Fix a typo 2021-03-18 20:38:48 -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.