]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tinydrm: Move mipi-dbi
authorNoralf Trønnes <noralf@tronnes.org>
Mon, 22 Jul 2019 10:43:11 +0000 (12:43 +0200)
committerNoralf Trønnes <noralf@tronnes.org>
Thu, 25 Jul 2019 08:45:07 +0000 (10:45 +0200)
commit28a6325c981c68d78e96e54c3f0d86137c18d33c
tree8cb1050af55a4f29180b16edae16fe2b96c61d0c
parenta60a6c0b589fcc067ad1fcc2a41b828b8b90c025
drm/tinydrm: Move mipi-dbi

This moves mipi-dbi to be a core helper with the name drm_mipi_dbi.

Fixup include's in drivers.
Move the docs entry and delete tinydrm.rst.
Delete the last tinydrm todo entry.

v2: Make DRM_MIPI_DBI tristate to enable it being built as a module.

Cc: Eric Anholt <eric@anholt.net>
Cc: David Lechner <david@lechnology.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Acked-by: David Lechner <david@lechnology.com>
Acked-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20190722104312.16184-9-noralf@tronnes.org
18 files changed:
Documentation/gpu/drivers.rst
Documentation/gpu/drm-kms-helpers.rst
Documentation/gpu/tinydrm.rst [deleted file]
Documentation/gpu/todo.rst
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/drm_mipi_dbi.c [new file with mode: 0644]
drivers/gpu/drm/tinydrm/Kconfig
drivers/gpu/drm/tinydrm/Makefile
drivers/gpu/drm/tinydrm/hx8357d.c
drivers/gpu/drm/tinydrm/ili9225.c
drivers/gpu/drm/tinydrm/ili9341.c
drivers/gpu/drm/tinydrm/mi0283qt.c
drivers/gpu/drm/tinydrm/mipi-dbi.c [deleted file]
drivers/gpu/drm/tinydrm/st7586.c
drivers/gpu/drm/tinydrm/st7735r.c
include/drm/drm_mipi_dbi.h [new file with mode: 0644]
include/drm/tinydrm/mipi-dbi.h [deleted file]