TPO TJ032MD01BW HVGA panel on Marvell MMP framebuffer
Panel support for the TPO TJ032MD01BW, a small HVGA LCD driven over SPI, used on development boards built around Marvell's MMP-series mobile application processors in the early 2010s. It plugs into the older Marvell MMP framebuffer display stack rather than the modern DRM panel framework.
A candidate for future removal because it serves a single small TPO HVGA SPI panel wired up to Marvell's old MMP application processors via the legacy framebuffer stack. The hardware was last widely available around 2013, deployments today are minimal, and recent upstream activity has been limited to mechanical cleanups rather than real maintenance. There is no direct DRM replacement for this exact board/panel pairing, so removal would need to confirm no remaining users before it lands.
repository signals
3files
172source lines
2commits, 5y
+2 / −2lines added / removed, 5y
2authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 2 total · active in 1/61 months
The driver is a single SPI panel driver using legacy platform_data and mmp_panel registration for the TPO HVGA panel on Marvell MMP-era hardware.
codex reasoning notes (technical)
Lore evidence came from `lore_file_timeline` on the only C file; it shows only 2022-2023 mechanical churn and no removal thread. LKDDb URL was obtained by web search and confirms the exact panel/model binding. Codebrowser URL was obtained by web search and matches the local source: one board-specific SPI panel driver using legacy platform_data in the old Marvell MMP fbdev stack. This points to obsolete hardware with at most residual legacy deployments, but no direct in-tree replacement driver for the same board/panel path.