1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 16:53:58 -05:00
No description
Find a file
Yang Yingliang 6adfdf0780
spi: slave-time: switch to use spi_target_abort()
Switch to use modern name function spi_target_abort().

No functional changed.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://patch.msgid.link/20240910022618.1397-3-yangyingliang@huaweicloud.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2024-09-10 12:41:37 +01:00
arch
block
certs
crypto
Documentation dt-bindings: spi: nxp-fspi: add imx8ulp support 2024-09-05 16:07:19 +01:00
drivers spi: slave-time: switch to use spi_target_abort() 2024-09-10 12:41:37 +01:00
fs
include spi: Add dummy definitions for ACPI lookup functions 2024-08-02 21:53:04 +01:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net
rust
samples
scripts Kbuild fixes for v6.11 2024-07-28 14:02:48 -07:00
security
sound
tools spi: spidev_fdx: Fix the wrong format specifier 2024-09-04 16:50:33 +01:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dt-bindings: iio: adc: Add AD4000 2024-07-29 01:19:55 +01:00
Makefile Linux 6.11-rc1 2024-07-28 14:19:55 -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 reStructuredText 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.