No description
Find a file
Sean Nyekjaer d1cfbd52ed iio: accel: fxls8962af: fixup buffer scan element type
Scan elements for x,y,z channels is little endian and requires no bit shifts.
LE vs. BE is controlled in register SENS_CONFIG2 and bit LE_BE, default
value is LE.

Fixes: a3e0b51884 ("iio: accel: add support for FXLS8962AF/FXLS8964AF accelerometers")
Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20230605103223.1400980-1-sean@geanix.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2023-06-05 20:05:41 +01:00
arch A single fix for x86: 2023-05-28 07:42:05 -04:00
block
certs
crypto
Documentation dt-bindings: iio: ad7192: Add mandatory reference voltage source 2023-06-04 12:35:26 +01:00
drivers iio: accel: fxls8962af: fixup buffer scan element type 2023-06-05 20:05:41 +01:00
fs for-6.4-rc3-tag 2023-05-26 13:21:38 -07:00
include 1st set of IIO fixes for the 6.4 cycle. 2023-05-28 20:03:33 +01:00
init
io_uring
ipc
kernel Two fixes for debugobjects: 2023-05-28 07:15:33 -04:00
lib test_firmware: fix the memory leak of the allocated firmware buffer 2023-05-31 20:31:07 +01:00
LICENSES
mm
net
rust
samples
scripts
security
sound
tools cxl fixes for v6.4-rc4 2023-05-26 17:45:24 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Vaibhav Gupta is the new ipack maintainer 2023-05-30 10:32:23 +01:00
Makefile Linux 6.4-rc4 2023-05-28 07:49:00 -04: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.