Main-line Linux kernel tree http://www.kernel.org
Go to file
Simon Trimmer f32a2bcbc0
ASoC: cs35l56: Make common function for control port wait
Move the waits for CS35L56_CONTROL_PORT_READY_US into a common
function, and also allow a wider range of allowed wait times.

Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230721132120.5523-9-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2023-07-23 23:40:21 +01:00
arch
block
certs
crypto
Documentation Linux 6.5-rc3 2023-07-23 23:33:05 +01:00
drivers Linux 6.5-rc3 2023-07-23 23:33:05 +01:00
fs
include ASoC: cs35l56: Make common function for control port wait 2023-07-23 23:40:21 +01:00
init
io_uring
ipc
kernel
lib Linux 6.5-rc3 2023-07-23 23:33:05 +01:00
LICENSES
mm
net
rust
samples
scripts
security
sound ASoC: cs35l56: Make common function for control port wait 2023-07-23 23:40:21 +01:00
tools Linux 6.5-rc3 2023-07-23 23:33:05 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.5-rc3 2023-07-23 15:24:10 -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.