No description
Find a file
Bartosz Golaszewski d9d87d90cc treewide: rename GPIO set callbacks back to their original names
The conversion of all GPIO drivers to using the .set_rv() and
.set_multiple_rv() callbacks from struct gpio_chip (which - unlike their
predecessors - return an integer and allow the controller drivers to
indicate failures to users) is now complete and the legacy ones have
been removed. Rename the new callbacks back to their original names in
one sweeping change.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
2025-08-07 10:07:06 +02:00
arch treewide: rename GPIO set callbacks back to their original names 2025-08-07 10:07:06 +02:00
block
certs
crypto
Documentation Input updates for v6.17-rc0 2025-08-07 07:40:01 +03:00
drivers treewide: rename GPIO set callbacks back to their original names 2025-08-07 10:07:06 +02:00
fs for-6.17-fix-tag 2025-08-06 15:52:56 +03:00
include treewide: rename GPIO set callbacks back to their original names 2025-08-07 10:07:06 +02:00
init Significant patch series in this pull request: 2025-08-03 16:23:09 -07:00
io_uring
ipc
kernel Kbuild updates for v6.17 2025-08-06 07:32:52 +03:00
lib
LICENSES
mm Significant patch series in this pull request: 2025-08-05 16:02:07 +03:00
net
rust
samples
scripts Kbuild updates for v6.17 2025-08-06 07:32:52 +03:00
security
sound treewide: rename GPIO set callbacks back to their original names 2025-08-07 10:07:06 +02:00
tools Perf fixes for perf_mmap() reference counting to prevent potential 2025-08-06 04:41:21 +03:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS Kbuild updates for v6.17 2025-08-06 07:32:52 +03:00
Kbuild
Kconfig
MAINTAINERS Input updates for v6.17-rc0 2025-08-07 07:40:01 +03:00
Makefile Kbuild updates for v6.17 2025-08-06 07:32:52 +03: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 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.