summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2025-12-30Merge patch series "video: Remove unused drivers, clean up dependencies"Tom Rini
2025-12-30drivers: video: tidss: Refactor tidss_drvSwamil Jain
2025-12-30video: simplefb: Add stride handlingIgor Belwon
2025-12-30Merge patch series "video: display: refactor display_read_timing to avoid cod...Tom Rini
2025-12-30cmd: add new command to read edidJulien Stephan
2025-12-30video: stm32: stm32_ltdc: Add missing <linux/sizes.h> to stm32_ltdc.cTom Rini
2025-12-30video: sharp-lq101r1sx01: Do not make use of 'z' for printing non-size_tTom Rini
2025-12-30video: ihs_video_out: Add missing <asm/io.h> to ihs_video_out.cTom Rini
2025-12-30video: anx9804: Only build when neededTom Rini
2025-12-30video: Tighten some video driver dependenciesTom Rini
2025-12-30video: tegra: Rework some of the driver dependenciesTom Rini
2025-12-30video: mali_dp: Remove unused driverTom Rini
2025-12-30video: display: refactor display_read_timing to avoid code duplicationJulien Stephan
2025-12-29video: imx: ipuv3: refactor to use dm-managed stateBrian Ruley
2025-12-29video: imx: ipuv3: use CONFIG_IS_ENABLEDBrian Ruley
2025-12-29video: imx: ipuv3: add names to clk function identifiersBrian Ruley
2025-12-29video: imx: ipuv3: fix camel casesBrian Ruley
2025-12-29video: imx: ipuv3: prefer kernel typesBrian Ruley
2025-12-29video: imx: ipuv3: apply clang-formatBrian Ruley
2025-12-29video: imx: ipuv3: remove undefined function declarationsBrian Ruley
2025-12-29video: mxsfb: fix pixel clock polaritySam Meredith
2025-11-17video: stm32: ltdc: properly search the first available panelRaphael Gallais-Pou
2025-11-17video: stm32: ltdc: support new hardware version for STM32MP25 SoCRaphael Gallais-Pou
2025-11-17video: stm32: STM32 driver support for LVDSRaphael Gallais-Pou
2025-11-17video: simple_panel: add support for "panel-lvds" displayRaphael Gallais-Pou
2025-11-06efi: video: fix mode info in payload modeBen Wolsieffer
2025-10-28video: tegra: Incorrect operator usedAndrew Goodbody
2025-10-28video: tegra: Remove unreachable codeAndrew Goodbody
2025-10-09video: zynqmp: Prevent use of uninitialised variablesAndrew Goodbody
2025-08-01video: backlight: add Samsung CMC623 backlight PWM driverIon Agorria
2025-08-01video: bridge: add Samsung CMC623 image converter driverIon Agorria
2025-08-01video: panel: add Samsung S6E63M0 panel driverIon Agorria
2025-08-01video: panel: add Sony L4F00430T01 panel driverIon Agorria
2025-08-01video: tegra: parametrize PCLK and DE polaritySvyatoslav Ryhel
2025-06-14Merge patch series "Hex value prefix case cleanup"Tom Rini
2025-06-14drivers: use lowercase hex prefix styleE Shattow
2025-05-29Merge patch series "Start removing <env.h> from headers when not required"Tom Rini
2025-05-29global: Avoid indirect inclusion of <env.h> from <command.h>Tom Rini
2025-05-08video: backlight: add Skyworks/Analogictech AAT2870 led controller driverSvyatoslav Ryhel
2025-05-08video: panel: add LG LH400WV3-SD04 MIPI DSI panel driverSvyatoslav Ryhel
2025-05-08video: panel: add Hitachi TX10D07VM0BAA MIPI DSI panel driverSvyatoslav Ryhel
2025-05-08video: tegra: add 8-bit CPU driven protocolSvyatoslav Ryhel
2025-05-05video: support FRIDA FRD400B25025-A-CTKDario Binacchi
2025-05-02vidconsole: Avoid kerning against an unrelated characterSimon Glass
2025-05-02video: Add a function to draw a rectangleSimon Glass
2025-05-02video: Allow console output to be silencedSimon Glass
2025-05-02video: Add a way to write a partial string to the consoleSimon Glass
2025-05-02video: truetype: Support a limit on the width of a lineSimon Glass
2025-05-02video: truetype: Support newlines in the measured stringSimon Glass
2025-05-02video: truetype: Fill in the measured lineSimon Glass