devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add driver for Sharp Memory LCD
@ 2024-07-25  0:47 Alex Lanzano
  2024-07-25  0:47 ` [PATCH 1/2] dt-bindings: display: Add Sharp Memory LCD bindings Alex Lanzano
                   ` (3 more replies)
  0 siblings, 4 replies; 31+ messages in thread
From: Alex Lanzano @ 2024-07-25  0:47 UTC (permalink / raw)
  To: mehdi.djait, Alex Lanzano, David Airlie, Daniel Vetter,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: dri-devel, devicetree, linux-kernel

This patch series add support for the monochrome Sharp Memory LCD
panels. This series is based off of the work done by Mehdi Djait.

References:
https://lore.kernel.org/dri-devel/71a9dbf4609dbba46026a31f60261830163a0b99.1701267411.git.mehdi.djait@bootlin.com/
https://www.sharpsde.com/fileadmin/products/Displays/2016_SDE_App_Note_for_Memory_LCD_programming_V1.3.pdf

Alex Lanzano (2):
  dt-bindings: display: Add Sharp Memory LCD bindings
  drm/tiny: Add driver for Sharp Memory LCD

 .../bindings/display/sharp,sharp-memory.yaml  |  97 +++
 MAINTAINERS                                   |   8 +
 drivers/gpu/drm/tiny/Kconfig                  |  20 +
 drivers/gpu/drm/tiny/Makefile                 |   1 +
 drivers/gpu/drm/tiny/sharp-memory.c           | 741 ++++++++++++++++++
 include/dt-bindings/display/sharp-memory.h    |   9 +
 6 files changed, 876 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/sharp,sharp-memory.yaml
 create mode 100644 drivers/gpu/drm/tiny/sharp-memory.c
 create mode 100644 include/dt-bindings/display/sharp-memory.h

-- 
2.45.2


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

end of thread, other threads:[~2024-07-28 14:52 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-25  0:47 [PATCH 0/2] Add driver for Sharp Memory LCD Alex Lanzano
2024-07-25  0:47 ` [PATCH 1/2] dt-bindings: display: Add Sharp Memory LCD bindings Alex Lanzano
2024-07-25  6:17   ` Krzysztof Kozlowski
2024-07-26  0:33     ` Alex Lanzano
2024-07-27 16:30     ` Alex Lanzano
2024-07-28  8:40       ` Krzysztof Kozlowski
2024-07-28 12:56         ` Alex Lanzano
2024-07-28 14:43           ` Krzysztof Kozlowski
2024-07-28 14:52             ` Alex Lanzano
2024-07-25  6:18   ` Krzysztof Kozlowski
2024-07-26  0:36     ` Alex Lanzano
2024-07-25  0:47 ` [PATCH 2/2] drm/tiny: Add driver for Sharp Memory LCD Alex Lanzano
2024-07-25  5:20   ` Christophe JAILLET
2024-07-25  6:08   ` Krzysztof Kozlowski
2024-07-26  1:25     ` Alex Lanzano
2024-07-26  8:43       ` Krzysztof Kozlowski
2024-07-25  5:45 ` [PATCH 0/2] " Thomas Petazzoni
2024-07-26  0:07   ` Alex Lanzano
2024-07-26  6:27     ` Thomas Petazzoni
2024-07-26 19:44 ` [PATCH v2 " Alex Lanzano
2024-07-26 19:44   ` [PATCH v2 1/2] dt-bindings: display: Add Sharp Memory LCD bindings Alex Lanzano
2024-07-27  9:06     ` Krzysztof Kozlowski
2024-07-27 18:54       ` Alex Lanzano
2024-07-26 19:44   ` [PATCH v2 2/2] drm/tiny: Add driver for Sharp Memory LCD Alex Lanzano
2024-07-26 22:00     ` kernel test robot
2024-07-26 22:12     ` Christophe JAILLET
2024-07-27  4:53       ` Alex Lanzano
2024-07-27  9:03     ` Krzysztof Kozlowski
2024-07-27 17:45       ` Alex Lanzano
2024-07-27  9:00   ` [PATCH v2 0/2] " Krzysztof Kozlowski
2024-07-27 17:26     ` Alex Lanzano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).