All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm/tinydrm: Move mipi_dbi
@ 2019-07-20 13:47 Noralf Trønnes
  2019-07-20 13:47 ` [PATCH 1/6] drm/tinydrm/mipi-dbi: Move cmdlock mutex init Noralf Trønnes
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Noralf Trønnes @ 2019-07-20 13:47 UTC (permalink / raw)
  To: dri-devel; +Cc: david

This series ticks off the last tinydrm todo entry and moves out mipi_dbi
to be a core helper.

It splits struct mipi_dbi into an interface part and a display pipeline
part (upload framebuffer over SPI). I also took the opportunity to
rename the ambiguous 'mipi' variable name to 'dbi'. This lines up with
the use of the 'dsi' variable name in the MIPI DSI helper.

Note:
This depends on series: drm/tinydrm: Remove tinydrm.ko

Series is also available here:
https://github.com/notro/linux/tree/move_mipi_dbi

Noralf.

Noralf Trønnes (6):
  drm/tinydrm/mipi-dbi: Move cmdlock mutex init
  drm/tinydrm: Rename variable mipi -> dbi
  drm/tinydrm: Rename remaining variable mipi -> dbidev
  drm/tinydrm: Split struct mipi_dbi in two
  drm/tinydrm: Move mipi-dbi
  MAINTAINERS: Remove tinydrm entry

 Documentation/gpu/drivers.rst                 |   1 -
 Documentation/gpu/drm-kms-helpers.rst         |  12 +
 Documentation/gpu/tinydrm.rst                 |  18 -
 Documentation/gpu/todo.rst                    |  13 -
 MAINTAINERS                                   |  13 +-
 drivers/gpu/drm/Kconfig                       |   4 +
 drivers/gpu/drm/Makefile                      |   1 +
 .../{tinydrm/mipi-dbi.c => drm_mipi_dbi.c}    | 324 +++++++++---------
 drivers/gpu/drm/tinydrm/Kconfig               |  15 +-
 drivers/gpu/drm/tinydrm/Makefile              |   4 -
 drivers/gpu/drm/tinydrm/hx8357d.c             |  61 ++--
 drivers/gpu/drm/tinydrm/ili9225.c             | 171 ++++-----
 drivers/gpu/drm/tinydrm/ili9341.c             |  83 ++---
 drivers/gpu/drm/tinydrm/mi0283qt.c            |  89 ++---
 drivers/gpu/drm/tinydrm/st7586.c              | 104 +++---
 drivers/gpu/drm/tinydrm/st7735r.c             |  77 +++--
 include/drm/drm_mipi_dbi.h                    | 188 ++++++++++
 include/drm/tinydrm/mipi-dbi.h                | 135 --------
 18 files changed, 682 insertions(+), 631 deletions(-)
 delete mode 100644 Documentation/gpu/tinydrm.rst
 rename drivers/gpu/drm/{tinydrm/mipi-dbi.c => drm_mipi_dbi.c} (78%)
 create mode 100644 include/drm/drm_mipi_dbi.h
 delete mode 100644 include/drm/tinydrm/mipi-dbi.h

-- 
2.20.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2019-07-24 11:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-20 13:47 [PATCH 0/6] drm/tinydrm: Move mipi_dbi Noralf Trønnes
2019-07-20 13:47 ` [PATCH 1/6] drm/tinydrm/mipi-dbi: Move cmdlock mutex init Noralf Trønnes
2019-07-20 13:47 ` [PATCH 2/6] drm/tinydrm: Rename variable mipi -> dbi Noralf Trønnes
2019-07-20 13:47 ` [PATCH 3/6] drm/tinydrm: Rename remaining variable mipi -> dbidev Noralf Trønnes
2019-07-20 13:47 ` [PATCH 4/6] drm/tinydrm: Split struct mipi_dbi in two Noralf Trønnes
2019-07-20 13:47 ` [PATCH 5/6] drm/tinydrm: Move mipi-dbi Noralf Trønnes
2019-07-20 13:47 ` [PATCH 6/6] MAINTAINERS: Remove tinydrm entry Noralf Trønnes
2019-07-20 20:29 ` [PATCH 0/6] drm/tinydrm: Move mipi_dbi Sam Ravnborg
2019-07-21 16:41   ` Noralf Trønnes
2019-07-22 18:06 ` Eric Anholt
2019-07-22 19:00   ` Noralf Trønnes
     [not found]   ` <20190723071037.GS15868@phenom.ffwll.local>
2019-07-23 13:41     ` Noralf Trønnes
2019-07-24 11:41       ` Daniel Vetter

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.