Go to file
Geert Uytterhoeven 263c8c4c76 thermal: rcar_thermal: Use usleep_range() instead of udelay()
rcar_thermal_update_temp() takes a mutex, so it is always called in a
context that can sleep.  Hence replace the 300 µs busy loop by a call to
usleep_range(), to allow other threads to run.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200115125417.5263-1-geert+renesas@glider.be
2020-01-27 11:41:08 +01:00
Documentation dt-bindings: Add Broadcom AVS RO thermal 2020-01-27 11:42:00 +01:00
LICENSES
arch ARM: configs: Build BCM2711 thermal as module 2020-01-27 11:41:08 +01:00
block block: allow partitions on host aware zone devices 2020-01-26 09:59:08 -07:00
certs
crypto
drivers thermal: rcar_thermal: Use usleep_range() instead of udelay() 2020-01-27 11:41:08 +01:00
fs io_uring-5.5-2020-01-26 2020-01-26 12:23:04 -08:00
include thermal: exynos: Rename Samsung and Exynos to lowercase 2020-01-27 10:24:32 +01:00
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS thermal/drivers/sun8i: Add thermal driver for H6/H5/H3/A64/A83T/R40 2020-01-27 10:24:32 +01:00
Makefile Linux 5.5 2020-01-26 16:23:03 -08:00
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.