[PATCH v6 0/5] drm/tiny: Add MIPI DBI compatible SPI driver
Noralf Trønnes
noralf at tronnes.org
Sun Feb 27 12:47:08 UTC 2022
Hi,
This patchset adds a driver that will work with most MIPI DBI compatible
SPI panels out there.
One change this time: Fix indentation in the DT binding.
All patches are reviewed now so I will apply this after Rob's bot have
looked at the binding.
Thanks for reviewing!
Noralf.
Noralf Trønnes (5):
dt-bindings: display: add bindings for MIPI DBI compatible SPI panels
drm/modes: Remove trailing whitespace
drm/modes: Add of_get_drm_panel_display_mode()
drm/mipi-dbi: Add driver_private member to struct mipi_dbi_dev
drm/tiny: Add MIPI DBI compatible SPI driver
.../display/panel/panel-mipi-dbi-spi.yaml | 126 ++++++
MAINTAINERS | 8 +
drivers/gpu/drm/drm_modes.c | 51 ++-
drivers/gpu/drm/tiny/Kconfig | 15 +
drivers/gpu/drm/tiny/Makefile | 1 +
drivers/gpu/drm/tiny/panel-mipi-dbi.c | 398 ++++++++++++++++++
include/drm/drm_mipi_dbi.h | 8 +
include/drm/drm_modes.h | 8 +
8 files changed, 614 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml
create mode 100644 drivers/gpu/drm/tiny/panel-mipi-dbi.c
--
2.33.0
More information about the dri-devel
mailing list