Main-line Linux kernel tree http://www.kernel.org
Go to file
Yang Yingliang 1a9e76190f
spi: bcm63xx: switch to use modern name
Change legacy name master to modern name host or controller.

No functional changed.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20230728093221.3312026-9-yangyingliang@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2023-08-07 14:38:24 +01:00
arch x86: 2023-07-30 11:19:08 -07:00
block
certs
crypto
Documentation dt-bindings: qspi: cdns,qspi-nor: Add clocks for StarFive JH7110 SoC 2023-08-04 13:29:49 +01:00
drivers spi: bcm63xx: switch to use modern name 2023-08-07 14:38:24 +01:00
fs
include soc: qcom: geni-se: Add SPI Device mode support for GENI based QuPv3 2023-07-31 15:57:03 +01:00
init
io_uring
ipc
kernel Probe fixes for 6.5-rc3: 2023-07-30 11:27:22 -07:00
lib Char driver and Documentation fixes for 6.5-rc4 2023-07-30 11:44:00 -07:00
LICENSES
mm
net
rust
samples
scripts x86: 2023-07-30 11:19:08 -07:00
security
sound
tools Probe fixes for 6.5-rc3: 2023-07-30 11:27:22 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS spi: loongson: add bus driver for the loongson spi controller 2023-07-31 15:57:09 +01:00
Makefile Linux 6.5-rc4 2023-07-30 13:23:47 -07:00
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.