Go to file
Dmitry Osipenko 2de8c02349 iio: magnetometer: ak8974: Silence deferred-probe error
It's not uncommon that voltage regulator becomes available later during
kernel's boot process. This patch adds info message about unavailable
regulators in a case of the deferred-probe error and also amends the
error message with a error code.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2020-04-19 16:56:43 +01:00
Documentation Documentation: ABI: document IIO in_proximity_nearlevel file 2020-04-19 16:56:43 +01:00
LICENSES
arch Merge 5.6-rc3 into staging-next 2020-02-24 08:37:48 +01:00
block
certs
crypto
drivers iio: magnetometer: ak8974: Silence deferred-probe error 2020-04-19 16:56:43 +01:00
fs for-5.6-rc2-tag 2020-02-23 09:43:50 -08:00
include iio: buffer: drop devm_iio_kfifo_free() API call 2020-04-19 16:56:38 +01:00
init
ipc
kernel Two fixes for the irq core code which are follow ups to the recent MSI 2020-02-22 17:25:46 -08:00
lib
mm arm64 fixes for -rc3 2020-02-21 16:03:36 -08:00
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add Syed Nayyar Waris to ACCES 104-QUAD-8 driver 2020-04-19 16:56:12 +01:00
Makefile Linux 5.6-rc3 2020-02-23 16:17:42 -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.