Linux kernel source tree
Go to file
Casey Connolly e1eb7293ab drm/panel: samsung-sofef00: Drop s6e3fc2x01 support
We never properly supported this panel and always used the wrong init
sequence. Drop support so we can move it to it's own proper driver.

Fixes: 5933baa36e ("drm/panel/samsung-sofef00: Add panel for OnePlus 6/T devices")
Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
Signed-off-by: David Heidelberg <david@ixit.cz>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250419-drop-s6e3fc2x01-support-v1-1-05edfe0d27aa@ixit.cz
2025-04-22 09:40:14 +02:00
Documentation lib/vsprintf: Add support for generic FourCCs by extending %p4cc 2025-04-21 10:18:30 -04:00
LICENSES
arch bpf-fixes 2025-04-12 12:48:10 -07:00
block
certs
crypto
drivers drm/panel: samsung-sofef00: Drop s6e3fc2x01 support 2025-04-22 09:40:14 +02:00
fs Changes since last update: 2025-04-13 10:52:04 -07:00
include drm/mipi-dsi: Remove mipi_dsi_dcs_write_seq 2025-04-22 09:35:23 +02:00
init
io_uring
ipc
kernel tracing fixes for v6.15 2025-04-12 15:37:40 -07:00
lib printf: add tests for generic FourCCs 2025-04-21 10:18:30 -04:00
mm
net bpf-fixes 2025-04-12 12:48:10 -07:00
rust
samples
scripts lib/vsprintf: Add support for generic FourCCs by extending %p4cc 2025-04-21 10:18:30 -04:00
security
sound
tools memblock: fix build of memblock test 2025-04-13 07:11:33 -07:00
usr
virt ARM: 2025-04-08 13:47:55 -07:00
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Cross-subsystem Changes: 2025-04-15 05:06:51 +10:00
Makefile Linux 6.15-rc2 2025-04-13 11:54:49 -07: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.