Go to file
Oliver F. Brown 5db3522142 LF-14666-1: drm/bridge: lontium-lt8912b: Add mode flag for MIPI_DSI_MODE_NO_HFP
The Lontium 8912b needs the MIPI_DSI_MODE_NO_HFP flag set to work for
720p60. When 720p60 is transmitted over 4 lanes with 24 bit per pixel,
the MIPI line has to be rounded up by 2 bytes. This rounding will cause
timing errors and corrupt the video for 720p60. By using low power mode
in the horizontal front porch the DSI host controller will resynchronize
the line timing to the DPI interface.

Signed-off-by: Oliver F. Brown <oliver.brown@oss.nxp.com>
Acked-by: Liu Ying <victor.liu@nxp.com>
Acked-by: Jason Liu <jason.hui.liu@nxp.com>
2025-09-30 10:44:27 +08:00
arch LF-14084 arm64: dts: imx95-15x15-evk: Keep m2 regulator always on 2025-06-25 15:35:01 +08:00
block This is the 6.6.51 stable release 2024-09-24 11:49:41 +08:00
certs
crypto This is the 6.6.51 stable release 2024-09-24 11:49:41 +08:00
Documentation LF-14995-1 dt-bindings: phy: imx8mq-usb: add imx95 tuning support 2025-04-30 16:29:39 +08:00
drivers LF-14666-1: drm/bridge: lontium-lt8912b: Add mode flag for MIPI_DSI_MODE_NO_HFP 2025-09-30 10:44:27 +08:00
fs cifs: Fix signature miscalculation 2024-09-18 19:24:10 +02:00
include LF-15348: firmware: imx: Add ioctl flag 2025-06-11 08:04:56 +02:00
init rust: fix the default format for CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT 2024-08-29 17:33:29 +02:00
io_uring io_uring: fix io_match_task must_hold 2024-08-03 08:54:41 +02:00
ipc sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table) 2024-08-11 12:47:13 +02:00
kernel This is the 6.6.52 stable release 2024-09-24 11:50:01 +08:00
lib lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc() 2024-09-12 11:11:39 +02:00
LICENSES
mm This is the 6.6.52 stable release 2024-09-24 11:50:01 +08:00
net This is the 6.6.52 stable release 2024-09-24 11:50:01 +08:00
rust rust: kbuild: fix export of bss symbols 2024-09-12 11:11:32 +02:00
samples bpf: Replace bpf_lpm_trie_key 0-length array with flexible array 2024-08-19 06:04:27 +02:00
scripts This is the 6.6.52 stable release 2024-09-24 11:50:01 +08:00
security This is the 6.6.51 stable release 2024-09-24 11:49:41 +08:00
sound LF-13795: ASoC: fsl_xcvr: Move rate constraint function to probe() 2024-11-15 15:25:11 +08:00
tools LF-13240 perf vendor events arm64: imx95: add imx95_bandwidth_usage.lpddr4x metric 2024-10-22 18:14:50 +08:00
usr
virt KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() 2024-06-27 13:49:11 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS This is the 6.6.51 stable release 2024-09-24 11:49:41 +08:00
MAINTAINERS.NXP LF-12850-3: media: os08a20: Remove maintainer for old imx95 os08a20 sensor driver 2024-07-09 09:46:08 +03:00
Makefile Linux 6.6.52 2024-09-18 19:24:10 +02: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 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.