Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Cai Huoqing 8f46a93bdc iio: adc: rockchip_saradc: Make use of the helper function dev_err_probe()
When possible use dev_err_probe help to properly deal with the
PROBE_DEFER error, the benefit is that DEFER issue will be logged
in the devices_deferred debugfs file.
Using dev_err_probe() can reduce code size, and the error value
gets printed.

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Link: https://lore.kernel.org/r/20211008092858.495-8-caihuoqing@baidu.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2021-10-20 14:43:53 +01:00
arch
block block-5.15-2021-10-17 2021-10-17 19:25:20 -10:00
certs
crypto
Documentation dt-bindings: iio: light: Document ltr501 light sensor bindings 2021-10-20 14:43:51 +01:00
drivers iio: adc: rockchip_saradc: Make use of the helper function dev_err_probe() 2021-10-20 14:43:53 +01:00
fs
include First set of IIO new device and feature support for the 5.16 cycle 2021-10-19 11:44:28 +02:00
init
ipc
kernel
lib
LICENSES
mm
net
samples Merge 5.15-rc6 into char-misc-next 2021-10-18 09:29:27 +02:00
scripts Merge 5.15-rc6 into char-misc-next 2021-10-18 09:29:27 +02:00
security
sound
tools First set of counter subsystem new feature support for the 5.16 cycle 2021-10-19 09:08:16 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update the entry for MHI bus 2021-10-19 15:49:14 +02:00
Makefile Linux 5.15-rc6 2021-10-17 20:00:13 -10: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.