No description
Find a file
Bartosz Golaszewski 4df6c2ec22 gpio: mvebu: use new pinctrl GPIO helpers
Replace the pinctrl helpers taking the global GPIO number as argument
with the improved variants that instead take a pointer to the GPIO chip
and the controller-relative offset.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
2023-11-04 10:23:19 +01:00
arch Pin control changes for the v6.7 kernel cycle 2023-11-03 19:15:19 -10:00
block
certs
crypto
Documentation Pin control changes for the v6.7 kernel cycle 2023-11-03 19:15:19 -10:00
drivers gpio: mvebu: use new pinctrl GPIO helpers 2023-11-04 10:23:19 +01:00
fs Driver core changes for 6.7-rc1 2023-11-03 15:15:47 -10:00
include pinctrl: provide new GPIO-to-pinctrl glue helpers 2023-11-04 10:23:18 +01:00
init
io_uring
ipc
kernel TTY/Serial changes for 6.7-rc1 2023-11-03 15:44:25 -10:00
lib powerpc updates for 6.7 2023-11-03 10:07:39 -10:00
LICENSES
mm
net s390 updates for the 6.7 merge window 2023-11-03 10:17:22 -10:00
rust
samples Landlock updates for v6.7-rc1 2023-11-03 09:28:53 -10:00
scripts Staging driver updates for 6.7-rc1 2023-11-03 15:31:04 -10:00
security + Features 2023-11-03 09:48:17 -10:00
sound
tools Char/Misc and other driver changes for 6.7-rc1 2023-11-03 14:51:08 -10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dmaengine updates for v6.7 2023-11-03 18:56:51 -10: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.