Linux kernel source tree
Go to file
Hans de Goede d4bc149653
platform/x86: x86-android-tablets: Move Acer info to its own file
Acer has several x86 based Android tablets which need x86-android-tablets
support to work around their broken ACPI tables.

At the moment x86-android-tablets only support one model, move this to
its own file before adding support for more models to avoid needing to
move more code around later.

Reviewed-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Hans de Goede <hansg@kernel.org>
Link: https://patch.msgid.link/20250920200713.20193-17-hansg@kernel.org
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
2025-09-26 14:26:37 +03:00
Documentation dt-bindings: embedded-controller: Add Lenovo Thinkpad T14s EC 2025-09-23 11:20:44 +03:00
LICENSES
arch arm64: dts: qcom: x1e80100-t14s: add EC 2025-09-26 14:26:07 +03:00
block block-6.17-20250808 2025-08-09 08:47:28 +03:00
certs
crypto
drivers platform/x86: x86-android-tablets: Move Acer info to its own file 2025-09-26 14:26:37 +03:00
fs
include TTY revert fix for 6.16-rc1 2025-08-09 18:12:23 +03:00
init
io_uring
ipc
kernel - Remove an obsolete comment and fix spelling 2025-08-10 08:51:37 +03:00
lib block-6.17-20250808 2025-08-09 08:47:28 +03:00
mm
net
rust
samples
scripts
security
sound platform/x86: x86-android-tablets: convert wm1502 devices to GPIO references 2025-09-26 14:26:22 +03:00
tools tools/power turbostat: version 2025.09.09 2025-08-10 09:02:36 +03:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS platform: arm64: thinkpad-t14s-ec: new driver 2025-09-26 14:24:16 +03:00
Makefile Linux 6.17-rc1 2025-08-10 19:41:16 +03: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.