Linux kernel source tree
Go to file
Danila Tikhonov c19bf7faea dt-bindings: iio: magnetometer: Add ak09118
Document asahi-kasei,ak09918 compatible as a fallback compatible,
ak09918 is register compatible with ak09912.

Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20240819-ak09918-v4-3-f0734d14cfb9@mainlining.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2024-09-03 18:49:43 +01:00
Documentation dt-bindings: iio: magnetometer: Add ak09118 2024-09-03 18:49:43 +01:00
LICENSES
arch Driver core fixes for 6.11-rc4 2024-08-18 10:19:49 -07:00
block
certs
crypto
drivers iio: magnetometer: ak8975: Fix reading for ak099xx sensors 2024-09-03 18:49:43 +01:00
fs for-6.11-rc3-tag 2024-08-18 08:50:36 -07:00
include coresight: updates for Linux v6.12 2024-09-03 12:07:03 +02:00
init
io_uring
ipc
kernel
lib
mm
net
rust
samples
scripts
security
sound
tools Merge 6.11-rc4 into char-misc-next 2024-08-19 06:02:26 +02:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS IIO: 1st set of new device support, features and cleanup for 6.12 2024-09-03 11:32:16 +02:00
Makefile Linux 6.11-rc4 2024-08-18 13:17:27 -07: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 reStructuredText 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.