No description
Find a file
Lorenzo Bianconi d94fbd9231 iio: imu: st_lsm6dsx: fix LSM6DSV sensor description
Fix sensor ODR description for LSM6DSV/LSM6DSVX

Fixes: a1c6d631ff ("iio: imu: st_lsm6dsx: add support to LSM6DSV")
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://lore.kernel.org/r/653e14bf79bb88d8581d2bc42da2f784caaf3776.1668417770.git.lorenzo@kernel.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2022-11-23 20:00:46 +00:00
arch
block
certs
crypto
Documentation dt-bindings: iio: imu: Add inv_icm42600 documentation 2022-11-23 19:58:45 +00:00
drivers iio: imu: st_lsm6dsx: fix LSM6DSV sensor description 2022-11-23 20:00:46 +00:00
fs
include iio: Don't silently expect attribute types 2022-11-23 19:44:04 +00:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add KX022A maintainer entry 2022-11-23 19:44:03 +00:00
Makefile
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.