All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/5] drm/tiny: Add MIPI DBI compatible SPI driver
@ 2022-02-27 12:47 ` Noralf Trønnes
  0 siblings, 0 replies; 26+ messages in thread
From: Noralf Trønnes @ 2022-02-27 12:47 UTC (permalink / raw)
  To: robh+dt, dri-devel
  Cc: sam, maxime, dave.stevenson, david, devicetree, thierry.reding,
	Noralf Trønnes

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


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2022-02-28 11:50 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-27 12:47 [PATCH v6 0/5] drm/tiny: Add MIPI DBI compatible SPI driver Noralf Trønnes
2022-02-27 12:47 ` Noralf Trønnes
2022-02-27 12:47 ` [PATCH v6 1/5] dt-bindings: display: add bindings for MIPI DBI compatible SPI panels Noralf Trønnes
2022-02-27 12:47   ` Noralf Trønnes
2022-02-28  8:22   ` (subset) " Maxime Ripard
2022-02-28  8:22     ` Maxime Ripard
2022-02-27 12:47 ` [PATCH v6 2/5] drm/modes: Remove trailing whitespace Noralf Trønnes
2022-02-27 12:47   ` Noralf Trønnes
2022-02-28  8:22   ` (subset) " Maxime Ripard
2022-02-28  8:22     ` Maxime Ripard
2022-02-27 12:47 ` [PATCH v6 3/5] drm/modes: Add of_get_drm_panel_display_mode() Noralf Trønnes
2022-02-27 12:47   ` Noralf Trønnes
2022-02-28  8:22   ` (subset) " Maxime Ripard
2022-02-28  8:22     ` Maxime Ripard
2022-02-27 12:47 ` [PATCH v6 4/5] drm/mipi-dbi: Add driver_private member to struct mipi_dbi_dev Noralf Trønnes
2022-02-27 12:47   ` Noralf Trønnes
2022-02-28  8:22   ` (subset) " Maxime Ripard
2022-02-28  8:22     ` Maxime Ripard
2022-02-27 12:47 ` [PATCH v6 5/5] drm/tiny: Add MIPI DBI compatible SPI driver Noralf Trønnes
2022-02-27 12:47   ` Noralf Trønnes
2022-02-28  8:22   ` (subset) " Maxime Ripard
2022-02-28  8:22     ` Maxime Ripard
2022-02-28  8:31 ` [PATCH v6 0/5] " Maxime Ripard
2022-02-28  8:31   ` Maxime Ripard
2022-02-28 11:50   ` Noralf Trønnes
2022-02-28 11:50     ` Noralf Trønnes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.