Main-line Linux kernel tree http://www.kernel.org
Go to file
Florian Fainelli 88362ebfd7 net: dsa: b53: Add SPI ID table
Currently autoloading for SPI devices does not use the DT ID table, it
uses SPI modalises. Supporting OF modalises is going to be difficult if
not impractical, an attempt was made but has been reverted, so ensure
that module autoloading works for this driver by adding an id_table
listing the SPI IDs for everything.

Fixes: 96c8395e21 ("spi: Revert modalias changes")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-12-02 13:05:17 +00:00
arch
block
certs
crypto
Documentation
drivers net: dsa: b53: Add SPI ID table 2021-12-02 13:05:17 +00:00
fs
include Fix Comment of ETH_P_802_3_MIN 2021-12-02 12:07:04 +00:00
init
ipc
kernel
lib
LICENSES
mm
net gro: Fix inconsistent indenting 2021-12-02 12:21:11 +00:00
samples
scripts
security
sound
tools selftests: net: Correct case name 2021-12-02 12:19:08 +00:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: s390/net: add Alexandra and Wenjia as maintainer 2021-11-30 12:20:07 +00: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.