The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Tomasz Duszynski d4553d6ec1 iio: chemical: scd30: add serial interface driver
Add serial interface driver for the SCD30 sensor.

Signed-off-by: Tomasz Duszynski <tomasz.duszynski@octakon.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2020-06-27 14:52:38 +01:00
Documentation iio: chemical: scd30: add core driver 2020-06-27 14:46:44 +01:00
LICENSES
arch The Kernel Concurrency Sanitizer (KCSAN) 2020-06-11 18:55:43 -07:00
block
certs
crypto
drivers iio: chemical: scd30: add serial interface driver 2020-06-27 14:52:38 +01:00
fs Merge branch 'akpm' (patches from Andrew) 2020-06-11 18:18:50 -07:00
include iio: Move attach/detach of the poll func to the core 2020-06-20 17:34:44 +01:00
init
ipc
kernel The Kernel Concurrency Sanitizer (KCSAN) 2020-06-11 18:55:43 -07:00
lib The Kernel Concurrency Sanitizer (KCSAN) 2020-06-11 18:55:43 -07:00
mm The Kernel Concurrency Sanitizer (KCSAN) 2020-06-11 18:55:43 -07:00
net
samples
scripts The Kernel Concurrency Sanitizer (KCSAN) 2020-06-11 18:55:43 -07:00
security
sound sound fixes for 5.8-rc1 2020-06-11 12:38:11 -07:00
tools The Kernel Concurrency Sanitizer (KCSAN) 2020-06-11 18:55:43 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS iio: chemical: scd30: add serial interface driver 2020-06-27 14:52: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.