No description
Find a file
Linus Walleij 85dc6adb63 ARM: dts: Fix erroneous ADS touchscreen polarities
[ Upstream commit 4a672d500b ]

Several device tree files get the polarity of the pendown-gpios
wrong: this signal is active low. Fix up all incorrect flags, so
that operating systems can rely on the flag being correctly set.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230510105156.1134320-1-linus.walleij@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-06-28 11:14:22 +02:00
arch ARM: dts: Fix erroneous ADS touchscreen polarities 2023-06-28 11:14:22 +02:00
block
certs
crypto
Documentation
drivers i2c: designware: fix idx_write_cnt in read loop 2023-06-28 11:14:22 +02:00
fs
include
init
io_uring
ipc
kernel
lib
LICENSES
mm
net net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINE 2023-06-28 11:14:22 +02:00
rust
samples
scripts
security
sound ALSA: hda/realtek: Add "Intel Reference board" and "NUC 13" SSID in the ALC256 2023-06-28 11:14:22 +02:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.