The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Andy Shevchenko 86527bcbc8
spi: Rename enable1 to activate in spi_set_cs()
The enable1 is confusing name. Change it to clearly show what is
the intention behind it. No functional changes.

Fixes: 25093bdeb6 ("spi: implement SW control for CS times")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210420131846.75983-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2021-04-23 15:36:18 +01:00
Documentation spi: Convert Freescale QSPI binding to json schema 2021-04-23 13:18:38 +01:00
LICENSES
arch ARM/spi: spear: Drop PL022 num_chipselect 2021-04-08 15:21:58 +01:00
block
certs
crypto
drivers spi: Rename enable1 to activate in spi_set_cs() 2021-04-23 15:36:18 +01:00
fs
include spi: altera: separate core code from platform code 2021-04-20 17:26:40 +01:00
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools spi: tools: make a symbolic link to the header file spi.h 2021-04-22 16:30:39 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS spi: Convert Freescale QSPI binding to json schema 2021-04-23 13:18:38 +01:00
Makefile
README

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.