No description
Find a file
Thomas Haemmerle 7d87c9b94a dt-bindings: iio: ti,tmp117: add vcc supply binding
Add the binding to specify the vcc supply. We can't make it required
since this would break the backward compatibility.

Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Thomas Haemmerle <thomas.haemmerle@leica-geosystems.com>
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Link: https://lore.kernel.org/r/20240219131114.134607-1-m.felsch@pengutronix.de
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2024-02-28 19:26:35 +00:00
arch Kbuild fixes for v6.8 (2nd) 2024-02-18 10:09:25 -08:00
block
certs
crypto
Documentation dt-bindings: iio: ti,tmp117: add vcc supply binding 2024-02-28 19:26:35 +00:00
drivers iio: adc: mcp320x: Simplify device removal logic 2024-02-28 19:26:35 +00:00
fs bcachefs fixes for v6.8-rc5 2024-02-17 13:17:32 -08:00
include IIO: 1st set of new device support, features and cleanup for 6.9 2024-02-25 14:11:41 +01:00
init
io_uring
ipc
kernel Probes fixes for v6.8-rc4: 2024-02-17 07:59:47 -08:00
lib Driver core fixes for 6.8-rc5 2024-02-17 08:56:41 -08:00
LICENSES
mm
net
rust
samples
scripts
security lsm/stable-6.8 PR 20240215 2024-02-16 07:58:43 -08:00
sound
tools IIO: 1st set of new device support, features and cleanup for 6.9 2024-02-25 14:11:41 +01: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.9 2024-02-25 14:11:41 +01:00
Makefile Linux 6.8-rc5 2024-02-18 12:56:25 -08: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.